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
#endif
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
ParentID = gid_Dir_Basis_Sdk;
DosName = "share";
......@@ -125,10 +115,10 @@ File gid_File_Txt_License
TXT_FILE_BODY;
Dir = gid_Dir_Share_Readme_Sdk;
#ifdef UNX
Name = "LICENSE_en-US";
Name = "LICENSE";
#endif
#ifdef WNT
Name = "license_en-US.txt";
Name = "license.txt";
#endif
Styles = (PACKED, SCPZIP_REPLACE);
End
......
......@@ -190,7 +190,7 @@ BEGIN
%alllangmodules = ();
$englishlicenseset = 0;
$englishlicense = "";
$englishsolarislicensename = "LICENSE_en-US";
$englishsolarislicensename = "LICENSE";
$solarisdontcompress = 0;
$patharray = "";
......
......@@ -273,7 +273,7 @@ sub get_licensefilesource
{
my ($language, $includepatharrayref) = @_;
my $licensefilename = "LICENSE_" . $language;
my $licensefilename = "LICENSE"; # . '_' . $language;
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"); }
......
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