]> granicus.if.org Git - icu/commitdiff
ICU-12037 update license location
authorSteven R. Loomis <srl@icu-project.org>
Tue, 8 Mar 2016 23:50:05 +0000 (23:50 +0000)
committerSteven R. Loomis <srl@icu-project.org>
Tue, 8 Mar 2016 23:50:05 +0000 (23:50 +0000)
X-SVN-Rev: 38508

icu4j/build.xml
icu4j/eclipse-build/build.xml
icu4j/eclipse-build/features.template/com.ibm.icu.base/build.properties
icu4j/eclipse-build/features.template/com.ibm.icu/build.properties
icu4j/eclipse-build/misc/about_icu.html
icu4j/eclipse-build/misc/about_icu_base.html
icu4j/main/shared/build/common-targets.xml
icu4j/pom.xml
icu4j/readme.html

index e03c48d780017b85b0a36a56197fd55f455a74b4..8adce8f919b713e52cce7294e70d9afddfd827ce 100644 (file)
             <fileset dir="${icu4j.regiondata.dir}/${bin.dir}" includes="**/*"/>
             <fileset dir="${icu4j.translit.dir}/${bin.dir}" includes="**/*"/>
             <fileset dir="${shared.dir}/licenses">
-                <include name="LICENSE.txt"/>
+                <include name="LICENSE"/>
             </fileset>
         </jar>
     </target>
             <fileset dir="${icu4j.regiondata.dir}/${src.dir}" includes="**/*.java"/>
             <fileset dir="${icu4j.translit.dir}/${src.dir}" includes="**/*.java"/>
             <fileset dir="${shared.dir}/licenses">
-                <include name="LICENSE.txt"/>
+                <include name="LICENSE"/>
             </fileset>
         </jar>
     </target>
index 46dee75fd63026d94d00f806f4817f6dd7ff959b..0bb087372f57e4d480088dbcffb0f4c50de099be 100644 (file)
     </copy>
 
     <!-- license -->
-    <copy file="${shared.dir}/licenses/LICENSE.txt"
+    <copy file="${shared.dir}/licenses/LICENSE"
           todir="${eclipse.projects.dir}/plugins/com.ibm.icu/about_files" />
 
     <!-- about -->
     </copy>
 
     <!-- license -->
-    <copy file="${shared.dir}/licenses/LICENSE.txt"
+    <copy file="${shared.dir}/licenses/LICENSE"
           todir="${eclipse.projects.dir}/plugins/com.ibm.icu.tests/about_files" />
 
     <!-- about -->
     </copy>
 
     <!-- license -->
-    <copy file="${shared.dir}/licenses/LICENSE.txt"
+    <copy file="${shared.dir}/licenses/LICENSE"
           todir="${eclipse.projects.dir}/plugins/com.ibm.icu.base/about_files" />
 
     <!-- about -->
     </copy>
 
     <!-- license -->
-    <copy file="${shared.dir}/licenses/LICENSE.txt"
+    <copy file="${shared.dir}/licenses/LICENSE"
           todir="${eclipse.projects.dir}/plugins/com.ibm.icu.base.tests/about_files" />
 
     <!-- about -->
index bce562e8815f4e2bf4715e94fdeab05642d4bc72..c6c3b4d7ca3ed9ae11ed70b4315b1d5476a766fc 100644 (file)
@@ -13,7 +13,7 @@ epl-v10.html,\
 eclipse_update_120.jpg,\
 feature.xml,\
 feature.properties,\
-LICENSE.txt
+LICENSE
 outputUpdateJars = true
 
 generate.plugin@com.ibm.icu.base.source=com.ibm.icu.base
index 8737f751b653d0641fea8ee5a0bbe595bc4a29f5..bec15cf736ef06913f3d5a2b3dc99c8e3f74ab1f 100644 (file)
@@ -13,7 +13,7 @@ epl-v10.html,\
 eclipse_update_120.jpg,\
 feature.xml,\
 feature.properties,\
