Kaydet (Commit) 236137a5 authored tarafından Michael Meeks's avatar Michael Meeks

cleanup hard-coded license mentions in sdk and installer

üst 1bf09eae
...@@ -93,16 +93,6 @@ Directory gid_Dir_Basis_Sdk ...@@ -93,16 +93,6 @@ Directory gid_Dir_Basis_Sdk
#endif #endif
End End
#if defined MACOSX
ScpAction scp_Copy_License_Txt_Sdk
README_ALL_LANG(Copy, LICENSE);
README_ALL_LANG(Name, LICENSE);
Styles = (SCPZIP_REPLACE);
Subdir = "LICENSEs";
End
#endif
Directory gid_Dir_Share_Sdk Directory gid_Dir_Share_Sdk
ParentID = gid_Dir_Basis_Sdk; ParentID = gid_Dir_Basis_Sdk;
DosName = "share"; DosName = "share";
...@@ -125,10 +115,10 @@ File gid_File_Txt_License ...@@ -125,10 +115,10 @@ File gid_File_Txt_License
TXT_FILE_BODY; TXT_FILE_BODY;
Dir = gid_Dir_Share_Readme_Sdk; Dir = gid_Dir_Share_Readme_Sdk;
#ifdef UNX #ifdef UNX
Name = "LICENSE_en-US"; Name = "LICENSE";
#endif #endif
#ifdef WNT #ifdef WNT
Name = "license_en-US.txt"; Name = "license.txt";
#endif #endif
Styles = (PACKED, SCPZIP_REPLACE); Styles = (PACKED, SCPZIP_REPLACE);
End End
......
...@@ -190,7 +190,7 @@ BEGIN ...@@ -190,7 +190,7 @@ BEGIN
%alllangmodules = (); %alllangmodules = ();
$englishlicenseset = 0; $englishlicenseset = 0;
$englishlicense = ""; $englishlicense = "";
$englishsolarislicensename = "LICENSE_en-US"; $englishsolarislicensename = "LICENSE";
$solarisdontcompress = 0; $solarisdontcompress = 0;
$patharray = ""; $patharray = "";
......
...@@ -273,7 +273,7 @@ sub get_licensefilesource ...@@ -273,7 +273,7 @@ sub get_licensefilesource
{ {
my ($language, $includepatharrayref) = @_; my ($language, $includepatharrayref) = @_;
my $licensefilename = "LICENSE_" . $language; my $licensefilename = "LICENSE"; # . '_' . $language;
my $licenseref = installer::scriptitems::get_sourcepath_from_filename_and_includepath(\$licensefilename, $includepatharrayref, 0); my $licenseref = installer::scriptitems::get_sourcepath_from_filename_and_includepath(\$licensefilename, $includepatharrayref, 0);
if ($$licenseref eq "") { installer::exiter::exit_program("ERROR: Could not find License file $licensefilename!", "get_licensefilesource"); } if ($$licenseref eq "") { installer::exiter::exit_program("ERROR: Could not find License file $licensefilename!", "get_licensefilesource"); }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment