Skip to content

Commit

Permalink
ICU-12455 Update ICU4C API change generation tool to produce Unicode …
Browse files Browse the repository at this point in the history
…Copyright.

X-SVN-Rev: 38886
  • Loading branch information
aheninger committed Jun 28, 2016
1 parent 0402053 commit 3cc128b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 3 additions & 1 deletion tools/release/java/readme.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (C) 2016 and later: Unicode, Inc. and others.
# License & terms of use: http://www.unicode.org/copyright.html
# Copyright (C) 2009-2013 IBM and Others. All Rights Reserved

API Change Report:
Expand All @@ -17,7 +19,7 @@ Requirements:
To use the utility:
1. Put both old and new ICU source trees on your system
2. Run "configure" in both old and new (you can use any mixture of in-source and out-of-source builds). Doxygen must be found during the configure phase, but you do not need to build the standard API docs.
3. create a Makefile.local in this readme's directory (tools/release/java/)
3. create a Makefile.local in this readme's directory (tools/trunk/release/java/)
with just these two lines:
OLD_ICU=/xsrl/E/icu-1.0
NEW_ICU=/xsrl/E/icu-6.8
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!--
/*
*******************************************************************************
* Copyright (C) 2016 and later: Unicode, Inc. and others.
* License & terms of use: http://www.unicode.org/copyright.html
* Copyright (C) 2008-2013, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
Expand All @@ -24,7 +26,8 @@ doctype-system="http://www.w3.org/TR/html4/loose.dtd"
<xsl:template match="/">
<html>
<xsl:comment>
Copyright (C) <xsl:value-of select="$ourYear" />, International Business Machines Corporation, All Rights Reserved.
Copyright (C) <xsl:value-of select="$ourYear" />: Unicode, Inc. and others.
License &amp; terms of use: http://www.unicode.org/copyright.html
</xsl:comment>
<head>
<title>ICU4C API Comparison: <xsl:value-of select="$leftVer"/><xsl:value-of select="$leftMilestone" /> with <xsl:value-of select="$rightVer" /><xsl:value-of select="$rightMilestone" /> </title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!--
/*
*******************************************************************************
* Copyright (C) 2016 and later: Unicode, Inc. and others.
* License & terms of use: http://www.unicode.org/copyright.html
* Copyright (C) 2008-2010, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
Expand All @@ -23,7 +25,8 @@

<xsl:template match="/">
<xsl:comment>
Copyright (C) <xsl:value-of select="$ourYear" />, International Business Machines Corporation, All Rights Reserved.
Copyright (C) <xsl:value-of select="$ourYear" />: Unicode, Inc. and others.
License &amp; terms of use: http://www.unicode.org/copyright.html
</xsl:comment>
<changeReport>
<identity>
Expand Down

0 comments on commit 3cc128b

Please sign in to comment.