-LICENSE.txt
+LICENSE
 outputUpdateJars = true
 
 generate.plugin@com.ibm.icu.source=com.ibm.icu
index 7e781689e5edfbb963413cbce22ef9449eefea07..f5e02af4aac4ffd2ca89a27cea465e9cdd248efd 100644 (file)
@@ -42,7 +42,7 @@ and such source code may be obtained at <a href="http://www.eclipse.org/">http:/
                </blockquote>
                <p>
                Your use of ICU4J is subject to the terms and conditions of the ICU4J license.  A copy of the
-               license is contained in the file <a href="about_files/LICENSE.txt" target="_blank">about_files/LICENSE.txt</a>.</p>
+               license is contained in the file <a href="about_files/LICENSE" target="_blank">about_files/LICENSE</a>.</p>
                <p>
                The project information including source code, documentations and demo programs are available on
                the <a href="http://www.icu-project.org">ICU public web site</a>.</p>
index 3b86633f6d016d14de6b41bf0152026850226111..894812a71948e47f7784a73bfbf68f58fdf8e1fa 100644 (file)
@@ -42,7 +42,7 @@ and such source code may be obtained at <a href="http://www.eclipse.org/">http:/
                </blockquote>
                <p>
                Your use of ICU4J is subject to the terms and conditions of the ICU4J license.  A copy of the
-               license is contained in the file <a href="about_files/LICENSE.txt" target="_blank">about_files/LICENSE.txt</a>.</p>
+               license is contained in the file <a href="about_files/LICENSE" target="_blank">about_files/LICENSE</a>.</p>
                <p>
                The project information including source code, documentations and demo programs are available on
                the <a href="http://www.icu-project.org">ICU public web site</a>.</p>
index 834ce3bc5ba83c51a61b20a5ec46d13e38ea04b3..0808011786b55b5a34513a4c91715cbb10355b19 100644 (file)
@@ -81,7 +81,7 @@
         <jar jarfile="${jar.dir}/${jar.name}" manifest="${out.dir}/manifest.stub" compress="true">
             <fileset dir="${bin.dir}" includes="**/*"/>
             <fileset dir="${shared.dir}/licenses">
-                <include name="LICENSE.txt"/>
+                <include name="LICENSE"/>
             </fileset>
         </jar>
     </target>
@@ -91,7 +91,7 @@
         <jar jarfile="${jar.dir}/${src.jar.name}" compress="true">
             <fileset dir="${src.dir}" includes="**/*.java"/>
             <fileset dir="${shared.dir}/licenses">
-                <include name="LICENSE.txt"/>
+                <include name="LICENSE"/>
             </fileset>
         </jar>
     </target>
index c61b1f252183d42410232a2fc8d8cb3a7d529fb5..3e9b005b3b3473ecbf42410fcdb636a59aa8bbff 100644 (file)
@@ -23,7 +23,7 @@
   <licenses>
     <license>
       <name>ICU License</name>
-      <url>http://source.icu-project.org/repos/icu/icu/trunk/LICENSE.txt</url>
+      <url>http://source.icu-project.org/repos/icu/icu/trunk/LICENSE</url>
       <distribution>repo</distribution>
     </license>
   </licenses>
index f1f5c4f94be509cbe191c10c1159b3265f22994d..300d22ec20046a0fbf1d1644c26395c7098d8fb1 100644 (file)
@@ -173,7 +173,7 @@ mean that projects using ICU become subject to GPL.
 <p>
  The IBM version contains the essential text of the license, omitting the
 X-specific trademarks and copyright notices. The full copy of <a
- href="./main/shared/licenses/LICENSE.txt">ICU's license</a> is included in the download
+ href="./main/shared/licenses/LICENSE">ICU's license</a> is included in the download
 package.
 </p>
 <h2 class="doc"><a name="PlatformDependencies"></a>Platform Dependencies</h2>