public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1/3] localedata: use same comment_char/escape_char in these files
@ 2016-02-20  7:54 Mike Frysinger
  2016-02-20  7:54 ` [PATCH 2/3] localedata: standardize first few lines Mike Frysinger
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Mike Frysinger @ 2016-02-20  7:54 UTC (permalink / raw)
  To: libc-alpha

These files are small and easy to convert to what most others use.
---
 localedata/locales/POSIX       | 289 +++++++++++++++++++++--------------------
 localedata/locales/iso14651_t1 |   6 +-
 2 files changed, 150 insertions(+), 145 deletions(-)

diff --git a/localedata/locales/POSIX b/localedata/locales/POSIX
index df89cb8..2804bdb 100644
--- a/localedata/locales/POSIX
+++ b/localedata/locales/POSIX
@@ -1,95 +1,98 @@
-# POSIX Standard Locale
-#
-# As per ISO/IEC 9945-2:1993 specifications
-# except for these additional identifying comments
-#
-# Source: ISO/IEC JTC1/SC22/WG15
-# Address: C/O DKUUG, Fruebjergvej 3
-#    DK-2100 Copenhagen O, Denmark
-# Contact: Keld Simonsen
-# Email: Keld.Simonsen@dkuug.dk
-# Tel: +45 - 39179944
-# Fax: +45 - 31208948
-# Language: POSIX
-# Territory:
-# Revision: 1.1
-# Date: 1997-03-15
-# Application: general
-# Users: general
-# Charset: ISO646:1993
-# Distribution and use is free, also for
-# commercial purposes.
+comment_char %
+escape_char /
+
+% POSIX Standard Locale
+%
+% As per ISO/IEC 9945-2:1993 specifications
+% except for these additional identifying comments
+%
+% Source: ISO/IEC JTC1/SC22/WG15
+% Address: C/O DKUUG, Fruebjergvej 3
+%    DK-2100 Copenhagen O, Denmark
+% Contact: Keld Simonsen
+% Email: Keld.Simonsen@dkuug.dk
+% Tel: +45 - 39179944
+% Fax: +45 - 31208948
+% Language: POSIX
+% Territory:
+% Revision: 1.1
+% Date: 1997-03-15
+% Application: general
+% Users: general
+% Charset: ISO646:1993
+% Distribution and use is free, also for
+% commercial purposes.
 
 LC_CTYPE
-# The following is the POSIX Locale LC_CTYPE.
-# "alpha" is by default "upper" and "lower"
-# "alnum" is by definiton "alpha" and "digit"
-# "print" is by default "alnum", "punct" and the <U0020> character
-# "graph" is by default "alnum" and "punct"
-#
-upper   <U0041>;<U0042>;<U0043>;<U0044>;<U0045>;<U0046>;<U0047>;<U0048>;\
-        <U0049>;<U004A>;<U004B>;<U004C>;<U004D>;<U004E>;<U004F>;<U0050>;\
-        <U0051>;<U0052>;<U0053>;<U0054>;<U0055>;<U0056>;<U0057>;<U0058>;\
+% The following is the POSIX Locale LC_CTYPE.
+% "alpha" is by default "upper" and "lower"
+% "alnum" is by definiton "alpha" and "digit"
+% "print" is by default "alnum", "punct" and the <U0020> character
+% "graph" is by default "alnum" and "punct"
+%
+upper   <U0041>;<U0042>;<U0043>;<U0044>;<U0045>;<U0046>;<U0047>;<U0048>;/
+        <U0049>;<U004A>;<U004B>;<U004C>;<U004D>;<U004E>;<U004F>;<U0050>;/
+        <U0051>;<U0052>;<U0053>;<U0054>;<U0055>;<U0056>;<U0057>;<U0058>;/
         <U0059>;<U005A>
-#
-lower   <U0061>;<U0062>;<U0063>;<U0064>;<U0065>;<U0066>;<U0067>;<U0068>;\
-        <U0069>;<U006A>;<U006B>;<U006C>;<U006D>;<U006E>;<U006F>;<U0070>;\
-        <U0071>;<U0072>;<U0073>;<U0074>;<U0075>;<U0076>;<U0077>;<U0078>;\
+%
+lower   <U0061>;<U0062>;<U0063>;<U0064>;<U0065>;<U0066>;<U0067>;<U0068>;/
+        <U0069>;<U006A>;<U006B>;<U006C>;<U006D>;<U006E>;<U006F>;<U0070>;/
+        <U0071>;<U0072>;<U0073>;<U0074>;<U0075>;<U0076>;<U0077>;<U0078>;/
         <U0079>;<U007A>
-#
-digit   <U0030>;<U0031>;<U0032>;<U0033>;<U0034>;\
+%
+digit   <U0030>;<U0031>;<U0032>;<U0033>;<U0034>;/
         <U0035>;<U0036>;<U0037>;<U0038>;<U0039>
-#
-space   <U0009>;<U000A>;<U000B>;<U000C>;\
+%
+space   <U0009>;<U000A>;<U000B>;<U000C>;/
         <U000D>;<U0020>
-#
-cntrl   <U0007>;<U0008>;<U0009>;<U000A>;<U000B>;\
-        <U000C>;<U000D>;\
-        <U0000>;<U0001>;<U0002>;<U0003>;<U0004>;<U0005>;<U0006>;<U000E>;\
-        <U000F>;<U0010>;<U0011>;<U0012>;<U0013>;<U0014>;<U0015>;<U0016>;\
-        <U0017>;<U0018>;<U0019>;<U001A>;<U001B>;<U001C>;<U001D>;<U001E>;\
+%
+cntrl   <U0007>;<U0008>;<U0009>;<U000A>;<U000B>;/
+        <U000C>;<U000D>;/
+        <U0000>;<U0001>;<U0002>;<U0003>;<U0004>;<U0005>;<U0006>;<U000E>;/
+        <U000F>;<U0010>;<U0011>;<U0012>;<U0013>;<U0014>;<U0015>;<U0016>;/
+        <U0017>;<U0018>;<U0019>;<U001A>;<U001B>;<U001C>;<U001D>;<U001E>;/
         <U001F>;<U007F>
-#
-punct   <U0021>;<U0022>;<U0023>;\
-        <U0024>;<U0025>;<U0026>;<U0027>;\
-        <U0028>;<U0029>;<U002A>;\
-        <U002B>;<U002C>;<U002D>;<U002E>;<U002F>;\
-        <U003A>;<U003B>;<U003C>;<U003D>;\
-        <U003E>;<U003F>;<U0040>;\
-        <U005B>;<U005C>;<U005D>;\
-        <U005E>;<U005F>;<U0060>;\
+%
+punct   <U0021>;<U0022>;<U0023>;/
+        <U0024>;<U0025>;<U0026>;<U0027>;/
+        <U0028>;<U0029>;<U002A>;/
+        <U002B>;<U002C>;<U002D>;<U002E>;<U002F>;/
+        <U003A>;<U003B>;<U003C>;<U003D>;/
+        <U003E>;<U003F>;<U0040>;/
+        <U005B>;<U005C>;<U005D>;/
+        <U005E>;<U005F>;<U0060>;/
         <U007B>;<U007C>;<U007D>;<U007E>
-#
-xdigit  <U0030>;<U0031>;<U0032>;<U0033>;<U0034>;<U0035>;<U0036>;<U0037>;\
-        <U0038>;<U0039>;<U0041>;<U0042>;<U0043>;<U0044>;<U0045>;<U0046>;\
+%
+xdigit  <U0030>;<U0031>;<U0032>;<U0033>;<U0034>;<U0035>;<U0036>;<U0037>;/
+        <U0038>;<U0039>;<U0041>;<U0042>;<U0043>;<U0044>;<U0045>;<U0046>;/
         <U0061>;<U0062>;<U0063>;<U0064>;<U0065>;<U0066>
-#
+%
 blank   <U0020>;<U0009>
-#
-tolower (<U0041>,<U0061>);(<U0042>,<U0062>);(<U0043>,<U0063>);\
-        (<U0044>,<U0064>);(<U0045>,<U0065>);(<U0046>,<U0066>);\
-        (<U0047>,<U0067>);(<U0048>,<U0068>);(<U0049>,<U0069>);\
-        (<U004A>,<U006A>);(<U004B>,<U006B>);(<U004C>,<U006C>);\
-        (<U004D>,<U006D>);(<U004E>,<U006E>);(<U004F>,<U006F>);\
-        (<U0050>,<U0070>);(<U0051>,<U0071>);(<U0052>,<U0072>);\
-        (<U0053>,<U0073>);(<U0054>,<U0074>);(<U0055>,<U0075>);\
-        (<U0056>,<U0076>);(<U0057>,<U0077>);(<U0058>,<U0078>);\
+%
+tolower (<U0041>,<U0061>);(<U0042>,<U0062>);(<U0043>,<U0063>);/
+        (<U0044>,<U0064>);(<U0045>,<U0065>);(<U0046>,<U0066>);/
+        (<U0047>,<U0067>);(<U0048>,<U0068>);(<U0049>,<U0069>);/
+        (<U004A>,<U006A>);(<U004B>,<U006B>);(<U004C>,<U006C>);/
+        (<U004D>,<U006D>);(<U004E>,<U006E>);(<U004F>,<U006F>);/
+        (<U0050>,<U0070>);(<U0051>,<U0071>);(<U0052>,<U0072>);/
+        (<U0053>,<U0073>);(<U0054>,<U0074>);(<U0055>,<U0075>);/
+        (<U0056>,<U0076>);(<U0057>,<U0077>);(<U0058>,<U0078>);/
         (<U0059>,<U0079>);(<U005A>,<U007A>)
-#
-toupper (<U0061>,<U0041>);(<U0062>,<U0042>);(<U0063>,<U0043>);\
-        (<U0064>,<U0044>);(<U0065>,<U0045>);(<U0066>,<U0046>);\
-        (<U0067>,<U0047>);(<U0068>,<U0048>);(<U0069>,<U0049>);\
-        (<U006A>,<U004A>);(<U006B>,<U004B>);(<U006C>,<U004C>);\
-        (<U006D>,<U004D>);(<U006E>,<U004E>);(<U006F>,<U004F>);\
-        (<U0070>,<U0050>);(<U0071>,<U0051>);(<U0072>,<U0052>);\
-        (<U0073>,<U0053>);(<U0074>,<U0054>);(<U0075>,<U0055>);\
-        (<U0076>,<U0056>);(<U0077>,<U0057>);(<U0078>,<U0058>);\
+%
+toupper (<U0061>,<U0041>);(<U0062>,<U0042>);(<U0063>,<U0043>);/
+        (<U0064>,<U0044>);(<U0065>,<U0045>);(<U0066>,<U0046>);/
+        (<U0067>,<U0047>);(<U0068>,<U0048>);(<U0069>,<U0049>);/
+        (<U006A>,<U004A>);(<U006B>,<U004B>);(<U006C>,<U004C>);/
+        (<U006D>,<U004D>);(<U006E>,<U004E>);(<U006F>,<U004F>);/
+        (<U0070>,<U0050>);(<U0071>,<U0051>);(<U0072>,<U0052>);/
+        (<U0073>,<U0053>);(<U0074>,<U0054>);(<U0075>,<U0055>);/
+        (<U0076>,<U0056>);(<U0077>,<U0057>);(<U0078>,<U0058>);/
         (<U0079>,<U0059>);(<U007A>,<U005A>)
 END LC_CTYPE
 
 LC_COLLATE
-# This is the POSIX Locale definition for the LC_COLLATE category.
-# The order is the same as in the ASCII code set.
+% This is the POSIX Locale definition for the LC_COLLATE category.
+% The order is the same as in the ASCII code set.
 order_start forward
 <U0000>
 <U0001>
@@ -221,13 +224,13 @@ order_start forward
 <U007F>
 UNDEFINED
 order_end
-#
+%
 END LC_COLLATE
 
 LC_MONETARY
-# This is the POSIX Locale definition for
-# the LC_MONETARY category.
-#
+% This is the POSIX Locale definition for
+% the LC_MONETARY category.
+%
 int_curr_symbol     ""
 currency_symbol     ""
 mon_decimal_point   "<U002E>"
@@ -243,92 +246,92 @@ n_cs_precedes       -1
 n_sep_by_space      -1
 p_sign_posn         -1
 n_sign_posn         -1
-#
+%
 END LC_MONETARY
 
 LC_NUMERIC
-# This is the POSIX Locale definition for
-# the LC_NUMERIC category.
-#
+% This is the POSIX Locale definition for
+% the LC_NUMERIC category.
+%
 decimal_point   "<U002E>"
 thousands_sep   ""
 grouping        -1
-#
+%
 END LC_NUMERIC
 
 LC_TIME
-# This is the POSIX Locale definition for
-# the LC_TIME category.
-#
-# Abbreviated weekday names (%s)
-abday   "<U0053><U0075><U006E>";"<U004D><U006F><U006E>";\
-        "<U0054><U0075><U0065>";"<U0057><U0065><U0064>";\
-        "<U0054><U0068><U0075>";"<U0046><U0072><U0069>";\
+% This is the POSIX Locale definition for
+% the LC_TIME category.
+%
+% Abbreviated weekday names (%s)
+abday   "<U0053><U0075><U006E>";"<U004D><U006F><U006E>";/
+        "<U0054><U0075><U0065>";"<U0057><U0065><U0064>";/
+        "<U0054><U0068><U0075>";"<U0046><U0072><U0069>";/
         "<U0053><U0061><U0074>"
-#
-# Full weekday names (%A)
-day     "<U0053><U0075><U006E><U0064><U0061><U0079>";\
-        "<U004D><U006F><U006E><U0064><U0061><U0079>";\
-        "<U0054><U0075><U0065><U0073><U0064><U0061><U0079>";\
-        "<U0057><U0065><U0064><U006E><U0065><U0073><U0064><U0061><U0079>";\
-        "<U0054><U0068><U0075><U0072><U0073><U0064><U0061><U0079>";\
-        "<U0046><U0072><U0069><U0064><U0061><U0079>";\
+%
+% Full weekday names (%A)
+day     "<U0053><U0075><U006E><U0064><U0061><U0079>";/
+        "<U004D><U006F><U006E><U0064><U0061><U0079>";/
+        "<U0054><U0075><U0065><U0073><U0064><U0061><U0079>";/
+        "<U0057><U0065><U0064><U006E><U0065><U0073><U0064><U0061><U0079>";/
+        "<U0054><U0068><U0075><U0072><U0073><U0064><U0061><U0079>";/
+        "<U0046><U0072><U0069><U0064><U0061><U0079>";/
         "<U0053><U0061><U0074><U0075><U0072><U0064><U0061><U0079>"
-#
-# Abbreviated month names (%b)
-abmon   "<U004A><U0061><U006E>";"<U0046><U0065><U0062>";\
-        "<U004D><U0061><U0072>";"<U0041><U0070><U0072>";\
-        "<U004D><U0061><U0079>";"<U004A><U0075><U006E>";\
-        "<U004A><U0075><U006C>";"<U0041><U0075><U0067>";\
-        "<U0053><U0065><U0070>";"<U004F><U0063><U0074>";\
+%
+% Abbreviated month names (%b)
+abmon   "<U004A><U0061><U006E>";"<U0046><U0065><U0062>";/
+        "<U004D><U0061><U0072>";"<U0041><U0070><U0072>";/
+        "<U004D><U0061><U0079>";"<U004A><U0075><U006E>";/
+        "<U004A><U0075><U006C>";"<U0041><U0075><U0067>";/
+        "<U0053><U0065><U0070>";"<U004F><U0063><U0074>";/
         "<U004E><U006F><U0076>";"<U0044><U0065><U0063>"
-#
-# Full month names (%B)
-mon     "<U004A><U0061><U006E><U0075><U0061><U0072><U0079>";\
-        "<U0046><U0065><U0062><U0072><U0075><U0061><U0072><U0079>";\
-        "<U004D><U0061><U0072><U0063><U0068>";\
-        "<U0041><U0070><U0072><U0069><U006C>";\
-        "<U004D><U0061><U0079>";\
-        "<U004A><U0075><U006E><U0065>";\
-        "<U004A><U0075><U006C><U0079>";\
-        "<U0041><U0075><U0067><U0075><U0073><U0074>";\
-        "<U0053><U0065><U0070><U0074><U0065><U006D><U0062><U0065><U0072>";\
-        "<U004F><U0063><U0074><U006F><U0062><U0065><U0072>";\
-        "<U004E><U006F><U0076><U0065><U006D><U0062><U0065><U0072>";\
+%
+% Full month names (%B)
+mon     "<U004A><U0061><U006E><U0075><U0061><U0072><U0079>";/
+        "<U0046><U0065><U0062><U0072><U0075><U0061><U0072><U0079>";/
+        "<U004D><U0061><U0072><U0063><U0068>";/
+        "<U0041><U0070><U0072><U0069><U006C>";/
+        "<U004D><U0061><U0079>";/
+        "<U004A><U0075><U006E><U0065>";/
+        "<U004A><U0075><U006C><U0079>";/
+        "<U0041><U0075><U0067><U0075><U0073><U0074>";/
+        "<U0053><U0065><U0070><U0074><U0065><U006D><U0062><U0065><U0072>";/
+        "<U004F><U0063><U0074><U006F><U0062><U0065><U0072>";/
+        "<U004E><U006F><U0076><U0065><U006D><U0062><U0065><U0072>";/
         "<U0044><U0065><U0063><U0065><U006D><U0062><U0065><U0072>"
-#
-# Equivalent of AM/PM (%p)      "AM"/"PM"
+%
+% Equivalent of AM/PM (%p)      "AM"/"PM"
 am_pm   "<U0041><U004D>";"<U0050><U004D>"
-#
-# Appropriate date and time representation (%c)
-#       "%a %b %e %H:%M:%S %Y"
-d_t_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>\
-<U0020><U0025><U0048><U003A><U0025><U004D>\
+%
+% Appropriate date and time representation (%c)
+%       "%a %b %e %H:%M:%S %Y"
+d_t_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
+<U0020><U0025><U0048><U003A><U0025><U004D>/
 <U003A><U0025><U0053><U0020><U0025><U0059>"
-#
-# Appropriate date representation (%x)   "%m/%d/%y"
+%
+% Appropriate date representation (%x)   "%m/%d/%y"
 d_fmt   "<U0025><U006D><U002F><U0025><U0064><U002F><U0025><U0079>"
-#
-# Appropriate time representation (%X)   "%H:%M:%S"
+%
+% Appropriate time representation (%X)   "%H:%M:%S"
 t_fmt   "<U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053>"
-#
-# Appropriate 12 h time representation (%r)   "%I:%M:%S %p"
-t_fmt_ampm "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053>\
+%
+% Appropriate 12 h time representation (%r)   "%I:%M:%S %p"
+t_fmt_ampm "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053>/
 <U0020><U0025><U0070>"
-#
-# Appropriate date representation (date(1))   "%a %b %e %H:%M:%S %Z %Y"
+%
+% Appropriate date representation (date(1))   "%a %b %e %H:%M:%S %Z %Y"
 date_fmt	"<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065><U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0025><U005A><U0020><U0025><U0059>"
 END LC_TIME
 
 LC_MESSAGES
-# This is the POSIX Locale definition for
-# the LC_NUMERIC category.
-#
+% This is the POSIX Locale definition for
+% the LC_NUMERIC category.
+%
 yesexpr "<U005E><U005B><U0079><U0059><U005D>"
-#
+%
 noexpr  "<U005E><U005B><U006E><U004E><U005D>"
-#
+%
 yesstr  "<U0059><U0065><U0073>"
-#
+%
 nostr   "<U004E><U006F>"
 END LC_MESSAGES
diff --git a/localedata/locales/iso14651_t1 b/localedata/locales/iso14651_t1
index dd694d0..0d10f4f 100644
--- a/localedata/locales/iso14651_t1
+++ b/localedata/locales/iso14651_t1
@@ -1,3 +1,6 @@
+comment_char %
+escape_char /
+
 LC_COLLATE
 
 copy "iso14651_t1_common"
@@ -8,7 +11,6 @@ order_start <HAN>;forward;forward;forward;forward,position
 <U4E00> <U4E00>;IGNORE;IGNORE;IGNORE
 .. ..;IGNORE;IGNORE;IGNORE
 <U9FA5> <U9FA5>;IGNORE;IGNORE;IGNORE
-#
 order_end
-#
+
 END LC_COLLATE
-- 
2.6.2

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [PATCH 2/3] localedata: standardize first few lines
  2016-02-20  7:54 [PATCH 1/3] localedata: use same comment_char/escape_char in these files Mike Frysinger
@ 2016-02-20  7:54 ` Mike Frysinger
  2016-02-20  7:55 ` [PATCH 3/3] localedata: standardize copyright/license information [BZ #11213] Mike Frysinger
  2016-02-25 20:13 ` [PATCH 1/3] localedata: use same comment_char/escape_char in these files Mike Frysinger
  2 siblings, 0 replies; 17+ messages in thread
From: Mike Frysinger @ 2016-02-20  7:54 UTC (permalink / raw)
  To: libc-alpha

Purely a style touchup to make sure the headers all look the same.
---
 localedata/locales/aa_DJ            | 5 ++---
 localedata/locales/aa_ER            | 5 ++---
 localedata/locales/aa_ER@saaho      | 5 ++---
 localedata/locales/aa_ET            | 5 ++---
 localedata/locales/af_ZA            | 4 ++--
 localedata/locales/ak_GH            | 1 +
 localedata/locales/am_ET            | 5 ++---
 localedata/locales/an_ES            | 4 ++--
 localedata/locales/anp_IN           | 4 ++--
 localedata/locales/ar_AE            | 5 +++--
 localedata/locales/ar_BH            | 5 +++--
 localedata/locales/ar_DZ            | 5 +++--
 localedata/locales/ar_EG            | 5 +++--
 localedata/locales/ar_IN            | 5 +++--
 localedata/locales/ar_IQ            | 5 +++--
 localedata/locales/ar_JO            | 5 +++--
 localedata/locales/ar_KW            | 5 +++--
 localedata/locales/ar_LB            | 5 +++--
 localedata/locales/ar_LY            | 5 +++--
 localedata/locales/ar_MA            | 5 +++--
 localedata/locales/ar_OM            | 5 +++--
 localedata/locales/ar_QA            | 5 +++--
 localedata/locales/ar_SA            | 2 +-
 localedata/locales/ar_SD            | 4 ++--
 localedata/locales/ar_SS            | 4 ++--
 localedata/locales/ar_SY            | 5 +++--
 localedata/locales/ar_TN            | 5 +++--
 localedata/locales/ar_YE            | 5 +++--
 localedata/locales/ast_ES           | 4 ++--
 localedata/locales/az_AZ            | 4 ++--
 localedata/locales/be_BY            | 4 ++--
 localedata/locales/be_BY@latin      | 4 ++--
 localedata/locales/bem_ZM           | 1 +
 localedata/locales/ber_DZ           | 4 ++--
 localedata/locales/ber_MA           | 4 ++--
 localedata/locales/bg_BG            | 2 +-
 localedata/locales/bhb_IN           | 5 +++--
 localedata/locales/bho_IN           | 5 +++--
 localedata/locales/bn_BD            | 2 +-
 localedata/locales/bn_IN            | 4 ++--
 localedata/locales/bo_CN            | 2 +-
 localedata/locales/bo_IN            | 2 +-
 localedata/locales/br_FR            | 4 ++--
 localedata/locales/br_FR@euro       | 4 ++--
 localedata/locales/brx_IN           | 5 +++--
 localedata/locales/bs_BA            | 4 ++--
 localedata/locales/byn_ER           | 5 ++---
 localedata/locales/ca_AD            | 4 ++--
 localedata/locales/ca_ES            | 4 ++--
 localedata/locales/ca_ES@euro       | 4 ++--
 localedata/locales/ca_FR            | 4 ++--
 localedata/locales/ca_IT            | 4 ++--
 localedata/locales/ce_RU            | 1 +
 localedata/locales/cmn_TW           | 1 +
 localedata/locales/crh_UA           | 4 ++--
 localedata/locales/cs_CZ            | 4 ++--
 localedata/locales/csb_PL           | 2 +-
 localedata/locales/cv_RU            | 4 ++--
 localedata/locales/cy_GB            | 5 +++--
 localedata/locales/da_DK            | 2 +-
 localedata/locales/de_AT            | 2 +-
 localedata/locales/de_AT@euro       | 2 +-
 localedata/locales/de_BE            | 4 ++--
 localedata/locales/de_BE@euro       | 4 ++--
 localedata/locales/de_CH            | 4 ++--
 localedata/locales/de_DE            | 3 ++-
 localedata/locales/de_DE@euro       | 3 ++-
 localedata/locales/de_LU            | 4 ++--
 localedata/locales/de_LU@euro       | 4 ++--
 localedata/locales/doi_IN           | 5 +++--
 localedata/locales/dv_MV            | 4 ++--
 localedata/locales/dz_BT            | 2 +-
 localedata/locales/el_CY            | 4 ++--
 localedata/locales/el_GR            | 4 ++--
 localedata/locales/el_GR@euro       | 2 +-
 localedata/locales/en_AG            | 3 ++-
 localedata/locales/en_AU            | 4 ++--
 localedata/locales/en_BW            | 4 ++--
 localedata/locales/en_CA            | 4 ++--
 localedata/locales/en_DK            | 2 +-
 localedata/locales/en_GB            | 4 ++--
 localedata/locales/en_HK            | 4 ++--
 localedata/locales/en_IE            | 4 ++--
 localedata/locales/en_IE@euro       | 4 ++--
 localedata/locales/en_IN            | 4 ++--
 localedata/locales/en_NG            | 4 ++--
 localedata/locales/en_NZ            | 4 ++--
 localedata/locales/en_PH            | 5 +++--
 localedata/locales/en_SG            | 4 ++--
 localedata/locales/en_US            | 3 ++-
 localedata/locales/en_ZA            | 4 ++--
 localedata/locales/en_ZM            | 1 +
 localedata/locales/en_ZW            | 4 ++--
 localedata/locales/es_AR            | 4 ++--
 localedata/locales/es_BO            | 4 ++--
 localedata/locales/es_CL            | 4 ++--
 localedata/locales/es_CO            | 4 ++--
 localedata/locales/es_CR            | 4 ++--
 localedata/locales/es_CU            | 4 ++--
 localedata/locales/es_DO            | 4 ++--
 localedata/locales/es_EC            | 4 ++--
 localedata/locales/es_ES            | 4 ++--
 localedata/locales/es_ES@euro       | 4 ++--
 localedata/locales/es_GT            | 4 ++--
 localedata/locales/es_HN            | 4 ++--
 localedata/locales/es_MX            | 4 ++--
 localedata/locales/es_NI            | 4 ++--
 localedata/locales/es_PA            | 4 ++--
 localedata/locales/es_PE            | 4 ++--
 localedata/locales/es_PR            | 4 ++--
 localedata/locales/es_PY            | 4 ++--
 localedata/locales/es_SV            | 4 ++--
 localedata/locales/es_US            | 4 ++--
 localedata/locales/es_UY            | 4 ++--
 localedata/locales/es_VE            | 4 ++--
 localedata/locales/et_EE            | 2 +-
 localedata/locales/eu_ES            | 4 ++--
 localedata/locales/eu_ES@euro       | 4 ++--
 localedata/locales/fa_IR            | 4 ++--
 localedata/locales/ff_SN            | 1 +
 localedata/locales/fi_FI            | 4 ++--
 localedata/locales/fi_FI@euro       | 4 ++--
 localedata/locales/fil_PH           | 4 ++--
 localedata/locales/fo_FO            | 2 +-
 localedata/locales/fr_BE            | 4 ++--
 localedata/locales/fr_BE@euro       | 4 ++--
 localedata/locales/fr_CA            | 4 ++--
 localedata/locales/fr_CH            | 4 ++--
 localedata/locales/fr_FR            | 4 ++--
 localedata/locales/fr_FR@euro       | 4 ++--
 localedata/locales/fr_LU            | 4 ++--
 localedata/locales/fr_LU@euro       | 4 ++--
 localedata/locales/fur_IT           | 4 ++--
 localedata/locales/fy_DE            | 3 ++-
 localedata/locales/fy_NL            | 4 ++--
 localedata/locales/ga_IE            | 5 +++--
 localedata/locales/ga_IE@euro       | 5 +++--
 localedata/locales/gd_GB            | 1 +
 localedata/locales/gez_ER           | 5 ++---
 localedata/locales/gez_ER@abegede   | 5 ++---
 localedata/locales/gez_ET           | 5 ++---
 localedata/locales/gez_ET@abegede   | 5 ++---
 localedata/locales/gl_ES            | 4 ++--
 localedata/locales/gl_ES@euro       | 4 ++--
 localedata/locales/gu_IN            | 5 +++--
 localedata/locales/gv_GB            | 4 ++--
 localedata/locales/ha_NG            | 4 ++--
 localedata/locales/hak_TW           | 1 +
 localedata/locales/he_IL            | 4 ++--
 localedata/locales/hi_IN            | 5 +++--
 localedata/locales/hne_IN           | 5 +++--
 localedata/locales/hr_HR            | 4 ++--
 localedata/locales/hsb_DE           | 4 ++--
 localedata/locales/ht_HT            | 1 +
 localedata/locales/hu_HU            | 4 ++--
 localedata/locales/hy_AM            | 3 ++-
 localedata/locales/i18n             | 2 +-
 localedata/locales/ia_FR            | 4 ++--
 localedata/locales/id_ID            | 4 ++--
 localedata/locales/ig_NG            | 4 ++--
 localedata/locales/ik_CA            | 4 ++--
 localedata/locales/is_IS            | 2 +-
 localedata/locales/it_CH            | 4 ++--
 localedata/locales/it_IT            | 4 ++--
 localedata/locales/it_IT@euro       | 4 ++--
 localedata/locales/iu_CA            | 3 ++-
 localedata/locales/iw_IL            | 4 ++--
 localedata/locales/ja_JP            | 4 ++--
 localedata/locales/ka_GE            | 3 ++-
 localedata/locales/kk_KZ            | 4 ++--
 localedata/locales/kl_GL            | 2 +-
 localedata/locales/km_KH            | 3 +--
 localedata/locales/kn_IN            | 5 +++--
 localedata/locales/ko_KR            | 2 +-
 localedata/locales/kok_IN           | 5 +++--
 localedata/locales/ks_IN            | 5 +++--
 localedata/locales/ks_IN@devanagari | 5 +++--
 localedata/locales/ku_TR            | 4 ++--
 localedata/locales/kw_GB            | 4 ++--
 localedata/locales/ky_KG            | 3 ++-
 localedata/locales/lb_LU            | 3 ++-
 localedata/locales/lg_UG            | 4 ++--
 localedata/locales/li_BE            | 3 ++-
 localedata/locales/li_NL            | 3 ++-
 localedata/locales/lij_IT           | 1 +
 localedata/locales/lo_LA            | 3 +--
 localedata/locales/lt_LT            | 2 +-
 localedata/locales/lv_LV            | 2 +-
 localedata/locales/lzh_TW           | 1 +
 localedata/locales/mag_IN           | 5 +++--
 localedata/locales/mai_IN           | 5 +++--
 localedata/locales/mg_MG            | 4 ++--
 localedata/locales/mhr_RU           | 4 ++--
 localedata/locales/mi_NZ            | 4 ++--
 localedata/locales/mk_MK            | 1 +
 localedata/locales/ml_IN            | 5 +++--
 localedata/locales/mn_MN            | 3 ++-
 localedata/locales/mni_IN           | 5 +++--
 localedata/locales/mr_IN            | 5 +++--
 localedata/locales/ms_MY            | 4 ++--
 localedata/locales/mt_MT            | 5 +++--
 localedata/locales/my_MM            | 5 +++--
 localedata/locales/nan_TW           | 1 +
 localedata/locales/nan_TW@latin     | 4 ++--
 localedata/locales/nb_NO            | 4 ++--
 localedata/locales/nds_DE           | 3 ++-
 localedata/locales/nds_NL           | 3 ++-
 localedata/locales/ne_NP            | 5 +++--
 localedata/locales/nhn_MX           | 4 ++--
 localedata/locales/niu_NU           | 1 +
 localedata/locales/niu_NZ           | 1 +
 localedata/locales/nl_AW            | 3 ++-
 localedata/locales/nl_BE            | 4 ++--
 localedata/locales/nl_BE@euro       | 4 ++--
 localedata/locales/nl_NL            | 4 ++--
 localedata/locales/nl_NL@euro       | 4 ++--
 localedata/locales/nn_NO            | 5 +++--
 localedata/locales/nr_ZA            | 4 ++--
 localedata/locales/nso_ZA           | 4 ++--
 localedata/locales/oc_FR            | 3 ++-
 localedata/locales/om_ET            | 5 ++---
 localedata/locales/om_KE            | 5 ++---
 localedata/locales/os_RU            | 3 +--
 localedata/locales/pa_IN            | 5 +++--
 localedata/locales/pa_PK            | 4 ++--
 localedata/locales/pap_AW           | 2 +-
 localedata/locales/pap_CW           | 2 +-
 localedata/locales/pl_PL            | 2 +-
 localedata/locales/ps_AF            | 2 +-
 localedata/locales/pt_BR            | 4 ++--
 localedata/locales/pt_PT            | 4 ++--
 localedata/locales/pt_PT@euro       | 4 ++--
 localedata/locales/quz_PE           | 1 +
 localedata/locales/raj_IN           | 5 +++--
 localedata/locales/ro_RO            | 4 ++--
 localedata/locales/ru_RU            | 4 ++--
 localedata/locales/ru_UA            | 4 ++--
 localedata/locales/rw_RW            | 3 ++-
 localedata/locales/sa_IN            | 5 +++--
 localedata/locales/sat_IN           | 5 +++--
 localedata/locales/sc_IT            | 4 ++--
 localedata/locales/sd_IN            | 5 +++--
 localedata/locales/sd_IN@devanagari | 5 +++--
 localedata/locales/se_NO            | 4 ++--
 localedata/locales/shs_CA           | 2 +-
 localedata/locales/si_LK            | 3 ++-
 localedata/locales/sid_ET           | 5 ++---
 localedata/locales/sk_SK            | 4 ++--
 localedata/locales/sl_SI            | 4 ++--
 localedata/locales/so_DJ            | 5 ++---
 localedata/locales/so_ET            | 5 ++---
 localedata/locales/so_KE            | 5 ++---
 localedata/locales/so_SO            | 5 ++---
 localedata/locales/sq_AL            | 5 +++--
 localedata/locales/sq_MK            | 5 +++--
 localedata/locales/sr_ME            | 4 ++--
 localedata/locales/sr_RS            | 4 ++--
 localedata/locales/sr_RS@latin      | 4 ++--
 localedata/locales/ss_ZA            | 4 ++--
 localedata/locales/st_ZA            | 4 ++--
 localedata/locales/sv_FI            | 4 ++--
 localedata/locales/sv_FI@euro       | 4 ++--
 localedata/locales/sv_SE            | 4 ++--
 localedata/locales/sw_KE            | 1 +
 localedata/locales/sw_TZ            | 1 +
 localedata/locales/szl_PL           | 2 +-
 localedata/locales/ta_IN            | 5 +++--
 localedata/locales/ta_LK            | 4 ++--
 localedata/locales/tcy_IN           | 5 +++--
 localedata/locales/te_IN            | 5 +++--
 localedata/locales/tg_TJ            | 4 ++--
 localedata/locales/th_TH            | 3 +--
 localedata/locales/the_NP           | 5 +++--
 localedata/locales/ti_ER            | 5 ++---
 localedata/locales/ti_ET            | 5 ++---
 localedata/locales/tig_ER           | 5 ++---
 localedata/locales/tk_TM            | 4 ++--
 localedata/locales/tl_PH            | 4 ++--
 localedata/locales/tn_ZA            | 4 ++--
 localedata/locales/tr_CY            | 4 ++--
 localedata/locales/tr_TR            | 4 ++--
 localedata/locales/ts_ZA            | 4 ++--
 localedata/locales/tt_RU            | 4 ++--
 localedata/locales/tt_RU@iqtelif    | 4 ++--
 localedata/locales/ug_CN            | 4 ++--
 localedata/locales/uk_UA            | 4 ++--
 localedata/locales/unm_US           | 2 +-
 localedata/locales/ur_IN            | 5 +++--
 localedata/locales/ur_PK            | 4 ++--
 localedata/locales/uz_UZ            | 4 ++--
 localedata/locales/uz_UZ@cyrillic   | 4 ++--
 localedata/locales/ve_ZA            | 4 ++--
 localedata/locales/vi_VN            | 4 ++--
 localedata/locales/wa_BE            | 3 ++-
 localedata/locales/wa_BE@euro       | 4 ++--
 localedata/locales/wae_CH           | 4 ++--
 localedata/locales/wal_ET           | 5 ++---
 localedata/locales/wo_SN            | 4 ++--
 localedata/locales/xh_ZA            | 4 ++--
 localedata/locales/yi_US            | 3 ++-
 localedata/locales/yo_NG            | 4 ++--
 localedata/locales/yue_HK           | 5 +++--
 localedata/locales/zh_CN            | 4 ++--
 localedata/locales/zh_HK            | 5 +++--
 localedata/locales/zh_SG            | 5 +++--
 localedata/locales/zh_TW            | 2 +-
 localedata/locales/zu_ZA            | 4 ++--
 307 files changed, 620 insertions(+), 550 deletions(-)

diff --git a/localedata/locales/aa_DJ b/localedata/locales/aa_DJ
index c363352..10e5ac7 100644
--- a/localedata/locales/aa_DJ
+++ b/localedata/locales/aa_DJ
@@ -1,6 +1,5 @@
-comment_char    %
-escape_char     /
-
+comment_char %
+escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
diff --git a/localedata/locales/aa_ER b/localedata/locales/aa_ER
index 6bd54d9..80ccaef 100644
--- a/localedata/locales/aa_ER
+++ b/localedata/locales/aa_ER
@@ -1,6 +1,5 @@
-comment_char    %
-escape_char     /
-
+comment_char %
+escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
diff --git a/localedata/locales/aa_ER@saaho b/localedata/locales/aa_ER@saaho
index d0c7c51..2903b36 100644
--- a/localedata/locales/aa_ER@saaho
+++ b/localedata/locales/aa_ER@saaho
@@ -1,6 +1,5 @@
-comment_char    %
-escape_char     /
-
+comment_char %
+escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
diff --git a/localedata/locales/aa_ET b/localedata/locales/aa_ET
index dc5ba6f..4c7301e 100644
--- a/localedata/locales/aa_ET
+++ b/localedata/locales/aa_ET
@@ -1,6 +1,5 @@
-comment_char    %
-escape_char     /
-
+comment_char %
+escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
diff --git a/localedata/locales/af_ZA b/localedata/locales/af_ZA
index 143ad75..33e0589 100644
--- a/localedata/locales/af_ZA
+++ b/localedata/locales/af_ZA
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % Charset: ISO-8859-1
 
