testbot/scripts: Standardize the initd copyright notice.

Francois Gouget fgouget at codeweavers.com
Mon Oct 29 09:52:41 CDT 2012


---
 testbot/scripts/initd |   39 +++++++++++++++++----------------------
 1 file changed, 17 insertions(+), 22 deletions(-)

diff --git a/testbot/scripts/initd b/testbot/scripts/initd
index c4caf49..9d3e8b1 100755
--- a/testbot/scripts/initd
+++ b/testbot/scripts/initd
@@ -1,30 +1,25 @@
 #!/bin/sh
 #
-#     System startup script based on template SUSE script for WineTestBot
-#     Copyright (C) 1995--2005  Kurt Garloff, SUSE / Novell Inc.
-#     Copyright 2009 Ge van Geldorp.
-#     Copyright 2012 Francois Gouget
+# A SUSE / LSB compatible system startup script for WineTestBot.
+# See http://www.linuxbase.org/spec/ for reference.
+#
+# Copyright (C) 1995--2005  Kurt Garloff, SUSE / Novell Inc.
+# Copyright 2009 Ge van Geldorp.
+# Copyright 2012 Francois Gouget
 #          
-#     This library is free software; you can redistribute it and/or modify it
-#     under the terms of the GNU Lesser General Public License as published by
-#     the Free Software Foundation; either version 2.1 of the License, or (at
-#     your option) any later version.
-#			      
-#     This library 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
-#     Lesser General Public License for more details.
-#      
-#     You should have received a copy of the GNU Lesser General Public
-#     License along with this library; if not, write to the Free Software
-#     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307,
-#     USA.
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
 #
-# /etc/init.d/winetestbot
-#   and its symbolic link
-# /(usr/)sbin/rcwinetestbot
+# This library 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
+# Lesser General Public License for more details.
 #
-# LSB compatible service control script; see http://www.linuxbase.org/spec/
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 #
 ### BEGIN INIT INFO
 # Provides:          winetestbot
-- 
1.7.10.4




More information about the wine-patches mailing list