diff options
author | Simon MacMullen <simon@rabbitmq.com> | 2014-03-17 17:25:24 +0000 |
---|---|---|
committer | Simon MacMullen <simon@rabbitmq.com> | 2014-03-17 17:25:24 +0000 |
commit | bb99ef61c5b4db4638df5f6fe2068cb2c14d949d (patch) | |
tree | f768344490d8079e69f1bb420a36884268a8ea6d /codegen.py | |
parent | b3a666b4adab5b2cd5ecd4e1aa01a7f82d65a5bf (diff) | |
download | rabbitmq-server-bug25940.tar.gz |
Update copyright for 2014bug25940
Diffstat (limited to 'codegen.py')
-rw-r--r-- | codegen.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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): |