diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-01-30 11:09:17 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-01-30 11:09:17 +0000 |
| commit | 9e30dc1f3fbb472356a18d12577c974e11815492 (patch) | |
| tree | 744433bcb14e53068be401ea9c810129cf6d2173 /codegen.py | |
| parent | 0b2e42480c62060654a5978a8724a443eb0e0cb2 (diff) | |
| parent | ba3596c93db546433e466a43b4f4d66bd665239b (diff) | |
| download | rabbitmq-server-git-9e30dc1f3fbb472356a18d12577c974e11815492.tar.gz | |
Merge in default
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): |