diff --git a/localedata/locales/ak_GH b/localedata/locales/ak_GH
index 159acc8..5832a2c 100644
--- a/localedata/locales/ak_GH
+++ b/localedata/locales/ak_GH
@@ -1,5 +1,6 @@
 comment_char %
 escape_char /
+
 % Charset: UTF-8
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/localedata/locales/am_ET b/localedata/locales/am_ET
index 35e4687..953b91d 100644
--- a/localedata/locales/am_ET
+++ b/localedata/locales/am_ET
@@ -1,6 +1,5 @@
-comment_char    %
-escape_char     /
-
+comment_char %
+escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
diff --git a/localedata/locales/an_ES b/localedata/locales/an_ES
index cc18c6b..be648af 100644
--- a/localedata/locales/an_ES
+++ b/localedata/locales/an_ES
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Aragonese Language Locale for Spain
 % Source:
 % Address:
diff --git a/localedata/locales/anp_IN b/localedata/locales/anp_IN
index d08ac9e..0cb92e6 100644
--- a/localedata/locales/anp_IN
+++ b/localedata/locales/anp_IN
@@ -1,5 +1,5 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
diff --git a/localedata/locales/ar_AE b/localedata/locales/ar_AE
index e083467..ef6deca 100644
--- a/localedata/locales/ar_AE
+++ b/localedata/locales/ar_AE
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Arabic language locale for United Arab Emirates.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_BH b/localedata/locales/ar_BH
index 7a3bdde..c5f9aeb 100644
--- a/localedata/locales/ar_BH
+++ b/localedata/locales/ar_BH
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Arabic language locale for Bahrain.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_DZ b/localedata/locales/ar_DZ
index 64dda46..2ed9cb3 100644
--- a/localedata/locales/ar_DZ
+++ b/localedata/locales/ar_DZ
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Arabic language locale for Algeria.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_EG b/localedata/locales/ar_EG
index 0701442..d26557d 100644
--- a/localedata/locales/ar_EG
+++ b/localedata/locales/ar_EG
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Arabic language locale for Egypt.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_IN b/localedata/locales/ar_IN
index 9665d01..334a273 100644
--- a/localedata/locales/ar_IN
+++ b/localedata/locales/ar_IN
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Contributed by Kentaro Noji   (knoji@jp.ibm.com)
 % Tetsuji Oriata (Oriata@jp.ibm.com) and Others, 2000
 
diff --git a/localedata/locales/ar_IQ b/localedata/locales/ar_IQ
index 24ee343..aacecba 100644
--- a/localedata/locales/ar_IQ
+++ b/localedata/locales/ar_IQ
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Arabic language locale for Iraq.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_JO b/localedata/locales/ar_JO
index 6de8956..648f1e2 100644
--- a/localedata/locales/ar_JO
+++ b/localedata/locales/ar_JO
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Arabic language locale for Jordan.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_KW b/localedata/locales/ar_KW
index 9014c21..4c2cbcb 100644
--- a/localedata/locales/ar_KW
+++ b/localedata/locales/ar_KW
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Arabic language locale for Kuwait.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_LB b/localedata/locales/ar_LB
index d6d53eb..9bb17c0 100644
--- a/localedata/locales/ar_LB
+++ b/localedata/locales/ar_LB
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Arabic language locale for Lebanon.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_LY b/localedata/locales/ar_LY
index e8da694..464adeb 100644
--- a/localedata/locales/ar_LY
+++ b/localedata/locales/ar_LY
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Arabic language locale for Libyan Arab Jamahiriya.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_MA b/localedata/locales/ar_MA
index 95a20a4..8585ab7 100644
--- a/localedata/locales/ar_MA
+++ b/localedata/locales/ar_MA
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Arabic language locale for Morocco.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_OM b/localedata/locales/ar_OM
index f530b4d..4c7e544 100644
--- a/localedata/locales/ar_OM
+++ b/localedata/locales/ar_OM
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Arabic language locale for Oman.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_QA b/localedata/locales/ar_QA
index a12f6c1..d4da6a1 100644
--- a/localedata/locales/ar_QA
+++ b/localedata/locales/ar_QA
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Arabic language locale for Qatar.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_SA b/localedata/locales/ar_SA
index 1e4a185..f04d126 100644
--- a/localedata/locales/ar_SA
+++ b/localedata/locales/ar_SA
@@ -1,5 +1,5 @@
 comment_char %
-escape_char  /
+escape_char /
 
 % Arabic Locale
 % Charset: ISO-8859-6
diff --git a/localedata/locales/ar_SD b/localedata/locales/ar_SD
index 68a60b1..7dce602 100644
--- a/localedata/locales/ar_SD
+++ b/localedata/locales/ar_SD
@@ -1,5 +1,5 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
diff --git a/localedata/locales/ar_SS b/localedata/locales/ar_SS
index db3cac9..1068ac9 100644
--- a/localedata/locales/ar_SS
+++ b/localedata/locales/ar_SS
@@ -1,5 +1,5 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
diff --git a/localedata/locales/ar_SY b/localedata/locales/ar_SY
index a8aef8c..0dbf7a0 100644
--- a/localedata/locales/ar_SY
+++ b/localedata/locales/ar_SY
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Arabic language locale for Syrian Arab Republic.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_TN b/localedata/locales/ar_TN
index 00c59e5..3577f07 100644
--- a/localedata/locales/ar_TN
+++ b/localedata/locales/ar_TN
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Arabic language locale for Tunisia.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_YE b/localedata/locales/ar_YE
index 4665a2a..45f0bfe 100644
--- a/localedata/locales/ar_YE
+++ b/localedata/locales/ar_YE
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Arabic language locale for Yemen.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ast_ES b/localedata/locales/ast_ES
index ade1b6a..6fadd77 100644
--- a/localedata/locales/ast_ES
+++ b/localedata/locales/ast_ES
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Asturian Language Locale for Spain
 % Source:
 % Address:
diff --git a/localedata/locales/az_AZ b/localedata/locales/az_AZ
index 8a99088..0742141 100644
--- a/localedata/locales/az_AZ
+++ b/localedata/locales/az_AZ
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Azeri Language Locale for Azerbaijan (latin)
 % Source:
 % Contact: Pablo Saratxaga
diff --git a/localedata/locales/be_BY b/localedata/locales/be_BY
index 7fb8542..7df9000 100644
--- a/localedata/locales/be_BY
+++ b/localedata/locales/be_BY
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Belarusian Language Locale for Belarus
 % Contact: Alexander Mikhailian
 % Email: mikhailian@altern.org
diff --git a/localedata/locales/be_BY@latin b/localedata/locales/be_BY@latin
index 3afb364..926b07b 100644
--- a/localedata/locales/be_BY@latin
+++ b/localedata/locales/be_BY@latin
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Belarusian Language Latin-Script Locale for Belarus
 % Contact: Ihar Hrachyshka
 % Email: boox.svaboda2006@gmail.com
diff --git a/localedata/locales/bem_ZM b/localedata/locales/bem_ZM
index 9ce6c42..4e37542 100644
--- a/localedata/locales/bem_ZM
+++ b/localedata/locales/bem_ZM
@@ -1,5 +1,6 @@
 comment_char %
 escape_char /
+
 % Charset: UTF-8
 % Authors:
 % 2011-04-18, Anthony Musaluke <goof2092@gmail.com>
diff --git a/localedata/locales/ber_DZ b/localedata/locales/ber_DZ
index 474c75b..e1d7178 100644
--- a/localedata/locales/ber_DZ
+++ b/localedata/locales/ber_DZ
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Amazigh Language Locale for Algeria (latin)
 % Source:
 % Contact: Pablo Saratxaga
diff --git a/localedata/locales/ber_MA b/localedata/locales/ber_MA
index 516bfe5..b07ee9a 100644
--- a/localedata/locales/ber_MA
+++ b/localedata/locales/ber_MA
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Amazigh Language Locale for Morocco (tifinagh)
 % Source:
 % Contact: Pablo Saratxaga
diff --git a/localedata/locales/bg_BG b/localedata/locales/bg_BG
index ed12e25..6c562d5 100644
--- a/localedata/locales/bg_BG
+++ b/localedata/locales/bg_BG
@@ -1,5 +1,5 @@
 comment_char %
-escape_char  /
+escape_char /
 
 % Distribution and use is free, also
 % for commercial purposes.
diff --git a/localedata/locales/bhb_IN b/localedata/locales/bhb_IN
index b98d67d..b674d08 100644
--- a/localedata/locales/bhb_IN
+++ b/localedata/locales/bhb_IN
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Bhili(devanagari) language locale for India.
 % Contributed by Alexey Merzliakov <alexey.merzlyakov@samsung.com>
 
diff --git a/localedata/locales/bho_IN b/localedata/locales/bho_IN
index 3e08684..d845ab1 100644
--- a/localedata/locales/bho_IN
+++ b/localedata/locales/bho_IN
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Bhojpuri language locale for India.
 % Contributed by Alok Ranjan <ranjan_aalok@yahoo.com>,
 % Dr.Chandra Mohan <cmkumar1@rediffmail.com>,
diff --git a/localedata/locales/bn_BD b/localedata/locales/bn_BD
index 53acafb..b38fd90 100644
--- a/localedata/locales/bn_BD
+++ b/localedata/locales/bn_BD
@@ -1,5 +1,5 @@
-escape_char /
 comment_char %
+escape_char /
 
 %	This is the locale defination file for Bangladeshi Bengali
 
diff --git a/localedata/locales/bn_IN b/localedata/locales/bn_IN
index 8023c19..b174b83 100644
--- a/localedata/locales/bn_IN
+++ b/localedata/locales/bn_IN
@@ -1,5 +1,5 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
 
 % Last Update by Runa Bhattacharjee <runab@redhat.com>
 
diff --git a/localedata/locales/bo_CN b/localedata/locales/bo_CN
index 8c866ab..8440c24 100644
--- a/localedata/locales/bo_CN
+++ b/localedata/locales/bo_CN
@@ -1,5 +1,5 @@
 comment_char %
-escape_char  /
+escape_char /
 
 % Tibetan language locale for P.R. of China
 %
diff --git a/localedata/locales/bo_IN b/localedata/locales/bo_IN
index b396ee1..02d1b0b 100644
--- a/localedata/locales/bo_IN
+++ b/localedata/locales/bo_IN
@@ -1,5 +1,5 @@
 comment_char %
-escape_char  /
+escape_char /
 
 % Tibetan language locale for India
 %
diff --git a/localedata/locales/br_FR b/localedata/locales/br_FR
index 85f8d3c..398674a 100644
--- a/localedata/locales/br_FR
+++ b/localedata/locales/br_FR
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Breton Language Locale for France
 % Source: thanks to Denise.Peden@enst-bretagne.fr (Denise Derrien-Peden)
 % Address:
diff --git a/localedata/locales/br_FR@euro b/localedata/locales/br_FR@euro
index db20b80..8e075ab 100644
--- a/localedata/locales/br_FR@euro
+++ b/localedata/locales/br_FR@euro
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Breton Language Locale for France with Euro
 % Language: br
 % Territory: FR
diff --git a/localedata/locales/brx_IN b/localedata/locales/brx_IN
index 98b7f44..8e17166 100644
--- a/localedata/locales/brx_IN
+++ b/localedata/locales/brx_IN
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Bodo language locale for India.
 % Contributed by Pravin Satpute <psatpute@redhat.com> and Sanjib Narzary <alayaran@gmail.com>
 % Reference http://www.unicode.org/cldr/trac/browser/trunk/common/main/brx.xml
diff --git a/localedata/locales/bs_BA b/localedata/locales/bs_BA
index fa574a1..7206658 100644
--- a/localedata/locales/bs_BA
+++ b/localedata/locales/bs_BA
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Bosnian Language Locale for Bosnia
 % Source: adapted from Croatian locale
 % Contact: Tomislav Vujec
diff --git a/localedata/locales/byn_ER b/localedata/locales/byn_ER
index 435198d..fcafc53 100644
--- a/localedata/locales/byn_ER
+++ b/localedata/locales/byn_ER
@@ -1,6 +1,5 @@
-comment_char    %
-escape_char     /
-
+comment_char %
+escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
diff --git a/localedata/locales/ca_AD b/localedata/locales/ca_AD
index a2bd3ee..535a37a 100644
--- a/localedata/locales/ca_AD
+++ b/localedata/locales/ca_AD
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Catalan Language Locale for Andorra
 % Language: ca
 % Territory: AD
diff --git a/localedata/locales/ca_ES b/localedata/locales/ca_ES
index 20a7d78..1111133 100644
--- a/localedata/locales/ca_ES
+++ b/localedata/locales/ca_ES
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Catalan Language Locale for Spain
 % Source: RAP
 % Contact: Jordi Mallach
diff --git a/localedata/locales/ca_ES@euro b/localedata/locales/ca_ES@euro
index ecccc23..afb6e90 100644
--- a/localedata/locales/ca_ES@euro
+++ b/localedata/locales/ca_ES@euro
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Catalan Language Locale for Spain with Euro
 % Language: ca
 % Territory: ES
diff --git a/localedata/locales/ca_FR b/localedata/locales/ca_FR
index 7d9b8a8..76ba3ea 100644
--- a/localedata/locales/ca_FR
+++ b/localedata/locales/ca_FR
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Catalan Language Locale for France
 % Language: ca
 % Territory: FR
