sdkoo.scp (022bd5b4) sdkoo.scp (04c650f9)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 111 unchanged lines hidden (view full) ---

120
121
122Module gid_Module_Root
123 Name = "sdkoo";
124 Description = "sdkoo";
125 PackageInfo = "packinfo_sdkoo.txt";
126End
127
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 111 unchanged lines hidden (view full) ---

120
121
122Module gid_Module_Root
123 Name = "sdkoo";
124 Description = "sdkoo";
125 PackageInfo = "packinfo_sdkoo.txt";
126End
127
128File gid_File_Txt_Notice
129 TXT_FILE_BODY;
130 Dir = gid_Dir_Basis_Sdk;
131 Name = "NOTICE";
132 Styles = (PACKED, SCPZIP_REPLACE);
133End
128
134
135File gid_File_Txt_License_Root
136 TXT_FILE_BODY;
137 Dir = gid_Dir_Basis_Sdk;
138 Name = "LICENSE";
139 Styles = (PACKED, SCPZIP_REPLACE);
140End
141
142
129File gid_File_Txt_License
130 TXT_FILE_BODY;
131 Dir = gid_Dir_Share_Readme_Sdk;
132 #ifdef UNX
133 Name = "LICENSE_en-US";
134 #endif
135 #ifdef WNT
136 Name = "license_en-US.txt";

--- 132 unchanged lines hidden ---
143File gid_File_Txt_License
144 TXT_FILE_BODY;
145 Dir = gid_Dir_Share_Readme_Sdk;
146 #ifdef UNX
147 Name = "LICENSE_en-US";
148 #endif
149 #ifdef WNT
150 Name = "license_en-US.txt";

--- 132 unchanged lines hidden ---