The following commit has been merged in the master branch:
commit a4cabaa4af618451de48c262be7d374640a6fae7
Author: Raphaël Hertzog <[email protected]>
Date: Thu Oct 1 23:28:38 2009 +0200
dselect-multicd: add missing copyright statements
The copyright statements come from debian/copyright in the
dpkg-multicd source package (version 0.21).
diff --git a/dselect/methods/multicd/install b/dselect/methods/multicd/install
index 81c5996..1eb577c 100755
--- a/dselect/methods/multicd/install
+++ b/dselect/methods/multicd/install
@@ -1,5 +1,21 @@
#!/bin/sh
+# Copyright (C) 1995-98 Ian Jackson <[email protected]>
+# Copyright (C) 1998 Heiko Schlittermann <[email protected]>
+#
+# 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 dated June, 1991.
+#
+# 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., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
+
set -e
vardir="$1"
method=$2
diff --git a/dselect/methods/multicd/setup b/dselect/methods/multicd/setup
index 7264fc0..ce6e7fc 100755
--- a/dselect/methods/multicd/setup
+++ b/dselect/methods/multicd/setup
@@ -1,5 +1,28 @@
#!/bin/sh
+# The `multicd' package was initially written by Heiko Schlittermann
+# <[email protected]> based on builtin access methods written by Ian
+# Jackson <[email protected]>. The final packaging as well as
+# cleanups were made by Martin Schulze <[email protected]> who also
+# put this package together for the slink release (Debian GNU/Linux
+# 2.1).
+
+# Copyright (C) 1995-98 Ian Jackson <[email protected]>
+# Copyright (C) 1998 Heiko Schlittermann <[email protected]>
+#
+# 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 dated June, 1991.
+#
+# 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., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
+
set -e
vardir="$1"
method=$2
diff --git a/dselect/methods/multicd/update b/dselect/methods/multicd/update
index 364920b..05f5304 100755
--- a/dselect/methods/multicd/update
+++ b/dselect/methods/multicd/update
@@ -1,5 +1,21 @@
#!/bin/sh
+# Copyright (C) 1995-98 Ian Jackson <[email protected]>
+# Copyright (C) 1998 Heiko Schlittermann <[email protected]>
+#
+# 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 dated June, 1991.
+#
+# 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., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
+
set -e
vardir="$1"
method=$2
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]