File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -446,7 +446,7 @@ EXHIBIT A -Mozilla Public License.
446
446
447
447
The Original Code is RabbitMQ.
448
448
449
- The Initial Developer of the Original Code is GoPivotal , Inc.
449
+ The Initial Developer of the Original Code is Pivotal Software , Inc.
450
450
Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.''
451
451
452
452
[NOTE: The text of this Exhibit A may differ slightly from the text of
Original file line number Diff line number Diff line change 14
14
% %
15
15
% % The Original Code is RabbitMQ.
16
16
% %
17
- % % The Initial Developer of the Original Code is GoPivotal , Inc.
17
+ % % The Initial Developer of the Original Code is Pivotal Software , Inc.
18
18
% % Copyright (c) 2010-2015 Pivotal Software, Inc. All rights reserved.
19
19
% %
20
20
Original file line number Diff line number Diff line change 10
10
##
11
11
## The Original Code is RabbitMQ.
12
12
##
13
- ## The Initial Developer of the Original Code is GoPivotal , Inc.
13
+ ## The Initial Developer of the Original Code is Pivotal Software , Inc.
14
14
## Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
15
15
##
16
16
@@ -105,7 +105,7 @@ def printFileHeader():
105
105
%%
106
106
%% The Original Code is RabbitMQ.
107
107
%%
108
- %% The Initial Developer of the Original Code is GoPivotal , Inc.
108
+ %% The Initial Developer of the Original Code is Pivotal Software , Inc.
109
109
%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
110
110
%%"""
111
111
Original file line number Diff line number Diff line change 10
10
% %
11
11
% % The Original Code is RabbitMQ.
12
12
% %
13
- % % The Initial Developer of the Original Code is GoPivotal , Inc.
13
+ % % The Initial Developer of the Original Code is Pivotal Software , Inc.
14
14
% % Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
15
15
% %
16
16
Original file line number Diff line number Diff line change 10
10
% %
11
11
% % The Original Code is RabbitMQ.
12
12
% %
13
- % % The Initial Developer of the Original Code is GoPivotal , Inc.
13
+ % % The Initial Developer of the Original Code is Pivotal Software , Inc.
14
14
% % Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
15
15
% %
16
16
Original file line number Diff line number Diff line change 10
10
% %
11
11
% % The Original Code is RabbitMQ.
12
12
% %
13
- % % The Initial Developer of the Original Code is GoPivotal , Inc.
13
+ % % The Initial Developer of the Original Code is Pivotal Software , Inc.
14
14
% % Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
15
15
% %
16
16
Original file line number Diff line number Diff line change 10
10
% %
11
11
% % The Original Code is RabbitMQ.
12
12
% %
13
- % % The Initial Developer of the Original Code is GoPivotal , Inc.
13
+ % % The Initial Developer of the Original Code is Pivotal Software , Inc.
14
14
% % Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
15
15
% %
16
16
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ VIProductVersion "%%VERSION%%.0"
35
35
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "%%VERSION%%"
36
36
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "RabbitMQ Server"
37
37
;VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" ""
38
- VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "GoPivotal , Inc"
38
+ VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "Pivotal Software , Inc"
39
39
;VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalTrademarks" "" ; TODO ?
40
40
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved."
41
41
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "RabbitMQ Server"
@@ -89,7 +89,7 @@ Section "RabbitMQ Server (required)" Rabbit
89
89
WriteRegStr HKLM ${uninstall} "DisplayName" "RabbitMQ Server"
90
90
WriteRegStr HKLM ${uninstall} "UninstallString" "$INSTDIR\uninstall.exe"
91
91
WriteRegStr HKLM ${uninstall} "DisplayIcon" "$INSTDIR\uninstall.exe,0"
92
- WriteRegStr HKLM ${uninstall} "Publisher" "GoPivotal , Inc."
92
+ WriteRegStr HKLM ${uninstall} "Publisher" "Pivotal Software , Inc."
93
93
WriteRegStr HKLM ${uninstall} "DisplayVersion" "%%VERSION%%"
94
94
WriteRegDWORD HKLM ${uninstall} "NoModify" 1
95
95
WriteRegDWORD HKLM ${uninstall} "NoRepair" 1
You can’t perform that action at this time.
0 commit comments