add Oracle copyright to localedef files, we distribure them in source/locale/localedef pkg
authorjenda
Fri, 20 May 2011 15:22:56 +0200
changeset 136 c565f46bf4eb
parent 135 d7f2a801f9fe
child 137 fac8ced20d43
add Oracle copyright to localedef files, we distribure them in source/locale/localedef pkg
misc/patches/cldr_tools/24_copyright.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/patches/cldr_tools/24_copyright.patch	Fri May 20 15:22:56 2011 +0200
@@ -0,0 +1,27 @@
+diff -ruN cldr_tools.orig//tools/java/org/unicode/cldr/posix/GenerateCharmap.java cldr_tools/tools/java/org/unicode/cldr/posix/GenerateCharmap.java
+--- cldr_tools.orig//tools/java/org/unicode/cldr/posix/GenerateCharmap.java	2011-05-12 15:27:23.769183584 +0200
++++ cldr_tools/tools/java/org/unicode/cldr/posix/GenerateCharmap.java	2011-05-12 15:36:47.061183698 +0200
+@@ -100,6 +100,8 @@
+         out.println("# charset:\t" + codeset);
+         out.println("######################");
+         out.println("#################################################################################################");
++        out.println("# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.                  #");
++        out.println("#################################################################################################");
+         out.println("# Copyright 1991-2010 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in  #");
+         out.println("# http://www.unicode.org/copyright.html.                                                        #");
+         out.println("#                                                                                               #");
+diff -ruN cldr_tools.orig//tools/java/org/unicode/cldr/posix/POSIXLocale.java cldr_tools/tools/java/org/unicode/cldr/posix/POSIXLocale.java
+--- cldr_tools.orig//tools/java/org/unicode/cldr/posix/POSIXLocale.java	2011-05-12 15:27:23.761183584 +0200
++++ cldr_tools/tools/java/org/unicode/cldr/posix/POSIXLocale.java	2011-05-12 15:36:44.773183698 +0200
+@@ -172,6 +172,11 @@
+       out.println("* see http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap07.html                    *");
+       out.println("* Locale Name : " + locale_name + "   Codeset : " + codeset ); 
+       out.println("*************************************************************************************************");
++      out.println("* Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.                  *");
++      out.println("*                                                                                               *");
++      out.println("* The Unicode Data Files have been modified by Oracle.                                          *");
++      out.println("*                                                                                               *");
++      out.println("*************************************************************************************************");
+       out.println("* Copyright 1991-2010 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in  *");
+       out.println("* http://www.unicode.org/copyright.html.                                                        *");
+       out.println("*                                                                                               *");