diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-01-24 13:12:26 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-01-24 13:12:26 +0000 |
| commit | 76000f2f9b232e4c28ab1fb48223b0710433a6d2 (patch) | |
| tree | 32ff9317c84b95c8cc3a28daa5f0d6cf09af3df2 /codegen.py | |
| parent | 4c987a1e8f80ae14d00fc952b30f59f282fd5f07 (diff) | |
| parent | b629976a61a799081d4938aaae87ee5edc8e0453 (diff) | |
| download | rabbitmq-server-git-76000f2f9b232e4c28ab1fb48223b0710433a6d2.tar.gz | |
Merge bug25343
Diffstat (limited to 'codegen.py')
| -rw-r--r-- | codegen.py | 4 |
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): |
