summaryrefslogtreecommitdiff
path: root/codegen.py
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-07-31 17:11:51 +0100
committerSimon MacMullen <simon@rabbitmq.com>2013-07-31 17:11:51 +0100
commit201e4a5a2f88c707f67427e00f7a8363891370db (patch)
tree7c6ef0524b9e35d360c88d75cbf20d170346caf0 /codegen.py
parent76cb6f9713234136a1873445abbbdbb83f25fda0 (diff)
parent0ae69c00f3eecef96e55891be875e6d816235238 (diff)
downloadrabbitmq-server-git-201e4a5a2f88c707f67427e00f7a8363891370db.tar.gz
Merge bug25689
Diffstat (limited to 'codegen.py')
-rw-r--r--codegen.py8
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):