From f941cbe304f8b852db3fe7b091112f10a0d95d16 Mon Sep 17 00:00:00 2001 From: Andrew Rist Date: Thu, 29 Mar 2012 00:47:44 +0000 Subject: Update headers to Alv2 headers --- i18npool/source/isolang/lcid.awk | 20 ++++++++++++++++++++ i18npool/source/localedata/data/currency-check.awk | 20 ++++++++++++++++++++ .../source/localedata/data/linkermapfile-check.awk | 20 ++++++++++++++++++++ i18npool/source/localedata/data/list-locales.awk | 20 ++++++++++++++++++++ 4 files changed, 80 insertions(+) (limited to 'i18npool') 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 # ...[$xxx-...]... 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 -- cgit