ICU-12037 C: rename LICENSE.txt to LICENSE

X-SVN-Rev: 38463
This commit is contained in:
Steven R. Loomis 2016-03-02 18:20:23 +00:00
parent 68ac3cb27a
commit 5c11445c6b
3 changed files with 2 additions and 2 deletions

View file

@ -227,7 +227,7 @@
</table>
<p><strong>Important:</strong> Please make sure you understand the <a href=
"LICENSE.txt">Copyright and License Information</a>.</p>
"LICENSE">Copyright and License Information</a>.</p>
<h2><a name="News" href="#News" id="News">What is new in this
release?</a></h2>

View file

@ -180,7 +180,7 @@ install-icu: $(INSTALLED_BUILT_FILES)
$(INSTALL_SCRIPT) $(top_srcdir)/install-sh $(DESTDIR)$(pkgdatadir)/install-sh
@$(MKINSTALLDIRS) $(DESTDIR)$(libdir)/pkgconfig
$(INSTALL_DATA) $(ALL_PKGCONFIG_FILES) $(DESTDIR)$(libdir)/pkgconfig/
$(INSTALL_DATA) $(top_srcdir)/../LICENSE.txt $(DESTDIR)$(pkgdatadir)/LICENSE.txt
$(INSTALL_DATA) $(top_srcdir)/../LICENSE $(DESTDIR)$(pkgdatadir)/LICENSE
$(INSTALL_SCRIPT) $(top_builddir)/config/icu-config $(DESTDIR)$(bindir)/icu-config
$(INSTALL_DATA) $(top_builddir)/config/Makefile.inc $(DESTDIR)$(pkglibdir)/Makefile.inc
$(INSTALL_DATA) $(top_builddir)/config/pkgdata.inc $(DESTDIR)$(pkglibdir)/pkgdata.inc