The following commit has been merged in the master branch:
commit 44e27869f8b71f0206bb462752f5f7c3f9e8d25c
Author: Guillem Jover <[email protected]>
Date:   Tue Apr 16 21:04:50 2013 +0200

    dselect: Add missing license headers
    
    These do not change any license, they just clarify the current state.
    For old dselect methods that were already present in the dpkg project,
    the license remains GPL2+, for files imported from the dpkg-ftp and
    dpkg-multicd projects the license remains GPL2-only for now.

diff --git a/dselect/methods/Debian/Dselect/Ftp.pm 
b/dselect/methods/Debian/Dselect/Ftp.pm
index 3352e62..7f57ae5 100644
--- a/dselect/methods/Debian/Dselect/Ftp.pm
+++ b/dselect/methods/Debian/Dselect/Ftp.pm
@@ -1,4 +1,15 @@
 # -*-perl-*-
+# 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; version 2 of the License.
+#
+# 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 <http://www.gnu.org/licenses/>.
 
 use Net::FTP;
 use Exporter;
diff --git a/dselect/methods/disk/install b/dselect/methods/disk/install
index 6053599..edd3f70 100755
--- a/dselect/methods/disk/install
+++ b/dselect/methods/disk/install
@@ -1,4 +1,17 @@
 #!/bin/sh
+#
+# 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, see <http://www.gnu.org/licenses/>.
 
 set -e
 vardir="$1"
diff --git a/dselect/methods/disk/setup b/dselect/methods/disk/setup
index bad21a1..4d1f2dd 100755
--- a/dselect/methods/disk/setup
+++ b/dselect/methods/disk/setup
@@ -1,4 +1,17 @@
 #!/bin/sh
+#
+# 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, see <http://www.gnu.org/licenses/>.
 
 set -e
 vardir="$1"
diff --git a/dselect/methods/disk/update b/dselect/methods/disk/update
index 0c9d4a6..81079ea 100755
--- a/dselect/methods/disk/update
+++ b/dselect/methods/disk/update
@@ -1,4 +1,17 @@
 #!/bin/sh
+#
+# 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, see <http://www.gnu.org/licenses/>.
 
 set -e
 vardir="$1"
diff --git a/dselect/methods/floppy/install b/dselect/methods/floppy/install
index 51224c3..7890cd9 100755
--- a/dselect/methods/floppy/install
+++ b/dselect/methods/floppy/install
@@ -1,4 +1,17 @@
 #!/bin/sh
+#
+# 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, see <http://www.gnu.org/licenses/>.
 
 set -e
 vardir="$1"
diff --git a/dselect/methods/floppy/setup b/dselect/methods/floppy/setup
index 8c16cd2..8209cd0 100755
--- a/dselect/methods/floppy/setup
+++ b/dselect/methods/floppy/setup
@@ -1,4 +1,17 @@
 #!/bin/sh
+#
+# 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, see <http://www.gnu.org/licenses/>.
 
 set -e
 vardir="$1"
diff --git a/dselect/methods/floppy/update b/dselect/methods/floppy/update
index 3d79731..563bd80 100755
--- a/dselect/methods/floppy/update
+++ b/dselect/methods/floppy/update
@@ -1,4 +1,17 @@
 #!/bin/sh
+#
+# 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, see <http://www.gnu.org/licenses/>.
 
 set -e
 vardir="$1"
diff --git a/dselect/methods/ftp/install b/dselect/methods/ftp/install
index f1a1c4c..6036f8d 100755
--- a/dselect/methods/ftp/install
+++ b/dselect/methods/ftp/install
@@ -5,7 +5,17 @@
 # Copyright © 1998 Martin Schulze <[email protected]>
 # Copyright © 1999, 2009 Raphaël Hertzog <[email protected]>
 #
-# This program has been distributed under the terms of the GNU GPL.
+# 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; version 2 of the License.
+#
+# 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 <http://www.gnu.org/licenses/>.
 
 use strict;
 use warnings;
diff --git a/dselect/methods/ftp/setup b/dselect/methods/ftp/setup
index 61fb7e0..1dd9855 100755
--- a/dselect/methods/ftp/setup
+++ b/dselect/methods/ftp/setup
@@ -5,7 +5,17 @@
 # Copyright © 1998 Martin Schulze <[email protected]>
 # Copyright © 1999, 2009 Raphaël Hertzog <[email protected]>
 #
-# This program has been distributed under the terms of the GNU GPL.
+# 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; version 2 of the License.
+#
+# 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 <http://www.gnu.org/licenses/>.
 
 use strict;
 use warnings;
diff --git a/dselect/methods/ftp/update b/dselect/methods/ftp/update
index 570028d..713d11c 100755
--- a/dselect/methods/ftp/update
+++ b/dselect/methods/ftp/update
@@ -5,7 +5,17 @@
 # Copyright © 1998 Martin Schulze <[email protected]>
 # Copyright © 1999, 2009 Raphaël Hertzog <[email protected]>
 #
-# This program has been distributed under the terms of the GNU GPL.
+# 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; version 2 of the License.
+#
+# 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 <http://www.gnu.org/licenses/>.
 
 use strict;
 use warnings;

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to