diff options
author | Andrew Rist <arist@apache.org> | 2012-03-29 00:47:44 +0000 |
---|---|---|
committer | Andrew Rist <arist@apache.org> | 2012-03-29 00:47:44 +0000 |
commit | f941cbe304f8b852db3fe7b091112f10a0d95d16 (patch) | |
tree | f3c5b374483359aec907decd82dfece8cb6aed2b /i18npool | |
parent | a9b196c20a78b614c407341e978be2db370a4b43 (diff) |
Update headers to Alv2 headers
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/isolang/lcid.awk | 20 | ||||
-rw-r--r-- | i18npool/source/localedata/data/currency-check.awk | 20 | ||||
-rw-r--r-- | i18npool/source/localedata/data/linkermapfile-check.awk | 20 | ||||
-rw-r--r-- | i18npool/source/localedata/data/list-locales.awk | 20 |
4 files changed, 80 insertions, 0 deletions
diff --git a/i18npool/source/isolang/lcid.awk b/i18npool/source/isolang/lcid.awk index b8209e7a585e..2ae27ff108c5 100644 --- a/i18npool/source/isolang/lcid.awk +++ b/i18npool/source/isolang/lcid.awk @@ -1,4 +1,24 @@ #!/usr/bin/awk -f +# ************************************************************* +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# ************************************************************* # # Utility to compare MS-LANGID definitions with those defined in ../../inc/i18npool/lang.h # Run in i18npool/source/isolang diff --git a/i18npool/source/localedata/data/currency-check.awk b/i18npool/source/localedata/data/currency-check.awk index 9aef17636da2..a7aa1234f71e 100644 --- a/i18npool/source/localedata/data/currency-check.awk +++ b/i18npool/source/localedata/data/currency-check.awk @@ -1,4 +1,24 @@ #!/usr/bin/gawk -f +# ************************************************************* +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# ************************************************************* # Usage: gawk -f currency-check.awk *.xml # Check any # <FormatCode>...[$xxx-...]...</FormatCode> diff --git a/i18npool/source/localedata/data/linkermapfile-check.awk b/i18npool/source/localedata/data/linkermapfile-check.awk index baa703a3468e..1313b8b84f4e 100644 --- a/i18npool/source/localedata/data/linkermapfile-check.awk +++ b/i18npool/source/localedata/data/linkermapfile-check.awk @@ -1,4 +1,24 @@ #!/usr/bin/gawk -f +# ************************************************************* +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# ************************************************************* # Usage: gawk -f linkermapfile-check.awk *.map *.xml # Order of *.map *.xml is important, otherwise all symbols are reported to be # missing. diff --git a/i18npool/source/localedata/data/list-locales.awk b/i18npool/source/localedata/data/list-locales.awk index 9921e7f92c88..904d1c2cf53b 100644 --- a/i18npool/source/localedata/data/list-locales.awk +++ b/i18npool/source/localedata/data/list-locales.awk @@ -1,4 +1,24 @@ #!/usr/bin/gawk -f +# ************************************************************* +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +# ************************************************************* #// Usage: gawk -f list-locales.awk *.xml #// Simply create a verbose list of known locales as stated in XML files. #// Author: Eike Rathke <erack@sun.com> |