X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=i18n-diff-auditor;h=363103fccf01e7a4f7bfc47894330d6c56fe2066;hb=6090adb68f0ab2b79adba51212bfe7b2dff0e6df;hp=d0b6e07074a96e620b8b491506b03861d2c27c15;hpb=2ec7a6cbe56ab1a3a584b8c2c23aa0b79421e86c;p=dgit.git 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;