r85 - mdadm/trunk/debian

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Mon Aug 7 16:13:14 UTC 2006


Author: madduck
Date: 2006-08-07 16:13:14 +0000 (Mon, 07 Aug 2006)
New Revision: 85

Modified:
   mdadm/trunk/debian/bugscript
   mdadm/trunk/debian/checkarray
   mdadm/trunk/debian/mdadm-raid
   mdadm/trunk/debian/mdadm.config
   mdadm/trunk/debian/mdadm.cron.d
   mdadm/trunk/debian/mdadm.init
   mdadm/trunk/debian/mdadm.postinst
   mdadm/trunk/debian/mdadm.postrm
   mdadm/trunk/debian/mdadm.preinst
   mdadm/trunk/debian/mkconf
   mdadm/trunk/debian/rules
Log:
setting more keywords and licence change

Modified: mdadm/trunk/debian/bugscript
===================================================================
--- mdadm/trunk/debian/bugscript	2006-08-07 16:09:11 UTC (rev 84)
+++ mdadm/trunk/debian/bugscript	2006-08-07 16:13:14 UTC (rev 85)
@@ -5,7 +5,7 @@
 # allows Debian's bug tools to include relevant information in bug reports.
 #
 # Copyright © 2006 martin f. krafft <madduck at debian.org>
-# distributed under the terms of the Artistic Licence.
+# distributed under the terms of the Artistic Licence 2.0
 #
 # we need /bin/bash for readline capabalities in the prompt(s)
 #

Modified: mdadm/trunk/debian/checkarray
===================================================================
--- mdadm/trunk/debian/checkarray	2006-08-07 16:09:11 UTC (rev 84)
+++ mdadm/trunk/debian/checkarray	2006-08-07 16:13:14 UTC (rev 85)
@@ -3,7 +3,7 @@
 # checkarray -- initiates a check run of an array's redundancy information.
 #
 # Copyright © 2006 martin f. krafft <madduck at debian.org>
-# distributed under the terms of the Artistic Licence.
+# distributed under the terms of the Artistic Licence 2.0
 #
 # Revision: $Id$
 #
@@ -12,9 +12,10 @@
 
 about()
 {
-  echo "$PROGNAME -- RAID redundancy checker tool (revision $Id$)"
+  echo "$PROGNAME -- RAID redundancy checker tool"
+  echo "$Id$)"
   echo "Copyright © 2006 martin f. krafft <madduck at debian.org>"
-  echo "Released under the terms of the Artistic Licence."
+  echo "Released under the terms of the Artistic Licence 2.0"
 }
 
 usage()

Modified: mdadm/trunk/debian/mdadm-raid
===================================================================
--- mdadm/trunk/debian/mdadm-raid	2006-08-07 16:09:11 UTC (rev 84)
+++ mdadm/trunk/debian/mdadm-raid	2006-08-07 16:13:14 UTC (rev 85)
@@ -5,6 +5,9 @@
 # Copyright © 2001-2005 Mario Jou/3en <joussen at debian.org>
 # Copyright © 2005-2006 Martin F. Krafft <madduck at debian.org>
 # Distributable under the terms of the GNU GPL version 2.
+#
+# Revision: $Id$
+#
 
 MDADM=/sbin/mdadm
 CONFIG=/etc/mdadm/mdadm.conf


Property changes on: mdadm/trunk/debian/mdadm-raid
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: mdadm/trunk/debian/mdadm.config
===================================================================
--- mdadm/trunk/debian/mdadm.config	2006-08-07 16:09:11 UTC (rev 84)
+++ mdadm/trunk/debian/mdadm.config	2006-08-07 16:13:14 UTC (rev 85)
@@ -2,6 +2,9 @@
 # Copyright © 2001-2004 Mario Jou/3en <joussen at debian.org>
 # Copyright © 2006 martin f. krafft <madduck at debian.org>
 # Distributable under the terms of the GNU GPL version 2.
+#
+# Revision: $Id$
+#
 
 set +u # workaround for #369953
 . /usr/share/debconf/confmodule


Property changes on: mdadm/trunk/debian/mdadm.config
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: mdadm/trunk/debian/mdadm.cron.d
===================================================================
--- mdadm/trunk/debian/mdadm.cron.d	2006-08-07 16:09:11 UTC (rev 84)
+++ mdadm/trunk/debian/mdadm.cron.d	2006-08-07 16:13:14 UTC (rev 85)
@@ -2,8 +2,10 @@
 # cron.d/mdadm -- schedules periodic parity checks of RAID devices
 #
 # Copyright © 2006 martin f. krafft <madduck at madduck.net>