diff --git a/localedata/locales/ca_IT b/localedata/locales/ca_IT
index 0ddb05c..f9ea3aa 100644
--- a/localedata/locales/ca_IT
+++ b/localedata/locales/ca_IT
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Catalan Language Locale for Italy (L'Alguer)
 % Language: ca
 % Territory: IT
diff --git a/localedata/locales/ce_RU b/localedata/locales/ce_RU
index cdeffaf..1656b32 100644
--- a/localedata/locales/ce_RU
+++ b/localedata/locales/ce_RU
@@ -1,5 +1,6 @@
 comment_char %
 escape_char /
+
 % Chechen locale for RUSSIAN FEDERATION.
 % Contributed by Kentaroh Noji  Arslanbek Astemirov <s-o-f-t AT mail DOT ru>
 % Charset: UTF-8
diff --git a/localedata/locales/cmn_TW b/localedata/locales/cmn_TW
index a332659..67cc7e2 100644
--- a/localedata/locales/cmn_TW
+++ b/localedata/locales/cmn_TW
@@ -1,5 +1,6 @@
 comment_char %
 escape_char /
+
 % Charset: UTF-8
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/localedata/locales/crh_UA b/localedata/locales/crh_UA
index 2e75f44..5eaf893 100644
--- a/localedata/locales/crh_UA
+++ b/localedata/locales/crh_UA
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Crimean Tatar (Crimean Turkish) Language Locale for Ukraine (latin)
 % Source:	Re<U015F>at SABIQ
 % Contact:	Re<U015F>at SABIQ
diff --git a/localedata/locales/cs_CZ b/localedata/locales/cs_CZ
index 8ad1154..06373f4 100644
--- a/localedata/locales/cs_CZ
+++ b/localedata/locales/cs_CZ
@@ -1,6 +1,6 @@
-escape_char /
 comment_char %
-%
+escape_char /
+
 % Czech Language Locale for Czech
 % Source:
 % Address: 	U Å¡koly 292		Without diactitical chars:	U skoly 292
diff --git a/localedata/locales/csb_PL b/localedata/locales/csb_PL
index 48df333..fd0278d 100644
--- a/localedata/locales/csb_PL
+++ b/localedata/locales/csb_PL
@@ -1,6 +1,6 @@
 comment_char %
 escape_char /
-%
+
 % Kashubian Language Locale for Poland
 % Source: csb_PL locale
 % Contact: Michal Ostrowski
diff --git a/localedata/locales/cv_RU b/localedata/locales/cv_RU
index 889aaf5..5d2a0e8 100644
--- a/localedata/locales/cv_RU
+++ b/localedata/locales/cv_RU
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Chuvash Language Locale for Russia
 % Language: cv
 % Territory: RU
diff --git a/localedata/locales/cy_GB b/localedata/locales/cy_GB
index 66298e0..1aa0cbe 100644
--- a/localedata/locales/cy_GB
+++ b/localedata/locales/cy_GB
@@ -1,5 +1,6 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
+
 % charset "ISO-8859-14"
 % Distribution and use is free, also  for commercial purposes.
 
diff --git a/localedata/locales/da_DK b/localedata/locales/da_DK
index 3248e3c..12f754e 100644
--- a/localedata/locales/da_DK
+++ b/localedata/locales/da_DK
@@ -1,5 +1,5 @@
-escape_char /
 comment_char %
+escape_char /
 
 % Danish language locale for Denmark
 % Source: Danish Standards Association
diff --git a/localedata/locales/de_AT b/localedata/locales/de_AT
index 7c31538..e0f11f0 100644
--- a/localedata/locales/de_AT
+++ b/localedata/locales/de_AT
@@ -1,5 +1,5 @@
 comment_char %
-escape_char  /
+escape_char /
 
 % German Language Locale for Austria
 % Source: O:sterreiches Normungsinstitut
diff --git a/localedata/locales/de_AT@euro b/localedata/locales/de_AT@euro
index 2a2d47f..92cb8e6 100644
--- a/localedata/locales/de_AT@euro
+++ b/localedata/locales/de_AT@euro
@@ -1,5 +1,5 @@
 comment_char %
-escape_char  /
+escape_char /
 
 % German Language Locale for Austria with Euro
 % Source: O:sterreiches Normungsinstitut
diff --git a/localedata/locales/de_BE b/localedata/locales/de_BE
index 993bd59..d55f4d8 100644
--- a/localedata/locales/de_BE
+++ b/localedata/locales/de_BE
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % German Language Locale for Belgium
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/de_BE@euro b/localedata/locales/de_BE@euro
index a0d299c..e2c8206 100644
--- a/localedata/locales/de_BE@euro
+++ b/localedata/locales/de_BE@euro
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % German Language Locale for Belgium with Euro
 % Language: de
 % Territory: BE
diff --git a/localedata/locales/de_CH b/localedata/locales/de_CH
index 150dce0..08382de 100644
--- a/localedata/locales/de_CH
+++ b/localedata/locales/de_CH
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % German Language Locale for Switzerland
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/de_DE b/localedata/locales/de_DE
index e2704a7..fd48107 100644
--- a/localedata/locales/de_DE
+++ b/localedata/locales/de_DE
@@ -1,5 +1,6 @@
-escape_char /
 comment_char %
+escape_char /
+
 % Locale for German locale in Germany
 % Contributed by Ulrich Drepper <drepper@redhat.com>, 2000
 
diff --git a/localedata/locales/de_DE@euro b/localedata/locales/de_DE@euro
index cc7e073..39cb350 100644
--- a/localedata/locales/de_DE@euro
+++ b/localedata/locales/de_DE@euro
@@ -1,5 +1,6 @@
-escape_char /
 comment_char %
+escape_char /
+
 % Locale for German locale in Germany
 % Contributed by Ulrich Drepper <drepper@redhat.com>, 2000
 
diff --git a/localedata/locales/de_LU b/localedata/locales/de_LU
index 226b73c..0d2d9c7 100644
--- a/localedata/locales/de_LU
+++ b/localedata/locales/de_LU
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % German Language Locale for Luxemburg
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/de_LU@euro b/localedata/locales/de_LU@euro
index c267677..1b23ac3 100644
--- a/localedata/locales/de_LU@euro
+++ b/localedata/locales/de_LU@euro
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % German Language Locale for Luxemburg with Euro
 % Language: de
 % Territory: LU
diff --git a/localedata/locales/doi_IN b/localedata/locales/doi_IN
index 1d3e6d4..b23df74 100644
--- a/localedata/locales/doi_IN
+++ b/localedata/locales/doi_IN
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Dogri language locale for India.
 % Contributed by Pravin Satpute <psatpute@redhat.com> and Sushil Badyal <badyalsk@gmail.com>
 
diff --git a/localedata/locales/dv_MV b/localedata/locales/dv_MV
index 34fe69d..44a8b93 100644
--- a/localedata/locales/dv_MV
+++ b/localedata/locales/dv_MV
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Dhivehi Language Locale for Maldives
 % Source:
 % Contact: Sofwathuallah Mohamed
diff --git a/localedata/locales/dz_BT b/localedata/locales/dz_BT
index ac89db8..eeefa87 100644
--- a/localedata/locales/dz_BT
+++ b/localedata/locales/dz_BT
@@ -1,5 +1,5 @@
 comment_char %
-escape_char  /
+escape_char /
 
 % Bhutanese(Bhutan) locale
 %
diff --git a/localedata/locales/el_CY b/localedata/locales/el_CY
index 4a6ebc4..afbf95f 100644
--- a/localedata/locales/el_CY
+++ b/localedata/locales/el_CY
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Greek Language Locale for Cyprus
 % Based on locale el_GR by Keld Simonsen.
 
diff --git a/localedata/locales/el_GR b/localedata/locales/el_GR
index 254463c..d2d5cdd 100644
--- a/localedata/locales/el_GR
+++ b/localedata/locales/el_GR
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Greek Language Locale for Greece
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/el_GR@euro b/localedata/locales/el_GR@euro
index c7e889a..178228f 100644
--- a/localedata/locales/el_GR@euro
+++ b/localedata/locales/el_GR@euro
@@ -1,5 +1,5 @@
-escape_char /
 comment_char %
+escape_char /
 
 LC_IDENTIFICATION
 title      "Greek locale for Greece with Euro"
diff --git a/localedata/locales/en_AG b/localedata/locales/en_AG
index 763ba82..d03818e 100644
--- a/localedata/locales/en_AG
+++ b/localedata/locales/en_AG
@@ -1,5 +1,6 @@
-escape_char /
 comment_char %
+escape_char /
+
 % English language locale for Antigua and Barbuda.
 % Contributed by Ulrich Drepper <drepper@redhat.com>, 2008
 
diff --git a/localedata/locales/en_AU b/localedata/locales/en_AU
index c501421..84bf70a 100644
--- a/localedata/locales/en_AU
+++ b/localedata/locales/en_AU
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % English language locale for Australia
 % Source: RAP
diff --git a/localedata/locales/en_BW b/localedata/locales/en_BW
index 5f65c55..89af773 100644
--- a/localedata/locales/en_BW
+++ b/localedata/locales/en_BW
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % English language locale for Botswana
 % Source: RAP
diff --git a/localedata/locales/en_CA b/localedata/locales/en_CA
index bc52baa..deaf90d 100644
--- a/localedata/locales/en_CA
+++ b/localedata/locales/en_CA
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % English language locale for Canada
 % sorting according to CAN/CSA-Z243.4.1-1992
diff --git a/localedata/locales/en_DK b/localedata/locales/en_DK
index 585f4cd..d4fd896 100644
--- a/localedata/locales/en_DK
+++ b/localedata/locales/en_DK
@@ -1,5 +1,5 @@
-escape_char /
 comment_char %
+escape_char /
 
 % English language locale for Denmark
 %
diff --git a/localedata/locales/en_GB b/localedata/locales/en_GB
index 3acab4c..fb790f9 100644
--- a/localedata/locales/en_GB
+++ b/localedata/locales/en_GB
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % English language locale for Britain
 % Source: RAP
diff --git a/localedata/locales/en_HK b/localedata/locales/en_HK
index f5fae32..9ae5db1 100644
--- a/localedata/locales/en_HK
+++ b/localedata/locales/en_HK
@@ -1,5 +1,5 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
 
 % English locale for Hong Kong
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
diff --git a/localedata/locales/en_IE b/localedata/locales/en_IE
index a8b080e..ee40350 100644
--- a/localedata/locales/en_IE
+++ b/localedata/locales/en_IE
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % English language locale for Ireland
 % Source: RAP
diff --git a/localedata/locales/en_IE@euro b/localedata/locales/en_IE@euro
index 1d3c5b3..ba03f0e 100644
--- a/localedata/locales/en_IE@euro
+++ b/localedata/locales/en_IE@euro
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % English language locale for Ireland with Euro
 % Language: en
diff --git a/localedata/locales/en_IN b/localedata/locales/en_IN
index c76cfff..c201d13 100644
--- a/localedata/locales/en_IN
+++ b/localedata/locales/en_IN
@@ -1,5 +1,5 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
 
 % English locale for India.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
diff --git a/localedata/locales/en_NG b/localedata/locales/en_NG
index 364b549..100dc3d 100644
--- a/localedata/locales/en_NG
+++ b/localedata/locales/en_NG
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % English language locale for Nigeria
 % Language: en
diff --git a/localedata/locales/en_NZ b/localedata/locales/en_NZ
index 2454383..e5f4a5a 100644
--- a/localedata/locales/en_NZ
+++ b/localedata/locales/en_NZ
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % English language locale for New Zealand
 % Source: RAP
diff --git a/localedata/locales/en_PH b/localedata/locales/en_PH
index 90fca0b..1d1904f 100644
--- a/localedata/locales/en_PH
+++ b/localedata/locales/en_PH
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % English language locale for Philippines.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/en_SG b/localedata/locales/en_SG
index cee0683..3598619 100644
--- a/localedata/locales/en_SG
+++ b/localedata/locales/en_SG
@@ -1,5 +1,5 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
 
 % English language locale for Singapore.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
diff --git a/localedata/locales/en_US b/localedata/locales/en_US
index d79c228..ecfa6c7 100644
--- a/localedata/locales/en_US
+++ b/localedata/locales/en_US
@@ -1,5 +1,6 @@
-escape_char /
 comment_char %
+escape_char /
+
 % Locale for English locale in the USA
 % Contributed by Ulrich Drepper <drepper@redhat.com>, 2000
 
diff --git a/localedata/locales/en_ZA b/localedata/locales/en_ZA
index 1227278..5554521 100644
--- a/localedata/locales/en_ZA
+++ b/localedata/locales/en_ZA
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % English language locale for South Africa
 % Source: Zuza Software Foundation (Translate.org.za)
diff --git a/localedata/locales/en_ZM b/localedata/locales/en_ZM
index ee0f9a2..e9c8cee 100644
--- a/localedata/locales/en_ZM
+++ b/localedata/locales/en_ZM
@@ -1,5 +1,6 @@
 comment_char %
 escape_char /
+
 % Charset: UTF-8
 % Authors:
 % 2011-04-18, Anthony Musaluke <goof2092@gmail.com>
diff --git a/localedata/locales/en_ZW b/localedata/locales/en_ZW
index 1fb2468..262d9d9 100644
--- a/localedata/locales/en_ZW
+++ b/localedata/locales/en_ZW
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % English language locale for Zimbabwe
 % Source: RAP
diff --git a/localedata/locales/es_AR b/localedata/locales/es_AR
index 26f394a..115885a 100644
--- a/localedata/locales/es_AR
+++ b/localedata/locales/es_AR
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Spanish language locale for Argentina
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/es_BO b/localedata/locales/es_BO
index b2ecb50..0fcc9ee 100644
--- a/localedata/locales/es_BO
+++ b/localedata/locales/es_BO
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Spanish language locale for Bolivia
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/es_CL b/localedata/locales/es_CL
index ae612cb..4a8f709 100644
--- a/localedata/locales/es_CL
+++ b/localedata/locales/es_CL
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Spanish language locale for Chile
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/es_CO b/localedata/locales/es_CO
index 6405910..3eeab57 100644
--- a/localedata/locales/es_CO
+++ b/localedata/locales/es_CO
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Spanish language locale for Colombia
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/es_CR b/localedata/locales/es_CR
index b5dec84..b6b9f6b 100644
--- a/localedata/locales/es_CR
+++ b/localedata/locales/es_CR
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Spanish language locale for Costa Rica
 % Language: es
 % Territory: CR
diff --git a/localedata/locales/es_CU b/localedata/locales/es_CU
index 344af64..31b45c9 100644
--- a/localedata/locales/es_CU
+++ b/localedata/locales/es_CU
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Spanish Language Locale for Cuba
 % Address: San Antonio de los Ba<U00F8>os Highway, Kilometer 1 1/2,
 %          University of Informatic Sciences
diff --git a/localedata/locales/es_DO b/localedata/locales/es_DO
index d142c35..e21425f 100644
--- a/localedata/locales/es_DO
+++ b/localedata/locales/es_DO
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Spanish language locale for Dominican Republic
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/es_EC b/localedata/locales/es_EC
index d8f2256..d52460f 100644
--- a/localedata/locales/es_EC
+++ b/localedata/locales/es_EC
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Spanish Language Locale for Ecuador
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/es_ES b/localedata/locales/es_ES
index 7849bd9..1a88eca 100644
--- a/localedata/locales/es_ES
+++ b/localedata/locales/es_ES
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Spanish Language Locale for Spain
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/es_ES@euro b/localedata/locales/es_ES@euro
index 8ffc7cc..ceb3c08 100644
--- a/localedata/locales/es_ES@euro
+++ b/localedata/locales/es_ES@euro
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Spanish Language Locale for Spain with Euro
 % Language: es
 % Territory: ES
diff --git a/localedata/locales/es_GT b/localedata/locales/es_GT
index 25f5185..1b92d98 100644
--- a/localedata/locales/es_GT
+++ b/localedata/locales/es_GT
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Spanish language locale for Guatemala
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/es_HN b/localedata/locales/es_HN
index 11a4c37..bf6e3dc 100644
--- a/localedata/locales/es_HN
+++ b/localedata/locales/es_HN
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Spanish language locale for Honduras
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/es_MX b/localedata/locales/es_MX
index 258a073..ef3522f 100644
--- a/localedata/locales/es_MX
+++ b/localedata/locales/es_MX
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Spanish language locale for Mexico
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/es_NI b/localedata/locales/es_NI
index d2944ef..c566d8f 100644
--- a/localedata/locales/es_NI
+++ b/localedata/locales/es_NI
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Spanish language locale for Nicaragua
 % Language: es
 % Territory: NI
diff --git a/localedata/locales/es_PA b/localedata/locales/es_PA
index 0e82bf0..45aedaf 100644
--- a/localedata/locales/es_PA
+++ b/localedata/locales/es_PA
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Spanish language locale for Panama
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/es_PE b/localedata/locales/es_PE
index 5557060..e4305fe 100644
--- a/localedata/locales/es_PE
+++ b/localedata/locales/es_PE
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Spanish language locale for Peru
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/es_PR b/localedata/locales/es_PR
index 91a0d7d..bd7bdb3 100644
--- a/localedata/locales/es_PR
+++ b/localedata/locales/es_PR
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Spanish language locale for Puerto Rico
 % Language: es
 % Territory: PR
diff --git a/localedata/locales/es_PY b/localedata/locales/es_PY
index 1d3d20b..c1c4289 100644
--- a/localedata/locales/es_PY
+++ b/localedata/locales/es_PY
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Spanish language locale for Paraguay
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/es_SV b/localedata/locales/es_SV
index 041ebdc..167898e 100644
--- a/localedata/locales/es_SV
+++ b/localedata/locales/es_SV
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Spanish language locale for El Salvador
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/es_US b/localedata/locales/es_US
index 312e1ca..fcd712e 100644
--- a/localedata/locales/es_US
+++ b/localedata/locales/es_US
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Spanish Language Locale for U.S.A.
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/es_UY b/localedata/locales/es_UY
index d6dd11c..67cee7c 100644
--- a/localedata/locales/es_UY
+++ b/localedata/locales/es_UY
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Spanish language locale for Uruguay
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/es_VE b/localedata/locales/es_VE
index 53d42bd..1dcecb1 100644
--- a/localedata/locales/es_VE
+++ b/localedata/locales/es_VE
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Spanish language locale for Venezuela
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/et_EE b/localedata/locales/et_EE
index d1a0291..2b026ca 100644
--- a/localedata/locales/et_EE
+++ b/localedata/locales/et_EE
@@ -1,5 +1,5 @@
-escape_char  /
 comment_char %
+escape_char /
 
 % Estonian language locale for Estonia
 % according to EVS 8:1993
diff --git a/localedata/locales/eu_ES b/localedata/locales/eu_ES
index 12491d2..7f35ed1 100644
--- a/localedata/locales/eu_ES
+++ b/localedata/locales/eu_ES
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Basque Language Locale for Spain
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/eu_ES@euro b/localedata/locales/eu_ES@euro
index 1d2ac5a..7552ca6 100644
--- a/localedata/locales/eu_ES@euro
+++ b/localedata/locales/eu_ES@euro
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Basque Language Locale for Spain with Euro
 % Language: eu
 % Territory: ES
diff --git a/localedata/locales/fa_IR b/localedata/locales/fa_IR
index 73702d2..5b43aee 100644
--- a/localedata/locales/fa_IR
+++ b/localedata/locales/fa_IR
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Persian Language Locale for Iran with UTF-8 character set
 % Source: Sharif FarsiWeb, Inc.
 % Address: 5, Shahid Ghasemi Habibollah, Azadi Ave, Tehran, Iran
diff --git a/localedata/locales/ff_SN b/localedata/locales/ff_SN
index d3adda2..4a66565 100644
--- a/localedata/locales/ff_SN
+++ b/localedata/locales/ff_SN
@@ -1,5 +1,6 @@
 comment_char %
 escape_char /
+
 % Charset: UTF-8
 % Authors:
 % 2011-03-28, admin@pulaar-fulfulde.org
diff --git a/localedata/locales/fi_FI b/localedata/locales/fi_FI
index e87878c..a39397c 100644
--- a/localedata/locales/fi_FI
+++ b/localedata/locales/fi_FI
@@ -1,5 +1,5 @@
-escape_char     /
-comment_char    %
+comment_char %
+escape_char /
 
 % Finnish language locale for Finland
 % sorting according to SFS 4600 (1986-06-09)
diff --git a/localedata/locales/fi_FI@euro b/localedata/locales/fi_FI@euro
index 02bc4bb..8c9ccc6 100644
--- a/localedata/locales/fi_FI@euro
+++ b/localedata/locales/fi_FI@euro
@@ -1,5 +1,5 @@
-escape_char     /
-comment_char    %
+comment_char %
+escape_char /
 
 % Finnish language locale for Finland with Euro
 % Language: fi
diff --git a/localedata/locales/fil_PH b/localedata/locales/fil_PH
index 58cead3..05f4ac4 100644
--- a/localedata/locales/fil_PH
+++ b/localedata/locales/fil_PH
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Filipino Language Locale for Philippines
 % Source:
 % Contact: Rene Torres, Pablo Saratxaga
diff --git a/localedata/locales/fo_FO b/localedata/locales/fo_FO
index c029e68..53d5367 100644
--- a/localedata/locales/fo_FO
+++ b/localedata/locales/fo_FO
@@ -1,5 +1,5 @@
-escape_char /
 comment_char %
+escape_char /
 
 % Faroese language locale for Faroe Islands
 % Source: Danish Standards Association
diff --git a/localedata/locales/fr_BE b/localedata/locales/fr_BE
index eec3a6d..0bfdf55 100644
--- a/localedata/locales/fr_BE
+++ b/localedata/locales/fr_BE
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % French Language Locale for Belgium
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/fr_BE@euro b/localedata/locales/fr_BE@euro
index 4c85905..7cc0301 100644
--- a/localedata/locales/fr_BE@euro
+++ b/localedata/locales/fr_BE@euro
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % French Language Locale for Belgium with Euro
 % Language: fr
 % Territory: BE
diff --git a/localedata/locales/fr_CA b/localedata/locales/fr_CA
index fa42053..23565b3 100644
--- a/localedata/locales/fr_CA
+++ b/localedata/locales/fr_CA
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % French Language Locale for Canada
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/fr_CH b/localedata/locales/fr_CH
index fa9aca4..70156b4 100644
--- a/localedata/locales/fr_CH
+++ b/localedata/locales/fr_CH
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % French Language Locale for Switzerland
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/fr_FR b/localedata/locales/fr_FR
index c88e06d..2c69c57 100644
--- a/localedata/locales/fr_FR
+++ b/localedata/locales/fr_FR
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % French Language Locale for France
 % Source: RAP
 % Language: fr
diff --git a/localedata/locales/fr_FR@euro b/localedata/locales/fr_FR@euro
index c1ae9d8..08e51e0 100644
--- a/localedata/locales/fr_FR@euro
+++ b/localedata/locales/fr_FR@euro
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % French Language Locale for France with Euro
 % Language: fr
 % Territory: FR
diff --git a/localedata/locales/fr_LU b/localedata/locales/fr_LU
index fe13896..714eb7b 100644
--- a/localedata/locales/fr_LU
+++ b/localedata/locales/fr_LU
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % French Language Locale for Luxemburg
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/fr_LU@euro b/localedata/locales/fr_LU@euro
index 1c2828e..9950cb1 100644
--- a/localedata/locales/fr_LU@euro
+++ b/localedata/locales/fr_LU@euro
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % French Language Locale for Luxemburg with Euro
 % Language: fr
 % Territory: LU
diff --git a/localedata/locales/fur_IT b/localedata/locales/fur_IT
index 72aa489..ab2dedb 100644
--- a/localedata/locales/fur_IT
+++ b/localedata/locales/fur_IT
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Furlan Language Locale for Italy
 % Language: fur
 % Territory: IT
diff --git a/localedata/locales/fy_DE b/localedata/locales/fy_DE
index 046d775..b160d08 100644
--- a/localedata/locales/fy_DE
+++ b/localedata/locales/fy_DE
@@ -1,5 +1,6 @@
 comment_char %
-escape_char  /
+escape_char /
+
 % charset "ISO_8859-1:1987"
 % Distribution and use is
 
diff --git a/localedata/locales/fy_NL b/localedata/locales/fy_NL
index e097c2a..878ab7f 100644
--- a/localedata/locales/fy_NL
+++ b/localedata/locales/fy_NL
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Frisian Language Locale for the Netherlands
 % Language: fy
 % Territory: NL
diff --git a/localedata/locales/ga_IE b/localedata/locales/ga_IE
index e9269dc..5379fb7 100644
--- a/localedata/locales/ga_IE
+++ b/localedata/locales/ga_IE
@@ -1,5 +1,6 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
+
 % Irish language locale for Ireland
 % Source: NSAI
 % Address: Glasnevin, Dublin 9, Ireland
diff --git a/localedata/locales/ga_IE@euro b/localedata/locales/ga_IE@euro
index 99422e3..6c0222b 100644
--- a/localedata/locales/ga_IE@euro
+++ b/localedata/locales/ga_IE@euro
@@ -1,5 +1,6 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
+
 % Irish language locale for Ireland with Euro
 % Language: ga
 % Territory: IE
diff --git a/localedata/locales/gd_GB b/localedata/locales/gd_GB
index 41943f5..6e90236 100644
--- a/localedata/locales/gd_GB
+++ b/localedata/locales/gd_GB
@@ -1,5 +1,6 @@
 comment_char %
 escape_char /
+
 % Charset: UTF-8
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/localedata/locales/gez_ER b/localedata/locales/gez_ER
index 712de15..3a9cbb7 100644
--- a/localedata/locales/gez_ER
+++ b/localedata/locales/gez_ER
@@ -1,6 +1,5 @@
-comment_char    %
-escape_char     /
-
+comment_char %
+escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
diff --git a/localedata/locales/gez_ER@abegede b/localedata/locales/gez_ER@abegede
index 5d700b3..cce7001 100644
--- a/localedata/locales/gez_ER@abegede
+++ b/localedata/locales/gez_ER@abegede
@@ -1,6 +1,5 @@
-comment_char    %
-escape_char     /
-
+comment_char %
+escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
diff --git a/localedata/locales/gez_ET b/localedata/locales/gez_ET
index b0eea50..68a00dc 100644
--- a/localedata/locales/gez_ET
+++ b/localedata/locales/gez_ET
@@ -1,6 +1,5 @@
-comment_char    %
-escape_char     /
-
+comment_char %
+escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
diff --git a/localedata/locales/gez_ET@abegede b/localedata/locales/gez_ET@abegede
index 423c8ae..040825f 100644
--- a/localedata/locales/gez_ET@abegede
+++ b/localedata/locales/gez_ET@abegede
@@ -1,6 +1,5 @@
-comment_char    %
-escape_char     /
-
+comment_char %
+escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
diff --git a/localedata/locales/gl_ES b/localedata/locales/gl_ES
index 4200c7d..65d2043 100644
--- a/localedata/locales/gl_ES
+++ b/localedata/locales/gl_ES
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Galician Language Locale for Spain
 % Source: GPUL
 % Address: Facultade de Informática
diff --git a/localedata/locales/gl_ES@euro b/localedata/locales/gl_ES@euro
index 20a3341..1e9019d 100644
--- a/localedata/locales/gl_ES@euro
+++ b/localedata/locales/gl_ES@euro
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Galician Language Locale for Spain with Euro
 % Language: gl
 % Territory: ES
diff --git a/localedata/locales/gu_IN b/localedata/locales/gu_IN
index 1e50441..76ca0d2 100644
--- a/localedata/locales/gu_IN
+++ b/localedata/locales/gu_IN
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Gurajati Language Locale For India.
 % Copied from hi_IN one, G Karunakar <karunakar@freedomink.org>
 % Gujarati stuff from Tapan Parikh <tap2k@yahoo.com>
diff --git a/localedata/locales/gv_GB b/localedata/locales/gv_GB
index bc7a13a..7afdef8 100644
--- a/localedata/locales/gv_GB
+++ b/localedata/locales/gv_GB
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % WARNING: UNOFFICIAL; EXPERIMENTAL. CHECK WITH Keld Simonsen
 % to see if there is an offical release for Manx Gaelic.
diff --git a/localedata/locales/ha_NG b/localedata/locales/ha_NG
index 0797233..819a40d 100644
--- a/localedata/locales/ha_NG
+++ b/localedata/locales/ha_NG
@@ -1,6 +1,6 @@
-escape_char /
 comment_char %
-%
+escape_char /
+
 % Hausa language locale for Nigeria
 % Source:
 % Contact: Pablo Saratxaga
diff --git a/localedata/locales/hak_TW b/localedata/locales/hak_TW
index 454ebad..8eae21a 100644
--- a/localedata/locales/hak_TW
+++ b/localedata/locales/hak_TW
@@ -1,5 +1,6 @@
 comment_char %
 escape_char /
+
 % Charset: UTF-8
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/localedata/locales/he_IL b/localedata/locales/he_IL
index 41b5084..1a7c161 100644
--- a/localedata/locales/he_IL
+++ b/localedata/locales/he_IL
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Hebrew Language Locale for Israel
 % Source: RAP
 % Address: Sankt Jo/rgens Alle 8
diff --git a/localedata/locales/hi_IN b/localedata/locales/hi_IN
index 0670fff..1d70ae2 100644
--- a/localedata/locales/hi_IN
+++ b/localedata/locales/hi_IN
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Hindi language locale for India.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/hne_IN b/localedata/locales/hne_IN
index 1699b07..2836808 100644
--- a/localedata/locales/hne_IN
+++ b/localedata/locales/hne_IN
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Chhattisgarhi language locale for India.
 % Contributed by Pravin Satpute <psatpute@redhat.com> and
 % Ravishankar Shrivastava <raviratlami@gmail.com>.
diff --git a/localedata/locales/hr_HR b/localedata/locales/hr_HR
index 6dc8645..363ea64 100644
--- a/localedata/locales/hr_HR
+++ b/localedata/locales/hr_HR
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Croatian Language Locale for Croatia
 % Source: CARNet/MZT
 % Address: Josipa Marohnica bb
diff --git a/localedata/locales/hsb_DE b/localedata/locales/hsb_DE
index db130fd..291fc2e 100644
--- a/localedata/locales/hsb_DE
+++ b/localedata/locales/hsb_DE
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Upper Sorbian Language Locale for Germany
 % by Andrzej Krzysztofowicz <ankry at mif pg gda pl>
 % Source: information from Michael Wolf <milupo at sorbzilla de>
diff --git a/localedata/locales/ht_HT b/localedata/locales/ht_HT
index 66ae10b..8efcae2 100644
--- a/localedata/locales/ht_HT
+++ b/localedata/locales/ht_HT
@@ -1,5 +1,6 @@
 comment_char %
 escape_char /
+
 % Charset: UTF-8
 
 
diff --git a/localedata/locales/hu_HU b/localedata/locales/hu_HU
index 0a8a17c..170549e 100644
--- a/localedata/locales/hu_HU
+++ b/localedata/locales/hu_HU
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Hungarian Language Locale for Hungary
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/hy_AM b/localedata/locales/hy_AM
index 5610889..ee1567c 100644
--- a/localedata/locales/hy_AM
+++ b/localedata/locales/hy_AM
@@ -1,5 +1,6 @@
-escape_char /
 comment_char %
+escape_char /
+
 % Charset: UTF-8
 % Distribution and use is free, also for commercial purposes.
 
diff --git a/localedata/locales/i18n b/localedata/locales/i18n
index 5cdbff8..ffd8408 100644
--- a/localedata/locales/i18n
+++ b/localedata/locales/i18n
@@ -1,5 +1,5 @@
-escape_char /
 comment_char %
+escape_char /
 
 LC_IDENTIFICATION
 title                 ""
diff --git a/localedata/locales/ia_FR b/localedata/locales/ia_FR
index 722cc6e..cbb82dc 100644
--- a/localedata/locales/ia_FR
+++ b/localedata/locales/ia_FR
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Interlingua locale for France
 % Language: ia
 % Territory: FR
diff --git a/localedata/locales/id_ID b/localedata/locales/id_ID
index 07afc3c..de3c9bc 100644
--- a/localedata/locales/id_ID
+++ b/localedata/locales/id_ID
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % Indonesian language locale for Indonesia
 % Source:
diff --git a/localedata/locales/ig_NG b/localedata/locales/ig_NG
index b74fc44..c2d9838 100644
--- a/localedata/locales/ig_NG
+++ b/localedata/locales/ig_NG
@@ -1,6 +1,6 @@
-escape_char /
 comment_char %
-%
+escape_char /
+
 % Igbo language locale for Nigeria
 % Source:
 % Contact: Pablo Saratxaga
diff --git a/localedata/locales/ik_CA b/localedata/locales/ik_CA
index 6e0e654..24e8cb8 100644
--- a/localedata/locales/ik_CA
+++ b/localedata/locales/ik_CA
@@ -1,6 +1,6 @@
-escape_char /
 comment_char %
-%
+escape_char /
+
 % Inupiaq language locale for Canada
 % Source:
 % Contact: Pablo Saratxaga
diff --git a/localedata/locales/is_IS b/localedata/locales/is_IS
index fd919dc..9e36ffb 100644
--- a/localedata/locales/is_IS
+++ b/localedata/locales/is_IS
@@ -1,5 +1,5 @@
 comment_char %
-escape_char  /
+escape_char /
 
 % Icelandic Language Locale for Iceland
 % Source: Stadlarad I'slands
diff --git a/localedata/locales/it_CH b/localedata/locales/it_CH
index 5f50d7e..95ca08d 100644
--- a/localedata/locales/it_CH
+++ b/localedata/locales/it_CH
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Italian Language Locale for Switzerland
 % Language: it
 % Territory: CH
diff --git a/localedata/locales/it_IT b/localedata/locales/it_IT
index 2383b82..973475e 100644
--- a/localedata/locales/it_IT
+++ b/localedata/locales/it_IT
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Italian Language Locale for Italy
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/it_IT@euro b/localedata/locales/it_IT@euro
index fb9114c..cabcb4a 100644
--- a/localedata/locales/it_IT@euro
+++ b/localedata/locales/it_IT@euro
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Italian Language Locale for Italy with Euro
 % Language: it
 % Territory: IT
diff --git a/localedata/locales/iu_CA b/localedata/locales/iu_CA
index 4f184e5..2a3bb27 100644
--- a/localedata/locales/iu_CA
+++ b/localedata/locales/iu_CA
@@ -1,5 +1,6 @@
-escape_char /
 comment_char %
+escape_char /
+
 % charset "UTF-8"
 % Distribution and use is free, also for commercial purposes.
 
diff --git a/localedata/locales/iw_IL b/localedata/locales/iw_IL
index 0ff60e4..ae40472 100644
--- a/localedata/locales/iw_IL
+++ b/localedata/locales/iw_IL
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Hebrew Language Locale for Israel
 % Source: RAP
 % Address: Sankt Jo/rgens Alle 8
diff --git a/localedata/locales/ja_JP b/localedata/locales/ja_JP
index 0422176..0861954 100644
--- a/localedata/locales/ja_JP
+++ b/localedata/locales/ja_JP
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % Name:    localedef for ja_JP
 % Version: 0.7
diff --git a/localedata/locales/ka_GE b/localedata/locales/ka_GE
index 459c467..d3e84bb 100644
--- a/localedata/locales/ka_GE
+++ b/localedata/locales/ka_GE
@@ -1,5 +1,6 @@
-escape_char /
 comment_char %
+escape_char /
+
 % charset "GEORGIAN-PS"
 % Distribution and use is free, also for commercial purposes.
 
diff --git a/localedata/locales/kk_KZ b/localedata/locales/kk_KZ
index 89b303b..ed9efe3 100644
--- a/localedata/locales/kk_KZ
+++ b/localedata/locales/kk_KZ
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Kazakh Language Locale for Kazakhstan
 % Source: NIPI, Kazakhstan Copper Corporation
 % Address: 6, Gagarin, 477000, Zhezkazgan, Kazakhstan
diff --git a/localedata/locales/kl_GL b/localedata/locales/kl_GL
index a721387..27103b7 100644
--- a/localedata/locales/kl_GL
+++ b/localedata/locales/kl_GL
@@ -1,5 +1,5 @@
-escape_char /
 comment_char %
+escape_char /
 
 % Greenlandic language locale for Greenland
 % Source: Danish Standards Association
diff --git a/localedata/locales/km_KH b/localedata/locales/km_KH
index 895c606..e21635e 100644
--- a/localedata/locales/km_KH
+++ b/localedata/locales/km_KH
@@ -1,7 +1,6 @@
-escape_char /
 comment_char %
+escape_char /
 
-%
 % Khmer Language Locale for Cambodia
 %
 % Name:         km_KH
diff --git a/localedata/locales/kn_IN b/localedata/locales/kn_IN
index 3421f85..1a8ee8e 100644
--- a/localedata/locales/kn_IN
+++ b/localedata/locales/kn_IN
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Kannada language locale for India.
 % Copied fron hi_IN one, G Karunakar <karunakar@freedomink.org> . Kannada Translations by Arun Sharma <arun@sharma-home.net>
 
diff --git a/localedata/locales/ko_KR b/localedata/locales/ko_KR
index 15b55f4..3f87b30 100644
--- a/localedata/locales/ko_KR
+++ b/localedata/locales/ko_KR
@@ -1,5 +1,5 @@
-escape_char /
 comment_char %
+escape_char /
 
 % Korean language locale for Republic of Korea (South Korea)
 % Source:
diff --git a/localedata/locales/kok_IN b/localedata/locales/kok_IN
index 6bc9738..6fa3fb9 100644
--- a/localedata/locales/kok_IN
+++ b/localedata/locales/kok_IN
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Konkani language locale for India.
 % Contributed by Pravin Satpute <psatpute@redhat.com> and
 % Shailendra Bandodkar <sbandodk@redhat.com>.
diff --git a/localedata/locales/ks_IN b/localedata/locales/ks_IN
index 5399027..816d384 100644
--- a/localedata/locales/ks_IN
+++ b/localedata/locales/ks_IN
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Kashmiri language locale for India.
 % Contributed by Pravin Satpute <psatpute@redhat.com> and
 % Mr. Mohammad Nayeem <mohammad.nayeem@gmail.com>
diff --git a/localedata/locales/ks_IN@devanagari b/localedata/locales/ks_IN@devanagari
index 5b48380..c40e98a 100644
--- a/localedata/locales/ks_IN@devanagari
+++ b/localedata/locales/ks_IN@devanagari
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Kashmiri(devanagari) language locale for India.
 % Contributed by Rakesh Pandit <rakesh.pandit@gmail.com> and
 % Pravin Satpute <psatpute@redhat.com>
diff --git a/localedata/locales/ku_TR b/localedata/locales/ku_TR
index f73b671..d988314 100644
--- a/localedata/locales/ku_TR
+++ b/localedata/locales/ku_TR
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % Kurdish (latin) language locale for Turkey
 % Source: Kader DILSIZ
diff --git a/localedata/locales/kw_GB b/localedata/locales/kw_GB
index bd737af..c7a4478 100644
--- a/localedata/locales/kw_GB
+++ b/localedata/locales/kw_GB
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % Cornish language locale for Britain
 % WARNING: UNOFFICIAL; EXPERIMENTAL. CHECK WITH Keld Simonsen
diff --git a/localedata/locales/ky_KG b/localedata/locales/ky_KG
index 9bb11d9..f4e1096 100644
--- a/localedata/locales/ky_KG
+++ b/localedata/locales/ky_KG
@@ -1,5 +1,6 @@
-escape_char /
 comment_char %
+escape_char /
+
 % charset "UTF-8"
 
 %
diff --git a/localedata/locales/lb_LU b/localedata/locales/lb_LU
index 1140979..d6bcf9e 100644
--- a/localedata/locales/lb_LU
+++ b/localedata/locales/lb_LU
@@ -1,5 +1,6 @@
-escape_char /
 comment_char %
+escape_char /
+
 % Locale for Luxembourgish locale in Luxembourg
 % Contributed by Pit Wenkin <pit@wenkin.lu>, 2011
 % Charset UTF-8
diff --git a/localedata/locales/lg_UG b/localedata/locales/lg_UG
index d79a816..06a3614 100644
--- a/localedata/locales/lg_UG
+++ b/localedata/locales/lg_UG
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % Luganda language locale for Uganda
 % Source: Akademe ya Luganda
diff --git a/localedata/locales/li_BE b/localedata/locales/li_BE
index 5a89754..fb35df5 100644
--- a/localedata/locales/li_BE
+++ b/localedata/locales/li_BE
@@ -1,5 +1,6 @@
 comment_char %
-escape_char  /
+escape_char /
+
 % Distribution and use is
 
 LC_IDENTIFICATION
diff --git a/localedata/locales/li_NL b/localedata/locales/li_NL
index b07c4a4..2ccb22f 100644
--- a/localedata/locales/li_NL
+++ b/localedata/locales/li_NL
@@ -1,5 +1,6 @@
 comment_char %
-escape_char  /
+escape_char /
+
 % Distribution and use is
 
 LC_IDENTIFICATION
diff --git a/localedata/locales/lij_IT b/localedata/locales/lij_IT
index 698f557..4fa2586 100644
--- a/localedata/locales/lij_IT
+++ b/localedata/locales/lij_IT
@@ -1,5 +1,6 @@
 comment_char %
 escape_char /
+
 % Locale for Ligurian locale in Italy
 % Contributed by Alessio Gastaldi <alessio.gastaldi@libero.it>, 2010
 
diff --git a/localedata/locales/lo_LA b/localedata/locales/lo_LA
index 67d6802..995c1f8 100644
--- a/localedata/locales/lo_LA
+++ b/localedata/locales/lo_LA
@@ -1,7 +1,6 @@
-escape_char /
 comment_char %
+escape_char /
 
-%
 % Lao Lanuage Locale for Laos
 %
 % Name:         lo_LA
diff --git a/localedata/locales/lt_LT b/localedata/locales/lt_LT
index 47714c7..b4e131b 100644
--- a/localedata/locales/lt_LT
+++ b/localedata/locales/lt_LT
@@ -1,5 +1,5 @@
-escape_char /
 comment_char %
+escape_char /
 
 % Lithuanian language locale for Lithuania
 % Created on January 30, 1992
diff --git a/localedata/locales/lv_LV b/localedata/locales/lv_LV
index 59c9030..5727fb1 100644
--- a/localedata/locales/lv_LV
+++ b/localedata/locales/lv_LV
@@ -1,5 +1,5 @@
-escape_char /
 comment_char %
+escape_char /
 
 % Latvian language locale for Latvia
 % Source: Latvian Standard LVS 24-93
diff --git a/localedata/locales/lzh_TW b/localedata/locales/lzh_TW
index 73b4897..2ece4a3 100644
--- a/localedata/locales/lzh_TW
+++ b/localedata/locales/lzh_TW
@@ -1,5 +1,6 @@
 comment_char %
 escape_char /
+
 % Charset: UTF-8
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/localedata/locales/mag_IN b/localedata/locales/mag_IN
index a33ab94..b7b9edf 100644
--- a/localedata/locales/mag_IN
+++ b/localedata/locales/mag_IN
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Magahi language locale for India.
 % Contributed by Chandan Kumar <chandankumar.093047@gmail.com>,
 % Rajesh Ranjan <rajeshkajha@yahoo.com>
diff --git a/localedata/locales/mai_IN b/localedata/locales/mai_IN
index e84bd91..c1129cf 100644
--- a/localedata/locales/mai_IN
+++ b/localedata/locales/mai_IN
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Maithili language locale for India.
 % Contributed by Rajesh Ranjan <rajeshkajha@yahoo.com> and
 % Sangeeta Kumari <sangeeta09@gmail.com>.
diff --git a/localedata/locales/mg_MG b/localedata/locales/mg_MG
index aaad1fc..0181090 100644
--- a/localedata/locales/mg_MG
+++ b/localedata/locales/mg_MG
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Malagasy Language Locale for Madagascar
 % Source: The Debian Project modified by http://linuxmg.org
 % Contact: Christian Perrier
diff --git a/localedata/locales/mhr_RU b/localedata/locales/mhr_RU
index 4b79dc0..25b56e0 100644
--- a/localedata/locales/mhr_RU
+++ b/localedata/locales/mhr_RU
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Meadow Mari Language Locale
 % Source: PeshSajSoft Ltd.
 % Address: 112, Komsomolskaya Street
diff --git a/localedata/locales/mi_NZ b/localedata/locales/mi_NZ
index f9b5b4f..b7f8c98 100644
--- a/localedata/locales/mi_NZ
+++ b/localedata/locales/mi_NZ
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Maori language locale for New Zealand
 % Source: James Gasson
 % Contact: James Gasson, Pablo Saratxaga
diff --git a/localedata/locales/mk_MK b/localedata/locales/mk_MK
index b751679..4c17a56 100644
--- a/localedata/locales/mk_MK
+++ b/localedata/locales/mk_MK
@@ -1,5 +1,6 @@
 comment_char %
 escape_char /
+
 % Macedonian language locale for Macedonia
 % Damjan Georgievski { gdamjan %% gmail.com }
 % Revision: 2.2 (2006-09-12)
diff --git a/localedata/locales/ml_IN b/localedata/locales/ml_IN
index 83077cc..d86fc25 100644
--- a/localedata/locales/ml_IN
+++ b/localedata/locales/ml_IN
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Malayalam language locale for India.
 % Contributed by Free Software Foundation of India http://gnu.org.in
 % E-Mail : gnu@gnu.org.in
diff --git a/localedata/locales/mn_MN b/localedata/locales/mn_MN
index 6649537..abac0e3 100644
--- a/localedata/locales/mn_MN
+++ b/localedata/locales/mn_MN
@@ -1,5 +1,6 @@
-escape_char /
 comment_char %
+escape_char /
+
 % Mongolian language (cyrillic) locale for Mongolia
 % Sanlig Badral <badral@chinggis.com>
 % Revision: 1.0 (2005-5-21)
diff --git a/localedata/locales/mni_IN b/localedata/locales/mni_IN
index 187e134..aff4fcc 100644
--- a/localedata/locales/mni_IN
+++ b/localedata/locales/mni_IN
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Manipuri language locale for India.
 % Contributed by Mr. Pravin Satpute <psatpute AT redhat DOT com> and Ms. Rebika Devi < rebika_srd AT rediffmail DOT com>
 
diff --git a/localedata/locales/mr_IN b/localedata/locales/mr_IN
index 161071a..da4f7f1 100644
--- a/localedata/locales/mr_IN
+++ b/localedata/locales/mr_IN
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Marathi language locale for India.
 % Contributed by Kentaroh Noji and Tetsuji Orita <orita@jp.ibm.com>.
 
diff --git a/localedata/locales/ms_MY b/localedata/locales/ms_MY
index 8ce4c0c..2a055fc 100644
--- a/localedata/locales/ms_MY
+++ b/localedata/locales/ms_MY
@@ -1,5 +1,5 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
 
 % Malay language locale for Malaysia.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
diff --git a/localedata/locales/mt_MT b/localedata/locales/mt_MT
index 34a4976..8d0cee2 100644
--- a/localedata/locales/mt_MT
+++ b/localedata/locales/mt_MT
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Maltese language locale for Malta.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/my_MM b/localedata/locales/my_MM
index c5bac5e..167572f 100644
--- a/localedata/locales/my_MM
+++ b/localedata/locales/my_MM
@@ -1,5 +1,6 @@
-escape_char     /
-comment_char    %
+comment_char %
+escape_char /
+
 % This is the locale definition file for Myanmar Burmese
 % It is derived from the locale by Ngwe Tun <ngwestar@etrademyanmar.com> and
 % Members of the Solveware Solution Team. http://www.myazedi.com
diff --git a/localedata/locales/nan_TW b/localedata/locales/nan_TW
index 0c11174..d5bbf1c 100644
--- a/localedata/locales/nan_TW
+++ b/localedata/locales/nan_TW
@@ -1,5 +1,6 @@
 comment_char %
 escape_char /
+
 % Charset: UTF-8
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/localedata/locales/nan_TW@latin b/localedata/locales/nan_TW@latin
index eb2b292..83ad6a6 100644
--- a/localedata/locales/nan_TW@latin
+++ b/localedata/locales/nan_TW@latin
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Minnan Language Locale for Taiwan
 % Source:
 % Contact: Arne Goetje
diff --git a/localedata/locales/nb_NO b/localedata/locales/nb_NO
index 332092a..206103b 100644
--- a/localedata/locales/nb_NO
+++ b/localedata/locales/nb_NO
@@ -1,5 +1,5 @@
-escape_char	/
-comment_char    %
+comment_char %
+escape_char /
 
 % Norwegian language locale for Norway
 % Source: Norsk Standardiseringsforbund
diff --git a/localedata/locales/nds_DE b/localedata/locales/nds_DE
index e1ab6e0..18ddcc2 100644
--- a/localedata/locales/nds_DE
+++ b/localedata/locales/nds_DE
@@ -1,5 +1,6 @@
 comment_char %
-escape_char  /
+escape_char /
+
 % Distribution and use is
 
 LC_IDENTIFICATION
diff --git a/localedata/locales/nds_NL b/localedata/locales/nds_NL
index 14051f6..4c057be 100644
--- a/localedata/locales/nds_NL
+++ b/localedata/locales/nds_NL
@@ -1,5 +1,6 @@
 comment_char %
-escape_char  /
+escape_char /
+
 % Distribution and use is
 
 LC_IDENTIFICATION
diff --git a/localedata/locales/ne_NP b/localedata/locales/ne_NP
index 1a462c7..be8913d 100644
--- a/localedata/locales/ne_NP
+++ b/localedata/locales/ne_NP
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Nepali language locale for Nepal.
 % Contributed by Pawan Chitrakar <pc@info.com.np>
 
diff --git a/localedata/locales/nhn_MX b/localedata/locales/nhn_MX
index af5620a..7d6d6c9 100644
--- a/localedata/locales/nhn_MX
+++ b/localedata/locales/nhn_MX
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Central Nahuatl locale for Mexico
 % Source: RAP
 % Address: Texcoco/Estado de Mexico, Mexico
diff --git a/localedata/locales/niu_NU b/localedata/locales/niu_NU
index 3a4f02e..206b1b4 100644
--- a/localedata/locales/niu_NU
+++ b/localedata/locales/niu_NU
@@ -1,5 +1,6 @@
 comment_char %
 escape_char /
+
 % Charset: UTF-8
 LC_IDENTIFICATION
 title        "Niuean (Vagahau Niue) locale for Niue"
diff --git a/localedata/locales/niu_NZ b/localedata/locales/niu_NZ
index eb746f2..09a60ae 100644
--- a/localedata/locales/niu_NZ
+++ b/localedata/locales/niu_NZ
@@ -1,5 +1,6 @@
 comment_char %
 escape_char /
+
 % Charset: UTF-8
 LC_IDENTIFICATION
 title        "Niuean (Vagahau Niue) locale for New Zealand"
diff --git a/localedata/locales/nl_AW b/localedata/locales/nl_AW
index 5989f2e..85d5c13 100644
--- a/localedata/locales/nl_AW
+++ b/localedata/locales/nl_AW
@@ -1,5 +1,6 @@
-escape_char /
 comment_char %
+escape_char /
+
 % Dutch language locale for Aruba.
 % Contributed by Ulrich Drepper <drepper@redhat.com>, 2008
 
diff --git a/localedata/locales/nl_BE b/localedata/locales/nl_BE
index 78661fd..96f8813 100644
--- a/localedata/locales/nl_BE
+++ b/localedata/locales/nl_BE
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Dutch Language Locale for Belgium
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/nl_BE@euro b/localedata/locales/nl_BE@euro
index df36cee..9c6a541 100644
--- a/localedata/locales/nl_BE@euro
+++ b/localedata/locales/nl_BE@euro
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Dutch Language Locale for Belgium with Euro
 % Language: nl
 % Territory: BE
diff --git a/localedata/locales/nl_NL b/localedata/locales/nl_NL
index c83fbfa..52dc8e9 100644
--- a/localedata/locales/nl_NL
+++ b/localedata/locales/nl_NL
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Dutch Language Locale for the Netherlands
 % http://www.taaltelefoon.be/
 % http://taaladvies.net/
diff --git a/localedata/locales/nl_NL@euro b/localedata/locales/nl_NL@euro
index 6179e72..403bc60 100644
--- a/localedata/locales/nl_NL@euro
+++ b/localedata/locales/nl_NL@euro
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Dutch Language Locale for the Netherlands with Euro
 % Language: nl
 % Territory: NL
diff --git a/localedata/locales/nn_NO b/localedata/locales/nn_NO
index 5114196..f8e3be4 100644
--- a/localedata/locales/nn_NO
+++ b/localedata/locales/nn_NO
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Nynorsk language locale for Norway.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/nr_ZA b/localedata/locales/nr_ZA
index ae27bcc..4d27073 100644
--- a/localedata/locales/nr_ZA
+++ b/localedata/locales/nr_ZA
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % Charset: UTF-8
 
diff --git a/localedata/locales/nso_ZA b/localedata/locales/nso_ZA
index fd13354..1fc970c 100644
--- a/localedata/locales/nso_ZA
+++ b/localedata/locales/nso_ZA
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % Charset: UTF-8
 
diff --git a/localedata/locales/oc_FR b/localedata/locales/oc_FR
index 10e3a03..6e8268d 100644
--- a/localedata/locales/oc_FR
+++ b/localedata/locales/oc_FR
@@ -1,5 +1,6 @@
 comment_char %
-escape_char  /
+escape_char /
+
 % charset "ISO_8859-1:1987"
 % Distribution and use is free, also for commercial purposes.
 
diff --git a/localedata/locales/om_ET b/localedata/locales/om_ET
index f9c710b..d764907 100644
--- a/localedata/locales/om_ET
+++ b/localedata/locales/om_ET
@@ -1,6 +1,5 @@
-comment_char    %
-escape_char     /
-
+comment_char %
+escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
diff --git a/localedata/locales/om_KE b/localedata/locales/om_KE
index 5387e4e..653f034 100644
--- a/localedata/locales/om_KE
+++ b/localedata/locales/om_KE
@@ -1,6 +1,5 @@
-comment_char    %
-escape_char     /
-
+comment_char %
+escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
diff --git a/localedata/locales/os_RU b/localedata/locales/os_RU
index 3686bfa..2bf9d53 100644
--- a/localedata/locales/os_RU
+++ b/localedata/locales/os_RU
@@ -1,7 +1,6 @@
 comment_char %
-escape_char  /
+escape_char /
 
-%
 % Ossetian Language Locale for Russia
 % Language: os
 % Territory: RU
diff --git a/localedata/locales/pa_IN b/localedata/locales/pa_IN
index 1e54894..856bc60 100644
--- a/localedata/locales/pa_IN
+++ b/localedata/locales/pa_IN
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Punjabi language locale for Indian Punjabi(Gurmukhi)
 % Last update by A Alam <amanlinux@netscape.net>
 
diff --git a/localedata/locales/pa_PK b/localedata/locales/pa_PK
index cb46aae..f0fbd4a 100644
--- a/localedata/locales/pa_PK
+++ b/localedata/locales/pa_PK
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Punjabi (Shamukhi) Language Locale for Pakistan
 % Source:
 % Contact: Amanpreet Singh Alam
diff --git a/localedata/locales/pap_AW b/localedata/locales/pap_AW
index f902e34..87d24ac 100644
--- a/localedata/locales/pap_AW
+++ b/localedata/locales/pap_AW
@@ -1,5 +1,5 @@
 comment_char %
-escape_char  /
+escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
diff --git a/localedata/locales/pap_CW b/localedata/locales/pap_CW
index db39144..6808194 100644
--- a/localedata/locales/pap_CW
+++ b/localedata/locales/pap_CW
@@ -1,5 +1,5 @@
 comment_char %
-escape_char  /
+escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
diff --git a/localedata/locales/pl_PL b/localedata/locales/pl_PL
index e829330..4864a46 100644
--- a/localedata/locales/pl_PL
+++ b/localedata/locales/pl_PL
@@ -1,6 +1,6 @@
 comment_char %
 escape_char /
-%
+
 % Polish Language Locale for Poland
 % Source: RAP
 % Address: Sankt Jo/rgens Alle 8
diff --git a/localedata/locales/ps_AF b/localedata/locales/ps_AF
index a58d2c7..0210cc1 100644
--- a/localedata/locales/ps_AF
+++ b/localedata/locales/ps_AF
@@ -1,5 +1,5 @@
-escape_char /
 comment_char %
+escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%% locale definition file "ps_AF"  %%%%%%%%%%%%%%%%%%%%%%
 
diff --git a/localedata/locales/pt_BR b/localedata/locales/pt_BR
index 64c0250..67e5f3b 100644
--- a/localedata/locales/pt_BR
+++ b/localedata/locales/pt_BR
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Portuguese Language Locale for Brasil
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/pt_PT b/localedata/locales/pt_PT
index f248207..b4a3354 100644
--- a/localedata/locales/pt_PT
+++ b/localedata/locales/pt_PT
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Portuguese Language Locale for Portugal
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/pt_PT@euro b/localedata/locales/pt_PT@euro
index 16bcb14..bb20665 100644
--- a/localedata/locales/pt_PT@euro
+++ b/localedata/locales/pt_PT@euro
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Portuguese Language Locale for Portugal with Euro
 % Language: pt
 % Territory: PT
diff --git a/localedata/locales/quz_PE b/localedata/locales/quz_PE
index 0e6fe85..2c5eb4e 100644
--- a/localedata/locales/quz_PE
+++ b/localedata/locales/quz_PE
@@ -1,5 +1,6 @@
 comment_char %
 escape_char /
+
 % Charset: UTF-8
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/localedata/locales/raj_IN b/localedata/locales/raj_IN
index a2621fd..5690eee 100644
--- a/localedata/locales/raj_IN
+++ b/localedata/locales/raj_IN
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Rajasthani language locale for India.
 % Contributed by Meghraj Suthar <meghrajsuthar03@gmail.com>
 % Rajesh Ranjan <rajeshkajha@yahoo.com>, Chandan Kumar <chandankumar.093047@gmail.com>
diff --git a/localedata/locales/ro_RO b/localedata/locales/ro_RO
index 07004d6..f592cb7 100644
--- a/localedata/locales/ro_RO
+++ b/localedata/locales/ro_RO
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Romanian Language Locale for Romania
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/ru_RU b/localedata/locales/ru_RU
index 2e51a4d..3450f9f 100644
--- a/localedata/locales/ru_RU
+++ b/localedata/locales/ru_RU
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Russian Language Locale for Russia
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/ru_UA b/localedata/locales/ru_UA
index 29c4522..9de625c 100644
--- a/localedata/locales/ru_UA
+++ b/localedata/locales/ru_UA
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Russian Language Locale for Ukraine
 % Source: RFC 2319
 % Contact: Denis V. Dmitrienko
diff --git a/localedata/locales/rw_RW b/localedata/locales/rw_RW
index 1f50300..c2a229d 100644
--- a/localedata/locales/rw_RW
+++ b/localedata/locales/rw_RW
@@ -1,5 +1,6 @@
-escape_char /
 comment_char %
+escape_char /
+
 % Locale for Kinyarwanda locale in Rwanda
 % Contributed by Steve Murphy <murf@e-tools.com>, 2004
 % with help from:
diff --git a/localedata/locales/sa_IN b/localedata/locales/sa_IN
index b09252e..409672f 100644
--- a/localedata/locales/sa_IN
+++ b/localedata/locales/sa_IN
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Sanskrit language locale for India.
 % Contributed by Vidya Ayer <svaksha@gmail.com>
 % and Christian Perrier <bubulle@debian.org>
diff --git a/localedata/locales/sat_IN b/localedata/locales/sat_IN
index a69287b..bb8494e 100644
--- a/localedata/locales/sat_IN
+++ b/localedata/locales/sat_IN
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Santali language locale for India.
 % Contributed by Mr. Pravin Satpute <psatpute AT redhat DOT com>  and Mr. Thakur Prasad Murmu <tp_murmu AT yahoo DOT com>
 
diff --git a/localedata/locales/sc_IT b/localedata/locales/sc_IT
index 1b75657..749468c 100644
--- a/localedata/locales/sc_IT
+++ b/localedata/locales/sc_IT
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Sardinian Language Locale for Italy
 % Language: sc
 % Territory: IT
diff --git a/localedata/locales/sd_IN b/localedata/locales/sd_IN
index e57edf5..b2ebe64 100644
--- a/localedata/locales/sd_IN
+++ b/localedata/locales/sd_IN
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Sindhi language locale for India.
 % Contributed by Pravin Satpute <psatpute@redhat.com> and
 % DR K.P. LEKHWANI
diff --git a/localedata/locales/sd_IN@devanagari b/localedata/locales/sd_IN@devanagari
index 6e7549b..3e55fa6 100644
--- a/localedata/locales/sd_IN@devanagari
+++ b/localedata/locales/sd_IN@devanagari
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Sindhi language locale for India.
 % Contributed by Pravin Satpute <psatpute@redhat.com> and
 % DR K.P. LEKHWANI
diff --git a/localedata/locales/se_NO b/localedata/locales/se_NO
index 80bc50b..06bc114 100644
--- a/localedata/locales/se_NO
+++ b/localedata/locales/se_NO
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Northern Saami Language Locale for Norway
 % Source: http://www.hum.uit.no/a/trond/loc.html
 % Contact: Børre Gaup
diff --git a/localedata/locales/shs_CA b/localedata/locales/shs_CA
index 6b72fb1..6916a07 100644
--- a/localedata/locales/shs_CA
+++ b/localedata/locales/shs_CA
@@ -1,5 +1,5 @@
+comment_char %
 escape_char /
-comment_char  %
 
 % Secwepemctsin (Shuswap) language locale for Canada
 % sorting according to CAN/CSA-Z243.4.1-1992
diff --git a/localedata/locales/si_LK b/localedata/locales/si_LK
index 6ed12cc..ccb658d 100644
--- a/localedata/locales/si_LK
+++ b/localedata/locales/si_LK
@@ -1,5 +1,6 @@
-escape_char  /
 comment_char %
+escape_char /
+
 % Sinhala language locale for Sri Lanka.
 % Charset: UTF-8
 % Contributed by Anuradha Ratnaweera <anuradha at gnu org>
diff --git a/localedata/locales/sid_ET b/localedata/locales/sid_ET
index 6cda039..85c2046 100644
--- a/localedata/locales/sid_ET
+++ b/localedata/locales/sid_ET
@@ -1,6 +1,5 @@
-comment_char    %
-escape_char     /
-
+comment_char %
+escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
diff --git a/localedata/locales/sk_SK b/localedata/locales/sk_SK
index 8ef4f00..c0029e8 100644
--- a/localedata/locales/sk_SK
+++ b/localedata/locales/sk_SK
@@ -1,6 +1,6 @@
-escape_char /
 comment_char %
-%
+escape_char /
+
 % Slovak Language Locale for Slovak
 % Source:
 % Address: Narcisov<a'> 56, SK-821 01 Bratislava, Slovak Republic
diff --git a/localedata/locales/sl_SI b/localedata/locales/sl_SI
index 4e6c183..f2aee58 100644
--- a/localedata/locales/sl_SI
+++ b/localedata/locales/sl_SI
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Slovenian language locale for Slovenia
 % Source: USM/MZT
 % Address: Kotnikova 6,
diff --git a/localedata/locales/so_DJ b/localedata/locales/so_DJ
index 3e0127b..7f66340 100644
--- a/localedata/locales/so_DJ
+++ b/localedata/locales/so_DJ
@@ -1,6 +1,5 @@
-comment_char    %
-escape_char     /
-
+comment_char %
+escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
diff --git a/localedata/locales/so_ET b/localedata/locales/so_ET
index 1d1f3ea..f85fa3d 100644
--- a/localedata/locales/so_ET
+++ b/localedata/locales/so_ET
@@ -1,6 +1,5 @@
-comment_char    %
-escape_char     /
-
+comment_char %
+escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
diff --git a/localedata/locales/so_KE b/localedata/locales/so_KE
index 14555ae..f1ed4c9 100644
--- a/localedata/locales/so_KE
+++ b/localedata/locales/so_KE
@@ -1,6 +1,5 @@
-comment_char    %
-escape_char     /
-
+comment_char %
+escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
diff --git a/localedata/locales/so_SO b/localedata/locales/so_SO
index 0c750cb..2df75ef 100644
--- a/localedata/locales/so_SO
+++ b/localedata/locales/so_SO
@@ -1,6 +1,5 @@
-comment_char    %
-escape_char     /
-
+comment_char %
+escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
diff --git a/localedata/locales/sq_AL b/localedata/locales/sq_AL
index f2f6b4a..0dd4930 100644
--- a/localedata/locales/sq_AL
+++ b/localedata/locales/sq_AL
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Albanian language locale for Albania.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/sq_MK b/localedata/locales/sq_MK
index 9d6aef7..c419207 100644
--- a/localedata/locales/sq_MK
+++ b/localedata/locales/sq_MK
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Albanian language locale for Macedonia.
 % Contributed by Agron Selimaj <linuxmaster@verizon.net>
 
diff --git a/localedata/locales/sr_ME b/localedata/locales/sr_ME
index dd68df8..b06bd70 100644
--- a/localedata/locales/sr_ME
+++ b/localedata/locales/sr_ME
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Serbian Language locale for Montenegro
 % Source: sr_YU, sr_CS locale
 % Address:
diff --git a/localedata/locales/sr_RS b/localedata/locales/sr_RS
index ffea86f..e45e477 100644
--- a/localedata/locales/sr_RS
+++ b/localedata/locales/sr_RS
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Serbian Language Locale for Serbia
 % Source: sr_YU, sr_CS locales
 % Address:
diff --git a/localedata/locales/sr_RS@latin b/localedata/locales/sr_RS@latin
index fd10ea6..f197663 100644
--- a/localedata/locales/sr_RS@latin
+++ b/localedata/locales/sr_RS@latin
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Serbian Language Locale for Serbia
 % Source: sr_YU, sr_CS locales
 % Address:
diff --git a/localedata/locales/ss_ZA b/localedata/locales/ss_ZA
index b296451..a21cea4 100644
--- a/localedata/locales/ss_ZA
+++ b/localedata/locales/ss_ZA
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % Charset: UTF-8
 
diff --git a/localedata/locales/st_ZA b/localedata/locales/st_ZA
index dcf3e72..1c3cc75 100644
--- a/localedata/locales/st_ZA
+++ b/localedata/locales/st_ZA
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % Charset: UTF-8
 
diff --git a/localedata/locales/sv_FI b/localedata/locales/sv_FI
index 44fac85..f43df58 100644
--- a/localedata/locales/sv_FI
+++ b/localedata/locales/sv_FI
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Swedish Language Locale for Finland
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/sv_FI@euro b/localedata/locales/sv_FI@euro
index dcd9b75..28a7477 100644
--- a/localedata/locales/sv_FI@euro
+++ b/localedata/locales/sv_FI@euro
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Swedish Language Locale for Finland with Euro
 % Language: sv
 % Territory: FI
diff --git a/localedata/locales/sv_SE b/localedata/locales/sv_SE
index 3134c6a..208ec80 100644
--- a/localedata/locales/sv_SE
+++ b/localedata/locales/sv_SE
@@ -1,5 +1,5 @@
-escape_char	/
-comment_char    %
+comment_char %
+escape_char /
 
 % Swedish language locale for Sweden
 % Source: RAP
diff --git a/localedata/locales/sw_KE b/localedata/locales/sw_KE
index 9412648..81dd5f3 100644
--- a/localedata/locales/sw_KE
+++ b/localedata/locales/sw_KE
@@ -1,5 +1,6 @@
 comment_char %
 escape_char /
+
 % Charset: UTF-8
 % Authors:
 % 2011-03-07, locales@kamusi.org
diff --git a/localedata/locales/sw_TZ b/localedata/locales/sw_TZ
index a2faf07..a3ef478 100644
--- a/localedata/locales/sw_TZ
+++ b/localedata/locales/sw_TZ
@@ -1,5 +1,6 @@
 comment_char %
 escape_char /
+
 % Charset: UTF-8
 % Authors:
 % 2011-03-07, locales@kamusi.org
diff --git a/localedata/locales/szl_PL b/localedata/locales/szl_PL
index fd142f8..9d5002b 100644
--- a/localedata/locales/szl_PL
+++ b/localedata/locales/szl_PL
@@ -1,6 +1,6 @@
 comment_char %
 escape_char /
-%
+
 % Silesian Language Locale for Poland
 % Source: szl_PL locale
 % Contact: Przemyslaw Buczkowski
diff --git a/localedata/locales/ta_IN b/localedata/locales/ta_IN
index 70c624e..5992f29 100644
--- a/localedata/locales/ta_IN
+++ b/localedata/locales/ta_IN
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Tamil language locale for India.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ta_LK b/localedata/locales/ta_LK
index e1af5f9..4e33b13 100644
--- a/localedata/locales/ta_LK
+++ b/localedata/locales/ta_LK
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Tamil language locale for Sri Lanka
 % Language: ta
 % Territory: LK
diff --git a/localedata/locales/tcy_IN b/localedata/locales/tcy_IN
index a737bb3..513cf1f 100644
--- a/localedata/locales/tcy_IN
+++ b/localedata/locales/tcy_IN
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Tulu (kannada) language locale for India.
 
 % *** Below just modify to suit your language. I have modified for Kannada
diff --git a/localedata/locales/te_IN b/localedata/locales/te_IN
index d42088f..ecb461e 100644
--- a/localedata/locales/te_IN
+++ b/localedata/locales/te_IN
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Telugu language locale for India.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/tg_TJ b/localedata/locales/tg_TJ
index c783625..64a31b7 100644
--- a/localedata/locales/tg_TJ
+++ b/localedata/locales/tg_TJ
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Tajik Language Locale for Tajikistan
 % Source:
 % Contact: Pablo Saratxaga, Roger Kovacs
diff --git a/localedata/locales/th_TH b/localedata/locales/th_TH
index 5b8c41b..a1339e4 100644
--- a/localedata/locales/th_TH
+++ b/localedata/locales/th_TH
@@ -1,7 +1,6 @@
-escape_char /
 comment_char %
+escape_char /
 
-%
 % Thailand (Thai) locale
 %
 % Name:       th_TH
diff --git a/localedata/locales/the_NP b/localedata/locales/the_NP
index d889890..d2228d8 100644
--- a/localedata/locales/the_NP
+++ b/localedata/locales/the_NP
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Tharu language locale for Nepal.
 % Contributed by Arun Kumar Pyasi <arun@chitwanix.com>
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/localedata/locales/ti_ER b/localedata/locales/ti_ER
index a7ddbad..2870f58 100644
--- a/localedata/locales/ti_ER
+++ b/localedata/locales/ti_ER
@@ -1,6 +1,5 @@
-comment_char    %
-escape_char     /
-
+comment_char %
+escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
diff --git a/localedata/locales/ti_ET b/localedata/locales/ti_ET
index e2c3446..d140934 100644
--- a/localedata/locales/ti_ET
+++ b/localedata/locales/ti_ET
@@ -1,6 +1,5 @@
-comment_char    %
-escape_char     /
-
+comment_char %
+escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
diff --git a/localedata/locales/tig_ER b/localedata/locales/tig_ER
index d300f87..96c6c7d 100644
--- a/localedata/locales/tig_ER
+++ b/localedata/locales/tig_ER
@@ -1,6 +1,5 @@
-comment_char    %
-escape_char     /
-
+comment_char %
+escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
diff --git a/localedata/locales/tk_TM b/localedata/locales/tk_TM
index cb7ed17..68fa2fa 100644
--- a/localedata/locales/tk_TM
+++ b/localedata/locales/tk_TM
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Turkmen Language Locale for Turkmenistan (latin)
 % Source: Ghorban M. Tavakoly
 % Contact: Pablo Saratxaga & Ghorban M. Tavakoly
diff --git a/localedata/locales/tl_PH b/localedata/locales/tl_PH
index 583bc2d..85f5c20 100644
--- a/localedata/locales/tl_PH
+++ b/localedata/locales/tl_PH
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Tagalog Language Locale for Philippines
 % Source:
 % Contact:
diff --git a/localedata/locales/tn_ZA b/localedata/locales/tn_ZA
index f2a85ed..e96af79 100644
--- a/localedata/locales/tn_ZA
+++ b/localedata/locales/tn_ZA
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % Charset: UTF-8
 
diff --git a/localedata/locales/tr_CY b/localedata/locales/tr_CY
index e2e6936..c18cc39 100644
--- a/localedata/locales/tr_CY
+++ b/localedata/locales/tr_CY
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Turkish Language Locale for Cyprus
 % Language: tr
 % Territory: CY
diff --git a/localedata/locales/tr_TR b/localedata/locales/tr_TR
index 00a18a1..f9043ff 100644
--- a/localedata/locales/tr_TR
+++ b/localedata/locales/tr_TR
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Turkish Language Locale for Turkey
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
diff --git a/localedata/locales/ts_ZA b/localedata/locales/ts_ZA
index b8225fc..bb3448d 100644
--- a/localedata/locales/ts_ZA
+++ b/localedata/locales/ts_ZA
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % Charset: UTF-8
 
diff --git a/localedata/locales/tt_RU b/localedata/locales/tt_RU
index 804f7f0..b240024 100644
--- a/localedata/locales/tt_RU
+++ b/localedata/locales/tt_RU
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Tatar Language Locale for Russia
 % Source:
 % Contact: Pablo Saratxaga, Rinat Norkin
diff --git a/localedata/locales/tt_RU@iqtelif b/localedata/locales/tt_RU@iqtelif
index 8e455d6..5d6600d 100644
--- a/localedata/locales/tt_RU@iqtelif
+++ b/localedata/locales/tt_RU@iqtelif
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Tatar Language Locale using IQTElif alphabet; for Tatarstan, Russian Federation
 % Source:	Reshat Sabiq
 % Contact:	Reshat Sabiq
diff --git a/localedata/locales/ug_CN b/localedata/locales/ug_CN
index e25d528..e10448e 100644
--- a/localedata/locales/ug_CN
+++ b/localedata/locales/ug_CN
@@ -1,6 +1,6 @@
-escape_char /
 comment_char %
-%
+escape_char /
+
 % Uyghur language locale for China
 % Source:
 % Contact:   Eagle Burkut
diff --git a/localedata/locales/uk_UA b/localedata/locales/uk_UA
index 5e58043..6949403 100644
--- a/localedata/locales/uk_UA
+++ b/localedata/locales/uk_UA
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Copyright (C) 2003-2006 Volodymyr M. Lisivka <v_lisivka@sourceforge.net>
 % Copyright (C) 2006 Max Kutny <mkutny@gmail.com>
 %
diff --git a/localedata/locales/unm_US b/localedata/locales/unm_US
index 482a7da..f53d9a9 100644
--- a/localedata/locales/unm_US
+++ b/localedata/locales/unm_US
@@ -1,6 +1,6 @@
 comment_char %
 escape_char /
-%
+
 % Unami Delaware Locale for U.S.A.
 % Language: unm
 % Contact: lugubrili@hotmail.com
diff --git a/localedata/locales/ur_IN b/localedata/locales/ur_IN
index 8813b51..16c9031 100644
--- a/localedata/locales/ur_IN
+++ b/localedata/locales/ur_IN
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Urdu language locale for India.
 % Contributed by Pravin Satpute <psatpute@redhat.com> and
 % Mrs. Nasreen Khan
diff --git a/localedata/locales/ur_PK b/localedata/locales/ur_PK
index 2bc5225..c65b201 100644
--- a/localedata/locales/ur_PK
+++ b/localedata/locales/ur_PK
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Urdu Language Locale for Pakistan
 % Source:
 % Contact: Shehzad Ashiq Ali, Pablo Saratxaga
diff --git a/localedata/locales/uz_UZ b/localedata/locales/uz_UZ
index b26cd4c..517b384 100644
--- a/localedata/locales/uz_UZ
+++ b/localedata/locales/uz_UZ
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % Uzbek (latin) language locale for Uzbekistan
 % Source: Bobir Ismailov
diff --git a/localedata/locales/uz_UZ@cyrillic b/localedata/locales/uz_UZ@cyrillic
index 8ed4ee5..786c7fd 100644
--- a/localedata/locales/uz_UZ@cyrillic
+++ b/localedata/locales/uz_UZ@cyrillic
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % Uzbek language (cyrillic) locale for Uzbekistan
 % Source: Mashrab Kuvatov
diff --git a/localedata/locales/ve_ZA b/localedata/locales/ve_ZA
index 9694401..98859de 100644
--- a/localedata/locales/ve_ZA
+++ b/localedata/locales/ve_ZA
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % Charset: UTF-8
 
diff --git a/localedata/locales/vi_VN b/localedata/locales/vi_VN
index e8c86a1..082466a 100644
--- a/localedata/locales/vi_VN
+++ b/localedata/locales/vi_VN
@@ -1,6 +1,6 @@
-escape_char /
 comment_char %
-%
+escape_char /
+
 % Vietnamese language locale for Vietnam
 % Source: glibc locale and info from vietnamese native speakers
 % Address:
diff --git a/localedata/locales/wa_BE b/localedata/locales/wa_BE
index a2fb3be..ad987ac 100644
--- a/localedata/locales/wa_BE
+++ b/localedata/locales/wa_BE
@@ -1,5 +1,6 @@
 comment_char %
-escape_char  /
+escape_char /
+
 % charset "UTF-8"
 % Distribution and use is free, also for commercial purposes.
 
diff --git a/localedata/locales/wa_BE@euro b/localedata/locales/wa_BE@euro
index 09ad80c..1eb6d7d 100644
--- a/localedata/locales/wa_BE@euro
+++ b/localedata/locales/wa_BE@euro
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Walloon Language Locale for Belgium with Euro
 % Language: wa
 % Territory: BE
diff --git a/localedata/locales/wae_CH b/localedata/locales/wae_CH
index 5f11613..38c4ab5 100644
--- a/localedata/locales/wae_CH
+++ b/localedata/locales/wae_CH
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % Charset: UTF-8
 
diff --git a/localedata/locales/wal_ET b/localedata/locales/wal_ET
index 9e21397..b374a69 100644
--- a/localedata/locales/wal_ET
+++ b/localedata/locales/wal_ET
@@ -1,6 +1,5 @@
-comment_char    %
-escape_char     /
-
+comment_char %
+escape_char /
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
diff --git a/localedata/locales/wo_SN b/localedata/locales/wo_SN
index b31679f..29abf29 100644
--- a/localedata/locales/wo_SN
+++ b/localedata/locales/wo_SN
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Wolof locale for Senegal
 % Source: The Debian Project
 % Contact: Christian Perrier/Samba Ndao Diop
diff --git a/localedata/locales/xh_ZA b/localedata/locales/xh_ZA
index 2a24540..d5b02ee 100644
--- a/localedata/locales/xh_ZA
+++ b/localedata/locales/xh_ZA
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % Charset: UTF-8
 
diff --git a/localedata/locales/yi_US b/localedata/locales/yi_US
index 97ed218..b9f9406 100644
--- a/localedata/locales/yi_US
+++ b/localedata/locales/yi_US
@@ -1,5 +1,6 @@
 comment_char %
-escape_char  /
+escape_char /
+
 % charset "UTF-8"
 % Distribution and use is free, also for commercial purposes.
 %
diff --git a/localedata/locales/yo_NG b/localedata/locales/yo_NG
index c8ff82e..4c0a636 100644
--- a/localedata/locales/yo_NG
+++ b/localedata/locales/yo_NG
@@ -1,6 +1,6 @@
-escape_char /
 comment_char %
-%
+escape_char /
+
 % Yoruba language locale for Nigeria
 % Source:
 % Contact: Pablo Saratxaga
diff --git a/localedata/locales/yue_HK b/localedata/locales/yue_HK
index 96e9901..4fed793 100644
--- a/localedata/locales/yue_HK
+++ b/localedata/locales/yue_HK
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Yue Chinese (Cantonese) language locale for Hong Kong.
 % Maintained by Chunshek Chan <chunshek@gmail.com>
 % Based on Chinese locale by Kentaroh Noji <knoji@jp.ibm.com> and
diff --git a/localedata/locales/zh_CN b/localedata/locales/zh_CN
index ff21c85..c15edc0 100644
--- a/localedata/locales/zh_CN
+++ b/localedata/locales/zh_CN
@@ -1,6 +1,6 @@
 comment_char %
-escape_char  /
-%
+escape_char /
+
 % Chinese language locale for the Peoples Republic of China
 %
 % This work is based on ISO PDTR 14652, Unicode 3.0, locale definition
diff --git a/localedata/locales/zh_HK b/localedata/locales/zh_HK
index d0cd837..48ae2da 100644
--- a/localedata/locales/zh_HK
+++ b/localedata/locales/zh_HK
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Chinese language locale for Hong Kong.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/zh_SG b/localedata/locales/zh_SG
index 1723cf4..fd19300 100644
--- a/localedata/locales/zh_SG
+++ b/localedata/locales/zh_SG
@@ -1,5 +1,6 @@
-comment_char    %
-escape_char     /
+comment_char %
+escape_char /
+
 % Chinese language locale for Singapore.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/zh_TW b/localedata/locales/zh_TW
index e3eeb4d..137c06f 100644
--- a/localedata/locales/zh_TW
+++ b/localedata/locales/zh_TW
@@ -1,6 +1,6 @@
 comment_char %
 escape_char /
-%
+
 % Chinese language locale for Taiwan R.O.C.
 % charmap: BIG5-CP950
 %
diff --git a/localedata/locales/zu_ZA b/localedata/locales/zu_ZA
index 2c78e51..a56f4ec 100644
--- a/localedata/locales/zu_ZA
+++ b/localedata/locales/zu_ZA
@@ -1,5 +1,5 @@
-escape_char  /
-comment_char  %
+comment_char %
+escape_char /
 
 % Charset: UTF-8
 
-- 
2.6.2

^ permalink raw reply	[flat|nested] 17+ messages in thread

* [PATCH 3/3] localedata: standardize copyright/license information [BZ #11213]
  2016-02-20  7:54 [PATCH 1/3] localedata: use same comment_char/escape_char in these files Mike Frysinger
  2016-02-20  7:54 ` [PATCH 2/3] localedata: standardize first few lines Mike Frysinger
@ 2016-02-20  7:55 ` Mike Frysinger
  2016-02-25 20:13 ` [PATCH 1/3] localedata: use same comment_char/escape_char in these files Mike Frysinger
  2 siblings, 0 replies; 17+ messages in thread
From: Mike Frysinger @ 2016-02-20  7:55 UTC (permalink / raw)
  To: libc-alpha

---
 localedata/locales/POSIX                 |  9 ++++++--
 localedata/locales/aa_DJ                 |  7 +++++++
 localedata/locales/aa_ER                 |  7 +++++++
 localedata/locales/aa_ER@saaho           |  7 +++++++
 localedata/locales/aa_ET                 |  7 +++++++
 localedata/locales/af_ZA                 |  7 +++++++
 localedata/locales/ak_GH                 | 16 +++++++--------
 localedata/locales/am_ET                 |  7 +++++++
 localedata/locales/an_ES                 |  7 +++++++
 localedata/locales/anp_IN                | 14 ++++++-------
 localedata/locales/ar_AE                 |  7 +++++++
 localedata/locales/ar_BH                 |  7 +++++++
 localedata/locales/ar_DZ                 |  7 +++++++
 localedata/locales/ar_EG                 |  7 +++++++
 localedata/locales/ar_IN                 |  7 +++++++
 localedata/locales/ar_IQ                 |  7 +++++++
 localedata/locales/ar_JO                 |  7 +++++++
 localedata/locales/ar_KW                 |  7 +++++++
 localedata/locales/ar_LB                 |  7 +++++++
 localedata/locales/ar_LY                 |  7 +++++++
 localedata/locales/ar_MA                 |  7 +++++++
 localedata/locales/ar_OM                 |  7 +++++++
 localedata/locales/ar_QA                 |  7 +++++++
 localedata/locales/ar_SA                 |  7 +++++++
 localedata/locales/ar_SD                 | 14 ++++++-------
 localedata/locales/ar_SS                 | 14 ++++++-------
 localedata/locales/ar_SY                 |  7 +++++++
 localedata/locales/ar_TN                 |  7 +++++++
 localedata/locales/ar_YE                 |  7 +++++++
 localedata/locales/as_IN                 |  7 +++++++
 localedata/locales/ast_ES                |  7 +++++++
 localedata/locales/ayc_PE                | 14 ++++++-------
 localedata/locales/az_AZ                 |  9 ++++++--
 localedata/locales/be_BY                 |  9 ++++++--
 localedata/locales/be_BY@latin           |  9 ++++++--
 localedata/locales/bem_ZM                |  9 ++++++--
 localedata/locales/ber_DZ                |  9 ++++++--
 localedata/locales/ber_MA                |  9 ++++++--
 localedata/locales/bg_BG                 |  8 ++++++--
 localedata/locales/bhb_IN                |  7 +++++++
 localedata/locales/bho_IN                |  7 +++++++
 localedata/locales/bn_BD                 |  7 +++++++
 localedata/locales/bn_IN                 |  7 +++++++
 localedata/locales/bo_CN                 |  7 +++++++
 localedata/locales/bo_IN                 |  7 +++++++
 localedata/locales/br_FR                 |  9 ++++++--
 localedata/locales/br_FR@euro            |  9 ++++++--
 localedata/locales/brx_IN                |  7 +++++++
 localedata/locales/bs_BA                 |  9 ++++++--
 localedata/locales/byn_ER                |  7 +++++++
 localedata/locales/ca_AD                 |  9 ++++++--
 localedata/locales/ca_ES                 |  9 ++++++--
 localedata/locales/ca_ES@euro            |  9 ++++++--
 localedata/locales/ca_FR                 |  9 ++++++--
 localedata/locales/ca_IT                 |  9 ++++++--
 localedata/locales/ce_RU                 |  7 +++++++
 localedata/locales/cmn_TW                | 14 ++++++-------
 localedata/locales/crh_UA                |  9 ++++++--
 localedata/locales/cs_CZ                 |  8 +++++++-
 localedata/locales/csb_PL                |  9 ++++++--
 localedata/locales/cv_RU                 |  9 ++++++--
 localedata/locales/cy_GB                 |  8 +++++++-
 localedata/locales/da_DK                 |  9 ++++++--
 localedata/locales/de_AT                 |  9 ++++++--
 localedata/locales/de_AT@euro            |  9 ++++++--
 localedata/locales/de_BE                 |  9 ++++++--
 localedata/locales/de_BE@euro            |  9 ++++++--
 localedata/locales/de_CH                 |  9 ++++++--
 localedata/locales/de_DE                 |  7 +++++++
 localedata/locales/de_DE@euro            |  7 +++++++
 localedata/locales/de_LU                 |  9 ++++++--
 localedata/locales/de_LU@euro            |  9 ++++++--
 localedata/locales/doi_IN                |  7 +++++++
 localedata/locales/dv_MV                 |  9 ++++++--
 localedata/locales/dz_BT                 |  7 +++++++
 localedata/locales/el_CY                 |  7 +++++++
 localedata/locales/el_GR                 |  9 ++++++--
 localedata/locales/el_GR@euro            |  7 +++++++
 localedata/locales/en_AG                 |  7 +++++++
 localedata/locales/en_AU                 |  9 ++++++--
 localedata/locales/en_BW                 |  9 ++++++--
 localedata/locales/en_CA                 |  9 ++++++--
 localedata/locales/en_DK                 |  9 ++++++--
 localedata/locales/en_GB                 |  9 ++++++--
 localedata/locales/en_HK                 |  7 +++++++
 localedata/locales/en_IE                 |  9 ++++++--
 localedata/locales/en_IE@euro            |  9 ++++++--
 localedata/locales/en_IN                 |  7 +++++++
 localedata/locales/en_NG                 |  9 ++++++--
 localedata/locales/en_NZ                 |  9 ++++++--
 localedata/locales/en_PH                 |  7 +++++++
 localedata/locales/en_SG                 |  7 +++++++
 localedata/locales/en_US                 |  7 +++++++
 localedata/locales/en_ZA                 |  9 ++++++--
 localedata/locales/en_ZM                 |  9 ++++++--
 localedata/locales/en_ZW                 |  9 ++++++--
 localedata/locales/es_AR                 |  9 ++++++--
 localedata/locales/es_BO                 |  9 ++++++--
 localedata/locales/es_CL                 |  9 ++++++--
 localedata/locales/es_CO                 |  9 ++++++--
 localedata/locales/es_CR                 |  9 ++++++--
 localedata/locales/es_CU                 |  9 ++++++--
 localedata/locales/es_DO                 |  9 ++++++--
 localedata/locales/es_EC                 |  9 ++++++--
 localedata/locales/es_ES                 |  9 ++++++--
 localedata/locales/es_ES@euro            |  9 ++++++--
 localedata/locales/es_GT                 |  9 ++++++--
 localedata/locales/es_HN                 |  9 ++++++--
 localedata/locales/es_MX                 |  9 ++++++--
 localedata/locales/es_NI                 |  9 ++++++--
 localedata/locales/es_PA                 |  9 ++++++--
 localedata/locales/es_PE                 |  9 ++++++--
 localedata/locales/es_PR                 |  9 ++++++--
 localedata/locales/es_PY                 |  9 ++++++--
 localedata/locales/es_SV                 |  9 ++++++--
 localedata/locales/es_US                 |  9 ++++++--
 localedata/locales/es_UY                 |  9 ++++++--
 localedata/locales/es_VE                 |  9 ++++++--
 localedata/locales/et_EE                 |  9 ++++++--
 localedata/locales/eu_ES                 |  9 ++++++--
 localedata/locales/eu_ES@euro            |  9 ++++++--
 localedata/locales/fa_IR                 |  9 ++++++--
 localedata/locales/ff_SN                 |  9 ++++++--
 localedata/locales/fi_FI                 |  9 ++++++--
 localedata/locales/fi_FI@euro            |  9 ++++++--
 localedata/locales/fil_PH                |  9 ++++++--
 localedata/locales/fo_FO                 |  9 ++++++--
 localedata/locales/fr_BE                 |  9 ++++++--
 localedata/locales/fr_BE@euro            |  9 ++++++--
 localedata/locales/fr_CA                 |  9 ++++++--
 localedata/locales/fr_CH                 |  9 ++++++--
 localedata/locales/fr_FR                 | 10 ++++++---
 localedata/locales/fr_FR@euro            |  9 ++++++--
 localedata/locales/fr_LU                 |  9 ++++++--
 localedata/locales/fr_LU@euro            |  9 ++++++--
 localedata/locales/fur_IT                |  9 ++++++--
 localedata/locales/fy_DE                 |  8 +++++++-
 localedata/locales/fy_NL                 |  9 ++++++--
 localedata/locales/ga_IE                 |  9 ++++++--
 localedata/locales/ga_IE@euro            |  9 ++++++--
 localedata/locales/gd_GB                 | 14 ++++++-------
 localedata/locales/gez_ER                |  7 +++++++
 localedata/locales/gez_ER@abegede        |  7 +++++++
 localedata/locales/gez_ET                |  7 +++++++
 localedata/locales/gez_ET@abegede        |  7 +++++++
 localedata/locales/gl_ES                 |  9 ++++++--
 localedata/locales/gl_ES@euro            |  9 ++++++--
 localedata/locales/gu_IN                 |  7 +++++++
 localedata/locales/gv_GB                 |  9 ++++++--
 localedata/locales/ha_NG                 |  9 ++++++--
 localedata/locales/hak_TW                | 14 ++++++-------
 localedata/locales/he_IL                 |  9 ++++++--
 localedata/locales/hi_IN                 |  7 +++++++
 localedata/locales/hne_IN                |  7 +++++++
 localedata/locales/hr_HR                 |  9 ++++++--
 localedata/locales/hsb_DE                |  9 ++++++--
 localedata/locales/ht_HT                 | 16 +++++++--------
 localedata/locales/hu_HU                 |  9 ++++++--
 localedata/locales/hy_AM                 |  8 +++++++-
 localedata/locales/i18n                  |  7 +++++++
 localedata/locales/ia_FR                 |  7 +++++++
 localedata/locales/id_ID                 |  9 ++++++--
 localedata/locales/ig_NG                 |  9 ++++++--
 localedata/locales/ik_CA                 |  9 ++++++--
 localedata/locales/is_IS                 |  9 ++++++--
 localedata/locales/iso14651_t1           |  7 +++++++
 localedata/locales/iso14651_t1_common    |  7 +++++++
 localedata/locales/iso14651_t1_pinyin    |  7 +++++++
 localedata/locales/it_CH                 |  9 ++++++--
 localedata/locales/it_IT                 |  9 ++++++--
 localedata/locales/it_IT@euro            |  9 ++++++--
 localedata/locales/iu_CA                 |  8 +++++++-
 localedata/locales/iw_IL                 |  9 ++++++--
 localedata/locales/ja_JP                 |  7 +++++++
 localedata/locales/ka_GE                 |  8 +++++++-
 localedata/locales/kk_KZ                 |  9 ++++++--
 localedata/locales/kl_GL                 |  9 ++++++--
 localedata/locales/km_KH                 | 32 +++++++----------------------
 localedata/locales/kn_IN                 |  7 +++++++
 localedata/locales/ko_KR                 |  8 +++++++-
 localedata/locales/kok_IN                |  7 +++++++
 localedata/locales/ks_IN                 |  7 +++++++
 localedata/locales/ks_IN@devanagari      |  7 +++++++
 localedata/locales/ku_TR                 |  9 ++++++--
 localedata/locales/kw_GB                 |  9 ++++++--
 localedata/locales/ky_KG                 |  7 +++++++
 localedata/locales/lb_LU                 |  7 +++++++
 localedata/locales/lg_UG                 |  9 ++++++--
 localedata/locales/li_BE                 |  7 ++++++-
 localedata/locales/li_NL                 |  7 ++++++-
 localedata/locales/lij_IT                |  7 +++++++
 localedata/locales/lo_LA                 | 35 +++++++-------------------------
 localedata/locales/lt_LT                 |  9 ++++++--
 localedata/locales/lv_LV                 |  9 ++++++--
 localedata/locales/lzh_TW                | 14 ++++++-------
 localedata/locales/mag_IN                |  7 +++++++
 localedata/locales/mai_IN                |  7 +++++++
 localedata/locales/mg_MG                 |  9 ++++++--
 localedata/locales/mhr_RU                |  9 ++++++--
 localedata/locales/mi_NZ                 |  9 ++++++--
 localedata/locales/mk_MK                 |  9 ++++++--
 localedata/locales/ml_IN                 |  7 +++++++
 localedata/locales/mn_MN                 |  9 ++++++--
 localedata/locales/mni_IN                |  7 +++++++
 localedata/locales/mr_IN                 |  7 +++++++
 localedata/locales/ms_MY                 |  7 +++++++
 localedata/locales/mt_MT                 |  7 +++++++
 localedata/locales/my_MM                 |  7 +++++++
 localedata/locales/nan_TW                | 14 ++++++-------
 localedata/locales/nan_TW@latin          |  9 ++++++--
 localedata/locales/nb_NO                 |  9 ++++++--
 localedata/locales/nds_DE                |  7 ++++++-
 localedata/locales/nds_NL                |  7 ++++++-
 localedata/locales/ne_NP                 |  7 +++++++
 localedata/locales/nhn_MX                |  7 +++++++
 localedata/locales/niu_NU                |  7 +++++++
 localedata/locales/niu_NZ                |  7 +++++++
 localedata/locales/nl_AW                 |  7 +++++++
 localedata/locales/nl_BE                 |  9 ++++++--
 localedata/locales/nl_BE@euro            |  9 ++++++--
 localedata/locales/nl_NL                 |  9 ++++++--
 localedata/locales/nl_NL@euro            |  9 ++++++--
 localedata/locales/nn_NO                 |  7 +++++++
 localedata/locales/nr_ZA                 |  7 +++++++
 localedata/locales/nso_ZA                |  7 +++++++
 localedata/locales/oc_FR                 |  8 +++++++-
 localedata/locales/om_ET                 |  7 +++++++
 localedata/locales/om_KE                 |  7 +++++++
 localedata/locales/or_IN                 |  7 +++++++
 localedata/locales/os_RU                 |  9 ++++++--
 localedata/locales/pa_IN                 |  7 +++++++
 localedata/locales/pa_PK                 |  9 ++++++--
 localedata/locales/pap_AW                | 14 ++++++-------
 localedata/locales/pap_CW                | 14 ++++++-------
 localedata/locales/pl_PL                 |  9 ++++++--
 localedata/locales/ps_AF                 |  7 +++++++
 localedata/locales/pt_BR                 |  9 ++++++--
 localedata/locales/pt_PT                 |  9 ++++++--
 localedata/locales/pt_PT@euro            |  9 ++++++--
 localedata/locales/quz_PE                | 17 ++++++++--------
 localedata/locales/raj_IN                |  7 +++++++
 localedata/locales/ro_RO                 |  9 ++++++--
 localedata/locales/ru_RU                 |  9 ++++++--
 localedata/locales/ru_UA                 |  9 ++++++--
 localedata/locales/rw_RW                 |  7 +++++++
 localedata/locales/sa_IN                 |  7 +++++++
 localedata/locales/sat_IN                |  7 +++++++
 localedata/locales/sc_IT                 |  9 ++++++--
 localedata/locales/sd_IN                 |  7 +++++++
 localedata/locales/sd_IN@devanagari      |  7 +++++++
 localedata/locales/se_NO                 |  9 ++++++--
 localedata/locales/shs_CA                |  9 ++++++--
 localedata/locales/si_LK                 |  7 +++++++
 localedata/locales/sid_ET                |  7 +++++++
 localedata/locales/sk_SK                 |  8 +++++++-
 localedata/locales/sl_SI                 |  9 ++++++--
 localedata/locales/so_DJ                 |  7 +++++++
 localedata/locales/so_ET                 |  7 +++++++
 localedata/locales/so_KE                 |  7 +++++++
 localedata/locales/so_SO                 |  7 +++++++
 localedata/locales/sq_AL                 |  7 +++++++
 localedata/locales/sq_MK                 |  7 +++++++
 localedata/locales/sr_ME                 |  9 ++++++--
 localedata/locales/sr_RS                 | 10 ++++++---
 localedata/locales/sr_RS@latin           | 10 ++++++---
 localedata/locales/ss_ZA                 |  7 +++++++
 localedata/locales/st_ZA                 |  7 +++++++
 localedata/locales/sv_FI                 |  9 ++++++--
 localedata/locales/sv_FI@euro            |  9 ++++++--
 localedata/locales/sv_SE                 |  9 ++++++--
 localedata/locales/sw_KE                 |  9 ++++++--
 localedata/locales/sw_TZ                 |  9 ++++++--
 localedata/locales/szl_PL                |  9 ++++++--
 localedata/locales/ta_IN                 |  7 +++++++
 localedata/locales/ta_LK                 |  9 ++++++--
 localedata/locales/tcy_IN                |  7 +++++++
 localedata/locales/te_IN                 |  7 +++++++
 localedata/locales/tg_TJ                 |  9 ++++++--
 localedata/locales/th_TH                 | 31 +++++++---------------------
 localedata/locales/the_NP                | 18 ++++++++--------
 localedata/locales/ti_ER                 |  7 +++++++
 localedata/locales/ti_ET                 |  7 +++++++
 localedata/locales/tig_ER                |  7 +++++++
 localedata/locales/tk_TM                 | 10 ++++++---
 localedata/locales/tl_PH                 |  9 ++++++--
 localedata/locales/tn_ZA                 |  7 +++++++
 localedata/locales/tr_CY                 |  9 ++++++--
 localedata/locales/tr_TR                 |  9 ++++++--
 localedata/locales/translit_circle       |  7 +++++++
 localedata/locales/translit_cjk_compat   |  7 +++++++
 localedata/locales/translit_cjk_variants |  7 +++++++
 localedata/locales/translit_combining    |  7 +++++++
 localedata/locales/translit_compat       |  7 +++++++
 localedata/locales/translit_font         |  7 +++++++
 localedata/locales/translit_fraction     |  7 +++++++
 localedata/locales/translit_hangul       |  7 +++++++
 localedata/locales/translit_narrow       |  7 +++++++
 localedata/locales/translit_neutral      |  7 +++++++
 localedata/locales/translit_small        |  7 +++++++
 localedata/locales/translit_wide         |  7 +++++++
 localedata/locales/ts_ZA                 |  7 +++++++
 localedata/locales/tt_RU                 |  9 ++++++--
 localedata/locales/tt_RU@iqtelif         |  9 ++++++--
 localedata/locales/ug_CN                 |  9 ++++++--
 localedata/locales/uk_UA                 | 12 ++++++-----
 localedata/locales/unm_US                |  9 ++++++--
 localedata/locales/ur_IN                 |  7 +++++++
 localedata/locales/ur_PK                 |  9 ++++++--
 localedata/locales/uz_UZ                 |  9 ++++++--
 localedata/locales/uz_UZ@cyrillic        |  9 ++++++--
 localedata/locales/ve_ZA                 |  7 +++++++
 localedata/locales/vi_VN                 |  9 ++++++--
 localedata/locales/wa_BE                 |  8 +++++++-
 localedata/locales/wa_BE@euro            |  9 ++++++--
 localedata/locales/wae_CH                |  7 +++++++
 localedata/locales/wal_ET                |  7 +++++++
 localedata/locales/wo_SN                 |  9 ++++++--
 localedata/locales/xh_ZA                 |  7 +++++++
 localedata/locales/yi_US                 |  8 +++++++-
 localedata/locales/yo_NG                 |  9 ++++++--
 localedata/locales/yue_HK                |  7 +++++++
 localedata/locales/zh_CN                 |  7 +++++++
 localedata/locales/zh_HK                 |  7 +++++++
 localedata/locales/zh_SG                 |  7 +++++++
 localedata/locales/zh_TW                 |  7 +++++++
 localedata/locales/zu_ZA                 |  7 +++++++
 326 files changed, 2279 insertions(+), 529 deletions(-)

diff --git a/localedata/locales/POSIX b/localedata/locales/POSIX
index 2804bdb..6d7405d 100644
--- a/localedata/locales/POSIX
+++ b/localedata/locales/POSIX
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % POSIX Standard Locale
 %
 % As per ISO/IEC 9945-2:1993 specifications
@@ -20,8 +27,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO646:1993
-% Distribution and use is free, also for
-% commercial purposes.
 
 LC_CTYPE
 % The following is the POSIX Locale LC_CTYPE.
diff --git a/localedata/locales/aa_DJ b/localedata/locales/aa_DJ
index 10e5ac7..4a7e1a1 100644
--- a/localedata/locales/aa_DJ
+++ b/localedata/locales/aa_DJ
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 % Afar language locale for Djibouti (Cadu/Laaqo Dialects).
diff --git a/localedata/locales/aa_ER b/localedata/locales/aa_ER
index 80ccaef..b7f84e4 100644
--- a/localedata/locales/aa_ER
+++ b/localedata/locales/aa_ER
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 % Afar language locale for Eritrea (Cadu/Laaqo Dialects).
diff --git a/localedata/locales/aa_ER@saaho b/localedata/locales/aa_ER@saaho
index 2903b36..a04a7f0 100644
--- a/localedata/locales/aa_ER@saaho
+++ b/localedata/locales/aa_ER@saaho
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 % Afar language locale for Eritrea (Saaho Dialect).
diff --git a/localedata/locales/aa_ET b/localedata/locales/aa_ET
index 4c7301e..4aa28ca 100644
--- a/localedata/locales/aa_ET
+++ b/localedata/locales/aa_ET
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 % Afar language locale for Ethiopia (Cadu/Carra Dialects).
diff --git a/localedata/locales/af_ZA b/localedata/locales/af_ZA
index 33e0589..142915e 100644
--- a/localedata/locales/af_ZA
+++ b/localedata/locales/af_ZA
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Charset: ISO-8859-1
 
 % ChangeLog
diff --git a/localedata/locales/ak_GH b/localedata/locales/ak_GH
index 5832a2c..5d4f990 100644
--- a/localedata/locales/ak_GH
+++ b/localedata/locales/ak_GH
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Charset: UTF-8
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -16,15 +23,6 @@ escape_char /
 %
 % build with: localedef -f UTF-8 -i ak_GH ak_GH
 %
-% This file is a part of GNU C Library (glibc) and contains locale data. The
-% Free Software Foundation does not claim any copyright interest in the
-% locale data contained in this file. The foregoing does not affect the
-% license of GNU C Library (glibc) as a whole. It does not exempt you from the
-% conditions of the license if your use would otherwise be governed by
-% that license.
-%
-%
-%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 LC_IDENTIFICATION
diff --git a/localedata/locales/am_ET b/localedata/locales/am_ET
index 953b91d..a8d746e 100644
--- a/localedata/locales/am_ET
+++ b/localedata/locales/am_ET
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 % Amharic language locale for Ethiopia.
diff --git a/localedata/locales/an_ES b/localedata/locales/an_ES
index be648af..564c356 100644
--- a/localedata/locales/an_ES
+++ b/localedata/locales/an_ES
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Aragonese Language Locale for Spain
 % Source:
 % Address:
diff --git a/localedata/locales/anp_IN b/localedata/locales/anp_IN
index 0cb92e6..4514737 100644
--- a/localedata/locales/anp_IN
+++ b/localedata/locales/anp_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 % Angika language locale for India.
@@ -9,13 +16,6 @@ escape_char /
 % Rajesh Ranjan <rajeshkajha@yahoo.com>, Pravin Satpute <psatpute AT redhat DOT com>
 % and Chris Leonard <cjlhomeaddress AT gmail DOT com>
 %
-% This file is a part of GNU C Library (glibc) and contains locale data. The
-% Free Software Foundation does not claim any copyright interest in the
-% locale data contained in this file. The foregoing does not affect the
-% license of GNU C Library (glibc) as a whole. It does not exempt you from the
-% conditions of the license if your use would otherwise be governed by
-% that license.
-%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 LC_IDENTIFICATION
diff --git a/localedata/locales/ar_AE b/localedata/locales/ar_AE
index ef6deca..620c31e 100644
--- a/localedata/locales/ar_AE
+++ b/localedata/locales/ar_AE
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Arabic language locale for United Arab Emirates.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_BH b/localedata/locales/ar_BH
index c5f9aeb..bb94b43 100644
--- a/localedata/locales/ar_BH
+++ b/localedata/locales/ar_BH
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Arabic language locale for Bahrain.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_DZ b/localedata/locales/ar_DZ
index 2ed9cb3..d966f4d 100644
--- a/localedata/locales/ar_DZ
+++ b/localedata/locales/ar_DZ
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Arabic language locale for Algeria.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_EG b/localedata/locales/ar_EG
index d26557d..46c8c81 100644
--- a/localedata/locales/ar_EG
+++ b/localedata/locales/ar_EG
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Arabic language locale for Egypt.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_IN b/localedata/locales/ar_IN
index 334a273..71c8e6b 100644
--- a/localedata/locales/ar_IN
+++ b/localedata/locales/ar_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Contributed by Kentaro Noji   (knoji@jp.ibm.com)
 % Tetsuji Oriata (Oriata@jp.ibm.com) and Others, 2000
 
diff --git a/localedata/locales/ar_IQ b/localedata/locales/ar_IQ
index aacecba..9791ebf 100644
--- a/localedata/locales/ar_IQ
+++ b/localedata/locales/ar_IQ
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Arabic language locale for Iraq.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_JO b/localedata/locales/ar_JO
index 648f1e2..09445b2 100644
--- a/localedata/locales/ar_JO
+++ b/localedata/locales/ar_JO
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Arabic language locale for Jordan.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_KW b/localedata/locales/ar_KW
index 4c2cbcb..2ade8c8 100644
--- a/localedata/locales/ar_KW
+++ b/localedata/locales/ar_KW
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Arabic language locale for Kuwait.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_LB b/localedata/locales/ar_LB
index 9bb17c0..ef98467 100644
--- a/localedata/locales/ar_LB
+++ b/localedata/locales/ar_LB
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Arabic language locale for Lebanon.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_LY b/localedata/locales/ar_LY
index 464adeb..bc72b12 100644
--- a/localedata/locales/ar_LY
+++ b/localedata/locales/ar_LY
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Arabic language locale for Libyan Arab Jamahiriya.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_MA b/localedata/locales/ar_MA
index 8585ab7..8a41797 100644
--- a/localedata/locales/ar_MA
+++ b/localedata/locales/ar_MA
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Arabic language locale for Morocco.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_OM b/localedata/locales/ar_OM
index 4c7e544..5a04455 100644
--- a/localedata/locales/ar_OM
+++ b/localedata/locales/ar_OM
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Arabic language locale for Oman.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_QA b/localedata/locales/ar_QA
index d4da6a1..c41a5a8 100644
--- a/localedata/locales/ar_QA
+++ b/localedata/locales/ar_QA
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Arabic language locale for Qatar.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_SA b/localedata/locales/ar_SA
index f04d126..a9b805e 100644
--- a/localedata/locales/ar_SA
+++ b/localedata/locales/ar_SA
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Arabic Locale
 % Charset: ISO-8859-6
 % By: Salvador Sabanal, LinuxLab, SAP AG <salvador.sabanal@sap.com>
diff --git a/localedata/locales/ar_SD b/localedata/locales/ar_SD
index 7dce602..9c70733 100644
--- a/localedata/locales/ar_SD
+++ b/localedata/locales/ar_SD
@@ -1,15 +1,15 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
-% This file is a part of GNU C Library (glibc) and contains locale data. The
-% Free Software Foundation does not claim any copyright interest in the
-% locale data contained in this file. The foregoing does not affect the
-% license of GNU C Library (glibc) as a whole. It does not exempt you from the
-% conditions of the license if your use would otherwise be governed by
-% that license.
-%
 % Arabic language locale for Sudan.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_SS b/localedata/locales/ar_SS
index 1068ac9..3441368 100644
--- a/localedata/locales/ar_SS
+++ b/localedata/locales/ar_SS
@@ -1,15 +1,15 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
-% This file is a part of GNU C Library (glibc) and contains locale data. The
-% Free Software Foundation does not claim any copyright interest in the
-% locale data contained in this file. The foregoing does not affect the
-% license of GNU C Library (glibc) as a whole. It does not exempt you from the
-% conditions of the license if your use would otherwise be governed by
-% that license.
-%
 % Arabic language locale for South Sudan.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_SY b/localedata/locales/ar_SY
index 0dbf7a0..0d4641b 100644
--- a/localedata/locales/ar_SY
+++ b/localedata/locales/ar_SY
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Arabic language locale for Syrian Arab Republic.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_TN b/localedata/locales/ar_TN
index 3577f07..466c8da 100644
--- a/localedata/locales/ar_TN
+++ b/localedata/locales/ar_TN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Arabic language locale for Tunisia.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ar_YE b/localedata/locales/ar_YE
index 45f0bfe..c3f2002 100644
--- a/localedata/locales/ar_YE
+++ b/localedata/locales/ar_YE
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Arabic language locale for Yemen.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/as_IN b/localedata/locales/as_IN
index 19f5282..5da577a 100644
--- a/localedata/locales/as_IN
+++ b/localedata/locales/as_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Assamese locale for India.
 
 %%%%%%%%%%%%%
diff --git a/localedata/locales/ast_ES b/localedata/locales/ast_ES
index 6fadd77..91e3174 100644
--- a/localedata/locales/ast_ES
+++ b/localedata/locales/ast_ES
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Asturian Language Locale for Spain
 % Source:
 % Address:
diff --git a/localedata/locales/ayc_PE b/localedata/locales/ayc_PE
index 9ec91df..d2c307a 100644
--- a/localedata/locales/ayc_PE
+++ b/localedata/locales/ayc_PE
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 % Aymara, Southern (ayc) language locale for Peru
@@ -25,13 +32,6 @@ escape_char /
 %
 % build with: localedef -f UTF-8 -i ayc_PE ayc_PE
 %
-% This file is a part of GNU C Library (glibc) and contains locale data. The
-% Free Software Foundation does not claim any copyright interest in the
-% locale data contained in this file. The foregoing does not affect the
-% license of GNU C Library (glibc) as a whole. It does not exempt you from the
-% conditions of the license if your use would otherwise be governed by
-% that license.
-%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 LC_IDENTIFICATION
diff --git a/localedata/locales/az_AZ b/localedata/locales/az_AZ
index 0742141..f0ab1b2 100644
--- a/localedata/locales/az_AZ
+++ b/localedata/locales/az_AZ
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Azeri Language Locale for Azerbaijan (latin)
 % Source:
 % Contact: Pablo Saratxaga
@@ -12,8 +19,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title "Azeri language locale for Azerbaijan (latin)"
diff --git a/localedata/locales/be_BY b/localedata/locales/be_BY
index 7df9000..3755105 100644
--- a/localedata/locales/be_BY
+++ b/localedata/locales/be_BY
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Belarusian Language Locale for Belarus
 % Contact: Alexander Mikhailian
 % Email: mikhailian@altern.org
@@ -11,8 +18,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: CP1251
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Belarusian locale for Belarus"
diff --git a/localedata/locales/be_BY@latin b/localedata/locales/be_BY@latin
index 926b07b..1a88db1 100644
--- a/localedata/locales/be_BY@latin
+++ b/localedata/locales/be_BY@latin
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Belarusian Language Latin-Script Locale for Belarus
 % Contact: Ihar Hrachyshka
 % Email: boox.svaboda2006@gmail.com
@@ -11,8 +18,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Belarusian Latin-Script locale for Belarus"
diff --git a/localedata/locales/bem_ZM b/localedata/locales/bem_ZM
index 4e37542..33c8cfb 100644
--- a/localedata/locales/bem_ZM
+++ b/localedata/locales/bem_ZM
@@ -1,12 +1,17 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Charset: UTF-8
 % Authors:
 % 2011-04-18, Anthony Musaluke <goof2092@gmail.com>
 % 2011-04-18, info@2xlibre.net
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title     "Bemba locale for Zambia"
diff --git a/localedata/locales/ber_DZ b/localedata/locales/ber_DZ
index e1d7178..b1d4d95 100644
--- a/localedata/locales/ber_DZ
+++ b/localedata/locales/ber_DZ
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Amazigh Language Locale for Algeria (latin)
 % Source:
 % Contact: Pablo Saratxaga
@@ -12,8 +19,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title "Amazigh language locale for Algeria (latin)"
diff --git a/localedata/locales/ber_MA b/localedata/locales/ber_MA
index b07ee9a..c89741c 100644
--- a/localedata/locales/ber_MA
+++ b/localedata/locales/ber_MA
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Amazigh Language Locale for Morocco (tifinagh)
 % Source:
 % Contact: Pablo Saratxaga
@@ -12,8 +19,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title "Amazigh language locale for Morocco (tifinagh)"
diff --git a/localedata/locales/bg_BG b/localedata/locales/bg_BG
index 6c562d5..29abb71 100644
--- a/localedata/locales/bg_BG
+++ b/localedata/locales/bg_BG
@@ -1,8 +1,12 @@
 comment_char %
 escape_char /
 
-% Distribution and use is free, also
-% for commercial purposes.
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
 
 %---------------------------------------------------
 % Note: bg_BG is a base locale. Since there are different character
diff --git a/localedata/locales/bhb_IN b/localedata/locales/bhb_IN
index b674d08..ebd53f8 100644
--- a/localedata/locales/bhb_IN
+++ b/localedata/locales/bhb_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Bhili(devanagari) language locale for India.
 % Contributed by Alexey Merzliakov <alexey.merzlyakov@samsung.com>
 
diff --git a/localedata/locales/bho_IN b/localedata/locales/bho_IN
index d845ab1..1186ed7 100644
--- a/localedata/locales/bho_IN
+++ b/localedata/locales/bho_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Bhojpuri language locale for India.
 % Contributed by Alok Ranjan <ranjan_aalok@yahoo.com>,
 % Dr.Chandra Mohan <cmkumar1@rediffmail.com>,
diff --git a/localedata/locales/bn_BD b/localedata/locales/bn_BD
index b38fd90..147da60 100644
--- a/localedata/locales/bn_BD
+++ b/localedata/locales/bn_BD
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %	This is the locale defination file for Bangladeshi Bengali
 
 LC_IDENTIFICATION
diff --git a/localedata/locales/bn_IN b/localedata/locales/bn_IN
index b174b83..77f3192 100644
--- a/localedata/locales/bn_IN
+++ b/localedata/locales/bn_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Last Update by Runa Bhattacharjee <runab@redhat.com>
 
 LC_IDENTIFICATION
diff --git a/localedata/locales/bo_CN b/localedata/locales/bo_CN
index 8440c24..3a4c42e 100644
--- a/localedata/locales/bo_CN
+++ b/localedata/locales/bo_CN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Tibetan language locale for P.R. of China
 %
 % Based on dz_BT by Pema Geyleg
diff --git a/localedata/locales/bo_IN b/localedata/locales/bo_IN
index 02d1b0b..8b585ba 100644
--- a/localedata/locales/bo_IN
+++ b/localedata/locales/bo_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Tibetan language locale for India
 %
 % Based on dz_BT by Pema Geyleg
diff --git a/localedata/locales/br_FR b/localedata/locales/br_FR
index 398674a..3de4802 100644
--- a/localedata/locales/br_FR
+++ b/localedata/locales/br_FR
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Breton Language Locale for France
 % Source: thanks to Denise.Peden@enst-bretagne.fr (Denise Derrien-Peden)
 % Address:
@@ -14,8 +21,6 @@ escape_char /
 % Date: 2001-01-28
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title "Breton language locale for France"
diff --git a/localedata/locales/br_FR@euro b/localedata/locales/br_FR@euro
index 8e075ab..7c92b14 100644
--- a/localedata/locales/br_FR@euro
+++ b/localedata/locales/br_FR@euro
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Breton Language Locale for France with Euro
 % Language: br
 % Territory: FR
@@ -8,8 +15,6 @@ escape_char /
 % Date: 2000-08-20
 % Users: general
 % Charset: ISO-8859-15
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Breton locale for France with Euro"
diff --git a/localedata/locales/brx_IN b/localedata/locales/brx_IN
index 8e17166..816077b 100644
--- a/localedata/locales/brx_IN
+++ b/localedata/locales/brx_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Bodo language locale for India.
 % Contributed by Pravin Satpute <psatpute@redhat.com> and Sanjib Narzary <alayaran@gmail.com>
 % Reference http://www.unicode.org/cldr/trac/browser/trunk/common/main/brx.xml
diff --git a/localedata/locales/bs_BA b/localedata/locales/bs_BA
index 7206658..763ff6e 100644
--- a/localedata/locales/bs_BA
+++ b/localedata/locales/bs_BA
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Bosnian Language Locale for Bosnia
 % Source: adapted from Croatian locale
 % Contact: Tomislav Vujec
@@ -12,8 +19,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-2
-% Distribution and use is free, also
-% for commercial purposes.
 %
 % Revisions:
 % 2004-01-09 pablo@mandrakesoft.com: fixed LC_COLLATE
diff --git a/localedata/locales/byn_ER b/localedata/locales/byn_ER
index fcafc53..888db84 100644
--- a/localedata/locales/byn_ER
+++ b/localedata/locales/byn_ER
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 % Blin language locale for Eritrea.
diff --git a/localedata/locales/ca_AD b/localedata/locales/ca_AD
index 535a37a..0aca6f0 100644
--- a/localedata/locales/ca_AD
+++ b/localedata/locales/ca_AD
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Catalan Language Locale for Andorra
 % Language: ca
 % Territory: AD
@@ -10,8 +17,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-15
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Catalan locale for Andorra "
diff --git a/localedata/locales/ca_ES b/localedata/locales/ca_ES
index 1111133..29c1872 100644
--- a/localedata/locales/ca_ES
+++ b/localedata/locales/ca_ES
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Catalan Language Locale for Spain
 % Source: RAP
 % Contact: Jordi Mallach
@@ -14,8 +21,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Catalan locale for Spain"
diff --git a/localedata/locales/ca_ES@euro b/localedata/locales/ca_ES@euro
index afb6e90..14a0872 100644
--- a/localedata/locales/ca_ES@euro
+++ b/localedata/locales/ca_ES@euro
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Catalan Language Locale for Spain with Euro
 % Language: ca
 % Territory: ES
@@ -10,8 +17,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-15
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Catalan locale for Catalonia with Euro"
diff --git a/localedata/locales/ca_FR b/localedata/locales/ca_FR
index 76ba3ea..5407c57 100644
--- a/localedata/locales/ca_FR
+++ b/localedata/locales/ca_FR
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Catalan Language Locale for France
 % Language: ca
 % Territory: FR
@@ -10,8 +17,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-15
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Catalan locale for France "
diff --git a/localedata/locales/ca_IT b/localedata/locales/ca_IT
index f9ea3aa..1f0bab8 100644
--- a/localedata/locales/ca_IT
+++ b/localedata/locales/ca_IT
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Catalan Language Locale for Italy (L'Alguer)
 % Language: ca
 % Territory: IT
@@ -10,8 +17,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-15
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Catalan locale for Italy (L'Alguer) "
diff --git a/localedata/locales/ce_RU b/localedata/locales/ce_RU
index 1656b32..66746c7 100644
--- a/localedata/locales/ce_RU
+++ b/localedata/locales/ce_RU
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Chechen locale for RUSSIAN FEDERATION.
 % Contributed by Kentaroh Noji  Arslanbek Astemirov <s-o-f-t AT mail DOT ru>
 % Charset: UTF-8
diff --git a/localedata/locales/cmn_TW b/localedata/locales/cmn_TW
index 67cc7e2..5d2d92b 100644
--- a/localedata/locales/cmn_TW
+++ b/localedata/locales/cmn_TW
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Charset: UTF-8
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -11,13 +18,6 @@ escape_char /
 %
 % build with: localedef -f UTF-8 -i cmn_TW cmn_TW
 %
-% This file is a part of GNU C Library (glibc) and contains locale data. The
-% Free Software Foundation does not claim any copyright interest in the
-% locale data contained in this file. The foregoing does not affect the
-% license of GNU C Library (glibc) as a whole. It does not exempt you from the
-% conditions of the license if your use would otherwise be governed by
-% that license.
-%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 LC_IDENTIFICATION
diff --git a/localedata/locales/crh_UA b/localedata/locales/crh_UA
index 5eaf893..f0a833a 100644
--- a/localedata/locales/crh_UA
+++ b/localedata/locales/crh_UA
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Crimean Tatar (Crimean Turkish) Language Locale for Ukraine (latin)
 % Source:	Re<U015F>at SABIQ
 % Contact:	Re<U015F>at SABIQ
@@ -12,8 +19,6 @@ escape_char /
 % Application:	general
 % Users:	general
 % Charset:	UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title		"Crimean Tatar (Crimean Turkish) language locale for Ukraine"
diff --git a/localedata/locales/cs_CZ b/localedata/locales/cs_CZ
index 06373f4..061fde2 100644
--- a/localedata/locales/cs_CZ
+++ b/localedata/locales/cs_CZ
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Czech Language Locale for Czech
 % Source:
 % Address: 	U Å¡koly 292		Without diactitical chars:	U skoly 292
@@ -16,7 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO_8859-2:1987
-% Distribution and use is free, also for commercial purposes.
 
 % !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 % Soubor cs_CZ je primárním souborem, cs_CZ@-ch je vytvořen z něj odebráním
diff --git a/localedata/locales/csb_PL b/localedata/locales/csb_PL
index fd0278d..d765f7a 100644
--- a/localedata/locales/csb_PL
+++ b/localedata/locales/csb_PL
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Kashubian Language Locale for Poland
 % Source: csb_PL locale
 % Contact: Michal Ostrowski
@@ -14,8 +21,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Kashubian locale for Poland"
diff --git a/localedata/locales/cv_RU b/localedata/locales/cv_RU
index 5d2a0e8..62ca8c1 100644
--- a/localedata/locales/cv_RU
+++ b/localedata/locales/cv_RU
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Chuvash Language Locale for Russia
 % Language: cv
 % Territory: RU
@@ -9,8 +16,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 %
 % Based on the ru_RO
 % Modifed by:
diff --git a/localedata/locales/cy_GB b/localedata/locales/cy_GB
index 1aa0cbe..36d3140 100644
--- a/localedata/locales/cy_GB
+++ b/localedata/locales/cy_GB
@@ -1,8 +1,14 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % charset "ISO-8859-14"
-% Distribution and use is free, also  for commercial purposes.
 
 LC_IDENTIFICATION
 title "Welsh language locale for Great Britain"
diff --git a/localedata/locales/da_DK b/localedata/locales/da_DK
index 12f754e..074b6e5 100644
--- a/localedata/locales/da_DK
+++ b/localedata/locales/da_DK
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Danish language locale for Denmark
 % Source: Danish Standards Association
 % Address: Kollegievej 6
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 % The ordering algorithm is in accordance
 % with Danish Standard DS 377 (1980)
diff --git a/localedata/locales/de_AT b/localedata/locales/de_AT
index e0f11f0..115b2f1 100644
--- a/localedata/locales/de_AT
+++ b/localedata/locales/de_AT
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % German Language Locale for Austria
 % Source: O:sterreiches Normungsinstitut
 % Address: Postfach 130, A-1021 Wien
@@ -14,8 +21,6 @@ escape_char /
 % Date: 1996-10-15
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "German locale for Austria"
diff --git a/localedata/locales/de_AT@euro b/localedata/locales/de_AT@euro
index 92cb8e6..50404d1 100644
--- a/localedata/locales/de_AT@euro
+++ b/localedata/locales/de_AT@euro
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % German Language Locale for Austria with Euro
 % Source: O:sterreiches Normungsinstitut
 % Address: Postfach 130, A-1021 Wien
@@ -14,8 +21,6 @@ escape_char /
 % Date: 2000-08-20
 % Users: general
 % Charset: ISO-8859-15
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "German locale for Austria with Euro"
diff --git a/localedata/locales/de_BE b/localedata/locales/de_BE
index d55f4d8..ce78c7f 100644
--- a/localedata/locales/de_BE
+++ b/localedata/locales/de_BE
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % German Language Locale for Belgium
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -15,8 +22,6 @@ escape_char /
 % Date: 1996-10-15
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "German locale for Belgium"
diff --git a/localedata/locales/de_BE@euro b/localedata/locales/de_BE@euro
index e2c8206..68735d6 100644
--- a/localedata/locales/de_BE@euro
+++ b/localedata/locales/de_BE@euro
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % German Language Locale for Belgium with Euro
 % Language: de
 % Territory: BE
@@ -8,8 +15,6 @@ escape_char /
 % Date: 2000-08-21
 % Users: general
 % Charset: ISO-8859-15
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "German locale for Belgium with Euro"
diff --git a/localedata/locales/de_CH b/localedata/locales/de_CH
index 08382de..701ab9d 100644
--- a/localedata/locales/de_CH
+++ b/localedata/locales/de_CH
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % German Language Locale for Switzerland
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -14,8 +21,6 @@ escape_char /
 % Revision: 4.3
 % Date: 1996-10-15
 % Users: general
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "German locale for Switzerland"
diff --git a/localedata/locales/de_DE b/localedata/locales/de_DE
index fd48107..d29cdd4 100644
--- a/localedata/locales/de_DE
+++ b/localedata/locales/de_DE
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Locale for German locale in Germany
 % Contributed by Ulrich Drepper <drepper@redhat.com>, 2000
 
diff --git a/localedata/locales/de_DE@euro b/localedata/locales/de_DE@euro
index 39cb350..3006767 100644
--- a/localedata/locales/de_DE@euro
+++ b/localedata/locales/de_DE@euro
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Locale for German locale in Germany
 % Contributed by Ulrich Drepper <drepper@redhat.com>, 2000
 
diff --git a/localedata/locales/de_LU b/localedata/locales/de_LU
index 0d2d9c7..6c3ec69 100644
--- a/localedata/locales/de_LU
+++ b/localedata/locales/de_LU
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % German Language Locale for Luxemburg
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -15,8 +22,6 @@ escape_char /
 % Date: 1996-10-15
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "German locale for Luxemburg"
diff --git a/localedata/locales/de_LU@euro b/localedata/locales/de_LU@euro
index 1b23ac3..39c79b5 100644
--- a/localedata/locales/de_LU@euro
+++ b/localedata/locales/de_LU@euro
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % German Language Locale for Luxemburg with Euro
 % Language: de
 % Territory: LU
@@ -8,8 +15,6 @@ escape_char /
 % Date: 2000-08-20
 % Users: general
 % Charset: ISO-8859-15
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "German locale for Luxemburg with Euro"
diff --git a/localedata/locales/doi_IN b/localedata/locales/doi_IN
index b23df74..2bc128a 100644
--- a/localedata/locales/doi_IN
+++ b/localedata/locales/doi_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Dogri language locale for India.
 % Contributed by Pravin Satpute <psatpute@redhat.com> and Sushil Badyal <badyalsk@gmail.com>
 
diff --git a/localedata/locales/dv_MV b/localedata/locales/dv_MV
index 44a8b93..14c0861 100644
--- a/localedata/locales/dv_MV
+++ b/localedata/locales/dv_MV
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Dhivehi Language Locale for Maldives
 % Source:
 % Contact: Sofwathuallah Mohamed
@@ -11,8 +18,6 @@ escape_char /
 % Date: 2006-05-13
 % Users: general
 % Charset: utf-8
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Dhivehi Language Locale for Maldives"
diff --git a/localedata/locales/dz_BT b/localedata/locales/dz_BT
index eeefa87..bdf7ddc 100644
--- a/localedata/locales/dz_BT
+++ b/localedata/locales/dz_BT
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Bhutanese(Bhutan) locale
 %
 % Name:      dz_BT
diff --git a/localedata/locales/el_CY b/localedata/locales/el_CY
index afbf95f..02043ec 100644
--- a/localedata/locales/el_CY
+++ b/localedata/locales/el_CY
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Greek Language Locale for Cyprus
 % Based on locale el_GR by Keld Simonsen.
 
diff --git a/localedata/locales/el_GR b/localedata/locales/el_GR
index d2d5cdd..ab914cb 100644
--- a/localedata/locales/el_GR
+++ b/localedata/locales/el_GR
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Greek Language Locale for Greece
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -15,8 +22,6 @@ escape_char /
 % Date: 1996-10-15
 % Users: general
 % Charset: ISO-8859-7
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Greek locale for Greece"
diff --git a/localedata/locales/el_GR@euro b/localedata/locales/el_GR@euro
index 178228f..33d9a37 100644
--- a/localedata/locales/el_GR@euro
+++ b/localedata/locales/el_GR@euro
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 LC_IDENTIFICATION
 title      "Greek locale for Greece with Euro"
 source     "Free Software Foundation, Inc."
diff --git a/localedata/locales/en_AG b/localedata/locales/en_AG
index d03818e..ec03d46 100644
--- a/localedata/locales/en_AG
+++ b/localedata/locales/en_AG
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % English language locale for Antigua and Barbuda.
 % Contributed by Ulrich Drepper <drepper@redhat.com>, 2008
 
diff --git a/localedata/locales/en_AU b/localedata/locales/en_AU
index 84bf70a..0e9599a 100644
--- a/localedata/locales/en_AU
+++ b/localedata/locales/en_AU
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % English language locale for Australia
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -15,8 +22,6 @@ escape_char /
 % Date: 1997-11-05
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "English locale for Australia"
diff --git a/localedata/locales/en_BW b/localedata/locales/en_BW
index 89af773..1cec891 100644
--- a/localedata/locales/en_BW
+++ b/localedata/locales/en_BW
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % English language locale for Botswana
 % Source: RAP
 % Email: Schalk W. Cronje <schalkc@ntaba.co.za>
@@ -12,8 +19,6 @@ escape_char /
 % Date: 1999-12-23
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "English locale for Botswana"
diff --git a/localedata/locales/en_CA b/localedata/locales/en_CA
index deaf90d..8424bb5 100644
--- a/localedata/locales/en_CA
+++ b/localedata/locales/en_CA
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % English language locale for Canada
 % sorting according to CAN/CSA-Z243.4.1-1992
 % Source: RAP
@@ -17,8 +24,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "English locale for Canada"
diff --git a/localedata/locales/en_DK b/localedata/locales/en_DK
index d4fd896..96b36b1 100644
--- a/localedata/locales/en_DK
+++ b/localedata/locales/en_DK
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % English language locale for Denmark
 %
 % Written according to POSIX.2
@@ -20,8 +27,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO_8859-1:1987
-% Distribution and use is free, also for
-% commercial purposes.
 
 LC_IDENTIFICATION
 title      "English locale for Denmark"
diff --git a/localedata/locales/en_GB b/localedata/locales/en_GB
index fb790f9..66ea5bd 100644
--- a/localedata/locales/en_GB
+++ b/localedata/locales/en_GB
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % English language locale for Britain
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -15,8 +22,6 @@ escape_char /
 % Date: 1996-10-15
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "English locale for Britain"
diff --git a/localedata/locales/en_HK b/localedata/locales/en_HK
index 9ae5db1..68f0206 100644
--- a/localedata/locales/en_HK
+++ b/localedata/locales/en_HK
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % English locale for Hong Kong
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/en_IE b/localedata/locales/en_IE
index ee40350..6eec00b 100644
--- a/localedata/locales/en_IE
+++ b/localedata/locales/en_IE
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % English language locale for Ireland
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -15,8 +22,6 @@ escape_char /
 % Date: 1997-11-05
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "English locale for Ireland"
diff --git a/localedata/locales/en_IE@euro b/localedata/locales/en_IE@euro
index ba03f0e..fb17ba0 100644
--- a/localedata/locales/en_IE@euro
+++ b/localedata/locales/en_IE@euro
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % English language locale for Ireland with Euro
 % Language: en
 % Territory: IE
@@ -8,8 +15,6 @@ escape_char /
 % Date: 2000-08-20
 % Users: general
 % Charset: ISO-8859-15
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "English locale for Ireland with Euro"
diff --git a/localedata/locales/en_IN b/localedata/locales/en_IN
index c201d13..9eb8904 100644
--- a/localedata/locales/en_IN
+++ b/localedata/locales/en_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % English locale for India.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/en_NG b/localedata/locales/en_NG
index 100dc3d..522abf8 100644
--- a/localedata/locales/en_NG
+++ b/localedata/locales/en_NG
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % English language locale for Nigeria
 % Language: en
 % Territory: NG
@@ -8,8 +15,6 @@ escape_char /
 % Date: 2006-02-01
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 %
 % adapted from en_ZA; should be checked and verified
 
diff --git a/localedata/locales/en_NZ b/localedata/locales/en_NZ
index e5f4a5a..0bd5230 100644
--- a/localedata/locales/en_NZ
+++ b/localedata/locales/en_NZ
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % English language locale for New Zealand
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -15,8 +22,6 @@ escape_char /
 % Date: 1997-11-05
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "English locale for New Zealand"
diff --git a/localedata/locales/en_PH b/localedata/locales/en_PH
index 1d1904f..46082c7 100644
--- a/localedata/locales/en_PH
+++ b/localedata/locales/en_PH
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % English language locale for Philippines.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/en_SG b/localedata/locales/en_SG
index 3598619..53f4c7d 100644
--- a/localedata/locales/en_SG
+++ b/localedata/locales/en_SG
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % English language locale for Singapore.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/en_US b/localedata/locales/en_US
index ecfa6c7..5f892d7 100644
--- a/localedata/locales/en_US
+++ b/localedata/locales/en_US
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Locale for English locale in the USA
 % Contributed by Ulrich Drepper <drepper@redhat.com>, 2000
 
diff --git a/localedata/locales/en_ZA b/localedata/locales/en_ZA
index 5554521..b74ca7d 100644
--- a/localedata/locales/en_ZA
+++ b/localedata/locales/en_ZA
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % English language locale for South Africa
 % Source: Zuza Software Foundation (Translate.org.za)
 % Email: dwayne@translate.org.za
@@ -12,8 +19,6 @@ escape_char /
 % Date: 2007-04-19
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 %
 % Changelog
 % 1.3 (2007-04-19):
diff --git a/localedata/locales/en_ZM b/localedata/locales/en_ZM
index e9c8cee..d935d9d 100644
--- a/localedata/locales/en_ZM
+++ b/localedata/locales/en_ZM
@@ -1,12 +1,17 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Charset: UTF-8
 % Authors:
 % 2011-04-18, Anthony Musaluke <goof2092@gmail.com>
 % 2011-04-18, info@2xlibre.net
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title     "English locale for Zambia"
diff --git a/localedata/locales/en_ZW b/localedata/locales/en_ZW
index 262d9d9..23c23b7 100644
--- a/localedata/locales/en_ZW
+++ b/localedata/locales/en_ZW
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % English language locale for Zimbabwe
 % Source: RAP
 % Email: Schalk W. Cronje <schalkc@ntaba.co.za>
@@ -12,8 +19,6 @@ escape_char /
 % Date: 1999-12-23
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "English locale for Zimbabwe"
diff --git a/localedata/locales/es_AR b/localedata/locales/es_AR
index 115885a..a6bd3d2 100644
--- a/localedata/locales/es_AR
+++ b/localedata/locales/es_AR
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Spanish language locale for Argentina
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Spanish locale for Argentina"
diff --git a/localedata/locales/es_BO b/localedata/locales/es_BO
index 0fcc9ee..330adb7 100644
--- a/localedata/locales/es_BO
+++ b/localedata/locales/es_BO
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Spanish language locale for Bolivia
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Spanish locale for Bolivia"
diff --git a/localedata/locales/es_CL b/localedata/locales/es_CL
index 4a8f709..6a9d9e7 100644
--- a/localedata/locales/es_CL
+++ b/localedata/locales/es_CL
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Spanish language locale for Chile
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Spanish locale for Chile"
diff --git a/localedata/locales/es_CO b/localedata/locales/es_CO
index 3eeab57..9c2fcaf 100644
--- a/localedata/locales/es_CO
+++ b/localedata/locales/es_CO
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Spanish language locale for Colombia
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Spanish locale for Colombia"
diff --git a/localedata/locales/es_CR b/localedata/locales/es_CR
index b6b9f6b..64b5bf8 100644
--- a/localedata/locales/es_CR
+++ b/localedata/locales/es_CR
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Spanish language locale for Costa Rica
 % Language: es
 % Territory: CR
@@ -8,8 +15,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Spanish locale for Costa Rica"
diff --git a/localedata/locales/es_CU b/localedata/locales/es_CU
index 31b45c9..e4d85ad 100644
--- a/localedata/locales/es_CU
+++ b/localedata/locales/es_CU
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Spanish Language Locale for Cuba
 % Address: San Antonio de los Ba<U00F8>os Highway, Kilometer 1 1/2,
 %          University of Informatic Sciences
@@ -14,8 +21,6 @@ escape_char /
 % Date: 2011-10-19
 % Application: general
 % Users: general
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Spanish locale for Cuba"
diff --git a/localedata/locales/es_DO b/localedata/locales/es_DO
index e21425f..3da4cf3 100644
--- a/localedata/locales/es_DO
+++ b/localedata/locales/es_DO
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Spanish language locale for Dominican Republic
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Spanish locale for Dominican Republic"
diff --git a/localedata/locales/es_EC b/localedata/locales/es_EC
index d52460f..25f14ac 100644
--- a/localedata/locales/es_EC
+++ b/localedata/locales/es_EC
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Spanish Language Locale for Ecuador
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Spanish locale for Ecuador"
diff --git a/localedata/locales/es_ES b/localedata/locales/es_ES
index 1a88eca..15e6991 100644
--- a/localedata/locales/es_ES
+++ b/localedata/locales/es_ES
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Spanish Language Locale for Spain
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Spanish locale for Spain"
diff --git a/localedata/locales/es_ES@euro b/localedata/locales/es_ES@euro
index ceb3c08..b6f8ee1 100644
--- a/localedata/locales/es_ES@euro
+++ b/localedata/locales/es_ES@euro
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Spanish Language Locale for Spain with Euro
 % Language: es
 % Territory: ES
@@ -9,8 +16,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-15
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Spanish locale for Spain with Euro"
diff --git a/localedata/locales/es_GT b/localedata/locales/es_GT
index 1b92d98..79d74f5 100644
--- a/localedata/locales/es_GT
+++ b/localedata/locales/es_GT
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Spanish language locale for Guatemala
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Spanish locale for Guatemala"
diff --git a/localedata/locales/es_HN b/localedata/locales/es_HN
index bf6e3dc..3257f13 100644
--- a/localedata/locales/es_HN
+++ b/localedata/locales/es_HN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Spanish language locale for Honduras
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Spanish locale for Honduras"
diff --git a/localedata/locales/es_MX b/localedata/locales/es_MX
index ef3522f..40a0e17 100644
--- a/localedata/locales/es_MX
+++ b/localedata/locales/es_MX
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Spanish language locale for Mexico
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Spanish locale for Mexico"
diff --git a/localedata/locales/es_NI b/localedata/locales/es_NI
index c566d8f..bcad351 100644
--- a/localedata/locales/es_NI
+++ b/localedata/locales/es_NI
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Spanish language locale for Nicaragua
 % Language: es
 % Territory: NI
@@ -8,8 +15,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Spanish locale for Nicaragua"
diff --git a/localedata/locales/es_PA b/localedata/locales/es_PA
index 45aedaf..5e58f93 100644
--- a/localedata/locales/es_PA
+++ b/localedata/locales/es_PA
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Spanish language locale for Panama
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Spanish locale for Panama"
diff --git a/localedata/locales/es_PE b/localedata/locales/es_PE
index e4305fe..da374e1 100644
--- a/localedata/locales/es_PE
+++ b/localedata/locales/es_PE
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Spanish language locale for Peru
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Spanish locale for Peru"
diff --git a/localedata/locales/es_PR b/localedata/locales/es_PR
index bd7bdb3..896bb46 100644
--- a/localedata/locales/es_PR
+++ b/localedata/locales/es_PR
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Spanish language locale for Puerto Rico
 % Language: es
 % Territory: PR
@@ -8,8 +15,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Spanish locale for Puerto Rico"
diff --git a/localedata/locales/es_PY b/localedata/locales/es_PY
index c1c4289..04b620e 100644
--- a/localedata/locales/es_PY
+++ b/localedata/locales/es_PY
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Spanish language locale for Paraguay
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Spanish locale for Paraguay"
diff --git a/localedata/locales/es_SV b/localedata/locales/es_SV
index 167898e..8f68b1f 100644
--- a/localedata/locales/es_SV
+++ b/localedata/locales/es_SV
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Spanish language locale for El Salvador
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Spanish locale for El Salvador"
diff --git a/localedata/locales/es_US b/localedata/locales/es_US
index fcd712e..99ba071 100644
--- a/localedata/locales/es_US
+++ b/localedata/locales/es_US
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Spanish Language Locale for U.S.A.
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Spanish locale for the USA"
diff --git a/localedata/locales/es_UY b/localedata/locales/es_UY
index 67cee7c..cb3c55a 100644
--- a/localedata/locales/es_UY
+++ b/localedata/locales/es_UY
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Spanish language locale for Uruguay
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Spanish locale for Uruguay"
diff --git a/localedata/locales/es_VE b/localedata/locales/es_VE
index 1dcecb1..43971fb 100644
--- a/localedata/locales/es_VE
+++ b/localedata/locales/es_VE
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Spanish language locale for Venezuela
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Spanish locale for Venezuela"
diff --git a/localedata/locales/et_EE b/localedata/locales/et_EE
index 2b026ca..e311e63 100644
--- a/localedata/locales/et_EE
+++ b/localedata/locales/et_EE
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Estonian language locale for Estonia
 % according to EVS 8:1993
 % Source: Estonian Informatics Fund
@@ -17,8 +24,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-15
-% Distribution and use is free, also
-% for commercial purposes.
 
 % there are   s and s< different alpha;
 % z and z with diacritics after s
diff --git a/localedata/locales/eu_ES b/localedata/locales/eu_ES
index 7f35ed1..fb1da54 100644
--- a/localedata/locales/eu_ES
+++ b/localedata/locales/eu_ES
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Basque Language Locale for Spain
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 %
 % some updates done by Elhuyar http://www.elhuyar.com/
diff --git a/localedata/locales/eu_ES@euro b/localedata/locales/eu_ES@euro
index 7552ca6..86e927b 100644
--- a/localedata/locales/eu_ES@euro
+++ b/localedata/locales/eu_ES@euro
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Basque Language Locale for Spain with Euro
 % Language: eu
 % Territory: ES
@@ -9,8 +16,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-15
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Basque language locale for Spain with Euro"
diff --git a/localedata/locales/fa_IR b/localedata/locales/fa_IR
index 5b43aee..01aabae 100644
--- a/localedata/locales/fa_IR
+++ b/localedata/locales/fa_IR
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Persian Language Locale for Iran with UTF-8 character set
 % Source: Sharif FarsiWeb, Inc.
 % Address: 5, Shahid Ghasemi Habibollah, Azadi Ave, Tehran, Iran
@@ -14,8 +21,6 @@ escape_char /
 % Date: 2005-04-06
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Persian locale for Iran"
diff --git a/localedata/locales/ff_SN b/localedata/locales/ff_SN
index 4a66565..2a0af8b 100644
--- a/localedata/locales/ff_SN
+++ b/localedata/locales/ff_SN
@@ -1,12 +1,17 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Charset: UTF-8
 % Authors:
 % 2011-03-28, admin@pulaar-fulfulde.org
 % 2011-03-28, info@2xlibre.net
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Fulah locale for Senegal"
diff --git a/localedata/locales/fi_FI b/localedata/locales/fi_FI
index a39397c..7f9b1e3 100644
--- a/localedata/locales/fi_FI
+++ b/localedata/locales/fi_FI
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Finnish language locale for Finland
 % sorting according to SFS 4600 (1986-06-09)
 % Source: RAP
@@ -17,8 +24,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: UTF-8, ISO-8859-15
-% Distribution and use is free, also
-% for commercial purposes.
 %
 % Useful sources:
 %   Locale info for Finnish in Finland
diff --git a/localedata/locales/fi_FI@euro b/localedata/locales/fi_FI@euro
index 8c9ccc6..562e93b 100644
--- a/localedata/locales/fi_FI@euro
+++ b/localedata/locales/fi_FI@euro
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Finnish language locale for Finland with Euro
 % Language: fi
 % Territory: FI
@@ -9,8 +16,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: UTF-8, ISO-8859-15
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Finnish locale for Finland with Euro"
diff --git a/localedata/locales/fil_PH b/localedata/locales/fil_PH
index 05f4ac4..96b72d6 100644
--- a/localedata/locales/fil_PH
+++ b/localedata/locales/fil_PH
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Filipino Language Locale for Philippines
 % Source:
 % Contact: Rene Torres, Pablo Saratxaga
@@ -11,8 +18,6 @@ escape_char /
 % Date: 2005-02-02
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title "Filipino language locale for Philippines"
diff --git a/localedata/locales/fo_FO b/localedata/locales/fo_FO
index 53d5367..14c92cb 100644
--- a/localedata/locales/fo_FO
+++ b/localedata/locales/fo_FO
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Faroese language locale for Faroe Islands
 % Source: Danish Standards Association
 % Address: Kollegievej 6
@@ -15,8 +22,6 @@ escape_char /
 % Date: 1996-10-15
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 %
 % Only LC_TIME and LC_MESSAGES are
 % specified here, else use the da_DK locale
diff --git a/localedata/locales/fr_BE b/localedata/locales/fr_BE
index 0bfdf55..fb61d5d 100644
--- a/localedata/locales/fr_BE
+++ b/localedata/locales/fr_BE
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % French Language Locale for Belgium
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -15,8 +22,6 @@ escape_char /
 % Date: 1997-03-18
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "French locale for Belgium"
diff --git a/localedata/locales/fr_BE@euro b/localedata/locales/fr_BE@euro
index 7cc0301..709b0c5 100644
--- a/localedata/locales/fr_BE@euro
+++ b/localedata/locales/fr_BE@euro
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % French Language Locale for Belgium with Euro
 % Language: fr
 % Territory: BE
@@ -8,8 +15,6 @@ escape_char /
 % Date: 2000-08-20
 % Users: general
 % Charset: ISO-8859-15
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "French locale for Belgium with Euro"
diff --git a/localedata/locales/fr_CA b/localedata/locales/fr_CA
index 23565b3..8183e6e 100644
--- a/localedata/locales/fr_CA
+++ b/localedata/locales/fr_CA
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % French Language Locale for Canada
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -15,8 +22,6 @@ escape_char /
 % Date: 1996-10-15
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "French locale for Canada"
diff --git a/localedata/locales/fr_CH b/localedata/locales/fr_CH
index 70156b4..f45fc09 100644
--- a/localedata/locales/fr_CH
+++ b/localedata/locales/fr_CH
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % French Language Locale for Switzerland
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -15,8 +22,6 @@ escape_char /
 % Date: 1996-10-15
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "French locale for Switzerland"
diff --git a/localedata/locales/fr_FR b/localedata/locales/fr_FR
index 2c69c57..5573142 100644
--- a/localedata/locales/fr_FR
+++ b/localedata/locales/fr_FR
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % French Language Locale for France
 % Source: RAP
 % Language: fr
@@ -16,9 +23,6 @@ escape_char /
 % Authors:
 % 2000-06-28, keld.simonsen@dkuug.dk
 % 2008-03-02, stephane.raimbault@gmail.com
-%
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "French locale for France"
diff --git a/localedata/locales/fr_FR@euro b/localedata/locales/fr_FR@euro
index 08e51e0..3bcabf3 100644
--- a/localedata/locales/fr_FR@euro
+++ b/localedata/locales/fr_FR@euro
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % French Language Locale for France with Euro
 % Language: fr
 % Territory: FR
@@ -8,8 +15,6 @@ escape_char /
 % Date: 2000-08-20
 % Users: general
 % Charset: ISO-8859-15
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "French locale for France with Euro"
diff --git a/localedata/locales/fr_LU b/localedata/locales/fr_LU
index 714eb7b..02a2521 100644
--- a/localedata/locales/fr_LU
+++ b/localedata/locales/fr_LU
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % French Language Locale for Luxemburg
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -15,8 +22,6 @@ escape_char /
 % Date: 1996-10-15
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "French locale for Luxemburg"
diff --git a/localedata/locales/fr_LU@euro b/localedata/locales/fr_LU@euro
index 9950cb1..f5bbaf7 100644
--- a/localedata/locales/fr_LU@euro
+++ b/localedata/locales/fr_LU@euro
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % French Language Locale for Luxemburg with Euro
 % Language: fr
 % Territory: LU
@@ -8,8 +15,6 @@ escape_char /
 % Date: 2000-08-20
 % Users: general
 % Charset: ISO-8859-15
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "French locale for Luxemburg with Euro"
diff --git a/localedata/locales/fur_IT b/localedata/locales/fur_IT
index ab2dedb..c2d1d4d 100644
--- a/localedata/locales/fur_IT
+++ b/localedata/locales/fur_IT
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Furlan Language Locale for Italy
 % Language: fur
 % Territory: IT
@@ -8,8 +15,6 @@ escape_char /
 % Date: 2004-04-26
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Furlan locale for Italy"
diff --git a/localedata/locales/fy_DE b/localedata/locales/fy_DE
index b160d08..6a3b6f3 100644
--- a/localedata/locales/fy_DE
+++ b/localedata/locales/fy_DE
@@ -1,8 +1,14 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % charset "ISO_8859-1:1987"
-% Distribution and use is
 
 LC_IDENTIFICATION
 title "Sater Frisian and North Frisian Locale for Germany"
diff --git a/localedata/locales/fy_NL b/localedata/locales/fy_NL
index 878ab7f..6e82c69 100644
--- a/localedata/locales/fy_NL
+++ b/localedata/locales/fy_NL
@@ -1,14 +1,19 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Frisian Language Locale for the Netherlands
 % Language: fy
 % Territory: NL
 % Date: 2006-8-13
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Frisian locale for the Netherlands"
diff --git a/localedata/locales/ga_IE b/localedata/locales/ga_IE
index 5379fb7..08272e6 100644
--- a/localedata/locales/ga_IE
+++ b/localedata/locales/ga_IE
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Irish language locale for Ireland
 % Source: NSAI
 % Address: Glasnevin, Dublin 9, Ireland
@@ -14,8 +21,6 @@ escape_char /
 % Date: 1996-10-15
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Irish locale for Ireland"
diff --git a/localedata/locales/ga_IE@euro b/localedata/locales/ga_IE@euro
index 6c0222b..2baa7d0 100644
--- a/localedata/locales/ga_IE@euro
+++ b/localedata/locales/ga_IE@euro
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Irish language locale for Ireland with Euro
 % Language: ga
 % Territory: IE
@@ -8,8 +15,6 @@ escape_char /
 % Date: 2000-08-21
 % Users: general
 % Charset: ISO-8859-15
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Irish locale for Ireland with Euro"
diff --git a/localedata/locales/gd_GB b/localedata/locales/gd_GB
index 6e90236..399e9f9 100644
--- a/localedata/locales/gd_GB
+++ b/localedata/locales/gd_GB
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Charset: UTF-8
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -8,13 +15,6 @@ escape_char /
 % Revision 1.1 created by Alastair McKinstry <mckinstry@computer.org>, 2000-06-12
 % Revision 1.2 created by Michael Bauer <fios@akerbeltz.org>, 2013-04-25
 %
-% This file is a part of GNU C Library (glibc) and contains locale data. The
-% Free Software Foundation does not claim any copyright interest in the
-% locale data contained in this file. The foregoing does not affect the
-% license of GNU C Library (glibc) as a whole. It does not exempt you from the
-% conditions of the license if your use would otherwise be governed by
-% that license.
-%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 LC_IDENTIFICATION
diff --git a/localedata/locales/gez_ER b/localedata/locales/gez_ER
index 3a9cbb7..7e04a2f 100644
--- a/localedata/locales/gez_ER
+++ b/localedata/locales/gez_ER
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 % Ge'ez language locale for Eritrea.
diff --git a/localedata/locales/gez_ER@abegede b/localedata/locales/gez_ER@abegede
index cce7001..1502078 100644
--- a/localedata/locales/gez_ER@abegede
+++ b/localedata/locales/gez_ER@abegede
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 % Ge'ez language locale for Eritrea with Abegede collation.
diff --git a/localedata/locales/gez_ET b/localedata/locales/gez_ET
index 68a00dc..5759979 100644
--- a/localedata/locales/gez_ET
+++ b/localedata/locales/gez_ET
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 % Ge'ez language locale for Ethiopia.
diff --git a/localedata/locales/gez_ET@abegede b/localedata/locales/gez_ET@abegede
index 040825f..e7c4f9b 100644
--- a/localedata/locales/gez_ET@abegede
+++ b/localedata/locales/gez_ET@abegede
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 % Ge'ez language locale for Ethiopia with Abegede collation.
diff --git a/localedata/locales/gl_ES b/localedata/locales/gl_ES
index 65d2043..7da03a9 100644
--- a/localedata/locales/gl_ES
+++ b/localedata/locales/gl_ES
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Galician Language Locale for Spain
 % Source: GPUL
 % Address: Facultade de Informática
@@ -15,8 +22,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 % Based in the es_ES Locale
 
 LC_IDENTIFICATION
diff --git a/localedata/locales/gl_ES@euro b/localedata/locales/gl_ES@euro
index 1e9019d..eb30b05 100644
--- a/localedata/locales/gl_ES@euro
+++ b/localedata/locales/gl_ES@euro
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Galician Language Locale for Spain with Euro
 % Language: gl
 % Territory: ES
@@ -9,8 +16,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-15
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Galician locale for Spain with Euro"
diff --git a/localedata/locales/gu_IN b/localedata/locales/gu_IN
index 76ca0d2..054adbb 100644
--- a/localedata/locales/gu_IN
+++ b/localedata/locales/gu_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Gurajati Language Locale For India.
 % Copied from hi_IN one, G Karunakar <karunakar@freedomink.org>
 % Gujarati stuff from Tapan Parikh <tap2k@yahoo.com>
diff --git a/localedata/locales/gv_GB b/localedata/locales/gv_GB
index 7afdef8..b7f3875 100644
--- a/localedata/locales/gv_GB
+++ b/localedata/locales/gv_GB
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % WARNING: UNOFFICIAL; EXPERIMENTAL. CHECK WITH Keld Simonsen
 % to see if there is an offical release for Manx Gaelic.
 
@@ -17,8 +24,6 @@ escape_char /
 % Date: 1999-07-06
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Manx Gaelic locale for Britain"
diff --git a/localedata/locales/ha_NG b/localedata/locales/ha_NG
index 819a40d..a836fef 100644
--- a/localedata/locales/ha_NG
+++ b/localedata/locales/ha_NG
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Hausa language locale for Nigeria
 % Source:
 % Contact: Pablo Saratxaga
@@ -11,8 +18,6 @@ escape_char /
 % Date: 2006-02-01
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Hausa locale for Nigeria"
diff --git a/localedata/locales/hak_TW b/localedata/locales/hak_TW
index 8eae21a..b272535 100644
--- a/localedata/locales/hak_TW
+++ b/localedata/locales/hak_TW
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Charset: UTF-8
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -11,13 +18,6 @@ escape_char /
 %
 % build with: localedef -f UTF-8 -i hak_TW hak_TW
 %
-% This file is a part of GNU C Library (glibc) and contains locale data. The
-% Free Software Foundation does not claim any copyright interest in the
-% locale data contained in this file. The foregoing does not affect the
-% license of GNU C Library (glibc) as a whole. It does not exempt you from the
-% conditions of the license if your use would otherwise be governed by
-% that license.
-%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 LC_IDENTIFICATION
diff --git a/localedata/locales/he_IL b/localedata/locales/he_IL
index 1a7c161..202957e 100644
--- a/localedata/locales/he_IL
+++ b/localedata/locales/he_IL
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Hebrew Language Locale for Israel
 % Source: RAP
 % Address: Sankt Jo/rgens Alle 8
@@ -15,8 +22,6 @@ escape_char /
 % Date: 1997-03-18
 % Users: general
 % Charset: ISO-8859-8
-% Distribution and use is free, also
-% for commercial purposes.
 %
 % This locale replaces iw_IL, as the ISO-639 code for Hebrew was changed
 % from 'iw' to 'he' in 1989, according to Bruno Haible on libc-alpha
diff --git a/localedata/locales/hi_IN b/localedata/locales/hi_IN
index 1d70ae2..6a24935 100644
--- a/localedata/locales/hi_IN
+++ b/localedata/locales/hi_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Hindi language locale for India.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/hne_IN b/localedata/locales/hne_IN
index 2836808..ca1946f 100644
--- a/localedata/locales/hne_IN
+++ b/localedata/locales/hne_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Chhattisgarhi language locale for India.
 % Contributed by Pravin Satpute <psatpute@redhat.com> and
 % Ravishankar Shrivastava <raviratlami@gmail.com>.
diff --git a/localedata/locales/hr_HR b/localedata/locales/hr_HR
index 363ea64..586658d 100644
--- a/localedata/locales/hr_HR
+++ b/localedata/locales/hr_HR
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Croatian Language Locale for Croatia
 % Source: CARNet/MZT
 % Address: Josipa Marohnica bb
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-2
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Croatian locale for Croatia"
diff --git a/localedata/locales/hsb_DE b/localedata/locales/hsb_DE
index 291fc2e..260aeff 100644
--- a/localedata/locales/hsb_DE
+++ b/localedata/locales/hsb_DE
@@ -1,11 +1,16 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Upper Sorbian Language Locale for Germany
 % by Andrzej Krzysztofowicz <ankry at mif pg gda pl>
 % Source: information from Michael Wolf <milupo at sorbzilla de>
-%
-% Distribution and use is free, also for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Upper Sorbian locale for Germany"
diff --git a/localedata/locales/ht_HT b/localedata/locales/ht_HT
index 8efcae2..de791b9 100644
--- a/localedata/locales/ht_HT
+++ b/localedata/locales/ht_HT
@@ -1,8 +1,14 @@
 comment_char %
 escape_char /
 
-% Charset: UTF-8
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
 
+% Charset: UTF-8
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
@@ -18,14 +24,6 @@ escape_char /
 %
 % build with: localedef -f UTF-8 -i ht_HT ht_HT
 %
-% This file is a part of GNU C Library (glibc) and contains locale data. The
-% Free Software Foundation does not claim any copyright interest in the
-% locale data contained in this file. The foregoing does not affect the
-% license of GNU C Library (glibc) as a whole. It does not exempt you from the
-% conditions of the license if your use would otherwise be governed by
-% that license.
-%
-%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 
diff --git a/localedata/locales/hu_HU b/localedata/locales/hu_HU
index 170549e..236cc6b 100644
--- a/localedata/locales/hu_HU
+++ b/localedata/locales/hu_HU
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Hungarian Language Locale for Hungary
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -28,8 +35,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-2
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Hungarian locale for Hungary"
diff --git a/localedata/locales/hy_AM b/localedata/locales/hy_AM
index ee1567c..33f724f 100644
--- a/localedata/locales/hy_AM
+++ b/localedata/locales/hy_AM
@@ -1,8 +1,14 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Charset: UTF-8
-% Distribution and use is free, also for commercial purposes.
 
 LC_IDENTIFICATION
 title "Armenian language locale for Armenia"
diff --git a/localedata/locales/i18n b/localedata/locales/i18n
index ffd8408..9f3d386 100644
--- a/localedata/locales/i18n
+++ b/localedata/locales/i18n
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 LC_IDENTIFICATION
 title                 ""
 source                ""
diff --git a/localedata/locales/ia_FR b/localedata/locales/ia_FR
index cbb82dc..2248e2f 100644
--- a/localedata/locales/ia_FR
+++ b/localedata/locales/ia_FR
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Interlingua locale for France
 % Language: ia
 % Territory: FR
diff --git a/localedata/locales/id_ID b/localedata/locales/id_ID
index de3c9bc..5642893 100644
--- a/localedata/locales/id_ID
+++ b/localedata/locales/id_ID
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Indonesian language locale for Indonesia
 % Source:
 % Address:
@@ -15,8 +22,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Indonesian locale for Indonesia"
diff --git a/localedata/locales/ig_NG b/localedata/locales/ig_NG
index c2d9838..95c39d4 100644
--- a/localedata/locales/ig_NG
+++ b/localedata/locales/ig_NG
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Igbo language locale for Nigeria
 % Source:
 % Contact: Pablo Saratxaga
@@ -11,8 +18,6 @@ escape_char /
 % Date: 2005-12-14
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Igbo locale for Nigeria"
diff --git a/localedata/locales/ik_CA b/localedata/locales/ik_CA
index 24e8cb8..7ef56a1 100644
--- a/localedata/locales/ik_CA
+++ b/localedata/locales/ik_CA
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Inupiaq language locale for Canada
 % Source:
 % Contact: Pablo Saratxaga
@@ -11,8 +18,6 @@ escape_char /
 % Date: 2004-08-01
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Inupiaq locale for Canada"
diff --git a/localedata/locales/is_IS b/localedata/locales/is_IS
index 9e36ffb..c7cd64f 100644
--- a/localedata/locales/is_IS
+++ b/localedata/locales/is_IS
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Icelandic Language Locale for Iceland
 % Source: Stadlarad I'slands
 % Address: Keldnaholt-ITI'
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Icelandic locale for Iceland"
diff --git a/localedata/locales/iso14651_t1 b/localedata/locales/iso14651_t1
index 0d10f4f..1952b39 100644
--- a/localedata/locales/iso14651_t1
+++ b/localedata/locales/iso14651_t1
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 LC_COLLATE
 
 copy "iso14651_t1_common"
diff --git a/localedata/locales/iso14651_t1_common b/localedata/locales/iso14651_t1_common
index e0c3eaa..eef75ba 100644
--- a/localedata/locales/iso14651_t1_common
+++ b/localedata/locales/iso14651_t1_common
@@ -1,3 +1,10 @@
+# This file is part of the GNU C Library and contains locale data.
+# The Free Software Foundation does not claim any copyright interest
+# in the locale data contained in this file.  The foregoing does not
+# affect the license of the GNU C Library as a whole.  It does not
+# exempt you from the conditions of the license if your use would
+# otherwise be governed by that license.
+
 LC_COLLATE
 
 # This is a special copy of iso14651_t1 file; because glibc 2.3 has some
diff --git a/localedata/locales/iso14651_t1_pinyin b/localedata/locales/iso14651_t1_pinyin
index 982c7ca..9308b5b 100644
--- a/localedata/locales/iso14651_t1_pinyin
+++ b/localedata/locales/iso14651_t1_pinyin
@@ -1,3 +1,10 @@
+# This file is part of the GNU C Library and contains locale data.
+# The Free Software Foundation does not claim any copyright interest
+# in the locale data contained in this file.  The foregoing does not
+# affect the license of the GNU C Library as a whole.  It does not
+# exempt you from the conditions of the license if your use would
+# otherwise be governed by that license.
+
 LC_COLLATE
 
 copy "iso14651_t1_common"
diff --git a/localedata/locales/it_CH b/localedata/locales/it_CH
index 95ca08d..d05bf44 100644
--- a/localedata/locales/it_CH
+++ b/localedata/locales/it_CH
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Italian Language Locale for Switzerland
 % Language: it
 % Territory: CH
@@ -8,8 +15,6 @@ escape_char /
 % Date: 1999-01-21
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Italian locale for Switzerland"
diff --git a/localedata/locales/it_IT b/localedata/locales/it_IT
index 973475e..512ec6e 100644
--- a/localedata/locales/it_IT
+++ b/localedata/locales/it_IT
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Italian Language Locale for Italy
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -15,8 +22,6 @@ escape_char /
 % Date: 1996-10-15
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Italian locale for Italy"
diff --git a/localedata/locales/it_IT@euro b/localedata/locales/it_IT@euro
index cabcb4a..0dd3631 100644
--- a/localedata/locales/it_IT@euro
+++ b/localedata/locales/it_IT@euro
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Italian Language Locale for Italy with Euro
 % Language: it
 % Territory: IT
@@ -8,8 +15,6 @@ escape_char /
 % Date: 2000-08-20
 % Users: general
 % Charset: ISO-8859-15
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Italian locale for Italy with Euro"
diff --git a/localedata/locales/iu_CA b/localedata/locales/iu_CA
index 2a3bb27..9cdedba 100644
--- a/localedata/locales/iu_CA
+++ b/localedata/locales/iu_CA
@@ -1,8 +1,14 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % charset "UTF-8"
-% Distribution and use is free, also for commercial purposes.
 
 LC_IDENTIFICATION
 title "Inuktitut language locale for Nunavut, Canada"
diff --git a/localedata/locales/iw_IL b/localedata/locales/iw_IL
index ae40472..9baaa63 100644
--- a/localedata/locales/iw_IL
+++ b/localedata/locales/iw_IL
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Hebrew Language Locale for Israel
 % Source: RAP
 % Address: Sankt Jo/rgens Alle 8
@@ -15,8 +22,6 @@ escape_char /
 % Date: 1997-03-18
 % Users: general
 % Charset: ISO-8859-8
-% Distribution and use is free, also
-% for commercial purposes.
 %
 % Obsolete locale.  The ISO-639 code for Hebrew was changed from 'iw'
 % to 'he' in 1989, according to Bruno Haible on libc-alpha 2003-09-01.
diff --git a/localedata/locales/ja_JP b/localedata/locales/ja_JP
index 0861954..6aeffb6 100644
--- a/localedata/locales/ja_JP
+++ b/localedata/locales/ja_JP
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Name:    localedef for ja_JP
 % Version: 0.7
 % Date:    1999-12-05
diff --git a/localedata/locales/ka_GE b/localedata/locales/ka_GE
index d3e84bb..1739196 100644
--- a/localedata/locales/ka_GE
+++ b/localedata/locales/ka_GE
@@ -1,8 +1,14 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % charset "GEORGIAN-PS"
-% Distribution and use is free, also for commercial purposes.
 
 LC_IDENTIFICATION
 title "Georgian language locale for Georgia"
diff --git a/localedata/locales/kk_KZ b/localedata/locales/kk_KZ
index ed9efe3..9b1b2c5 100644
--- a/localedata/locales/kk_KZ
+++ b/localedata/locales/kk_KZ
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Kazakh Language Locale for Kazakhstan
 % Source: NIPI, Kazakhstan Copper Corporation
 % Address: 6, Gagarin, 477000, Zhezkazgan, Kazakhstan
@@ -15,8 +22,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: PT154
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Kazakh locale for Kazakhstan"
diff --git a/localedata/locales/kl_GL b/localedata/locales/kl_GL
index 27103b7..be61fd9 100644
--- a/localedata/locales/kl_GL
+++ b/localedata/locales/kl_GL
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Greenlandic language locale for Greenland
 % Source: Danish Standards Association
 % Address: Kollegievej 6
@@ -15,8 +22,6 @@ escape_char /
 % Date: 1996-10-15
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 %
 % Only LC_TIME and LC_MESSAGES are
 % specified here, else the da_DK locale
diff --git a/localedata/locales/km_KH b/localedata/locales/km_KH
index e21635e..a9e4532 100644
--- a/localedata/locales/km_KH
+++ b/localedata/locales/km_KH
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Khmer Language Locale for Cambodia
 %
 % Name:         km_KH
@@ -12,31 +19,6 @@ escape_char /
 % Charset:      UTF-8
 % Revision:     1.0
 % Date:         2005-03-15
-%
-
-%
-% Copyright (C) 2005 Open Forum of Cambodia (www.forum.org.kh)
-
-%
-% Permission is hereby granted, free of charge, to any person obtaining
-% a copy of this software and associated documentation files (the "Software"),
-% to deal in the Software without restriction, including without limitation
-% the rights to use, copy, modify, merge, publish, distribute, sublicense,
-% and/or sell copies of the Software, and to permit persons to whom the
-% Software is furnished to do so, subject to the following conditions:
-%
-% The above copyright notice and this permission notice shall be included
-% in all copies or substantial portions of the Software.
-%
-% THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
-% THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
-% OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-% ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-% OTHER DEALINGS IN THE SOFTWARE.
-%
-%
 
 LC_IDENTIFICATION
 title      "Khmer locale for Cambodia"
diff --git a/localedata/locales/kn_IN b/localedata/locales/kn_IN
index 1a8ee8e..8b96ded 100644
--- a/localedata/locales/kn_IN
+++ b/localedata/locales/kn_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Kannada language locale for India.
 % Copied fron hi_IN one, G Karunakar <karunakar@freedomink.org> . Kannada Translations by Arun Sharma <arun@sharma-home.net>
 
diff --git a/localedata/locales/ko_KR b/localedata/locales/ko_KR
index 3f87b30..783cc71 100644
--- a/localedata/locales/ko_KR
+++ b/localedata/locales/ko_KR
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Korean language locale for Republic of Korea (South Korea)
 % Source:
 % Address:
@@ -13,7 +20,6 @@ escape_char /
 % Date: 2000-11-09
 % Application: general
 % Users: general
-% Distribution and use is free, also for commercial purposes.
 
 %Changes:
 % 1999-06-07: Won-kyu Park <wkpark@chem.skku.ac.kr>
diff --git a/localedata/locales/kok_IN b/localedata/locales/kok_IN
index 6fa3fb9..165d1e1 100644
--- a/localedata/locales/kok_IN
+++ b/localedata/locales/kok_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Konkani language locale for India.
 % Contributed by Pravin Satpute <psatpute@redhat.com> and
 % Shailendra Bandodkar <sbandodk@redhat.com>.
diff --git a/localedata/locales/ks_IN b/localedata/locales/ks_IN
index 816d384..5a7ec19 100644
--- a/localedata/locales/ks_IN
+++ b/localedata/locales/ks_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Kashmiri language locale for India.
 % Contributed by Pravin Satpute <psatpute@redhat.com> and
 % Mr. Mohammad Nayeem <mohammad.nayeem@gmail.com>
diff --git a/localedata/locales/ks_IN@devanagari b/localedata/locales/ks_IN@devanagari
index c40e98a..5a3295e 100644
--- a/localedata/locales/ks_IN@devanagari
+++ b/localedata/locales/ks_IN@devanagari
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Kashmiri(devanagari) language locale for India.
 % Contributed by Rakesh Pandit <rakesh.pandit@gmail.com> and
 % Pravin Satpute <psatpute@redhat.com>
diff --git a/localedata/locales/ku_TR b/localedata/locales/ku_TR
index d988314..94a4900 100644
--- a/localedata/locales/ku_TR
+++ b/localedata/locales/ku_TR
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Kurdish (latin) language locale for Turkey
 % Source: Kader DILSIZ
 % Contact: Kader DILSIZ, Pablo Saratxaga
@@ -13,8 +20,6 @@ escape_char /
 % Date: 2003-07-27
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 % History:
 
 LC_IDENTIFICATION
diff --git a/localedata/locales/kw_GB b/localedata/locales/kw_GB
index c7a4478..3bb8d51 100644
--- a/localedata/locales/kw_GB
+++ b/localedata/locales/kw_GB
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Cornish language locale for Britain
 % WARNING: UNOFFICIAL; EXPERIMENTAL. CHECK WITH Keld Simonsen
 % to see if there is an offical release.
@@ -18,8 +25,6 @@ escape_char /
 % Date: 1999-08-09
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Cornish locale for Britain"
diff --git a/localedata/locales/ky_KG b/localedata/locales/ky_KG
index f4e1096..b097458 100644
--- a/localedata/locales/ky_KG
+++ b/localedata/locales/ky_KG
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % charset "UTF-8"
 
 %
diff --git a/localedata/locales/lb_LU b/localedata/locales/lb_LU
index d6bcf9e..4902dd8 100644
--- a/localedata/locales/lb_LU
+++ b/localedata/locales/lb_LU
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Locale for Luxembourgish locale in Luxembourg
 % Contributed by Pit Wenkin <pit@wenkin.lu>, 2011
 % Charset UTF-8
diff --git a/localedata/locales/lg_UG b/localedata/locales/lg_UG
index 06a3614..e213faa 100644
--- a/localedata/locales/lg_UG
+++ b/localedata/locales/lg_UG
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Luganda language locale for Uganda
 % Source: Akademe ya Luganda
 % Address: c/o P.O. Box 5190 Kampala,
@@ -15,8 +22,6 @@ escape_char /
 % Date: 2001-11-04
 % Users: general
 % Charset: ISO-8859-10
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Luganda locale for Uganda"
diff --git a/localedata/locales/li_BE b/localedata/locales/li_BE
index fb35df5..eeb07e0 100644
--- a/localedata/locales/li_BE
+++ b/localedata/locales/li_BE
@@ -1,7 +1,12 @@
 comment_char %
 escape_char /
 
-% Distribution and use is
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
 
 LC_IDENTIFICATION
 title "Limburgish Language Locale for Belgium"
diff --git a/localedata/locales/li_NL b/localedata/locales/li_NL
index 2ccb22f..436f133 100644
--- a/localedata/locales/li_NL
+++ b/localedata/locales/li_NL
@@ -1,7 +1,12 @@
 comment_char %
 escape_char /
 
-% Distribution and use is
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
 
 LC_IDENTIFICATION
 title "Limburgish Language Locale for the Netherlands"
diff --git a/localedata/locales/lij_IT b/localedata/locales/lij_IT
index 4fa2586..6fb9da5 100644
--- a/localedata/locales/lij_IT
+++ b/localedata/locales/lij_IT
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Locale for Ligurian locale in Italy
 % Contributed by Alessio Gastaldi <alessio.gastaldi@libero.it>, 2010
 
diff --git a/localedata/locales/lo_LA b/localedata/locales/lo_LA
index 995c1f8..9bf3136 100644
--- a/localedata/locales/lo_LA
+++ b/localedata/locales/lo_LA
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Lao Lanuage Locale for Laos
 %
 % Name:         lo_LA
@@ -12,34 +19,6 @@ escape_char /
 % Charset:      UTF-8
 % Revision:     1.2
 % Date:         2003-15-09
-%
-
-%
-% Copyright (C) 2002 Anousak Souphavanh
-
-%
-% Permission is hereby granted, free of charge, to any person obtaining
-% a copy of this software and associated documentation files (the "Software"),
-% to deal in the Software without restriction, including without limitation
-% the rights to use, copy, modify, merge, publish, distribute, sublicense,
-% and/or sell copies of the Software, and to permit persons to whom the
-% Software is furnished to do so, subject to the following conditions:
-%
-% The above copyright notice and this permission notice shall be included
-% in all copies or substantial portions of the Software.
-%
-% THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
-% THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
-% OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-% ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-% OTHER DEALINGS IN THE SOFTWARE.
-%
-%
-%
-%  Note: I would like to give a special thank to Mr. Pablo Salatxaga @ Mandrake , email "srtxg@chanae.alphanet.ch"
-%        & Theppitak Karoonboonyanan, email: 'thep@linux.thai.net', all had guided me in the right direction.
 
 LC_IDENTIFICATION
 title      "Lao locale for Laos"
diff --git a/localedata/locales/lt_LT b/localedata/locales/lt_LT
index b4e131b..5ab5517 100644
--- a/localedata/locales/lt_LT
+++ b/localedata/locales/lt_LT
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Lithuanian language locale for Lithuania
 % Created on January 30, 1992
 %  by Edmundas Miseikis, Algimantas
@@ -26,8 +33,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: BALTIC
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Lithuanian locale for Lithuania"
diff --git a/localedata/locales/lv_LV b/localedata/locales/lv_LV
index 5727fb1..dc7fd17 100644
--- a/localedata/locales/lv_LV
+++ b/localedata/locales/lv_LV
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Latvian language locale for Latvia
 % Source: Latvian Standard LVS 24-93
 % Address: LU MII, Rainis boul. 29
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: BALTIC
-% Distribution and use is free, also
-% for commercial purposes.
 
 % <CAPITAL> before <SMALL> letters
 
diff --git a/localedata/locales/lzh_TW b/localedata/locales/lzh_TW
index 2ece4a3..4eb604b 100644
--- a/localedata/locales/lzh_TW
+++ b/localedata/locales/lzh_TW
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Charset: UTF-8
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -11,13 +18,6 @@ escape_char /
 %
 % build with: localedef -f UTF-8 -i lzh_TW lzh_TW
 %
-% This file is a part of GNU C Library (glibc) and contains locale data. The
-% Free Software Foundation does not claim any copyright interest in the
-% locale data contained in this file. The foregoing does not affect the
-% license of GNU C Library (glibc) as a whole. It does not exempt you from the
-% conditions of the license if your use would otherwise be governed by
-% that license.
-%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 LC_IDENTIFICATION
diff --git a/localedata/locales/mag_IN b/localedata/locales/mag_IN
index b7b9edf..0d550ad 100644
--- a/localedata/locales/mag_IN
+++ b/localedata/locales/mag_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Magahi language locale for India.
 % Contributed by Chandan Kumar <chandankumar.093047@gmail.com>,
 % Rajesh Ranjan <rajeshkajha@yahoo.com>
diff --git a/localedata/locales/mai_IN b/localedata/locales/mai_IN
index c1129cf..57db6f7 100644
--- a/localedata/locales/mai_IN
+++ b/localedata/locales/mai_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Maithili language locale for India.
 % Contributed by Rajesh Ranjan <rajeshkajha@yahoo.com> and
 % Sangeeta Kumari <sangeeta09@gmail.com>.
diff --git a/localedata/locales/mg_MG b/localedata/locales/mg_MG
index 0181090..f44177b 100644
--- a/localedata/locales/mg_MG
+++ b/localedata/locales/mg_MG
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Malagasy Language Locale for Madagascar
 % Source: The Debian Project modified by http://linuxmg.org
 % Contact: Christian Perrier
@@ -12,8 +19,6 @@ escape_char /
 % Date: 2004-09-08
 % Users: general
 % Charset: ISO-8859-15
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Malagasy locale for Madagascar"
diff --git a/localedata/locales/mhr_RU b/localedata/locales/mhr_RU
index 25b56e0..9b603a1 100644
--- a/localedata/locales/mhr_RU
+++ b/localedata/locales/mhr_RU
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Meadow Mari Language Locale
 % Source: PeshSajSoft Ltd.
 % Address: 112, Komsomolskaya Street
@@ -15,8 +22,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Mari locale for Russia"
diff --git a/localedata/locales/mi_NZ b/localedata/locales/mi_NZ
index b7f8c98..ec7db44 100644
--- a/localedata/locales/mi_NZ
+++ b/localedata/locales/mi_NZ
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Maori language locale for New Zealand
 % Source: James Gasson
 % Contact: James Gasson, Pablo Saratxaga
@@ -11,8 +18,6 @@ escape_char /
 % Date: 2001-01-28
 % Users: general
 % Charset: ISO-8859-13
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title "Maori language locale for New Zealand"
diff --git a/localedata/locales/mk_MK b/localedata/locales/mk_MK
index 4c17a56..b02297b 100644
--- a/localedata/locales/mk_MK
+++ b/localedata/locales/mk_MK
@@ -1,12 +1,17 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Macedonian language locale for Macedonia
 % Damjan Georgievski { gdamjan %% gmail.com }
 % Revision: 2.2 (2006-09-12)
 % Charsets: UTF-8, ISO-8859-5, CP1251
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Macedonian locale for Macedonia"
diff --git a/localedata/locales/ml_IN b/localedata/locales/ml_IN
index d86fc25..c773c90 100644
--- a/localedata/locales/ml_IN
+++ b/localedata/locales/ml_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Malayalam language locale for India.
 % Contributed by Free Software Foundation of India http://gnu.org.in
 % E-Mail : gnu@gnu.org.in
diff --git a/localedata/locales/mn_MN b/localedata/locales/mn_MN
index abac0e3..aed5c46 100644
--- a/localedata/locales/mn_MN
+++ b/localedata/locales/mn_MN
@@ -1,12 +1,17 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Mongolian language (cyrillic) locale for Mongolia
 % Sanlig Badral <badral@chinggis.com>
 % Revision: 1.0 (2005-5-21)
 % Charsets: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Mongolian locale for Mongolia"
diff --git a/localedata/locales/mni_IN b/localedata/locales/mni_IN
index aff4fcc..56174c2 100644
--- a/localedata/locales/mni_IN
+++ b/localedata/locales/mni_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Manipuri language locale for India.
 % Contributed by Mr. Pravin Satpute <psatpute AT redhat DOT com> and Ms. Rebika Devi < rebika_srd AT rediffmail DOT com>
 
diff --git a/localedata/locales/mr_IN b/localedata/locales/mr_IN
index da4f7f1..822c4ae 100644
--- a/localedata/locales/mr_IN
+++ b/localedata/locales/mr_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Marathi language locale for India.
 % Contributed by Kentaroh Noji and Tetsuji Orita <orita@jp.ibm.com>.
 
diff --git a/localedata/locales/ms_MY b/localedata/locales/ms_MY
index 2a055fc..4d060aa 100644
--- a/localedata/locales/ms_MY
+++ b/localedata/locales/ms_MY
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Malay language locale for Malaysia.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/mt_MT b/localedata/locales/mt_MT
index 8d0cee2..c0d50d8 100644
--- a/localedata/locales/mt_MT
+++ b/localedata/locales/mt_MT
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Maltese language locale for Malta.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/my_MM b/localedata/locales/my_MM
index 167572f..582f53f 100644
--- a/localedata/locales/my_MM
+++ b/localedata/locales/my_MM
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % This is the locale definition file for Myanmar Burmese
 % It is derived from the locale by Ngwe Tun <ngwestar@etrademyanmar.com> and
 % Members of the Solveware Solution Team. http://www.myazedi.com
diff --git a/localedata/locales/nan_TW b/localedata/locales/nan_TW
index d5bbf1c..e447975 100644
--- a/localedata/locales/nan_TW
+++ b/localedata/locales/nan_TW
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Charset: UTF-8
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -11,13 +18,6 @@ escape_char /
 %
 % build with: localedef -f UTF-8 -i nan_TW nan_TW
 %
-% This file is a part of GNU C Library (glibc) and contains locale data. The
-% Free Software Foundation does not claim any copyright interest in the
-% locale data contained in this file. The foregoing does not affect the
-% license of GNU C Library (glibc) as a whole. It does not exempt you from the
-% conditions of the license if your use would otherwise be governed by
-% that license.
-%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 LC_IDENTIFICATION
diff --git a/localedata/locales/nan_TW@latin b/localedata/locales/nan_TW@latin
index 83ad6a6..c0a0abe 100644
--- a/localedata/locales/nan_TW@latin
+++ b/localedata/locales/nan_TW@latin
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Minnan Language Locale for Taiwan
 % Source:
 % Contact: Arne Goetje
@@ -11,8 +18,6 @@ escape_char /
 % Date: 2008-06-16
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title "Minnan language locale for Taiwan"
diff --git a/localedata/locales/nb_NO b/localedata/locales/nb_NO
index 206103b..a2e117f 100644
--- a/localedata/locales/nb_NO
+++ b/localedata/locales/nb_NO
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Norwegian language locale for Norway
 % Source: Norsk Standardiseringsforbund
 % Address: University Library,
@@ -15,8 +22,6 @@ escape_char /
 % Date: 1996-10-15
 % Application: general
 % Users: general
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Norwegian (Bokmal) locale for Norway"
diff --git a/localedata/locales/nds_DE b/localedata/locales/nds_DE
index 18ddcc2..8642b34 100644
--- a/localedata/locales/nds_DE
+++ b/localedata/locales/nds_DE
@@ -1,7 +1,12 @@
 comment_char %
 escape_char /
 
-% Distribution and use is
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
 
 LC_IDENTIFICATION
 title "Low(lands) Saxon Language Locale for Germany"
diff --git a/localedata/locales/nds_NL b/localedata/locales/nds_NL
index 4c057be..1c38843 100644
--- a/localedata/locales/nds_NL
+++ b/localedata/locales/nds_NL
@@ -1,7 +1,12 @@
 comment_char %
 escape_char /
 
-% Distribution and use is
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
 
 LC_IDENTIFICATION
 title "Low(lands) Saxon Language Locale for the Netherlands"
diff --git a/localedata/locales/ne_NP b/localedata/locales/ne_NP
index be8913d..d12be38 100644
--- a/localedata/locales/ne_NP
+++ b/localedata/locales/ne_NP
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Nepali language locale for Nepal.
 % Contributed by Pawan Chitrakar <pc@info.com.np>
 
diff --git a/localedata/locales/nhn_MX b/localedata/locales/nhn_MX
index 7d6d6c9..3d3cb1e 100644
--- a/localedata/locales/nhn_MX
+++ b/localedata/locales/nhn_MX
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Central Nahuatl locale for Mexico
 % Source: RAP
 % Address: Texcoco/Estado de Mexico, Mexico
diff --git a/localedata/locales/niu_NU b/localedata/locales/niu_NU
index 206b1b4..1112d44 100644
--- a/localedata/locales/niu_NU
+++ b/localedata/locales/niu_NU
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Charset: UTF-8
 LC_IDENTIFICATION
 title        "Niuean (Vagahau Niue) locale for Niue"
diff --git a/localedata/locales/niu_NZ b/localedata/locales/niu_NZ
index 09a60ae..0fcac5d 100644
--- a/localedata/locales/niu_NZ
+++ b/localedata/locales/niu_NZ
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Charset: UTF-8
 LC_IDENTIFICATION
 title        "Niuean (Vagahau Niue) locale for New Zealand"
diff --git a/localedata/locales/nl_AW b/localedata/locales/nl_AW
index 85d5c13..727ca70 100644
--- a/localedata/locales/nl_AW
+++ b/localedata/locales/nl_AW
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Dutch language locale for Aruba.
 % Contributed by Ulrich Drepper <drepper@redhat.com>, 2008
 
diff --git a/localedata/locales/nl_BE b/localedata/locales/nl_BE
index 96f8813..864d11a 100644
--- a/localedata/locales/nl_BE
+++ b/localedata/locales/nl_BE
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Dutch Language Locale for Belgium
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -15,8 +22,6 @@ escape_char /
 % Date: 1996-10-15
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Dutch locale for Belgium"
diff --git a/localedata/locales/nl_BE@euro b/localedata/locales/nl_BE@euro
index 9c6a541..b03e76c 100644
--- a/localedata/locales/nl_BE@euro
+++ b/localedata/locales/nl_BE@euro
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Dutch Language Locale for Belgium with Euro
 % Language: nl
 % Territory: BE
@@ -8,8 +15,6 @@ escape_char /
 % Date: 2000-08-21
 % Users: general
 % Charset: ISO-8859-15
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Dutch locale for Belgium with Euro"
diff --git a/localedata/locales/nl_NL b/localedata/locales/nl_NL
index 52dc8e9..b01a8de 100644
--- a/localedata/locales/nl_NL
+++ b/localedata/locales/nl_NL
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Dutch Language Locale for the Netherlands
 % http://www.taaltelefoon.be/
 % http://taaladvies.net/
@@ -17,8 +24,6 @@ escape_char /
 % Date: 1996-10-15
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Dutch locale for the Netherlands"
diff --git a/localedata/locales/nl_NL@euro b/localedata/locales/nl_NL@euro
index 403bc60..ac6c1df 100644
--- a/localedata/locales/nl_NL@euro
+++ b/localedata/locales/nl_NL@euro
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Dutch Language Locale for the Netherlands with Euro
 % Language: nl
 % Territory: NL
@@ -8,8 +15,6 @@ escape_char /
 % Date: 2000-08-20
 % Users: general
 % Charset: ISO-8859-15
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Dutch locale for the Netherlands with Euro"
diff --git a/localedata/locales/nn_NO b/localedata/locales/nn_NO
index f8e3be4..aa5b817 100644
--- a/localedata/locales/nn_NO
+++ b/localedata/locales/nn_NO
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Nynorsk language locale for Norway.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/nr_ZA b/localedata/locales/nr_ZA
index 4d27073..e159092 100644
--- a/localedata/locales/nr_ZA
+++ b/localedata/locales/nr_ZA
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Charset: UTF-8
 
 % ChangeLog
diff --git a/localedata/locales/nso_ZA b/localedata/locales/nso_ZA
index 1fc970c..fa5f67a 100644
--- a/localedata/locales/nso_ZA
+++ b/localedata/locales/nso_ZA
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Charset: UTF-8
 
 % ChangeLog
diff --git a/localedata/locales/oc_FR b/localedata/locales/oc_FR
index 6e8268d..160c5e3 100644
--- a/localedata/locales/oc_FR
+++ b/localedata/locales/oc_FR
@@ -1,8 +1,14 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % charset "ISO_8859-1:1987"
-% Distribution and use is free, also for commercial purposes.
 
 LC_IDENTIFICATION
 title "Occitan Language Locale for France"
diff --git a/localedata/locales/om_ET b/localedata/locales/om_ET
index d764907..9d137a0 100644
--- a/localedata/locales/om_ET
+++ b/localedata/locales/om_ET
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 % Oromo language locale for Ethiopia.
diff --git a/localedata/locales/om_KE b/localedata/locales/om_KE
index 653f034..6b841de 100644
--- a/localedata/locales/om_KE
+++ b/localedata/locales/om_KE
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 % Oromo language locale for Kenya.
diff --git a/localedata/locales/or_IN b/localedata/locales/or_IN
index 7b3be29..48d5fc3 100644
--- a/localedata/locales/or_IN
+++ b/localedata/locales/or_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Odia locale for India.
 % Contributed by Masahide Washizawa <washi at jp ibm com>
 
diff --git a/localedata/locales/os_RU b/localedata/locales/os_RU
index 2bf9d53..c065288 100644
--- a/localedata/locales/os_RU
+++ b/localedata/locales/os_RU
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Ossetian Language Locale for Russia
 % Language: os
 % Territory: RU
@@ -9,8 +16,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 %
 % Based on ru_RU, cv_RU, da_DK
 % Modifed by:
diff --git a/localedata/locales/pa_IN b/localedata/locales/pa_IN
index 856bc60..77328d3 100644
--- a/localedata/locales/pa_IN
+++ b/localedata/locales/pa_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Punjabi language locale for Indian Punjabi(Gurmukhi)
 % Last update by A Alam <amanlinux@netscape.net>
 
diff --git a/localedata/locales/pa_PK b/localedata/locales/pa_PK
index f0fbd4a..af5ed97 100644
--- a/localedata/locales/pa_PK
+++ b/localedata/locales/pa_PK
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Punjabi (Shamukhi) Language Locale for Pakistan
 % Source:
 % Contact: Amanpreet Singh Alam
@@ -11,8 +18,6 @@ escape_char /
 % Date: 2005-12-31
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Punjabi (Shahmukhi) Language Locale for Pakistan"
diff --git a/localedata/locales/pap_AW b/localedata/locales/pap_AW
index 87d24ac..ca49218 100644
--- a/localedata/locales/pap_AW
+++ b/localedata/locales/pap_AW
@@ -1,18 +1,18 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 % This file is derived from pap_AN ver0.2 (after AN was deprecated in ISO-3166)
 % revision "0.2" date "2000-11-15"
 %
-% This file is a part of GNU C Library (glibc) and contains locale data. The
-% Free Software Foundation does not claim any copyright interest in the
-% locale data contained in this file. The foregoing does not affect the
-% license of GNU C Library (glibc) as a whole. It does not exempt you from the
-% conditions of the license if your use would otherwise be governed by
-% that license.
-%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 LC_IDENTIFICATION
diff --git a/localedata/locales/pap_CW b/localedata/locales/pap_CW
index 6808194..17f171f 100644
--- a/localedata/locales/pap_CW
+++ b/localedata/locales/pap_CW
@@ -1,18 +1,18 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 % This file is derived from pap_AN ver0.2 (after AN was deprecated in ISO-3166)
 % revision "0.2" date "2000-11-15"
 %
-% This file is a part of GNU C Library (glibc) and contains locale data. The
-% Free Software Foundation does not claim any copyright interest in the
-% locale data contained in this file. The foregoing does not affect the
-% license of GNU C Library (glibc) as a whole. It does not exempt you from the
-% conditions of the license if your use would otherwise be governed by
-% that license.
-%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 LC_IDENTIFICATION
diff --git a/localedata/locales/pl_PL b/localedata/locales/pl_PL
index 4864a46..f025b49 100644
--- a/localedata/locales/pl_PL
+++ b/localedata/locales/pl_PL
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Polish Language Locale for Poland
 % Source: RAP
 % Address: Sankt Jo/rgens Alle 8
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-2
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Polish locale for Poland"
diff --git a/localedata/locales/ps_AF b/localedata/locales/ps_AF
index 0210cc1..04ca42a 100644
--- a/localedata/locales/ps_AF
+++ b/localedata/locales/ps_AF
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%% locale definition file "ps_AF"  %%%%%%%%%%%%%%%%%%%%%%
 
 % Pashto Locale for Afghanistan
diff --git a/localedata/locales/pt_BR b/localedata/locales/pt_BR
index 67e5f3b..b3acf0e 100644
--- a/localedata/locales/pt_BR
+++ b/localedata/locales/pt_BR
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Portuguese Language Locale for Brasil
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -15,8 +22,6 @@ escape_char /
 % Date: 1997-03-19
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Portuguese locale for Brasil"
diff --git a/localedata/locales/pt_PT b/localedata/locales/pt_PT
index b4a3354..bc4a4a9 100644
--- a/localedata/locales/pt_PT
+++ b/localedata/locales/pt_PT
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Portuguese Language Locale for Portugal
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -15,8 +22,6 @@ escape_char /
 % Date: 1996-10-15
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Portuguese locale for Portugal"
diff --git a/localedata/locales/pt_PT@euro b/localedata/locales/pt_PT@euro
index bb20665..d7920dd 100644
--- a/localedata/locales/pt_PT@euro
+++ b/localedata/locales/pt_PT@euro
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Portuguese Language Locale for Portugal with Euro
 % Language: pt
 % Territory: PT
@@ -8,8 +15,6 @@ escape_char /
 % Date: 2000-08-20
 % Users: general
 % Charset: ISO-8859-15
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Portuguese locale for Portugal with Euro"
diff --git a/localedata/locales/quz_PE b/localedata/locales/quz_PE
index 2c5eb4e..c153f95 100644
--- a/localedata/locales/quz_PE
+++ b/localedata/locales/quz_PE
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Charset: UTF-8
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -17,16 +24,8 @@ escape_char /
 %
 % build with: localedef -f UTF-8 -i quz_PE quz_PE
 %
-% This file is a part of GNU C Library (glibc) and contains locale data. The Free
-% Software Foundation does not claim any copyright interest in the
-% locale data contained in this file. The foregoing does not affect the
-% license of GNU C Library (glibc) as a whole. It does not exempt you from the
-% conditions of the license if your use would otherwise be governed by
-% that license.
-%
-%
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%
+
 LC_IDENTIFICATION
 title        "Quechua (Cusco-Collao) locale for Peru"
 source       "Sugar Labs / OLPC"
diff --git a/localedata/locales/raj_IN b/localedata/locales/raj_IN
index 5690eee..e88aab6 100644
--- a/localedata/locales/raj_IN
+++ b/localedata/locales/raj_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Rajasthani language locale for India.
 % Contributed by Meghraj Suthar <meghrajsuthar03@gmail.com>
 % Rajesh Ranjan <rajeshkajha@yahoo.com>, Chandan Kumar <chandankumar.093047@gmail.com>
diff --git a/localedata/locales/ro_RO b/localedata/locales/ro_RO
index f592cb7..2ef8c4b 100644
--- a/localedata/locales/ro_RO
+++ b/localedata/locales/ro_RO
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Romanian Language Locale for Romania
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 %
 % Corrections by:
 %  2006-01-07
diff --git a/localedata/locales/ru_RU b/localedata/locales/ru_RU
index 3450f9f..635193f 100644
--- a/localedata/locales/ru_RU
+++ b/localedata/locales/ru_RU
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Russian Language Locale for Russia
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-5
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Russian locale for Russia"
diff --git a/localedata/locales/ru_UA b/localedata/locales/ru_UA
index 9de625c..862c241 100644
--- a/localedata/locales/ru_UA
+++ b/localedata/locales/ru_UA
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Russian Language Locale for Ukraine
 % Source: RFC 2319
 % Contact: Denis V. Dmitrienko
@@ -12,8 +19,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: KOI8-U
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Russian locale for Ukraine"
diff --git a/localedata/locales/rw_RW b/localedata/locales/rw_RW
index c2a229d..a870f84 100644
--- a/localedata/locales/rw_RW
+++ b/localedata/locales/rw_RW
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Locale for Kinyarwanda locale in Rwanda
 % Contributed by Steve Murphy <murf@e-tools.com>, 2004
 % with help from:
diff --git a/localedata/locales/sa_IN b/localedata/locales/sa_IN
index 409672f..a5baf4f 100644
--- a/localedata/locales/sa_IN
+++ b/localedata/locales/sa_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Sanskrit language locale for India.
 % Contributed by Vidya Ayer <svaksha@gmail.com>
 % and Christian Perrier <bubulle@debian.org>
diff --git a/localedata/locales/sat_IN b/localedata/locales/sat_IN
index bb8494e..d0576c9 100644
--- a/localedata/locales/sat_IN
+++ b/localedata/locales/sat_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Santali language locale for India.
 % Contributed by Mr. Pravin Satpute <psatpute AT redhat DOT com>  and Mr. Thakur Prasad Murmu <tp_murmu AT yahoo DOT com>
 
diff --git a/localedata/locales/sc_IT b/localedata/locales/sc_IT
index 749468c..d268927 100644
--- a/localedata/locales/sc_IT
+++ b/localedata/locales/sc_IT
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Sardinian Language Locale for Italy
 % Language: sc
 % Territory: IT
@@ -8,8 +15,6 @@ escape_char /
 % Date: 2004-05-26
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Sardinian locale for Italy"
diff --git a/localedata/locales/sd_IN b/localedata/locales/sd_IN
index b2ebe64..6cef4b8 100644
--- a/localedata/locales/sd_IN
+++ b/localedata/locales/sd_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Sindhi language locale for India.
 % Contributed by Pravin Satpute <psatpute@redhat.com> and
 % DR K.P. LEKHWANI
diff --git a/localedata/locales/sd_IN@devanagari b/localedata/locales/sd_IN@devanagari
index 3e55fa6..a52bd17 100644
--- a/localedata/locales/sd_IN@devanagari
+++ b/localedata/locales/sd_IN@devanagari
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Sindhi language locale for India.
 % Contributed by Pravin Satpute <psatpute@redhat.com> and
 % DR K.P. LEKHWANI
diff --git a/localedata/locales/se_NO b/localedata/locales/se_NO
index 06bc114..0a5ef34 100644
--- a/localedata/locales/se_NO
+++ b/localedata/locales/se_NO
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Northern Saami Language Locale for Norway
 % Source: http://www.hum.uit.no/a/trond/loc.html
 % Contact: Børre Gaup
@@ -12,8 +19,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title "Northern Saami language locale for Norway"
diff --git a/localedata/locales/shs_CA b/localedata/locales/shs_CA
index 6916a07..fd54ad0 100644
--- a/localedata/locales/shs_CA
+++ b/localedata/locales/shs_CA
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Secwepemctsin (Shuswap) language locale for Canada
 % sorting according to CAN/CSA-Z243.4.1-1992
 % Source: Neskie Manuel
@@ -16,8 +23,6 @@ escape_char /
 % Date: 2008-01-11
 % Application: general
 % Users: general
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Secwepemctsin locale for Canada"
diff --git a/localedata/locales/si_LK b/localedata/locales/si_LK
index ccb658d..358c13e 100644
--- a/localedata/locales/si_LK
+++ b/localedata/locales/si_LK
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Sinhala language locale for Sri Lanka.
 % Charset: UTF-8
 % Contributed by Anuradha Ratnaweera <anuradha at gnu org>
diff --git a/localedata/locales/sid_ET b/localedata/locales/sid_ET
index 85c2046..4e25990 100644
--- a/localedata/locales/sid_ET
+++ b/localedata/locales/sid_ET
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 % Sidama language locale for Ethiopia.
diff --git a/localedata/locales/sk_SK b/localedata/locales/sk_SK
index c0029e8..784e9ef 100644
--- a/localedata/locales/sk_SK
+++ b/localedata/locales/sk_SK
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Slovak Language Locale for Slovak
 % Source:
 % Address: Narcisov<a'> 56, SK-821 01 Bratislava, Slovak Republic
@@ -15,7 +22,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-2
-% Distribution and use is free, also for commercial purposes.
 
 % 1997-05-14: Odvodené z cs_CZ locale Vladimíra Michla.
 %             Collate algoritmy prevzaté bezo zmien (norma bola rovnaká),
diff --git a/localedata/locales/sl_SI b/localedata/locales/sl_SI
index f2aee58..d6b81da 100644
--- a/localedata/locales/sl_SI
+++ b/localedata/locales/sl_SI
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Slovenian language locale for Slovenia
 % Source: USM/MZT
 % Address: Kotnikova 6,
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-2
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Slovenian locale for Slovenia"
diff --git a/localedata/locales/so_DJ b/localedata/locales/so_DJ
index 7f66340..7e110b2 100644
--- a/localedata/locales/so_DJ
+++ b/localedata/locales/so_DJ
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 % Somali language locale for Djibouti.
diff --git a/localedata/locales/so_ET b/localedata/locales/so_ET
index f85fa3d..2a77c43 100644
--- a/localedata/locales/so_ET
+++ b/localedata/locales/so_ET
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 % Somali language locale for Ethiopia.
diff --git a/localedata/locales/so_KE b/localedata/locales/so_KE
index f1ed4c9..2957724 100644
--- a/localedata/locales/so_KE
+++ b/localedata/locales/so_KE
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 % Somali language locale for Kenya.
diff --git a/localedata/locales/so_SO b/localedata/locales/so_SO
index 2df75ef..f8b492e 100644
--- a/localedata/locales/so_SO
+++ b/localedata/locales/so_SO
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 % Somali language locale for Somalia.
diff --git a/localedata/locales/sq_AL b/localedata/locales/sq_AL
index 0dd4930..624acc9 100644
--- a/localedata/locales/sq_AL
+++ b/localedata/locales/sq_AL
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Albanian language locale for Albania.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/sq_MK b/localedata/locales/sq_MK
index c419207..4be3084 100644
--- a/localedata/locales/sq_MK
+++ b/localedata/locales/sq_MK
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Albanian language locale for Macedonia.
 % Contributed by Agron Selimaj <linuxmaster@verizon.net>
 
diff --git a/localedata/locales/sr_ME b/localedata/locales/sr_ME
index b06bd70..72db681 100644
--- a/localedata/locales/sr_ME
+++ b/localedata/locales/sr_ME
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Serbian Language locale for Montenegro
 % Source: sr_YU, sr_CS locale
 % Address:
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: UTF-8, ISO-8859-5
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Serbian locale for Montenegro"
diff --git a/localedata/locales/sr_RS b/localedata/locales/sr_RS
index e45e477..9383981 100644
--- a/localedata/locales/sr_RS
+++ b/localedata/locales/sr_RS
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Serbian Language Locale for Serbia
 % Source: sr_YU, sr_CS locales
 % Address:
@@ -16,9 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
-%
 
 LC_IDENTIFICATION
 title      "Serbian locale for Serbia"
diff --git a/localedata/locales/sr_RS@latin b/localedata/locales/sr_RS@latin
index f197663..443d6c6 100644
--- a/localedata/locales/sr_RS@latin
+++ b/localedata/locales/sr_RS@latin
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Serbian Language Locale for Serbia
 % Source: sr_YU, sr_CS locales
 % Address:
@@ -16,9 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: UTF-8, ISO-8859-2
-% Distribution and use is free, also
-% for commercial purposes.
-%
 
 LC_IDENTIFICATION
 title      "Serbian Latin locale for Serbia"
diff --git a/localedata/locales/ss_ZA b/localedata/locales/ss_ZA
index a21cea4..bafdcf6 100644
--- a/localedata/locales/ss_ZA
+++ b/localedata/locales/ss_ZA
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Charset: UTF-8
 
 % ChangeLog
diff --git a/localedata/locales/st_ZA b/localedata/locales/st_ZA
index 1c3cc75..b5172bb 100644
--- a/localedata/locales/st_ZA
+++ b/localedata/locales/st_ZA
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Charset: UTF-8
 
 % ChangeLog
diff --git a/localedata/locales/sv_FI b/localedata/locales/sv_FI
index f43df58..012ca60 100644
--- a/localedata/locales/sv_FI
+++ b/localedata/locales/sv_FI
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Swedish Language Locale for Finland
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -15,8 +22,6 @@ escape_char /
 % Date: 1996-10-15
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Swedish locale for Finland"
diff --git a/localedata/locales/sv_FI@euro b/localedata/locales/sv_FI@euro
index 28a7477..acc9edb 100644
--- a/localedata/locales/sv_FI@euro
+++ b/localedata/locales/sv_FI@euro
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Swedish Language Locale for Finland with Euro
 % Language: sv
 % Territory: FI
@@ -8,8 +15,6 @@ escape_char /
 % Date: 2000-08-21
 % Users: general
 % Charset: ISO-8859-15
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Swedish locale for Finland with Euro"
diff --git a/localedata/locales/sv_SE b/localedata/locales/sv_SE
index 208ec80..9914d03 100644
--- a/localedata/locales/sv_SE
+++ b/localedata/locales/sv_SE
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Swedish language locale for Sweden
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 % This is a 4 step version.
 % The Swedish Technical Standard
diff --git a/localedata/locales/sw_KE b/localedata/locales/sw_KE
index 81dd5f3..fdbcf38 100644
--- a/localedata/locales/sw_KE
+++ b/localedata/locales/sw_KE
@@ -1,12 +1,17 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Charset: UTF-8
 % Authors:
 % 2011-03-07, locales@kamusi.org
 % 2011-03-07, info@2xlibre.net
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Swahili locale for Kenya"
diff --git a/localedata/locales/sw_TZ b/localedata/locales/sw_TZ
index a3ef478..7fa4a78 100644
--- a/localedata/locales/sw_TZ
+++ b/localedata/locales/sw_TZ
@@ -1,12 +1,17 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Charset: UTF-8
 % Authors:
 % 2011-03-07, locales@kamusi.org
 % 2011-03-07, info@2xlibre.net
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Swahili locale for Tanzania"
diff --git a/localedata/locales/szl_PL b/localedata/locales/szl_PL
index 9d5002b..03af229 100644
--- a/localedata/locales/szl_PL
+++ b/localedata/locales/szl_PL
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Silesian Language Locale for Poland
 % Source: szl_PL locale
 % Contact: Przemyslaw Buczkowski
@@ -14,8 +21,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Silesian locale for Poland"
diff --git a/localedata/locales/ta_IN b/localedata/locales/ta_IN
index 5992f29..ebafa01 100644
--- a/localedata/locales/ta_IN
+++ b/localedata/locales/ta_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Tamil language locale for India.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/ta_LK b/localedata/locales/ta_LK
index 4e33b13..6d199fe 100644
--- a/localedata/locales/ta_LK
+++ b/localedata/locales/ta_LK
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Tamil language locale for Sri Lanka
 % Language: ta
 % Territory: LK
@@ -9,8 +16,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: SLS 1326:2008
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Tamil language locale for Sri Lanka"
diff --git a/localedata/locales/tcy_IN b/localedata/locales/tcy_IN
index 513cf1f..e47dcd8 100644
--- a/localedata/locales/tcy_IN
+++ b/localedata/locales/tcy_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Tulu (kannada) language locale for India.
 
 % *** Below just modify to suit your language. I have modified for Kannada
diff --git a/localedata/locales/te_IN b/localedata/locales/te_IN
index ecb461e..9ebf4a7 100644
--- a/localedata/locales/te_IN
+++ b/localedata/locales/te_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Telugu language locale for India.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/tg_TJ b/localedata/locales/tg_TJ
index 64a31b7..a18d167 100644
--- a/localedata/locales/tg_TJ
+++ b/localedata/locales/tg_TJ
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Tajik Language Locale for Tajikistan
 % Source:
 % Contact: Pablo Saratxaga, Roger Kovacs
@@ -12,8 +19,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 
 %
 % TODO: check LC_COLLATE
diff --git a/localedata/locales/th_TH b/localedata/locales/th_TH
index a1339e4..e8cadf9 100644
--- a/localedata/locales/th_TH
+++ b/localedata/locales/th_TH
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Thailand (Thai) locale
 %
 % Name:       th_TH
@@ -18,30 +25,6 @@ escape_char /
 % Charset:   TIS-620.2533:1990
 % Revision:  0.5.3
 % Date:      1999-05-28
-%
-
-%
-% Copyright (C) 1999 Theppitak Karoonboonyanan, National Electronics and
-%    Computer Technology Center (NECTEC).
-%
-% Permission is hereby granted, free of charge, to any person obtaining
-% a copy of this software and associated documentation files (the "Software"),
-% to deal in the Software without restriction, including without limitation
-% the rights to use, copy, modify, merge, publish, distribute, sublicense,
-% and/or sell copies of the Software, and to permit persons to whom the
-% Software is furnished to do so, subject to the following conditions:
-%
-% The above copyright notice and this permission notice shall be included
-% in all copies or substantial portions of the Software.
-%
-% THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-% IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-% FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
-% THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
-% OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-% ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-% OTHER DEALINGS IN THE SOFTWARE.
-%
 
 LC_IDENTIFICATION
 title      "Thai locale for Thailand"
diff --git a/localedata/locales/the_NP b/localedata/locales/the_NP
index d2228d8..66e3d8b 100644
--- a/localedata/locales/the_NP
+++ b/localedata/locales/the_NP
@@ -1,18 +1,16 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Tharu language locale for Nepal.
 % Contributed by Arun Kumar Pyasi <arun@chitwanix.com>
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%
-% This file is a part of GNU C Library (glibc) and contains locale data. The
-% Free Software Foundation does not claim any copyright interest in the
-% locale data contained in this file. The foregoing does not affect the
-% license of GNU C Library (glibc) as a whole. It does not exempt you from the
-% conditions of the license if your use would otherwise be governed by
-% that license.
-%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
 LC_IDENTIFICATION
 title      "Tharu language locale for Nepal"
 source     "Chitwanix OS Development"
diff --git a/localedata/locales/ti_ER b/localedata/locales/ti_ER
index 2870f58..df10459 100644
--- a/localedata/locales/ti_ER
+++ b/localedata/locales/ti_ER
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 % Tigrigna language locale for Eritrea.
diff --git a/localedata/locales/ti_ET b/localedata/locales/ti_ET
index d140934..2f158a4 100644
--- a/localedata/locales/ti_ET
+++ b/localedata/locales/ti_ET
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 % Tigrigna language locale for Ethiopia.
diff --git a/localedata/locales/tig_ER b/localedata/locales/tig_ER
index 96c6c7d..5271bd2 100644
--- a/localedata/locales/tig_ER
+++ b/localedata/locales/tig_ER
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 % Tigre language locale for Eritrea.
diff --git a/localedata/locales/tk_TM b/localedata/locales/tk_TM
index 68fa2fa..b9811cf 100644
--- a/localedata/locales/tk_TM
+++ b/localedata/locales/tk_TM
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Turkmen Language Locale for Turkmenistan (latin)
 % Source: Ghorban M. Tavakoly
 % Contact: Pablo Saratxaga & Ghorban M. Tavakoly
@@ -12,9 +19,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
-%
 
 % needed extra chars: ä, ö, ü, ý, ç, ş, ň, ž
 % cyrillic extra chars: Ò— (z%,=), Ò£ (n,=), Ó© (o-=), Ò¯ (u'=), Ó™ (sw=)
diff --git a/localedata/locales/tl_PH b/localedata/locales/tl_PH
index 85f5c20..f56507a 100644
--- a/localedata/locales/tl_PH
+++ b/localedata/locales/tl_PH
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Tagalog Language Locale for Philippines
 % Source:
 % Contact:
@@ -11,8 +18,6 @@ escape_char /
 % Date: 2001-01-28
 % Users: general
 % Charset: ISO-8859-1
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title "Tagalog language locale for Philippines"
diff --git a/localedata/locales/tn_ZA b/localedata/locales/tn_ZA
index e96af79..12cb40e 100644
--- a/localedata/locales/tn_ZA
+++ b/localedata/locales/tn_ZA
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Charset: UTF-8
 
 % ChangeLog
diff --git a/localedata/locales/tr_CY b/localedata/locales/tr_CY
index c18cc39..d7f3ef3 100644
--- a/localedata/locales/tr_CY
+++ b/localedata/locales/tr_CY
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Turkish Language Locale for Cyprus
 % Language: tr
 % Territory: CY
@@ -8,8 +15,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-9
-% Distribution and use is free, also
-% for commercial purposes.
 
 % Adapted from tr_TR by Recai OktaÅŸ <roktas@omu.edu.tr>, 2004
 
diff --git a/localedata/locales/tr_TR b/localedata/locales/tr_TR
index f9043ff..7bf7298 100644
--- a/localedata/locales/tr_TR
+++ b/localedata/locales/tr_TR
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Turkish Language Locale for Turkey
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
@@ -16,8 +23,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: ISO-8859-9
-% Distribution and use is free, also
-% for commercial purposes.
 
 % Corrections by:
 %   1998-01-11T15:54:39
diff --git a/localedata/locales/translit_circle b/localedata/locales/translit_circle
index e6106dc..f9decb0 100644
--- a/localedata/locales/translit_circle
+++ b/localedata/locales/translit_circle
@@ -1,6 +1,13 @@
 escape_char /
 comment_char %
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Transliterations of encircled characters.
 % Generated automatically from UnicodeData.txt by gen_translit_circle.py on 2015-12-09 for Unicode 8.0.0.
 
diff --git a/localedata/locales/translit_cjk_compat b/localedata/locales/translit_cjk_compat
index 216600f..949bd18 100644
--- a/localedata/locales/translit_cjk_compat
+++ b/localedata/locales/translit_cjk_compat
@@ -1,6 +1,13 @@
 escape_char /
 comment_char %
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Transliterations of CJK compatibility characters.
 % Generated automatically from UnicodeData.txt by gen_translit_cjk_compat.py on 2015-12-09 for Unicode 8.0.0.
 
diff --git a/localedata/locales/translit_cjk_variants b/localedata/locales/translit_cjk_variants
index 5db4bee..9e6aa25 100644
--- a/localedata/locales/translit_cjk_variants
+++ b/localedata/locales/translit_cjk_variants
@@ -1,6 +1,13 @@
 escape_char /
 comment_char %
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Transliterations of CJK characters.
 % Generated from the UniVariants table
 %       Name:           Unicode variants table
diff --git a/localedata/locales/translit_combining b/localedata/locales/translit_combining
index b584aab..74f8638 100644
--- a/localedata/locales/translit_combining
+++ b/localedata/locales/translit_combining
@@ -1,6 +1,13 @@
 escape_char /
 comment_char %
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Transliterations that remove all combining characters (accents,
 % pronounciation marks, etc.).
 % Generated automatically from UnicodeData.txt by gen_translit_combining.py on 2015-12-09 for Unicode 8.0.0.
diff --git a/localedata/locales/translit_compat b/localedata/locales/translit_compat
index 062c3d1..d769b2f 100644
--- a/localedata/locales/translit_compat
+++ b/localedata/locales/translit_compat
@@ -1,6 +1,13 @@
 escape_char /
 comment_char %
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Transliterations of compatibility characters and ligatures.
 % Generated automatically from UnicodeData.txt by gen_translit_compat.py on 2015-12-09 for Unicode 8.0.0.
 
diff --git a/localedata/locales/translit_font b/localedata/locales/translit_font
index 95b8d8a..2bd5900 100644
--- a/localedata/locales/translit_font
+++ b/localedata/locales/translit_font
@@ -1,6 +1,13 @@
 escape_char /
 comment_char %
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Transliterations of font equivalents.
 % Generated automatically from UnicodeData.txt by gen_translit_font.py on 2015-12-09 for Unicode 8.0.0.
 
diff --git a/localedata/locales/translit_fraction b/localedata/locales/translit_fraction
index 68afc17..5dbe128 100644
--- a/localedata/locales/translit_fraction
+++ b/localedata/locales/translit_fraction
@@ -1,6 +1,13 @@
 escape_char /
 comment_char %
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Transliterations of fractions.
 % Generated automatically from UnicodeData.txt by gen_translit_fraction.py on 2015-12-09 for Unicode 8.0.0.
 % The replacements have been surrounded with spaces, because fractions are
diff --git a/localedata/locales/translit_hangul b/localedata/locales/translit_hangul
index 0bea035..ec8717e 100644
--- a/localedata/locales/translit_hangul
+++ b/localedata/locales/translit_hangul
@@ -1,6 +1,13 @@
 escape_char /
 comment_char %
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Transliterations of Hangul syllables to Jamo.
 % Generated algorithmically.
 
diff --git a/localedata/locales/translit_narrow b/localedata/locales/translit_narrow
index 65a1dd3..1382588 100644
--- a/localedata/locales/translit_narrow
+++ b/localedata/locales/translit_narrow
@@ -1,6 +1,13 @@
 escape_char /
 comment_char %
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Transliterations of narrow equivalents.
 % Generated through
 %   $ grep '^[^;]*;[^;]*;[^;]*;[^;]*;[^;]*;<narrow>[^;]*;' UnicodeData.txt | \
diff --git a/localedata/locales/translit_neutral b/localedata/locales/translit_neutral
index c16d6f0..b15d01f 100644
--- a/localedata/locales/translit_neutral
+++ b/localedata/locales/translit_neutral
@@ -1,6 +1,13 @@
 escape_char /
 comment_char %
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Language and locale neutral transliterations.
 
 LC_CTYPE
diff --git a/localedata/locales/translit_small b/localedata/locales/translit_small
index 77687c8..e0ef57c 100644
--- a/localedata/locales/translit_small
+++ b/localedata/locales/translit_small
@@ -1,6 +1,13 @@
 escape_char /
 comment_char %
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Transliterations of small equivalents.
 % Generated through
 %   $ grep '^[^;]*;[^;]*;[^;]*;[^;]*;[^;]*;<small>[^;]*;' UnicodeData.txt | \
diff --git a/localedata/locales/translit_wide b/localedata/locales/translit_wide
index 8c3b5ea..bc3714b 100644
--- a/localedata/locales/translit_wide
+++ b/localedata/locales/translit_wide
@@ -1,6 +1,13 @@
 escape_char /
 comment_char %
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Transliterations of wide equivalents.
 % Generated through
 %   $ grep '^[^;]*;[^;]*;[^;]*;[^;]*;[^;]*;<wide>[^;]*;' UnicodeData.txt | \
diff --git a/localedata/locales/ts_ZA b/localedata/locales/ts_ZA
index bb3448d..44b98a9 100644
--- a/localedata/locales/ts_ZA
+++ b/localedata/locales/ts_ZA
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Charset: UTF-8
 
 % ChangeLog
diff --git a/localedata/locales/tt_RU b/localedata/locales/tt_RU
index b240024..f265e67 100644
--- a/localedata/locales/tt_RU
+++ b/localedata/locales/tt_RU
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Tatar Language Locale for Russia
 % Source:
 % Contact: Pablo Saratxaga, Rinat Norkin
@@ -12,8 +19,6 @@ escape_char /
 % Application: general
 % Users: general
 % Charset: TATAR-CYR
-% Distribution and use is free, also
-% for commercial purposes.
 
 %
 % TODO: check LC_COLLATE
diff --git a/localedata/locales/tt_RU@iqtelif b/localedata/locales/tt_RU@iqtelif
index 5d6600d..efbb54c 100644
--- a/localedata/locales/tt_RU@iqtelif
+++ b/localedata/locales/tt_RU@iqtelif
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Tatar Language Locale using IQTElif alphabet; for Tatarstan, Russian Federation
 % Source:	Reshat Sabiq
 % Contact:	Reshat Sabiq
@@ -12,8 +19,6 @@ escape_char /
 % Application:	general
 % Users:	general
 % Charset:	ISO-8859-9
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title		"Tatar language locale using IQTElif alphabet; for Tatarstan, Russian Federation"
diff --git a/localedata/locales/ug_CN b/localedata/locales/ug_CN
index e10448e..a50b97c 100644
--- a/localedata/locales/ug_CN
+++ b/localedata/locales/ug_CN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Uyghur language locale for China
 % Source:
 % Contact:   Eagle Burkut
@@ -11,8 +18,6 @@ escape_char /
 % Date:      2012-02-26
 % Users:     general
 % Charset:   UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Uyghur locale for China"
diff --git a/localedata/locales/uk_UA b/localedata/locales/uk_UA
index 6949403..c60daea 100644
--- a/localedata/locales/uk_UA
+++ b/localedata/locales/uk_UA
@@ -1,9 +1,13 @@
 comment_char %
 escape_char /
 
-% Copyright (C) 2003-2006 Volodymyr M. Lisivka <v_lisivka@sourceforge.net>
-% Copyright (C) 2006 Max Kutny <mkutny@gmail.com>
-%
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Ukrainian Language Locale for Ukraine
 % Source:
 % Contact: Volodymyr M. Lisivka
@@ -18,8 +22,6 @@ escape_char /
 % Users: general
 % Charset: UTF-8
 %
-% Distribution and use is free, also for commercial purposes.
-%
 % Keywords in this file are treated according to ISO/IEC 14652
 % http://anubis.dkuug.dk/jtc1/sc22/wg20/docs/14652fcd.txt
 %
diff --git a/localedata/locales/unm_US b/localedata/locales/unm_US
index f53d9a9..3863a2c 100644
--- a/localedata/locales/unm_US
+++ b/localedata/locales/unm_US
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Unami Delaware Locale for U.S.A.
 % Language: unm
 % Contact: lugubrili@hotmail.com
@@ -8,8 +15,6 @@ escape_char /
 % Date: 2011-10-27
 % Application: general
 % Users: general
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Unami Delaware locale for the USA"
diff --git a/localedata/locales/ur_IN b/localedata/locales/ur_IN
index 16c9031..a25dfc3 100644
--- a/localedata/locales/ur_IN
+++ b/localedata/locales/ur_IN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Urdu language locale for India.
 % Contributed by Pravin Satpute <psatpute@redhat.com> and
 % Mrs. Nasreen Khan
diff --git a/localedata/locales/ur_PK b/localedata/locales/ur_PK
index c65b201..a3f596c 100644
--- a/localedata/locales/ur_PK
+++ b/localedata/locales/ur_PK
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Urdu Language Locale for Pakistan
 % Source:
 % Contact: Shehzad Ashiq Ali, Pablo Saratxaga
@@ -11,8 +18,6 @@ escape_char /
 % Date: 2000-07-11
 % Users: general
 % Charset: CP1256
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Urdu Language Locale for Pakistan"
diff --git a/localedata/locales/uz_UZ b/localedata/locales/uz_UZ
index 517b384..22d318c 100644
--- a/localedata/locales/uz_UZ
+++ b/localedata/locales/uz_UZ
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Uzbek (latin) language locale for Uzbekistan
 % Source: Bobir Ismailov
 % Contact: Bobir Ismailov, Pablo Saratxaga, Mashrab Kuvatov
@@ -13,8 +20,6 @@ escape_char /
 % Date: 2003-06-27
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 % History:
 % 2002-09-09 Mashrab Kuvatov <kmashrab@uni-bremen.de>
 % LC_TIME-day: Changed the first letter of all day names to upper case.
diff --git a/localedata/locales/uz_UZ@cyrillic b/localedata/locales/uz_UZ@cyrillic
index 786c7fd..660c16a 100644
--- a/localedata/locales/uz_UZ@cyrillic
+++ b/localedata/locales/uz_UZ@cyrillic
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Uzbek language (cyrillic) locale for Uzbekistan
 % Source: Mashrab Kuvatov
 % Contact: Mashrab Kuvatov, Pablo Saratxaga
@@ -13,8 +20,6 @@ escape_char /
 % Date: 2003-05-30
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 % History:
 %
 % 2003-05-30 Mashrab Kuvatov <kmashrab@uni-bremen.de>
diff --git a/localedata/locales/ve_ZA b/localedata/locales/ve_ZA
index 98859de..82b5eca 100644
--- a/localedata/locales/ve_ZA
+++ b/localedata/locales/ve_ZA
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Charset: UTF-8
 
 % ChangeLog
diff --git a/localedata/locales/vi_VN b/localedata/locales/vi_VN
index 082466a..6dcb279 100644
--- a/localedata/locales/vi_VN
+++ b/localedata/locales/vi_VN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Vietnamese language locale for Vietnam
 % Source: glibc locale and info from vietnamese native speakers
 % Address:
@@ -14,8 +21,6 @@ escape_char /
 % Date: 2004-01-09
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Vietnamese language locale for Vietnam"
diff --git a/localedata/locales/wa_BE b/localedata/locales/wa_BE
index ad987ac..913be21 100644
--- a/localedata/locales/wa_BE
+++ b/localedata/locales/wa_BE
@@ -1,8 +1,14 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % charset "UTF-8"
-% Distribution and use is free, also for commercial purposes.
 
 LC_IDENTIFICATION
 title "Walloon Language Locale for Belgium"
diff --git a/localedata/locales/wa_BE@euro b/localedata/locales/wa_BE@euro
index 1eb6d7d..fb2bef1 100644
--- a/localedata/locales/wa_BE@euro
+++ b/localedata/locales/wa_BE@euro
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Walloon Language Locale for Belgium with Euro
 % Language: wa
 % Territory: BE
@@ -8,8 +15,6 @@ escape_char /
 % Date: 2002-02-23
 % Users: general
 % Charset: ISO-8859-15
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Walloon locale for Belgium with Euro"
diff --git a/localedata/locales/wae_CH b/localedata/locales/wae_CH
index 38c4ab5..ddf9d70 100644
--- a/localedata/locales/wae_CH
+++ b/localedata/locales/wae_CH
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Charset: UTF-8
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/localedata/locales/wal_ET b/localedata/locales/wal_ET
index b374a69..4a1991d 100644
--- a/localedata/locales/wal_ET
+++ b/localedata/locales/wal_ET
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 % Walaita language locale for Ethiopia.
diff --git a/localedata/locales/wo_SN b/localedata/locales/wo_SN
index 29abf29..7152902 100644
--- a/localedata/locales/wo_SN
+++ b/localedata/locales/wo_SN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Wolof locale for Senegal
 % Source: The Debian Project
 % Contact: Christian Perrier/Samba Ndao Diop
@@ -12,8 +19,6 @@ escape_char /
 % Date: 2004-09-15
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Wolof locale for Senegal"
diff --git a/localedata/locales/xh_ZA b/localedata/locales/xh_ZA
index d5b02ee..d29808d 100644
--- a/localedata/locales/xh_ZA
+++ b/localedata/locales/xh_ZA
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Charset: UTF-8
 
 % ChangeLog
diff --git a/localedata/locales/yi_US b/localedata/locales/yi_US
index b9f9406..377ba43 100644
--- a/localedata/locales/yi_US
+++ b/localedata/locales/yi_US
@@ -1,8 +1,14 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % charset "UTF-8"
-% Distribution and use is free, also for commercial purposes.
 %
 % 2003-08-16: corrections from Raphael Finkel <raphael@cs.uky.edu>
 %
diff --git a/localedata/locales/yo_NG b/localedata/locales/yo_NG
index 4c0a636..4a61096 100644
--- a/localedata/locales/yo_NG
+++ b/localedata/locales/yo_NG
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Yoruba language locale for Nigeria
 % Source:
 % Contact: Pablo Saratxaga
@@ -11,8 +18,6 @@ escape_char /
 % Date: 2005-11-21
 % Users: general
 % Charset: UTF-8
-% Distribution and use is free, also
-% for commercial purposes.
 
 LC_IDENTIFICATION
 title      "Yoruba locale for Nigeria"
diff --git a/localedata/locales/yue_HK b/localedata/locales/yue_HK
index 4fed793..4a91bd8 100644
--- a/localedata/locales/yue_HK
+++ b/localedata/locales/yue_HK
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Yue Chinese (Cantonese) language locale for Hong Kong.
 % Maintained by Chunshek Chan <chunshek@gmail.com>
 % Based on Chinese locale by Kentaroh Noji <knoji@jp.ibm.com> and
diff --git a/localedata/locales/zh_CN b/localedata/locales/zh_CN
index c15edc0..2a66c34 100644
--- a/localedata/locales/zh_CN
+++ b/localedata/locales/zh_CN
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Chinese language locale for the Peoples Republic of China
 %
 % This work is based on ISO PDTR 14652, Unicode 3.0, locale definition
diff --git a/localedata/locales/zh_HK b/localedata/locales/zh_HK
index 48ae2da..4864bce 100644
--- a/localedata/locales/zh_HK
+++ b/localedata/locales/zh_HK
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Chinese language locale for Hong Kong.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/zh_SG b/localedata/locales/zh_SG
index fd19300..305e9ad 100644
--- a/localedata/locales/zh_SG
+++ b/localedata/locales/zh_SG
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Chinese language locale for Singapore.
 % Contributed by Kentaroh Noji <knoji@jp.ibm.com> and
 % Tetsuji Orita <orita@jp.ibm.com>.
diff --git a/localedata/locales/zh_TW b/localedata/locales/zh_TW
index 137c06f..94a3db8 100644
--- a/localedata/locales/zh_TW
+++ b/localedata/locales/zh_TW
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Chinese language locale for Taiwan R.O.C.
 % charmap: BIG5-CP950
 %
diff --git a/localedata/locales/zu_ZA b/localedata/locales/zu_ZA
index a56f4ec..d0f91b0 100644
--- a/localedata/locales/zu_ZA
+++ b/localedata/locales/zu_ZA
@@ -1,6 +1,13 @@
 comment_char %
 escape_char /
 
+% This file is part of the GNU C Library and contains locale data.
+% The Free Software Foundation does not claim any copyright interest
+% in the locale data contained in this file.  The foregoing does not
+% affect the license of the GNU C Library as a whole.  It does not
+% exempt you from the conditions of the license if your use would
+% otherwise be governed by that license.
+
 % Charset: UTF-8
 
 % ChangeLog
-- 
2.6.2

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 1/3] localedata: use same comment_char/escape_char in these files
  2016-02-20  7:54 [PATCH 1/3] localedata: use same comment_char/escape_char in these files Mike Frysinger
  2016-02-20  7:54 ` [PATCH 2/3] localedata: standardize first few lines Mike Frysinger
  2016-02-20  7:55 ` [PATCH 3/3] localedata: standardize copyright/license information [BZ #11213] Mike Frysinger
@ 2016-02-25 20:13 ` Mike Frysinger
  2016-03-09 22:24   ` Mike Frysinger
  2 siblings, 1 reply; 17+ messages in thread
From: Mike Frysinger @ 2016-02-25 20:13 UTC (permalink / raw)
  To: libc-alpha

[-- Attachment #1: Type: text/plain, Size: 27 bytes --]

ping this series ...
-mike

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 1/3] localedata: use same comment_char/escape_char in these files
  2016-02-25 20:13 ` [PATCH 1/3] localedata: use same comment_char/escape_char in these files Mike Frysinger
@ 2016-03-09 22:24   ` Mike Frysinger
  2016-03-11 10:31     ` Marko Myllynen
  0 siblings, 1 reply; 17+ messages in thread
From: Mike Frysinger @ 2016-03-09 22:24 UTC (permalink / raw)
  To: libc-alpha

[-- Attachment #1: Type: text/plain, Size: 93 bytes --]

On 25 Feb 2016 15:12, Mike Frysinger wrote:
> ping this series ...

ping some more ...
-mike

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 1/3] localedata: use same comment_char/escape_char in these files
  2016-03-09 22:24   ` Mike Frysinger
@ 2016-03-11 10:31     ` Marko Myllynen
  2016-03-11 14:24       ` Chris Leonard
  2016-03-14 18:20       ` Carlos O'Donell
  0 siblings, 2 replies; 17+ messages in thread
From: Marko Myllynen @ 2016-03-11 10:31 UTC (permalink / raw)
  To: libc-alpha; +Cc: Carlos O'Donell, Florian Weimer

Hi,

On 2016-03-10 00:24, Mike Frysinger wrote:
> On 25 Feb 2016 15:12, Mike Frysinger wrote:
>> ping this series ...
> 
> ping some more ...

I think the silence here underlines once again that we simply don't have
enough "resources" in this area when a trivial change doesn't get a
timely review even when the patch is straightforward. Meaning that if we
want to keep the actual locale data in glibc in proper shape, using CLDR
is the only realistic and sustainable way forward.

Carlos and Florian exchanged few emails about CLDR/Unicode/glibc locale
copyright status, was there still something to be clarified on that front?

Mike's recent patch deprecated tel/fax fields in LC_IDENTIFICATION, are
there anything else we should could / should deprecate or remove?
(There's the PR https://sourceware.org/bugzilla/show_bug.cgi?id=14641 at
least but it's still being discussed, not sure how to deal with that.)

If/when those aspects are agreed upon, is there anything else or can we
then start using Mike's script to sync from CLDR? Perhaps the situation
with day abbreviations was left a bit open?

Mike, do you have a gut feeling how complete coverage the current CLDR
data provides per glibc locale, how many categories / keywords would
still need to be maintained without input from CLDR?

Oh, wrt the patch itself, LGTM.

Thanks,

-- 
Marko Myllynen

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 1/3] localedata: use same comment_char/escape_char in these files
  2016-03-11 10:31     ` Marko Myllynen
@ 2016-03-11 14:24       ` Chris Leonard
  2016-03-12 12:19         ` Marko Myllynen
  2016-03-14 18:20       ` Carlos O'Donell
  1 sibling, 1 reply; 17+ messages in thread
From: Chris Leonard @ 2016-03-11 14:24 UTC (permalink / raw)
  To: Marko Myllynen; +Cc: libc-alpha, Carlos O'Donell, Florian Weimer

I know that there are a number of glibc locales that I have
contributed that are not represented in CLDR.  Working with OLPC and
Sugar Labs as I do, we are often on the bleeding edge of supporting
new languages on GNUI/Linux-based  systems.

cjl

On Fri, Mar 11, 2016 at 5:31 AM, Marko Myllynen <myllynen@redhat.com> wrote:
> Hi,
>
> On 2016-03-10 00:24, Mike Frysinger wrote:
>> On 25 Feb 2016 15:12, Mike Frysinger wrote:
>>> ping this series ...
>>
>> ping some more ...
>
> I think the silence here underlines once again that we simply don't have
> enough "resources" in this area when a trivial change doesn't get a
> timely review even when the patch is straightforward. Meaning that if we
> want to keep the actual locale data in glibc in proper shape, using CLDR
> is the only realistic and sustainable way forward.
>
> Carlos and Florian exchanged few emails about CLDR/Unicode/glibc locale
> copyright status, was there still something to be clarified on that front?
>
> Mike's recent patch deprecated tel/fax fields in LC_IDENTIFICATION, are
> there anything else we should could / should deprecate or remove?
> (There's the PR https://sourceware.org/bugzilla/show_bug.cgi?id=14641 at
> least but it's still being discussed, not sure how to deal with that.)
>
> If/when those aspects are agreed upon, is there anything else or can we
> then start using Mike's script to sync from CLDR? Perhaps the situation
> with day abbreviations was left a bit open?
>
> Mike, do you have a gut feeling how complete coverage the current CLDR
> data provides per glibc locale, how many categories / keywords would
> still need to be maintained without input from CLDR?
>
> Oh, wrt the patch itself, LGTM.
>
> Thanks,
>
> --
> Marko Myllynen

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 1/3] localedata: use same comment_char/escape_char in these files
  2016-03-11 14:24       ` Chris Leonard
@ 2016-03-12 12:19         ` Marko Myllynen
  2016-03-12 19:10           ` Chris Leonard
  0 siblings, 1 reply; 17+ messages in thread
From: Marko Myllynen @ 2016-03-12 12:19 UTC (permalink / raw)
  To: Chris Leonard; +Cc: libc-alpha, Carlos O'Donell, Florian Weimer

Hi,

On 2016-03-11 16:24, Chris Leonard wrote:
> I know that there are a number of glibc locales that I have
> contributed that are not represented in CLDR.  Working with OLPC and
> Sugar Labs as I do, we are often on the bleeding edge of supporting
> new languages on GNUI/Linux-based  systems.

Yes, locales only present in glibc but not in CLDR can't be
automatically updated (and most definitely won't be tossed away).

Do you have any rough estimate how many such locales there might be?

Thanks,

-- 
Marko Myllynen

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 1/3] localedata: use same comment_char/escape_char in these files
  2016-03-12 12:19         ` Marko Myllynen
@ 2016-03-12 19:10           ` Chris Leonard
  2016-03-13 17:50             ` Chris Leonard
  0 siblings, 1 reply; 17+ messages in thread
From: Chris Leonard @ 2016-03-12 19:10 UTC (permalink / raw)
  To: Marko Myllynen; +Cc: libc-alpha, Carlos O'Donell, Florian Weimer

[-- Attachment #1: Type: text/plain, Size: 1087 bytes --]

I think there are approximately 83 glibc locales (lang-country pairs),
not in CLDR.  Some are trivial fixes because the lang  is in CLDR, in
most cases, the lang is not in CLDR at all

Data in the attached spreadsheet has directory listings of the
relevant folders of most the recent releases for both products.  Tab
namesshould be self-exlanatory.

A few glibc locales destined for deletion (pap_AN, iw_IL) are ignored
as they have relevant replacements.

cjl



On Sat, Mar 12, 2016 at 7:19 AM, Marko Myllynen <myllynen@redhat.com> wrote:
> Hi,
>
> On 2016-03-11 16:24, Chris Leonard wrote:
>> I know that there are a number of glibc locales that I have
>> contributed that are not represented in CLDR.  Working with OLPC and
>> Sugar Labs as I do, we are often on the bleeding edge of supporting
>> new languages on GNUI/Linux-based  systems.
>
> Yes, locales only present in glibc but not in CLDR can't be
> automatically updated (and most definitely won't be tossed away).
>
> Do you have any rough estimate how many such locales there might be?
>
> Thanks,
>
> --
> Marko Myllynen

[-- Attachment #2: glibc_CLDR.ods --]
[-- Type: application/vnd.oasis.opendocument.spreadsheet, Size: 16214 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 1/3] localedata: use same comment_char/escape_char in these files
  2016-03-12 19:10           ` Chris Leonard
@ 2016-03-13 17:50             ` Chris Leonard
  2016-03-14 18:06               ` Carlos O'Donell
  2016-04-11 18:58               ` Mike Frysinger
  0 siblings, 2 replies; 17+ messages in thread
From: Chris Leonard @ 2016-03-13 17:50 UTC (permalink / raw)
  To: Marko Myllynen; +Cc: libc-alpha, Carlos O'Donell, Florian Weimer

One fundamental way of looking at this issue is to distill it down to
just unique language codes (ignoring countries, scripts and currency
variants).

Between both projects combined, there are 257 unique language codes*.

115 codes are common between both projects.
79 languages are represented in CLDR only
63 languages are represented in glibc only.

*Note: one exception is the qu/quz conflict between selecting language
codes to represent the Quechua languages of the Andes.  I counted this
as in common, although it will require some resolution going forward,
as will the Aymara ay/ayc choice (there is no existing CLDR locale for
Aymara at present).

There are very possibly a few other such code selection issues which I
will look into further, I have a nagging suspicion that something is
going on with the Sotho language codes of Africa, but I need to
confirm that.  In any event, those wouldn't change the overall numbers
much.

Overall, I would not declare one project the winner over the other in
terms of best representing languages, clearly some cross-porting
should be done where possible for the sake of language communities
dependent on either locale type.

I'm here because I work with glibc-dependent language communities, so
that has been my focus.  I have not tried to work with CLDR on
locales.  Anyone here have experience with that?  How
welcoming/responsive are they to people who are trying to act as
intermediaries for minority language communities?

cjl


On Sat, Mar 12, 2016 at 2:09 PM, Chris Leonard <cjlhomeaddress@gmail.com> wrote:
> I think there are approximately 83 glibc locales (lang-country pairs),
> not in CLDR.  Some are trivial fixes because the lang  is in CLDR, in
> most cases, the lang is not in CLDR at all
>
> Data in the attached spreadsheet has directory listings of the
> relevant folders of most the recent releases for both products.  Tab
> namesshould be self-exlanatory.
>
> A few glibc locales destined for deletion (pap_AN, iw_IL) are ignored
> as they have relevant replacements.
>
> cjl
>
>
>
> On Sat, Mar 12, 2016 at 7:19 AM, Marko Myllynen <myllynen@redhat.com> wrote:
>> Hi,
>>
>> On 2016-03-11 16:24, Chris Leonard wrote:
>>> I know that there are a number of glibc locales that I have
>>> contributed that are not represented in CLDR.  Working with OLPC and
>>> Sugar Labs as I do, we are often on the bleeding edge of supporting
>>> new languages on GNUI/Linux-based  systems.
>>
>> Yes, locales only present in glibc but not in CLDR can't be
>> automatically updated (and most definitely won't be tossed away).
>>
>> Do you have any rough estimate how many such locales there might be?
>>
>> Thanks,
>>
>> --
>> Marko Myllynen

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 1/3] localedata: use same comment_char/escape_char in these files
  2016-03-13 17:50             ` Chris Leonard
@ 2016-03-14 18:06               ` Carlos O'Donell
  2016-04-11 18:58               ` Mike Frysinger
  1 sibling, 0 replies; 17+ messages in thread
From: Carlos O'Donell @ 2016-03-14 18:06 UTC (permalink / raw)
  To: Chris Leonard, Marko Myllynen; +Cc: libc-alpha, Florian Weimer

On 03/13/2016 01:49 PM, Chris Leonard wrote:
> I'm here because I work with glibc-dependent language communities, so
> that has been my focus.  I have not tried to work with CLDR on
> locales.  Anyone here have experience with that?  How
> welcoming/responsive are they to people who are trying to act as
> intermediaries for minority language communities?

I don't know.

Though I'd like Red Hat to find out.

-- 
Cheers,
Carlos.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 1/3] localedata: use same comment_char/escape_char in these files
  2016-03-11 10:31     ` Marko Myllynen
  2016-03-11 14:24       ` Chris Leonard
@ 2016-03-14 18:20       ` Carlos O'Donell
  2016-03-14 19:43         ` keld
  1 sibling, 1 reply; 17+ messages in thread
From: Carlos O'Donell @ 2016-03-14 18:20 UTC (permalink / raw)
  To: Marko Myllynen, libc-alpha; +Cc: Florian Weimer

On 03/11/2016 05:31 AM, Marko Myllynen wrote:
> Hi,
> 
> On 2016-03-10 00:24, Mike Frysinger wrote:
>> On 25 Feb 2016 15:12, Mike Frysinger wrote:
>>> ping this series ...
>>
>> ping some more ...
> 
> I think the silence here underlines once again that we simply don't have
> enough "resources" in this area when a trivial change doesn't get a
> timely review even when the patch is straightforward. Meaning that if we
> want to keep the actual locale data in glibc in proper shape, using CLDR
> is the only realistic and sustainable way forward.

Agreed.

> Carlos and Florian exchanged few emails about CLDR/Unicode/glibc locale
> copyright status, was there still something to be clarified on that front?

I have sent the FSF legal an email requesting clarification on the type
of attribution we need to provide, if any, for using CLDR/Unicode data
in the project. This has nothing to do with copyright status. The FSF does
not collect copyright on locales, so that's fine, but what's not fine is
what do *others* think and what do *others* require of us to comply to their
own interpretations.

I have not received any response from the FSF.

I have sent another email today.

-- 
Cheers,
Carlos.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 1/3] localedata: use same comment_char/escape_char in these files
  2016-03-14 18:20       ` Carlos O'Donell
@ 2016-03-14 19:43         ` keld
  0 siblings, 0 replies; 17+ messages in thread
From: keld @ 2016-03-14 19:43 UTC (permalink / raw)
  To: Carlos O'Donell; +Cc: Marko Myllynen, libc-alpha, Florian Weimer

On Mon, Mar 14, 2016 at 02:20:08PM -0400, Carlos O'Donell wrote:
> On 03/11/2016 05:31 AM, Marko Myllynen wrote:
> > Hi,
> > 
> > Carlos and Florian exchanged few emails about CLDR/Unicode/glibc locale
> > copyright status, was there still something to be clarified on that front?
> 
> I have sent the FSF legal an email requesting clarification on the type
> of attribution we need to provide, if any, for using CLDR/Unicode data
> in the project. This has nothing to do with copyright status. The FSF does
> not collect copyright on locales, so that's fine, but what's not fine is
> what do *others* think and what do *others* require of us to comply to their
> own interpretations.

I think it is a problem that FSF does not claim copyright on the locales,
then we cannot protect them.

At least a collecting copyricht should be applied.

Best regards
keld

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 1/3] localedata: use same comment_char/escape_char in these files
  2016-03-13 17:50             ` Chris Leonard
  2016-03-14 18:06               ` Carlos O'Donell
@ 2016-04-11 18:58               ` Mike Frysinger
  2016-04-11 20:46                 ` Chris Leonard
  1 sibling, 1 reply; 17+ messages in thread
From: Mike Frysinger @ 2016-04-11 18:58 UTC (permalink / raw)
  To: Chris Leonard
  Cc: Marko Myllynen, libc-alpha, Carlos O'Donell, Florian Weimer

[-- Attachment #1: Type: text/plain, Size: 2933 bytes --]

On 13 Mar 2016 13:49, Chris Leonard wrote:
> One fundamental way of looking at this issue is to distill it down to
> just unique language codes (ignoring countries, scripts and currency
> variants).

right -- i don't care nearly as much about the locale combos (lang +
territory).  they do provide unambiguous direction at that point, but
with a little effort, we can still get good data w/out them.

some of the data is territory-specific and lang-independent, so as long
as cldr has details about all the territories glibc uses (and it does
today), then that part is fine.  i don't think we should add any that
are not listed in the cldr since it looks pretty complete (as it pulls
in a number of other standards).

> Between both projects combined, there are 257 unique language codes*.
> 
> 115 codes are common between both projects.
> 79 languages are represented in CLDR only
> 63 languages are represented in glibc only.

as long as cldr has at least a territory-independent lang entry,
we can extract a good amount of detail out of that.

my concerns start when cldr lacks any lang info at all, or even more
problematic, has marked that lang code as deprecated or uses a diff
naming convention.  there appears to be about 65 langs / 71 locales
on the glibc side (ignoring @script variants) that fall into these
buckets.  looks like about the same count as you have.

> *Note: one exception is the qu/quz conflict between selecting language
> codes to represent the Quechua languages of the Andes.  I counted this
> as in common, although it will require some resolution going forward,
> as will the Aymara ay/ayc choice (there is no existing CLDR locale for
> Aymara at present).
> 
> There are very possibly a few other such code selection issues which I
> will look into further, I have a nagging suspicion that something is
> going on with the Sotho language codes of Africa, but I need to
> confirm that.  In any event, those wouldn't change the overall numbers
> much.
> 
> Overall, I would not declare one project the winner over the other in
> terms of best representing languages, clearly some cross-porting
> should be done where possible for the sake of language communities
> dependent on either locale type.
> 
> I'm here because I work with glibc-dependent language communities, so
> that has been my focus.  I have not tried to work with CLDR on
> locales.  Anyone here have experience with that?  How
> welcoming/responsive are they to people who are trying to act as
> intermediaries for minority language communities?

seeing as you can represent the concerns of these communities better
than probably any of us, it would be great if you could look into the
cldr process.  from my glances around there, it doesn't look *too*
hard to break in and start posting contributions, especially when you
have no one else representing those languages.
-mike

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 1/3] localedata: use same comment_char/escape_char in these files
  2016-04-11 18:58               ` Mike Frysinger
@ 2016-04-11 20:46                 ` Chris Leonard
  2016-04-12  2:11                   ` Mike Frysinger
  0 siblings, 1 reply; 17+ messages in thread
From: Chris Leonard @ 2016-04-11 20:46 UTC (permalink / raw)
  To: Chris Leonard, Marko Myllynen, libc-alpha, Carlos O'Donell,
	Florian Weimer

On Mon, Apr 11, 2016 at 2:58 PM, Mike Frysinger <vapier@gentoo.org> wrote:
>
> seeing as you can represent the concerns of these communities better
> than probably any of us, it would be great if you could look into the
> cldr process.  from my glances around there, it doesn't look *too*
> hard to break in and start posting contributions, especially when you
> have no one else representing those languages.
> -mike

One of the joys of working with the Sugar Labs / OLPC community is
that we find ourselves on the bleeding edge of new language-in-Linux
introduction.  The substantial OLPC deployments in Peru have driven
indigenous language work (Aymara, Quechua, Awajun, and others to
come).  The same can be said of our work with deployments in Mexico
and their languages as well as some others.

I am generally sympathetic with the notion of trying to drive both
glibc and CLDR locale development forward together. and I have long
wanted to leverage the excellent work of the "100 locales for Africa"
project (in CLDR) into glibc locales as well.  The CLDR
information/translation requirements are somewhat greater, including
as it does portions of the Debian iso-code project strings (languages,
countries, scripts, etc.).  However it is easy enough to simply
locally host versions of those PO files from the Translation Project
on the Sugar Labs Pootle instance to allow their accumulation to
critical mass for CLDR development in the same manner that I had
created a "glibc-helper.pot" file to collect the core translations of
a glibc locale.

If I can get Pootle language setup information (plural numbers, plural
equation) for the languages that exist in glibc, but not CLDR, I'll
host some CLDR-relevant PO files and start looking to recruit
interested localizers, but it must be understood that it is not
particularly easy to find localizers for these languages, they have a
very small footprint on the Internet.

I'll look into it some more and report back to the list.

cjl

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 1/3] localedata: use same comment_char/escape_char in these files
  2016-04-11 20:46                 ` Chris Leonard
@ 2016-04-12  2:11                   ` Mike Frysinger
  2016-04-12  2:50                     ` Chris Leonard
  0 siblings, 1 reply; 17+ messages in thread
From: Mike Frysinger @ 2016-04-12  2:11 UTC (permalink / raw)
  To: Chris Leonard
  Cc: Marko Myllynen, libc-alpha, Carlos O'Donell, Florian Weimer

[-- Attachment #1: Type: text/plain, Size: 2719 bytes --]

On 11 Apr 2016 16:45, Chris Leonard wrote:
> On Mon, Apr 11, 2016 at 2:58 PM, Mike Frysinger wrote:
> > seeing as you can represent the concerns of these communities better
> > than probably any of us, it would be great if you could look into the
> > cldr process.  from my glances around there, it doesn't look *too*
> > hard to break in and start posting contributions, especially when you
> > have no one else representing those languages.
> 
> One of the joys of working with the Sugar Labs / OLPC community is
> that we find ourselves on the bleeding edge of new language-in-Linux
> introduction.  The substantial OLPC deployments in Peru have driven
> indigenous language work (Aymara, Quechua, Awajun, and others to
> come).  The same can be said of our work with deployments in Mexico
> and their languages as well as some others.
> 
> I am generally sympathetic with the notion of trying to drive both
> glibc and CLDR locale development forward together. and I have long
> wanted to leverage the excellent work of the "100 locales for Africa"
> project (in CLDR) into glibc locales as well.  The CLDR
> information/translation requirements are somewhat greater, including
> as it does portions of the Debian iso-code project strings (languages,
> countries, scripts, etc.).  However it is easy enough to simply
> locally host versions of those PO files from the Translation Project
> on the Sugar Labs Pootle instance to allow their accumulation to
> critical mass for CLDR development in the same manner that I had
> created a "glibc-helper.pot" file to collect the core translations of
> a glibc locale.
> 
> If I can get Pootle language setup information (plural numbers, plural
> equation) for the languages that exist in glibc, but not CLDR, I'll
> host some CLDR-relevant PO files and start looking to recruit
> interested localizers, but it must be understood that it is not
> particularly easy to find localizers for these languages, they have a
> very small footprint on the Internet.

my only clarification/semi-counter point is that getting languages into
CLDR probably has a wider impact than only getting into glibc.  that db
is pulled by a significant number of projects/companies (and i know for
a fact it's used internally at Google in conjunction with ICU).  if it's
only glibc though, that impact is entirely limited to people using glibc
as i don't think there's that many people downstream from glibc's locale
db.  and we want to try to automate/smooth the process for adding any of
the locales that exist in CLDR today but not glibc.

tl;dr: locales in glibc might get short term returns, but CLDR is the
       only long term answer.
-mike

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PATCH 1/3] localedata: use same comment_char/escape_char in these files
  2016-04-12  2:11                   ` Mike Frysinger
@ 2016-04-12  2:50                     ` Chris Leonard
  0 siblings, 0 replies; 17+ messages in thread
From: Chris Leonard @ 2016-04-12  2:50 UTC (permalink / raw)
  To: Chris Leonard, Marko Myllynen, libc-alpha, Carlos O'Donell,
	Florian Weimer

On Mon, Apr 11, 2016 at 10:11 PM, Mike Frysinger <vapier@gentoo.org> wrote:

>
> my only clarification/semi-counter point is that getting languages into
> CLDR probably has a wider impact than only getting into glibc.  that db
> is pulled by a significant number of projects/companies (and i know for
> a fact it's used internally at Google in conjunction with ICU).  if it's
> only glibc though, that impact is entirely limited to people using glibc
> as i don't think there's that many people downstream from glibc's locale
> db.  and we want to try to automate/smooth the process for adding any of
> the locales that exist in CLDR today but not glibc.
>
> tl;dr: locales in glibc might get short term returns, but CLDR is the
>        only long term answer.

I totally get the utility of CLDR, but I know of 2-3 million users
that are directly downstream of glibc locales on Sugar/GNOME dual-boot
XO laptops.  Those users span an incredible array of languages that
are not commonly used on computers, yet.  Those laptops have shown
remarkable longevity in the field, I've just loaded a newly minted
build on a ten year old XO-1 and it runs like a charm.  My two main
reasons for swimming upstream to this project are to help those users
and to "show some love" to the upstream.

Nonetheless, I am onboard with the dual-tracking of locale development
to maximize utility and minimize re-work.

cjl

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2016-04-12  2:50 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-20  7:54 [PATCH 1/3] localedata: use same comment_char/escape_char in these files Mike Frysinger
2016-02-20  7:54 ` [PATCH 2/3] localedata: standardize first few lines Mike Frysinger
2016-02-20  7:55 ` [PATCH 3/3] localedata: standardize copyright/license information [BZ #11213] Mike Frysinger
2016-02-25 20:13 ` [PATCH 1/3] localedata: use same comment_char/escape_char in these files Mike Frysinger
2016-03-09 22:24   ` Mike Frysinger
2016-03-11 10:31     ` Marko Myllynen
2016-03-11 14:24       ` Chris Leonard
2016-03-12 12:19         ` Marko Myllynen
2016-03-12 19:10           ` Chris Leonard
2016-03-13 17:50             ` Chris Leonard
2016-03-14 18:06               ` Carlos O'Donell
2016-04-11 18:58               ` Mike Frysinger
2016-04-11 20:46                 ` Chris Leonard
2016-04-12  2:11                   ` Mike Frysinger
2016-04-12  2:50                     ` Chris Leonard
2016-03-14 18:20       ` Carlos O'Donell
2016-03-14 19:43         ` keld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).