summaryrefslogtreecommitdiff
path: root/codegen.py
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-01-24 13:15:54 +0000
committerSimon MacMullen <simon@rabbitmq.com>2013-01-24 13:15:54 +0000
commitbf8e9909ebee628de74a5e3b950571b63677a348 (patch)
treee730bc265983a528c802b6bdf8e6e209a771c83e /codegen.py
parent2100dafcef3d010d7bdef50bc968f622ef87e6b4 (diff)
parent76000f2f9b232e4c28ab1fb48223b0710433a6d2 (diff)
downloadrabbitmq-server-git-bf8e9909ebee628de74a5e3b950571b63677a348.tar.gz
stable to 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 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):