ICU-12037 update license location

X-SVN-Rev: 38508
This commit is contained in:
Steven R. Loomis 2016-03-08 23:50:05 +00:00
parent d1a3fe1a2d
commit ab6b7f24fe
9 changed files with 14 additions and 14 deletions

View file

@ -388,7 +388,7 @@
<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>
@ -403,7 +403,7 @@
<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>

View file

@ -269,7 +269,7 @@
</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 -->
@ -327,7 +327,7 @@
</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 -->
@ -357,7 +357,7 @@
</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 -->
@ -396,7 +396,7 @@
</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 -->

View 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

View 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

View 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>

View 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>

View 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>

View 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>

View 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>