diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-12-08 21:04:27 +0000 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-12-13 20:16:28 +0100 |
commit | af710fabc0833dac7df4d9d92325efe4016a9f63 (patch) | |
tree | 117aa3f8af4fd287f97af8b74fb98ab10c73a973 /scp2/source | |
parent | e2d484687778989f6642e4f0054229b6574d37e6 (diff) |
cleanup hard-coded license mentions in sdk and installer
Diffstat (limited to 'scp2/source')
-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 |