[Dh-make-php-commits] r195 - trunk

Uwe Steinmann steinm at costa.debian.org
Wed May 31 15:23:56 UTC 2006


Author: steinm
Date: 2006-05-31 15:23:55 +0000 (Wed, 31 May 2006)
New Revision: 195

Modified:
   trunk/dh-make-pear
   trunk/dh-make-pecl
Log:
- added license to head of file


Modified: trunk/dh-make-pear
===================================================================
--- trunk/dh-make-pear	2006-05-31 14:23:38 UTC (rev 194)
+++ trunk/dh-make-pear	2006-05-31 15:23:55 UTC (rev 195)
@@ -1,4 +1,13 @@
 #!/bin/sh
+#
+# dh-make-pear creates a debian package from a pear package
+#
+# Copyright (C) 2005-2006 by Uwe Steinmann <steinm at debian.org>
+# under the GNU GPL license version 2.0 or 2.1.
+# You should have received a copy of the GPL license
+# along with this program if you did not you can find it
+# at http://www.gnu.org/.
+
 PROGNAME=dh-make-pear
 PROGVERSION=0.0.13
 PREFIX=/usr

Modified: trunk/dh-make-pecl
===================================================================
--- trunk/dh-make-pecl	2006-05-31 14:23:38 UTC (rev 194)
+++ trunk/dh-make-pecl	2006-05-31 15:23:55 UTC (rev 195)
@@ -1,4 +1,13 @@
 #!/bin/sh
+#
+# dh-make-pecl creates a debian package from a pecl package
+#
+# Copyright (C) 2005-2006 by Uwe Steinmann <steinm at debian.org>
+# under the GNU GPL license version 2.0 or 2.1.
+# You should have received a copy of the GPL license
+# along with this program if you did not you can find it
+# at http://www.gnu.org/.
+
 PROGNAME=dh-make-pecl
 PROGVERSION=0.0.13
 PREFIX=/usr




More information about the Dh-make-php-commits mailing list