From 36706f405359b051571b8c9852f26c91108f4aab Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Fri, 9 Dec 2011 20:14:26 +0000 Subject: Add licence header --- test_iso.pl | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) 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 +# (C) 2011 Romain d'Alverny +# +# 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; -- cgit v1.2.1