mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
30891f35fa
We stopped adding "Contributed by" or similar lines in sources in 2012 in favour of git logs and keeping the Contributors section of the glibc manual up to date. Removing these lines makes the license header a bit more consistent across files and also removes the possibility of error in attribution when license blocks or files are copied across since the contributed-by lines don't actually reflect reality in those cases. Move all "Contributed by" and similar lines (Written by, Test by, etc.) into a new file CONTRIBUTED-BY to retain record of these contributions. These contributors are also mentioned in manual/contrib.texi, so we just maintain this additional record as a courtesy to the earlier developers. The following scripts were used to filter a list of files to edit in place and to clean up the CONTRIBUTED-BY file respectively. These were not added to the glibc sources because they're not expected to be of any use in future given that this is a one time task: https://gist.github.com/siddhesh/b5ecac94eabfd72ed2916d6d8157e7dc https://gist.github.com/siddhesh/15ea1f5e435ace9774f485030695ee02 Reviewed-by: Carlos O'Donell <carlos@redhat.com>
127 lines
2.5 KiB
Plaintext
127 lines
2.5 KiB
Plaintext
comment_char %
|
|
escape_char /
|
|
|
|
% This file is part of the GNU C Library and contains locale data.
|
|
% The Free Software Foundation does not claim any copyright interest
|
|
% in the locale data contained in this file. The foregoing does not
|
|
% affect the license of the GNU C Library 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 Israel
|
|
|
|
LC_IDENTIFICATION
|
|
title "English locale for Israel"
|
|
source "Free Software Foundation, Inc."
|
|
address "https:////www.gnu.org//software//libc//"
|
|
contact ""
|
|
email "bug-glibc-locales@gnu.org"
|
|
tel ""
|
|
fax ""
|
|
language "English"
|
|
territory "Israel"
|
|
revision "1.1"
|
|
date "2016-04-19"
|
|
|
|
category "i18n:2012";LC_IDENTIFICATION
|
|
category "i18n:2012";LC_CTYPE
|
|
category "i18n:2012";LC_COLLATE
|
|
category "i18n:2012";LC_TIME
|
|
category "i18n:2012";LC_NUMERIC
|
|
category "i18n:2012";LC_MONETARY
|
|
category "i18n:2012";LC_MESSAGES
|
|
category "i18n:2012";LC_PAPER
|
|
category "i18n:2012";LC_NAME
|
|
category "i18n:2012";LC_ADDRESS
|
|
category "i18n:2012";LC_TELEPHONE
|
|
category "i18n:2012";LC_MEASUREMENT
|
|
END LC_IDENTIFICATION
|
|
|
|
LC_CTYPE
|
|
copy "en_GB"
|
|
END LC_CTYPE
|
|
|
|
LC_COLLATE
|
|
copy "en_GB"
|
|
END LC_COLLATE
|
|
|
|
LC_MONETARY
|
|
copy "he_IL"
|
|
END LC_MONETARY
|
|
|
|
LC_NUMERIC
|
|
copy "he_IL"
|
|
END LC_NUMERIC
|
|
|
|
LC_TIME
|
|
abday "Sun";"Mon";"Tue";"Wed";"Thu";"Fri";"Sat"
|
|
day "Sunday";/
|
|
"Monday";/
|
|
"Tuesday";/
|
|
"Wednesday";/
|
|
"Thursday";/
|
|
"Friday";/
|
|
"Saturday"
|
|
abmon "Jan";"Feb";/
|
|
"Mar";"Apr";/
|
|
"May";"Jun";/
|
|
"Jul";"Aug";/
|
|
"Sep";"Oct";/
|
|
"Nov";"Dec"
|
|
mon "January";/
|
|
"February";/
|
|
"March";/
|
|
"April";/
|
|
"May";/
|
|
"June";/
|
|
"July";/
|
|
"August";/
|
|
"September";/
|
|
"October";/
|
|
"November";/
|
|
"December"
|
|
d_t_fmt "%a %d %b %Y %T"
|
|
date_fmt "%a %d %b %Y %T %Z"
|
|
d_fmt "%d//%m//%y"
|
|
t_fmt "%T"
|
|
am_pm "";""
|
|
t_fmt_ampm ""
|
|
week 7;19971130;1
|
|
% In Israel Sunday is a workday.
|
|
first_workday 1
|
|
END LC_TIME
|
|
|
|
LC_MESSAGES
|
|
copy "en_US"
|
|
END LC_MESSAGES
|
|
|
|
LC_PAPER
|
|
copy "he_IL"
|
|
END LC_PAPER
|
|
|
|
LC_NAME
|
|
copy "en_US"
|
|
END LC_NAME
|
|
|
|
LC_ADDRESS
|
|
postal_fmt "%f%N%a%N%d%N%b%N%s %h %e %r%N%z %T%N%c%N"
|
|
country_name "Israel"
|
|
country_post "ISR"
|
|
country_ab2 "IL"
|
|
country_ab3 "ISR"
|
|
country_num 376
|
|
country_car "IL"
|
|
lang_name "English"
|
|
lang_ab "en"
|
|
lang_term "eng"
|
|
lang_lib "eng"
|
|
END LC_ADDRESS
|
|
|
|
LC_TELEPHONE
|
|
copy "he_IL"
|
|
END LC_TELEPHONE
|
|
|
|
LC_MEASUREMENT
|
|
copy "he_IL"
|
|
END LC_MEASUREMENT
|