mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-09 15:27:38 +00:00
ICU-13120 Review feedback - always use 2016 as the starting year of Unicode copyright comment in build time generated files: jar manifest and API reference doc.
X-SVN-Rev: 40048
This commit is contained in:
parent
a3b26b85be
commit
02fd5ba64c
2 changed files with 2 additions and 3 deletions
|
@ -57,7 +57,7 @@
|
|||
<property name="icu4j.api.doc.window.title" value="ICU4J ${api.doc.version}"/>
|
||||
<property name="icu4j.api.doc.header" value="ICU4J ${api.doc.version}"/>
|
||||
<property name="icu4j.api.doc.jdk.link" value="http://docs.oracle.com/javase/8/docs/api/"/>
|
||||
<property name="icu4j.api.doc.copyright.footer" value="<font size=-1>Copyright © ${current.year} Unicode, Inc. and others.</font>"/>
|
||||
<property name="icu4j.api.doc.copyright.footer" value="<font size=-1>Copyright © 2016 Unicode, Inc. and others.</font>"/>
|
||||
|
||||
<!-- directories -->
|
||||
<property name="release.dir" value="release"/>
|
||||
|
|
|
@ -9,10 +9,9 @@
|
|||
icu4j.spec.version = 59
|
||||
icu4j.impl.version = 59.1
|
||||
icu4j.data.version = 59
|
||||
current.year = 2017
|
||||
default.exec.env = JavaSE-1.6
|
||||
|
||||
copyright = \u00A9 ${current.year} and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html#License
|
||||
copyright = \u00A9 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html#License
|
||||
|
||||
# Standard directory structure
|
||||
src.dir = src
|
||||
|
|
Loading…
Add table
Reference in a new issue