diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-02-23 12:43:54 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-02-23 12:43:54 +0000 |
| commit | 2725b8ce01c2636ac6fbfe375d1c936653363d8e (patch) | |
| tree | f24a0cee1e615e8daf56dc049700de1975414df7 /codegen.py | |
| parent | 56f4ccba310376979e4a59028ef710383d6dd04f (diff) | |
| parent | 4230ebb9c24e607e240192894ab32408b8372634 (diff) | |
| download | rabbitmq-server-git-2725b8ce01c2636ac6fbfe375d1c936653363d8e.tar.gz | |
Merge bug24482
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): |
