diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-02-03 15:36:08 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-02-03 15:36:08 +0000 |
| commit | c98126aea314533b1f84298b59da70c467020e64 (patch) | |
| tree | eac2549e1a8474acf4b4f9174f08e5b074debfd9 /codegen.py | |
| parent | 8eb92efda0da6bc0e976ddf483f939d70d2532d3 (diff) | |
| parent | 8ad54bb11d9e372e09c268edec822a005eec689e (diff) | |
| download | rabbitmq-server-git-c98126aea314533b1f84298b59da70c467020e64.tar.gz | |
Merge bug24500
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 494be73d68..9483e85438 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-2011 VMware, Inc. All rights reserved. +## Copyright (c) 2007-2012 VMware, Inc. All rights reserved. ## from __future__ import nested_scopes @@ -118,7 +118,7 @@ def printFileHeader(): %% The Original Code is RabbitMQ. %% %% The Initial Developer of the Original Code is VMware, Inc. -%% Copyright (c) 2007-2011 VMware, Inc. All rights reserved. +%% Copyright (c) 2007-2012 VMware, Inc. All rights reserved. %%""" def genErl(spec): |
