[Pkg-sysvinit-commits] r344 - in sysvinit/trunk/debian: . initscripts startpar sysv-rc sysv-rc/sbin

Thomas Hood jdthood-guest at costa.debian.org
Thu Dec 1 16:14:22 UTC 2005


Author: jdthood-guest
Date: 2005-12-01 16:14:21 +0000 (Thu, 01 Dec 2005)
New Revision: 344

Modified:
   sysvinit/trunk/debian/initscripts/copyright
   sysvinit/trunk/debian/readlink.c
   sysvinit/trunk/debian/startpar/COPYING
   sysvinit/trunk/debian/startpar/proc.c
   sysvinit/trunk/debian/startpar/proc.h
   sysvinit/trunk/debian/startpar/startpar.c
   sysvinit/trunk/debian/sysv-rc/copyright
   sysvinit/trunk/debian/sysv-rc/sbin/invoke-rc.d
Log:
Update FSF address

Modified: sysvinit/trunk/debian/initscripts/copyright
===================================================================
--- sysvinit/trunk/debian/initscripts/copyright	2005-12-01 16:07:53 UTC (rev 343)
+++ sysvinit/trunk/debian/initscripts/copyright	2005-12-01 16:14:21 UTC (rev 344)
@@ -24,7 +24,8 @@
 
     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 St, Fifth Floor, Boston, MA  02110-1301 USA
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+    02110-1301 USA
 
 On Debian GNU/Linux systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.

Modified: sysvinit/trunk/debian/readlink.c
===================================================================
--- sysvinit/trunk/debian/readlink.c	2005-12-01 16:07:53 UTC (rev 343)
+++ sysvinit/trunk/debian/readlink.c	2005-12-01 16:14:21 UTC (rev 344)
@@ -22,7 +22,7 @@
  *		This file is part of the sysvinit suite,
  *		Copyright 2004 Miquel van Smoorenburg.
  *
- *		This program is free software; you can redistribute it and/or
+ * License:	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.
@@ -30,11 +30,6 @@
  *		The realpath_sz() function in this file may also be
  *		redistributed under the terms of the LGPL:
  *
- *		This library is free software; you can redistribute it and/or
- *		modify it under the terms of the GNU Library General Public
- *		License as published by the Free Software Foundation; either
- *		version 2 of the License, or (at your option) any later version.
- *
  */
 
 #include <alloca.h>

Modified: sysvinit/trunk/debian/startpar/COPYING
===================================================================
--- sysvinit/trunk/debian/startpar/COPYING	2005-12-01 16:07:53 UTC (rev 343)
+++ sysvinit/trunk/debian/startpar/COPYING	2005-12-01 16:14:21 UTC (rev 344)
@@ -2,7 +2,7 @@
 		       Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-                       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 

Modified: sysvinit/trunk/debian/startpar/proc.c
===================================================================
--- sysvinit/trunk/debian/startpar/proc.c	2005-12-01 16:07:53 UTC (rev 343)
+++ sysvinit/trunk/debian/startpar/proc.c	2005-12-01 16:14:21 UTC (rev 344)
@@ -13,8 +13,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program (see the file COPYING); if not, write to the
- * Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
  *
  ****************************************************************
  */

Modified: sysvinit/trunk/debian/startpar/proc.h
===================================================================
--- sysvinit/trunk/debian/startpar/proc.h	2005-12-01 16:07:53 UTC (rev 343)
+++ sysvinit/trunk/debian/startpar/proc.h	2005-12-01 16:14:21 UTC (rev 344)
@@ -12,8 +12,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program (see the file COPYING); if not, write to the
- * Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
  *
  ****************************************************************
  */

Modified: sysvinit/trunk/debian/startpar/startpar.c
===================================================================
--- sysvinit/trunk/debian/startpar/startpar.c	2005-12-01 16:07:53 UTC (rev 343)
+++ sysvinit/trunk/debian/startpar/startpar.c	2005-12-01 16:14:21 UTC (rev 344)
@@ -12,8 +12,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program (see the file COPYING); if not, write to the
- * Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
  *
  ****************************************************************
  */

Modified: sysvinit/trunk/debian/sysv-rc/copyright
===================================================================
--- sysvinit/trunk/debian/sysv-rc/copyright	2005-12-01 16:07:53 UTC (rev 343)
+++ sysvinit/trunk/debian/sysv-rc/copyright	2005-12-01 16:14:21 UTC (rev 344)
@@ -20,7 +20,8 @@
 
     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 St, Fifth Floor, Boston, MA  02110-1301 USA
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+    02110-1301 USA
 
 On Debian GNU/Linux systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.

Modified: sysvinit/trunk/debian/sysv-rc/sbin/invoke-rc.d
===================================================================
--- sysvinit/trunk/debian/sysv-rc/sbin/invoke-rc.d	2005-12-01 16:07:53 UTC (rev 343)
+++ sysvinit/trunk/debian/sysv-rc/sbin/invoke-rc.d	2005-12-01 16:14:21 UTC (rev 344)
@@ -17,8 +17,8 @@
 # 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-1307 USA
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
 # Constants
 RUNLEVEL=/sbin/runlevel




More information about the Pkg-sysvinit-commits mailing list