summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-01 13:25:48 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-10-01 13:26:15 +0100
commit6090adb68f0ab2b79adba51212bfe7b2dff0e6df (patch)
tree5531fa21c5754cc81a7dcf2d3c0e0b5a40387d8b
parent2ec7a6cbe56ab1a3a584b8c2c23aa0b79421e86c (diff)
i18n: i18n-diff-auditor: add copyright notice
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xi18n-diff-auditor18
1 files changed, 18 insertions, 0 deletions
diff --git a/i18n-diff-auditor b/i18n-diff-auditor
index d0b6e07..363103f 100755
--- a/i18n-diff-auditor
+++ b/i18n-diff-auditor
@@ -1,4 +1,22 @@
#!/usr/bin/perl -w
+#
+# i18n-diff-auditor
+# Copyright (C)2018 Ian Jackson
+# GPLv3+, NO WARRANTY, see below.
+#
+# This program 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.
+#
+# This program 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 <http://www.gnu.org/licenses/>.
+
use strict;
use Carp;
use Data::Dumper;