From 50784282f778aa34cad947bbffaecf376fd591db Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Fri, 3 Apr 2020 15:03:41 +0900 Subject: regexp: Add copyright information. Signed-off-by: NIIBE Yutaka --- regexp/parse-unidata.awk | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'regexp/parse-unidata.awk') diff --git a/regexp/parse-unidata.awk b/regexp/parse-unidata.awk index c293c7ecf..8bdc0bf8b 100644 --- a/regexp/parse-unidata.awk +++ b/regexp/parse-unidata.awk @@ -1,5 +1,26 @@ +# +# parse-unidata.awk - generate a table (unicode_case_mapping_upper) +# +# Copyright (C) 2020 g10 Code GmbH +# +# This file is part of GnuPG. +# +# GnuPG is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# GnuPG is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see . +# + # Parse the unicode data from: -# https://unicode.org/Public/UNIDATA/UnicodeData.txt +# https://www.unicode.org/Public/UCD/latest/ucd/UnicodeData.txt # to generate case mapping table BEGIN { -- cgit v1.2.3