summaryrefslogtreecommitdiff
path: root/codegen.py
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2013-01-23 12:03:02 +0000
committerEmile Joubert <emile@rabbitmq.com>2013-01-23 12:03:02 +0000
commit8e7c8fe9cc77cc63593f450f1a0fe3f99175ee64 (patch)
tree1f2068a92084e5c1ae4b579c71d469f3ab2e6500 /codegen.py
parentf01cecf0522b7495feba23a691f30594346398ab (diff)
downloadrabbitmq-server-8e7c8fe9cc77cc63593f450f1a0fe3f99175ee64.tar.gz
Update copyright 2013bug25343
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 5624658b..bf6b70d5 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-2012 VMware, Inc. All rights reserved.
+## Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
##
from __future__ import nested_scopes
@@ -106,7 +106,7 @@ def printFileHeader():
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is VMware, Inc.
-%% Copyright (c) 2007-2012 VMware, Inc. All rights reserved.
+%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
%%"""
def genErl(spec):