From 93956a4bb6ee45d2d0dba48093a226e5f9e589d2 Mon Sep 17 00:00:00 2001 From: Raphael Hertzog Date: Sat, 16 Feb 2008 20:19:04 +0100 Subject: [PATCH] Dpkg::Sourse::Compressor: add copyright notice --- scripts/Dpkg/Source/Compressor.pm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/scripts/Dpkg/Source/Compressor.pm b/scripts/Dpkg/Source/Compressor.pm index 06ad5841..f31c5c45 100644 --- a/scripts/Dpkg/Source/Compressor.pm +++ b/scripts/Dpkg/Source/Compressor.pm @@ -1,3 +1,19 @@ +# Copyright 2008 Raphaël Hertzog + +# 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; -- 2.39.5