summaryrefslogtreecommitdiff
path: root/libc/localedata
diff options
context:
space:
mode:
Diffstat (limited to 'libc/localedata')
-rw-r--r--libc/localedata/ChangeLog14
-rw-r--r--libc/localedata/Makefile2
-rw-r--r--libc/localedata/collate-test.c2
-rw-r--r--libc/localedata/dump-ctype.c2
-rw-r--r--libc/localedata/gen-locale.sh2
-rw-r--r--libc/localedata/gen-unicode-ctype.c2
-rw-r--r--libc/localedata/locales/dz_BT9
-rw-r--r--libc/localedata/sort-test.sh2
-rw-r--r--libc/localedata/tests/test6.c2
-rw-r--r--libc/localedata/tst-ctype.c2
-rwxr-xr-xlibc/localedata/tst-ctype.sh2
-rw-r--r--libc/localedata/tst-digits.c2
-rw-r--r--libc/localedata/tst-fmon.c2
-rw-r--r--libc/localedata/tst-fmon.data2
-rwxr-xr-xlibc/localedata/tst-fmon.sh2
-rw-r--r--libc/localedata/tst-langinfo.c2
-rwxr-xr-xlibc/localedata/tst-langinfo.sh2
-rwxr-xr-xlibc/localedata/tst-locale.sh2
-rwxr-xr-xlibc/localedata/tst-mbswcs.sh2
-rw-r--r--libc/localedata/tst-mbswcs1.c2
-rw-r--r--libc/localedata/tst-mbswcs2.c2
-rw-r--r--libc/localedata/tst-mbswcs3.c2
-rw-r--r--libc/localedata/tst-mbswcs4.c2
-rw-r--r--libc/localedata/tst-mbswcs5.c2
-rw-r--r--libc/localedata/tst-mbswcs6.c2
-rw-r--r--libc/localedata/tst-numeric.c2
-rw-r--r--libc/localedata/tst-numeric.data2
-rw-r--r--libc/localedata/tst-numeric.sh2
-rw-r--r--libc/localedata/tst-rpmatch.c2
-rwxr-xr-xlibc/localedata/tst-rpmatch.sh2
-rw-r--r--libc/localedata/tst-trans.c2
-rwxr-xr-xlibc/localedata/tst-trans.sh2
-rw-r--r--libc/localedata/tst-wctype.c2
-rwxr-xr-xlibc/localedata/tst-wctype.sh2
-rw-r--r--libc/localedata/xfrm-test.c2
35 files changed, 53 insertions, 36 deletions
diff --git a/libc/localedata/ChangeLog b/libc/localedata/ChangeLog
index 3a6366c55..8b39ed1f1 100644
--- a/libc/localedata/ChangeLog
+++ b/libc/localedata/ChangeLog
@@ -1,3 +1,17 @@
+2013-01-03 Chris Leonard <cjl@sugarlabs.org>
+
+ [BZ #14982]
+ * locales/dz_BT: Add new contact information for dz-BT maintainer.
+
+ [BZ #13951]
+ * locales/dz_BT: Correct LC_ADDRESS countryname for Bhutan in
+ Dzongkha.
+
+2013-01-02 Joseph Myers <joseph@codesourcery.com>
+
+ * All files with FSF copyright notices: Update copyright dates
+ using scripts/update-copyrights.
+
2012-12-06 Joseph Myers <joseph@codesourcery.com>
* README: Use sourceware.org in Bugzilla URL.
diff --git a/libc/localedata/Makefile b/libc/localedata/Makefile
index 699ff866f..587663d3a 100644
--- a/libc/localedata/Makefile
+++ b/libc/localedata/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1996-2012 Free Software Foundation, Inc.
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/localedata/collate-test.c b/libc/localedata/collate-test.c
index a84974cef..dfc15b0de 100644
--- a/libc/localedata/collate-test.c
+++ b/libc/localedata/collate-test.c
@@ -1,5 +1,5 @@
/* Test collation function using real data.
- Copyright (C) 1997, 1999, 2000, 2003 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
diff --git a/libc/localedata/dump-ctype.c b/libc/localedata/dump-ctype.c
index 6cf96d81d..f8fd14802 100644
--- a/libc/localedata/dump-ctype.c
+++ b/libc/localedata/dump-ctype.c
@@ -1,6 +1,6 @@
/* Dump the character classes and character maps of a locale to a bunch
of individual files which can be processed with diff, sed etc.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Bruno Haible <haible@clisp.cons.org>, 2000.
diff --git a/libc/localedata/gen-locale.sh b/libc/localedata/gen-locale.sh
index 6dfa7caca..8d1634d24 100644
--- a/libc/localedata/gen-locale.sh
+++ b/libc/localedata/gen-locale.sh
@@ -1,6 +1,6 @@
#! /bin/sh
# Generate test locale files.
-# Copyright (C) 2000-2012 Free Software Foundation, Inc.
+# Copyright (C) 2000-2013 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/localedata/gen-unicode-ctype.c b/libc/localedata/gen-unicode-ctype.c
index 0c74e6a7e..3463fa046 100644
--- a/libc/localedata/gen-unicode-ctype.c
+++ b/libc/localedata/gen-unicode-ctype.c
@@ -1,5 +1,5 @@
/* Generate a Unicode conforming LC_CTYPE category from a UnicodeData file.
- Copyright (C) 2000-2001 Free Software Foundation, Inc.
+ Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Bruno Haible <haible@clisp.cons.org>, 2000.
diff --git a/libc/localedata/locales/dz_BT b/libc/localedata/locales/dz_BT
index 25e9d0da3..012bd49c5 100644
--- a/libc/localedata/locales/dz_BT
+++ b/libc/localedata/locales/dz_BT
@@ -5,8 +5,10 @@ escape_char /
%
% Name: dz_BT
% Author: Pema Geyleg
-% Contact: Sherubtse College, Kanglung Bhutan; Pablo Saratxaga
-% E-mail: pema_geyleg@druknet.bt; pablo@mandrakesoft.com
+% Maintainer: Christopher Fynn, Rinzin Peldron
+% Contact: IT Dept., Dzongkha Development Commission
+% E-mail: ddc@dzongkha.gov.bt
+% Date: 2012-12-23
% Language: Dzongkha(dz)
% Territory: Bhutan(BT)
% Charset: UTF-8
@@ -649,7 +651,8 @@ postal_fmt "<U0025><U0066><U0025><U004E><U0025><U0061><U0025><U004E>/
<U0025><U0074><U0025><U0062><U0025><U004E><U0025><U0068><U0025><U0074>/
<U0025><U0073><U0025><U004E><U0025><U0054><U0025><U004E><U0025><U0053>/
<U0025><U004E><U0025><U007A><U0025><U0063><U0025><U004E>"
-country_name "<U0042><U0048><U0055>"
+% འབྲུག།
+country_name "<U0F60><U0F56><U0FB2><U0F74><U0F42><U0F0D>"
%FIXME
%country_post ""
country_ab2 "<U0042><U0054>"
diff --git a/libc/localedata/sort-test.sh b/libc/localedata/sort-test.sh
index 8f8be8f67..5506a75e8 100644
--- a/libc/localedata/sort-test.sh
+++ b/libc/localedata/sort-test.sh
@@ -1,6 +1,6 @@
#! /bin/sh
# Test collation using xfrm-test.
-# Copyright (C) 1997-2012 Free Software Foundation, Inc.
+# Copyright (C) 1997-2013 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/localedata/tests/test6.c b/libc/localedata/tests/test6.c
index 137bb6364..30d4a1188 100644
--- a/libc/localedata/tests/test6.c
+++ b/libc/localedata/tests/test6.c
@@ -1,5 +1,5 @@
/* Test program for character classes and mappings.
- Copyright (C) 1999 Free Software Foundation, Inc.
+ Copyright (C) 1999-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
diff --git a/libc/localedata/tst-ctype.c b/libc/localedata/tst-ctype.c
index 072a70cf2..7a5b42fda 100644
--- a/libc/localedata/tst-ctype.c
+++ b/libc/localedata/tst-ctype.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000,02, 05 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.org>, 2000.
diff --git a/libc/localedata/tst-ctype.sh b/libc/localedata/tst-ctype.sh
index 16420a89b..9c8c625da 100755
--- a/libc/localedata/tst-ctype.sh
+++ b/libc/localedata/tst-ctype.sh
@@ -1,6 +1,6 @@
#! /bin/sh
# Testing the implementation of the isxxx() and toxxx() functions.
-# Copyright (C) 2000-2012 Free Software Foundation, Inc.
+# Copyright (C) 2000-2013 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/localedata/tst-digits.c b/libc/localedata/tst-digits.c
index 16cf2114e..a0cb4736a 100644
--- a/libc/localedata/tst-digits.c
+++ b/libc/localedata/tst-digits.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.
+/* Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.org>, 2000.
diff --git a/libc/localedata/tst-fmon.c b/libc/localedata/tst-fmon.c
index bcdd2d03e..c97f71940 100644
--- a/libc/localedata/tst-fmon.c
+++ b/libc/localedata/tst-fmon.c
@@ -1,5 +1,5 @@
/* Testing the implementation of strfmon(3).
- Copyright (C) 1996, 1997, 2000, 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 1996-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jochen Hein <jochen.hein@delphi.central.de>, 1997.
diff --git a/libc/localedata/tst-fmon.data b/libc/localedata/tst-fmon.data
index aaaaa3087..eef1731f8 100644
--- a/libc/localedata/tst-fmon.data
+++ b/libc/localedata/tst-fmon.data
@@ -1,5 +1,5 @@
# Test data for test-strfmon, which checks it's implementation in glibc
-# Copyright (C) 1996, 1997, 2000, 2002, 2003 Free Software Foundation, Inc.
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# Contributed by Jochen Hein <jochen.hein@delphi.central.de>, 1997.
#
diff --git a/libc/localedata/tst-fmon.sh b/libc/localedata/tst-fmon.sh
index 52d32d0a9..fa006fa18 100755
--- a/libc/localedata/tst-fmon.sh
+++ b/libc/localedata/tst-fmon.sh
@@ -1,6 +1,6 @@
#! /bin/sh
# Testing the implementation of strfmon(3).
-# Copyright (C) 1996-2012 Free Software Foundation, Inc.
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# Contributed by Jochen Hein <jochen.hein@delphi.central.de>, 1997.
diff --git a/libc/localedata/tst-langinfo.c b/libc/localedata/tst-langinfo.c
index aca8239bf..a5fe3aea1 100644
--- a/libc/localedata/tst-langinfo.c
+++ b/libc/localedata/tst-langinfo.c
@@ -1,5 +1,5 @@
/* Test program for nl_langinfo() function.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>.
diff --git a/libc/localedata/tst-langinfo.sh b/libc/localedata/tst-langinfo.sh
index 8d4671736..b00dc749c 100755
--- a/libc/localedata/tst-langinfo.sh
+++ b/libc/localedata/tst-langinfo.sh
@@ -1,6 +1,6 @@
#! /bin/sh
# Test nl_langinfo.
-# Copyright (C) 2000-2012 Free Software Foundation, Inc.
+# Copyright (C) 2000-2013 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/localedata/tst-locale.sh b/libc/localedata/tst-locale.sh
index 96eddc118..694c952da 100755
--- a/libc/localedata/tst-locale.sh
+++ b/libc/localedata/tst-locale.sh
@@ -1,6 +1,6 @@
#! /bin/sh
# Testing the implementation of localedata.
-# Copyright (C) 1998-2012 Free Software Foundation, Inc.
+# Copyright (C) 1998-2013 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# Contributed by Andreas Jaeger, <aj@arthur.rhein-neckar.de>, 1998.
diff --git a/libc/localedata/tst-mbswcs.sh b/libc/localedata/tst-mbswcs.sh
index 5a067ec0d..bc4423638 100755
--- a/libc/localedata/tst-mbswcs.sh
+++ b/libc/localedata/tst-mbswcs.sh
@@ -1,6 +1,6 @@
#! /bin/sh
# Testing the implementation of the mb*towc*() and wc*tomb*() functions.
-# Copyright (C) 2000-2012 Free Software Foundation, Inc.
+# Copyright (C) 2000-2013 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/localedata/tst-mbswcs1.c b/libc/localedata/tst-mbswcs1.c
index 6681ccc9e..eb8f5163b 100644
--- a/libc/localedata/tst-mbswcs1.c
+++ b/libc/localedata/tst-mbswcs1.c
@@ -1,5 +1,5 @@
/* Test restarting behaviour of mbrtowc.
- Copyright (C) 2000, 2005 Free Software Foundation, Inc.
+ Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Bruno Haible <haible@ilog.fr>.
diff --git a/libc/localedata/tst-mbswcs2.c b/libc/localedata/tst-mbswcs2.c
index 042069f82..c1448577d 100644
--- a/libc/localedata/tst-mbswcs2.c
+++ b/libc/localedata/tst-mbswcs2.c
@@ -1,5 +1,5 @@
/* Test restarting behaviour of mbsnrtowcs.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Bruno Haible <haible@ilog.fr>.
diff --git a/libc/localedata/tst-mbswcs3.c b/libc/localedata/tst-mbswcs3.c
index 73bb59af0..3e3c475ab 100644
--- a/libc/localedata/tst-mbswcs3.c
+++ b/libc/localedata/tst-mbswcs3.c
@@ -1,5 +1,5 @@
/* Test restarting behaviour of wcsrtombs.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Bruno Haible <haible@ilog.fr>.
diff --git a/libc/localedata/tst-mbswcs4.c b/libc/localedata/tst-mbswcs4.c
index 872040138..9b121e714 100644
--- a/libc/localedata/tst-mbswcs4.c
+++ b/libc/localedata/tst-mbswcs4.c
@@ -1,5 +1,5 @@
/* Test restarting behaviour of mbsrtowcs.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/localedata/tst-mbswcs5.c b/libc/localedata/tst-mbswcs5.c
index efb6dda89..8776864c3 100644
--- a/libc/localedata/tst-mbswcs5.c
+++ b/libc/localedata/tst-mbswcs5.c
@@ -1,5 +1,5 @@
/* Test restarting behaviour of wcrtomb.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Bruno Haible <haible@ilog.fr>.
diff --git a/libc/localedata/tst-mbswcs6.c b/libc/localedata/tst-mbswcs6.c
index a687eea2e..d2d161de9 100644
--- a/libc/localedata/tst-mbswcs6.c
+++ b/libc/localedata/tst-mbswcs6.c
@@ -1,5 +1,5 @@
/* Test for invalid input to wcrtomb.
- Copyright (C) 2001 Free Software Foundation, Inc.
+ Copyright (C) 2001-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
diff --git a/libc/localedata/tst-numeric.c b/libc/localedata/tst-numeric.c
index a7911f1b2..3e9baf9d2 100644
--- a/libc/localedata/tst-numeric.c
+++ b/libc/localedata/tst-numeric.c
@@ -1,5 +1,5 @@
/* Testing the implementation of LC_NUMERIC and snprintf().
- Copyright (C) 2003 Free Software Foundation, Inc.
+ Copyright (C) 2003-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Petter Reinholdtsen <pere@hungry.com>, 2003
diff --git a/libc/localedata/tst-numeric.data b/libc/localedata/tst-numeric.data
index efbee2fda..d98dc9175 100644
--- a/libc/localedata/tst-numeric.data
+++ b/libc/localedata/tst-numeric.data
@@ -1,5 +1,5 @@
# Test data for tst-nomeric, which checks it's implementation in glibc
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003-2013 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# Contributed by Petter Reinholdtsen <pere@hungry.com>, 2003
# Based on code by Jochen Hein <jochen.hein@delphi.central.de>, 1997.
diff --git a/libc/localedata/tst-numeric.sh b/libc/localedata/tst-numeric.sh
index 70ddc405d..3c3ed268d 100644
--- a/libc/localedata/tst-numeric.sh
+++ b/libc/localedata/tst-numeric.sh
@@ -1,6 +1,6 @@
#! /bin/sh
# Testing the implementation of LC_NUMERIC and snprintf(3).
-# Copyright (C) 1996-2012 Free Software Foundation, Inc.
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# Contributed by Jochen Hein <jochen.hein@delphi.central.de>, 1997.
diff --git a/libc/localedata/tst-rpmatch.c b/libc/localedata/tst-rpmatch.c
index 91e23650b..ab0392164 100644
--- a/libc/localedata/tst-rpmatch.c
+++ b/libc/localedata/tst-rpmatch.c
@@ -1,5 +1,5 @@
/* Test program for rpmatch function.
- Copyright (C) 1998, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1998-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jochen Hein <jochen.hein@delphi.central.de>.
diff --git a/libc/localedata/tst-rpmatch.sh b/libc/localedata/tst-rpmatch.sh
index 878887927..29fb7b794 100755
--- a/libc/localedata/tst-rpmatch.sh
+++ b/libc/localedata/tst-rpmatch.sh
@@ -1,6 +1,6 @@
#! /bin/sh -f
#
-# Copyright (C) 1998-2012 Free Software Foundation, Inc.
+# Copyright (C) 1998-2013 Free Software Foundation, Inc.
# This file is part of the GNU C Library and contains tests for
# the rpmatch(3)-implementation.
# contributed by Jochen Hein <jochen.hein@delphi.central.de>
diff --git a/libc/localedata/tst-trans.c b/libc/localedata/tst-trans.c
index 081a9aaaf..5237d34e4 100644
--- a/libc/localedata/tst-trans.c
+++ b/libc/localedata/tst-trans.c
@@ -1,5 +1,5 @@
/* Test program for user-defined character maps.
- Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1999-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>.
diff --git a/libc/localedata/tst-trans.sh b/libc/localedata/tst-trans.sh
index e90b653ed..e083c6183 100755
--- a/libc/localedata/tst-trans.sh
+++ b/libc/localedata/tst-trans.sh
@@ -1,6 +1,6 @@
#! /bin/sh
# Test character mapping definitions.
-# Copyright (C) 1999-2012 Free Software Foundation, Inc.
+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/localedata/tst-wctype.c b/libc/localedata/tst-wctype.c
index 21ebd9294..5eb346920 100644
--- a/libc/localedata/tst-wctype.c
+++ b/libc/localedata/tst-wctype.c
@@ -1,5 +1,5 @@
/* Test program for iswctype() function in ja_JP locale.
- Copyright (C) 2000 Free Software Foundation, Inc.
+ Copyright (C) 2000-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>.
diff --git a/libc/localedata/tst-wctype.sh b/libc/localedata/tst-wctype.sh
index 8cb34b857..d031dab3c 100755
--- a/libc/localedata/tst-wctype.sh
+++ b/libc/localedata/tst-wctype.sh
@@ -1,6 +1,6 @@
#! /bin/sh
# Test locale-define character classes.
-# Copyright (C) 1999-2012 Free Software Foundation, Inc.
+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/localedata/xfrm-test.c b/libc/localedata/xfrm-test.c
index 1ab087440..80fc1fd84 100644
--- a/libc/localedata/xfrm-test.c
+++ b/libc/localedata/xfrm-test.c
@@ -1,5 +1,5 @@
/* Test collation function via transformation using real data.
- Copyright (C) 1997, 1998, 2000, 2003 Free Software Foundation, Inc.
+ Copyright (C) 1997-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.