summaryrefslogtreecommitdiff
path: root/codegen.py
diff options
context:
space:
mode:
authorSteve Powell <steve@rabbitmq.com>2012-02-06 16:28:56 +0000
committerSteve Powell <steve@rabbitmq.com>2012-02-06 16:28:56 +0000
commit2fab39a6b0564cd5629a0cabc4710fa8c3e57f46 (patch)
tree8efcfd848ea7b50288e69ad5e24ab253eac455c7 /codegen.py
parent0b335fbb8f5b8870c7ab6be411bb6a08e384ed55 (diff)
parent49b72ed351064c566f2d7a42a1394b994335ab08 (diff)
downloadrabbitmq-server-git-2fab39a6b0564cd5629a0cabc4710fa8c3e57f46.tar.gz
Merge in default
Diffstat (limited to 'codegen.py')
-rw-r--r--codegen.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/codegen.py b/codegen.py
index 494be73d68..9483e85438 100644
--- a/codegen.py
+++ b/codegen.py
@@ -11,7 +11,7 @@
## The Original Code is RabbitMQ.
##
## The Initial Developer of the Original Code is VMware, Inc.
-## Copyright (c) 2007-2011 VMware, Inc. All rights reserved.
+## Copyright (c) 2007-2012 VMware, Inc. All rights reserved.
##
from __future__ import nested_scopes
@@ -118,7 +118,7 @@ def printFileHeader():
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is VMware, Inc.
-%% Copyright (c) 2007-2011 VMware, Inc. All rights reserved.
+%% Copyright (c) 2007-2012 VMware, Inc. All rights reserved.
%%"""
def genErl(spec):