]> err.no Git - dpkg/commitdiff
Dpkg::Sourse::Compressor: add copyright notice
authorRaphael Hertzog <hertzog@debian.org>
Sat, 16 Feb 2008 19:19:04 +0000 (20:19 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Sat, 16 Feb 2008 19:19:04 +0000 (20:19 +0100)
scripts/Dpkg/Source/Compressor.pm

index 06ad58413bf1eb01af969ebfac0a7a6bfb146b6a..f31c5c45d0d99b9440760ba0f36f460ba4e3f7de 100644 (file)
@@ -1,3 +1,19 @@
+# Copyright 2008 RaphaĆ«l Hertzog <hertzog@debian.org>
+
+# 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 2 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, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
 package Dpkg::Source::Compressor;
 
 use strict;