GoPivotal => Pivotal Software in a few more places
This commit is contained in:
parent
1085e243a6
commit
721d5e3a24
|
|
@ -446,7 +446,7 @@ EXHIBIT A -Mozilla Public License.
|
|||
|
||||
The Original Code is RabbitMQ.
|
||||
|
||||
The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
The Initial Developer of the Original Code is Pivotal Software, Inc.
|
||||
Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.''
|
||||
|
||||
[NOTE: The text of this Exhibit A may differ slightly from the text of
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
%%
|
||||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% The Initial Developer of the Original Code is Pivotal Software, Inc.
|
||||
%% Copyright (c) 2010-2015 Pivotal Software, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
##
|
||||
## The Original Code is RabbitMQ.
|
||||
##
|
||||
## The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
## The Initial Developer of the Original Code is Pivotal Software, Inc.
|
||||
## Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
|
||||
##
|
||||
|
||||
|
|
@ -105,7 +105,7 @@ def printFileHeader():
|
|||
%%
|
||||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% The Initial Developer of the Original Code is Pivotal Software, Inc.
|
||||
%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
|
||||
%%"""
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
%%
|
||||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% The Initial Developer of the Original Code is Pivotal Software, Inc.
|
||||
%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
%%
|
||||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% The Initial Developer of the Original Code is Pivotal Software, Inc.
|
||||
%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
%%
|
||||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% The Initial Developer of the Original Code is Pivotal Software, Inc.
|
||||
%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
%%
|
||||
%% The Original Code is RabbitMQ.
|
||||
%%
|
||||
%% The Initial Developer of the Original Code is GoPivotal, Inc.
|
||||
%% The Initial Developer of the Original Code is Pivotal Software, Inc.
|
||||
%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
|
||||
%%
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ VIProductVersion "%%VERSION%%.0"
|
|||
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "%%VERSION%%"
|
||||
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "RabbitMQ Server"
|
||||
;VIAddVersionKey /LANG=${LANG_ENGLISH} "Comments" ""
|
||||
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "GoPivotal, Inc"
|
||||
VIAddVersionKey /LANG=${LANG_ENGLISH} "CompanyName" "Pivotal Software, Inc"
|
||||
;VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalTrademarks" "" ; TODO ?
|
||||
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved."
|
||||
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "RabbitMQ Server"
|
||||
|
|
@ -89,7 +89,7 @@ Section "RabbitMQ Server (required)" Rabbit
|
|||
WriteRegStr HKLM ${uninstall} "DisplayName" "RabbitMQ Server"
|
||||
WriteRegStr HKLM ${uninstall} "UninstallString" "$INSTDIR\uninstall.exe"
|
||||
WriteRegStr HKLM ${uninstall} "DisplayIcon" "$INSTDIR\uninstall.exe,0"
|
||||
WriteRegStr HKLM ${uninstall} "Publisher" "GoPivotal, Inc."
|
||||
WriteRegStr HKLM ${uninstall} "Publisher" "Pivotal Software, Inc."
|
||||
WriteRegStr HKLM ${uninstall} "DisplayVersion" "%%VERSION%%"
|
||||
WriteRegDWORD HKLM ${uninstall} "NoModify" 1
|
||||
WriteRegDWORD HKLM ${uninstall} "NoRepair" 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue