summaryrefslogtreecommitdiff
path: root/codegen.py
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-02-03 15:59:12 +0000
committerSimon MacMullen <simon@rabbitmq.com>2012-02-03 15:59:12 +0000
commitb54325a00eb7ecdac8eb88e408a57682e3e7cc35 (patch)
treec160882fa174b8b61d3329b570a6f2112dc43b5d /codegen.py
parent0cf73a65a40fc55b2d2bc847a3b7a4097aba22b3 (diff)
parentc98126aea314533b1f84298b59da70c467020e64 (diff)
downloadrabbitmq-server-git-b54325a00eb7ecdac8eb88e408a57682e3e7cc35.tar.gz
Merge bug24702
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):