diff options
author | Emile Joubert <emile@rabbitmq.com> | 2013-01-23 12:03:02 +0000 |
---|---|---|
committer | Emile Joubert <emile@rabbitmq.com> | 2013-01-23 12:03:02 +0000 |
commit | 8e7c8fe9cc77cc63593f450f1a0fe3f99175ee64 (patch) | |
tree | 1f2068a92084e5c1ae4b579c71d469f3ab2e6500 /codegen.py | |
parent | f01cecf0522b7495feba23a691f30594346398ab (diff) | |
download | rabbitmq-server-8e7c8fe9cc77cc63593f450f1a0fe3f99175ee64.tar.gz |
Update copyright 2013bug25343
Diffstat (limited to 'codegen.py')
-rw-r--r-- | codegen.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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): |