diff options
| author | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-02-09 16:53:24 +0000 |
|---|---|---|
| committer | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-02-09 16:53:24 +0000 |
| commit | f98e24a889e49c29691b45e21db235768e5d358d (patch) | |
| tree | d808139d5899ac7fd664c20a1d8d94a66c96cbe8 /codegen.py | |
| parent | 0408fdbf71c7df48276875a3b721db21241ec517 (diff) | |
| parent | 31f87725494305bbb923b274e343a20660ec84a1 (diff) | |
| download | rabbitmq-server-git-f98e24a889e49c29691b45e21db235768e5d358d.tar.gz | |
Merged 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 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): |
