summaryrefslogtreecommitdiff
path: root/codegen.py
diff options
context:
space:
mode:
authorTim Watson <tim@rabbitmq.com>2013-03-07 15:10:49 +0000
committerTim Watson <tim@rabbitmq.com>2013-03-07 15:10:49 +0000
commitc3ff3a26c3c82ba798b1464ef18abc518f3a9509 (patch)
treeca9872a1db5f9fdee5e3ba58af9cfe0c250f60cb /codegen.py
parentda0756242b2a6790ef975cf36ea48e8b064c4dda (diff)
parent2e665ace9e3202b0e89fdfb6910b74b9646e88ff (diff)
downloadrabbitmq-server-git-c3ff3a26c3c82ba798b1464ef18abc518f3a9509.tar.gz
merge default into bug23958
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 5624658b1b..bf6b70d569 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):