Skip to content

Commit 721d5e3

Browse files
GoPivotal => Pivotal Software in a few more places
1 parent 1085e24 commit 721d5e3

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

LICENSE-MPL-RabbitMQ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ EXHIBIT A -Mozilla Public License.
446446

447447
The Original Code is RabbitMQ.
448448

449-
The Initial Developer of the Original Code is GoPivotal, Inc.
449+
The Initial Developer of the Original Code is Pivotal Software, Inc.
450450
Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.''
451451

452452
[NOTE: The text of this Exhibit A may differ slightly from the text of

check_xref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
%%
1515
%% The Original Code is RabbitMQ.
1616
%%
17-
%% The Initial Developer of the Original Code is GoPivotal, Inc.
17+
%% The Initial Developer of the Original Code is Pivotal Software, Inc.
1818
%% Copyright (c) 2010-2015 Pivotal Software, Inc. All rights reserved.
1919
%%
2020

codegen.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
##
1111
## The Original Code is RabbitMQ.
1212
##
13-
## The Initial Developer of the Original Code is GoPivotal, Inc.
13+
## The Initial Developer of the Original Code is Pivotal Software, Inc.
1414
## Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
1515
##
1616

@@ -105,7 +105,7 @@ def printFileHeader():
105105
%%
106106
%% The Original Code is RabbitMQ.
107107
%%
108-
%% The Initial Developer of the Original Code is GoPivotal, Inc.
108+
%% The Initial Developer of the Original Code is Pivotal Software, Inc.
109109
%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
110110
%%"""
111111

include/gm_specs.hrl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
%%
1111
%% The Original Code is RabbitMQ.
1212
%%
13-
%% The Initial Developer of the Original Code is GoPivotal, Inc.
13+
%% The Initial Developer of the Original Code is Pivotal Software, Inc.
1414
%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

include/rabbit.hrl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
%%
1111
%% The Original Code is RabbitMQ.
1212
%%
13-
%% The Initial Developer of the Original Code is GoPivotal, Inc.
13+
%% The Initial Developer of the Original Code is Pivotal Software, Inc.
1414
%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

include/rabbit_cli.hrl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
%%
1111
%% The Original Code is RabbitMQ.
1212
%%
13-
%% The Initial Developer of the Original Code is GoPivotal, Inc.
13+
%% The Initial Developer of the Original Code is Pivotal Software, Inc.
1414
%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

include/rabbit_msg_store.hrl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
%%
1111
%% The Original Code is RabbitMQ.
1212
%%
13-
%% The Initial Developer of the Original Code is GoPivotal, Inc.
13+
%% The Initial Developer of the Original Code is Pivotal Software, Inc.
1414
%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
1515
%%
1616

packaging/windows-exe/rabbitmq_nsi.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ VIProductVersion "%%VERSION%%.0"
3535
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "%%VERSION%%"
3636
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "RabbitMQ Server"
3737
;VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" ""
38-
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "GoPivotal, Inc"
38+
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "Pivotal Software, Inc"
3939
;VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalTrademarks" "" ; TODO ?
4040
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved."
4141
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "RabbitMQ Server"
@@ -89,7 +89,7 @@ Section "RabbitMQ Server (required)" Rabbit
8989
WriteRegStr HKLM ${uninstall} "DisplayName" "RabbitMQ Server"
9090
WriteRegStr HKLM ${uninstall} "UninstallString" "$INSTDIR\uninstall.exe"
9191
WriteRegStr HKLM ${uninstall} "DisplayIcon" "$INSTDIR\uninstall.exe,0"
92-
WriteRegStr HKLM ${uninstall} "Publisher" "GoPivotal, Inc."
92+
WriteRegStr HKLM ${uninstall} "Publisher" "Pivotal Software, Inc."
9393
WriteRegStr HKLM ${uninstall} "DisplayVersion" "%%VERSION%%"
9494
WriteRegDWORD HKLM ${uninstall} "NoModify" 1
9595
WriteRegDWORD HKLM ${uninstall} "NoRepair" 1

0 commit comments

Comments
 (0)