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
commit2f6b97a5dfa4b20f3b12f90de7180dcac762f23d (patch)
treef768344490d8079e69f1bb420a36884268a8ea6d /codegen.py
parentec1a74fc6df2e451d1a332df2e2f00b1230c9867 (diff)
downloadrabbitmq-server-git-2f6b97a5dfa4b20f3b12f90de7180dcac762f23d.tar.gz
Update copyright for 2014
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 91fa115423..b2356bbcc9 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):