From 6090adb68f0ab2b79adba51212bfe7b2dff0e6df Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 1 Oct 2018 13:25:48 +0100 Subject: [PATCH] i18n: i18n-diff-auditor: add copyright notice Signed-off-by: Ian Jackson --- i18n-diff-auditor | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/i18n-diff-auditor b/i18n-diff-auditor index d0b6e070..363103fc 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 . + use strict; use Carp; use Data::Dumper; -- 2.30.2