-# distributed under the terms of the Artistic Licence.
+# distributed under the terms of the Artistic Licence 2.0
 #
+# Revision: $Id$
+#
 
 # By default, run at 01:06 on the every Sunday, but do nothing unless the day
 # of the month is less than or equal to 7. Thus, only run on the first Sunday


Property changes on: mdadm/trunk/debian/mdadm.cron.d
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: mdadm/trunk/debian/mdadm.init
===================================================================
--- mdadm/trunk/debian/mdadm.init	2006-08-07 16:09:11 UTC (rev 84)
+++ mdadm/trunk/debian/mdadm.init	2006-08-07 16:13:14 UTC (rev 85)
@@ -5,6 +5,9 @@
 # Copyright © 2001-2005 Mario Jou/3en <joussen at debian.org>
 # Copyright © 2005-2006 Martin F. Krafft <madduck at debian.org>
 # Distributable under the terms of the GNU GPL version 2.
+#
+# Revision: $Id$
+#
 
 MDADM=/sbin/mdadm
 RUNDIR=/var/run/mdadm


Property changes on: mdadm/trunk/debian/mdadm.init
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: mdadm/trunk/debian/mdadm.postinst
===================================================================
--- mdadm/trunk/debian/mdadm.postinst	2006-08-07 16:09:11 UTC (rev 84)
+++ mdadm/trunk/debian/mdadm.postinst	2006-08-07 16:13:14 UTC (rev 85)
@@ -2,6 +2,9 @@
 # Copyright © 2001-2005 Mario Jou/3en <joussen at debian.org>
 # Copyright © 2005-2006 Martin F. Krafft <madduck at debian.org>
 # Distributable under the terms of the GNU GPL version 2.
+#
+# Revision: $Id$
+#
 
 if [ "${1:-}" = "configure" ]; then
 


Property changes on: mdadm/trunk/debian/mdadm.postinst
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: mdadm/trunk/debian/mdadm.postrm
===================================================================
--- mdadm/trunk/debian/mdadm.postrm	2006-08-07 16:09:11 UTC (rev 84)
+++ mdadm/trunk/debian/mdadm.postrm	2006-08-07 16:13:14 UTC (rev 85)
@@ -2,6 +2,9 @@
 # Copyright © 2001,2002 Mario Jou/3en <joussen at debian.org>
 # Copyright © 2006 Martin F. Krafft <madduck at debian.org>
 # Distributable under the terms of the GNU GPL version 2.
+#
+# Revision: $Id$
+#
 
 case "${1:-}" in
   remove)


Property changes on: mdadm/trunk/debian/mdadm.postrm
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: mdadm/trunk/debian/mdadm.preinst
===================================================================
--- mdadm/trunk/debian/mdadm.preinst	2006-08-07 16:09:11 UTC (rev 84)
+++ mdadm/trunk/debian/mdadm.preinst	2006-08-07 16:13:14 UTC (rev 85)
@@ -1,6 +1,9 @@
 #!/bin/sh -eu
 # Copyright © 2006 martin f. krafft <madduck at debian.org>
-# Distributed under the terms of the Artistic Licence.
+# Distributed under the terms of the Artistic Licence 2.0
+#
+# Revision: $Id$
+#
 
 # migrate old configuration from *way back then*
 DEBIANCONFIG=/etc/default/mdadm


Property changes on: mdadm/trunk/debian/mdadm.preinst
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: mdadm/trunk/debian/mkconf
===================================================================
--- mdadm/trunk/debian/mkconf	2006-08-07 16:09:11 UTC (rev 84)
+++ mdadm/trunk/debian/mkconf	2006-08-07 16:13:14 UTC (rev 85)
@@ -3,7 +3,7 @@
 # mkconf -- outputs valid mdadm.conf contents for the local system
 #
 # Copyright © 2006 martin f. krafft <madduck at madduck.net>
-# distributed under the terms of the Artistic Licence.
+# distributed under the terms of the Artistic Licence 2.0
 #
 # Revision: $Id$
 #

Modified: mdadm/trunk/debian/rules
===================================================================
--- mdadm/trunk/debian/rules	2006-08-07 16:09:11 UTC (rev 84)
+++ mdadm/trunk/debian/rules	2006-08-07 16:13:14 UTC (rev 85)
@@ -4,6 +4,7 @@
 # Distributable under the terms of the GNU GPL version 2.
 #
 # Revision: $Id$
+#
 
 #export DH_VERBOSE=1
 




More information about the pkg-mdadm-commits mailing list