aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2011-12-09 20:14:26 +0000
committerDexter Morgan <dmorgan@mageia.org>2011-12-09 20:14:26 +0000
commit36706f405359b051571b8c9852f26c91108f4aab (patch)
treefb7bb454d985411c995d214bd3c03b84d8865a67
parent00ffd8d66da9a426b9be192b3311bafa1ab76332 (diff)
downloadisocheck-36706f405359b051571b8c9852f26c91108f4aab.tar
isocheck-36706f405359b051571b8c9852f26c91108f4aab.tar.gz
isocheck-36706f405359b051571b8c9852f26c91108f4aab.tar.bz2
isocheck-36706f405359b051571b8c9852f26c91108f4aab.tar.xz
isocheck-36706f405359b051571b8c9852f26c91108f4aab.zip
Add licence header
-rw-r--r--test_iso.pl21
1 files changed, 20 insertions, 1 deletions
diff --git a/test_iso.pl b/test_iso.pl
index 2a650eb..87fc27f 100644
--- a/test_iso.pl
+++ b/test_iso.pl
@@ -1,5 +1,24 @@
-#!/usr/bin/perl -w
+# This file is part of the Mageia project
+# Copyright (C) 2011 Damien Lallement <dams@mageia.org>
+# (C) 2011 Romain d'Alverny <rda@mageia.org>
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Library General Public
+# License as published by the Free Software Foundation; either
+# version 2 of the License, or (at your option) any later version.
+#
+# This library 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
+# Library General Public License for more details.
#
+# You should have received a copy of the GNU Library General Public License
+# along with this library; see the file COPYING.LIB. If not, write to
+# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
+#
+#!/usr/bin/perl -w
+
use 5.010;
use MDK::Common;