diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2013-07-31 13:57:30 +0100 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2013-07-31 13:57:30 +0100 |
| commit | e01296c673ec97e432a26cd5bec1f747d940ba34 (patch) | |
| tree | 86e15bb45edfa635b9e4e224322f2a016d1f260b /codegen.py | |
| parent | aa111025195734269a3b9b32cc0ec70adc7f1190 (diff) | |
| parent | 0ae69c00f3eecef96e55891be875e6d816235238 (diff) | |
| download | rabbitmq-server-git-e01296c673ec97e432a26cd5bec1f747d940ba34.tar.gz | |
Merged stable into default
Diffstat (limited to 'codegen.py')
| -rw-r--r-- | codegen.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/codegen.py b/codegen.py index bf6b70d569..842549cf03 100644 --- a/codegen.py +++ b/codegen.py @@ -10,8 +10,8 @@ ## ## The Original Code is RabbitMQ. ## -## The Initial Developer of the Original Code is VMware, Inc. -## Copyright (c) 2007-2013 VMware, Inc. All rights reserved. +## The Initial Developer of the Original Code is GoPivotal, Inc. +## Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved. ## from __future__ import nested_scopes @@ -105,8 +105,8 @@ def printFileHeader(): %% %% The Original Code is RabbitMQ. %% -%% The Initial Developer of the Original Code is VMware, Inc. -%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved. +%% The Initial Developer of the Original Code is GoPivotal, Inc. +%% Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved. %%""" def genErl(spec): |
