summaryrefslogtreecommitdiff
path: root/localedata/unicode-gen/gen_unicode_ctype.py
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2015-02-23 11:22:37 -0300
committerAlexandre Oliva <aoliva@redhat.com>2015-02-23 11:35:24 -0300
commit7b1ec6a05ceac76efca999ebab515afc4caaa5e9 (patch)
tree5be9e36cc0809341d4d9139a2b8cd904fa86a1e4 /localedata/unicode-gen/gen_unicode_ctype.py
parentd49499c128f38e77f1b424ea4fabea0014dd95c1 (diff)
Amendments to Unicode 7 update.
for ChangeLog * include/stdc-predef.h (__STDC_ISO_10646__): Update to 201304L, for Unicode 7. for localedata/ChangeLog * unicode-gen/ctype_compatibility.py: Use date ranges in copyright notice. * unicode-gen/ctype_compatibility_test_cases.py: Likewise. * unicode-gen/gen_unicode_ctype.py: Likewise. * unicode-gen/utf8_compatibility.py: Likewise. * unicode-gen/utf8_gen.py: Likewise. Use upper case for global variables, use tuples for global constant arrays. From Mike FABIAN. Suggested by Mike Frysinger <vapier@gentoo.org>.
Diffstat (limited to 'localedata/unicode-gen/gen_unicode_ctype.py')
-rwxr-xr-xlocaledata/unicode-gen/gen_unicode_ctype.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/unicode-gen/gen_unicode_ctype.py b/localedata/unicode-gen/gen_unicode_ctype.py
index 559af7957a..0c74f2a849 100755
--- a/localedata/unicode-gen/gen_unicode_ctype.py
+++ b/localedata/unicode-gen/gen_unicode_ctype.py
@@ -1,7 +1,7 @@
#!/usr/bin/python3
#
# Generate a Unicode conforming LC_CTYPE category from a UnicodeData file.
-# Copyright (C) 2014, 2015 Free Software Foundation, Inc.
+# Copyright (C) 2014-2015 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# Based on gen-unicode-ctype.c by Bruno Haible <haible@clisp.cons.org>, 2000.
#