diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-12-08 21:04:27 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-12-08 21:04:27 +0000 |
commit | 236137a50c8614a3c4c6c78b08ad2bc3e05f10f0 (patch) | |
tree | ac1541af21f8236ecfd88f50c632d51b4402275a /scp2 | |
parent | 1bf09eae38f9bee4608ed94e06cdf6bf965149a7 (diff) |
cleanup hard-coded license mentions in sdk and installer
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/sdkoo/sdkoo.scp | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/scp2/source/sdkoo/sdkoo.scp b/scp2/source/sdkoo/sdkoo.scp index 2c7aa6e069e4..f991f062fbc7 100644 --- a/scp2/source/sdkoo/sdkoo.scp +++ b/scp2/source/sdkoo/sdkoo.scp @@ -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 |