summaryrefslogtreecommitdiff
path: root/codegen.py
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-03-17 17:25:24 +0000
committerSimon MacMullen <simon@rabbitmq.com>2014-03-17 17:25:24 +0000
commitbb99ef61c5b4db4638df5f6fe2068cb2c14d949d (patch)
treef768344490d8079e69f1bb420a36884268a8ea6d /codegen.py
parentb3a666b4adab5b2cd5ecd4e1aa01a7f82d65a5bf (diff)
downloadrabbitmq-server-bug25940.tar.gz
Update copyright for 2014bug25940
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 91fa1154..b2356bbc 100644
--- a/codegen.py
+++ b/codegen.py
@@ -11,7 +11,7 @@
## The Original Code is RabbitMQ.
##
## The Initial Developer of the Original Code is GoPivotal, Inc.
-## Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
+## Copyright (c) 2007-2014 GoPivotal, 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 GoPivotal, Inc.
-%% Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
+%% Copyright (c) 2007-2014 GoPivotal, Inc. All rights reserved.
%%"""
def genErl(spec):