diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2013-02-21 13:44:59 +0000 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2013-02-21 13:44:59 +0000 |
| commit | 4a99be7e63efe4530b0663eafef7e52291198813 (patch) | |
| tree | 8f562d881b598b74b9b55d71fbbd1ab6c7722489 /codegen.py | |
| parent | dd202cc0856298f5b04dc45e1b7a72b16b0bcc11 (diff) | |
| parent | 2ba2833db6964c376ae631e4e2c2077035a32d04 (diff) | |
| download | rabbitmq-server-git-4a99be7e63efe4530b0663eafef7e52291198813.tar.gz | |
Merged default into bug19375
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): |
