diff options
| author | Steve Powell <steve@rabbitmq.com> | 2012-02-22 11:13:28 +0000 |
|---|---|---|
| committer | Steve Powell <steve@rabbitmq.com> | 2012-02-22 11:13:28 +0000 |
| commit | 5b5e56481d65f3c9114ab131197f22c17058a029 (patch) | |
| tree | c2bc721e955ac985c9c1bef3a7799be8f4de999d /codegen.py | |
| parent | f42177c675f63db811727323c9c685b3b4841734 (diff) | |
| parent | 5f7d155907af53e7f4785dd5c2bb5113c4d184df (diff) | |
| download | rabbitmq-server-git-5b5e56481d65f3c9114ab131197f22c17058a029.tar.gz | |
Merge default in
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): |
