From 8cc1b39252a45bc4250dcf0adff0a63393bddcd0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 6 Jan 2010 03:13:16 +0000 Subject: Updated obsolete GPL license addresses to current GPL address git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1070573 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- knetworkconf/COPYING | 4 ++-- knetworkconf/backends/debug.pl.in | 2 +- knetworkconf/backends/file.pl.in | 2 +- knetworkconf/backends/general.pl.in | 2 +- knetworkconf/backends/guess_system.sh | 2 +- knetworkconf/backends/network-conf.in | 2 +- knetworkconf/backends/network.pl.in | 2 +- knetworkconf/backends/parse.pl.in | 2 +- knetworkconf/backends/platform.pl.in | 2 +- knetworkconf/backends/process.pl.in | 2 +- knetworkconf/backends/replace.pl.in | 2 +- knetworkconf/backends/report.pl.in | 2 +- knetworkconf/backends/service-list.pl.in | 2 +- knetworkconf/backends/service.pl.in | 2 +- knetworkconf/backends/util.pl.in | 2 +- knetworkconf/backends/xml.pl.in | 2 +- knetworkconf/knetworkconf/knetworkconfiface.h | 2 +- 17 files changed, 18 insertions(+), 18 deletions(-) diff --git a/knetworkconf/COPYING b/knetworkconf/COPYING index 5b6e7c6..60d3c87 100644 --- a/knetworkconf/COPYING +++ b/knetworkconf/COPYING @@ -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 + 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found. 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 + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307 USA Also add information on how to contact you by electronic and paper mail. diff --git a/knetworkconf/backends/debug.pl.in b/knetworkconf/backends/debug.pl.in index 1b5b5c1..0512308 100644 --- a/knetworkconf/backends/debug.pl.in +++ b/knetworkconf/backends/debug.pl.in @@ -19,7 +19,7 @@ # # You should have received a copy of the GNU Library 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. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. use File::Path; use File::Copy; diff --git a/knetworkconf/backends/file.pl.in b/knetworkconf/backends/file.pl.in index f3be154..ac73301 100644 --- a/knetworkconf/backends/file.pl.in +++ b/knetworkconf/backends/file.pl.in @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Library 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. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. use File::Path; use File::Copy; diff --git a/knetworkconf/backends/general.pl.in b/knetworkconf/backends/general.pl.in index 809c77a..4657487 100644 --- a/knetworkconf/backends/general.pl.in +++ b/knetworkconf/backends/general.pl.in @@ -19,7 +19,7 @@ # # You should have received a copy of the GNU Library 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. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. $SCRIPTSDIR = "@scriptsdir@"; diff --git a/knetworkconf/backends/guess_system.sh b/knetworkconf/backends/guess_system.sh index e1b5871..9b7bfa9 100755 --- a/knetworkconf/backends/guess_system.sh +++ b/knetworkconf/backends/guess_system.sh @@ -15,7 +15,7 @@ # # 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. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a diff --git a/knetworkconf/backends/network-conf.in b/knetworkconf/backends/network-conf.in index 88af2df..3ef92fa 100755 --- a/knetworkconf/backends/network-conf.in +++ b/knetworkconf/backends/network-conf.in @@ -22,7 +22,7 @@ # # You should have received a copy of the GNU Library 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. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # Best viewed with 100 columns of width. diff --git a/knetworkconf/backends/network.pl.in b/knetworkconf/backends/network.pl.in index d3daee4..edd6b73 100644 --- a/knetworkconf/backends/network.pl.in +++ b/knetworkconf/backends/network.pl.in @@ -23,7 +23,7 @@ # # You should have received a copy of the GNU Library 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. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. use Socket; diff --git a/knetworkconf/backends/parse.pl.in b/knetworkconf/backends/parse.pl.in index 9bad7d8..25c9373 100644 --- a/knetworkconf/backends/parse.pl.in +++ b/knetworkconf/backends/parse.pl.in @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Library 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. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. $SCRIPTSDIR = "@scriptsdir@"; diff --git a/knetworkconf/backends/platform.pl.in b/knetworkconf/backends/platform.pl.in index 1a5b7eb..100cd6a 100644 --- a/knetworkconf/backends/platform.pl.in +++ b/knetworkconf/backends/platform.pl.in @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Library 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. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # --- System guessing --- # diff --git a/knetworkconf/backends/process.pl.in b/knetworkconf/backends/process.pl.in index c1047d6..353f6ce 100644 --- a/knetworkconf/backends/process.pl.in +++ b/knetworkconf/backends/process.pl.in @@ -19,7 +19,7 @@ # # You should have received a copy of the GNU Library 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. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. $SCRIPTSDIR = "@scriptsdir@"; if ($SCRIPTSDIR =~ /^@scriptsdir[@]/) diff --git a/knetworkconf/backends/replace.pl.in b/knetworkconf/backends/replace.pl.in index 677c56e..a72e3ef 100644 --- a/knetworkconf/backends/replace.pl.in +++ b/knetworkconf/backends/replace.pl.in @@ -22,7 +22,7 @@ # # You should have received a copy of the GNU Library 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. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. $SCRIPTSDIR = "@scriptsdir@"; diff --git a/knetworkconf/backends/report.pl.in b/knetworkconf/backends/report.pl.in index a1c23d3..68326dd 100644 --- a/knetworkconf/backends/report.pl.in +++ b/knetworkconf/backends/report.pl.in @@ -19,7 +19,7 @@ # # You should have received a copy of the GNU Library 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. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. $SCRIPTSDIR = "@scriptsdir@"; diff --git a/knetworkconf/backends/service-list.pl.in b/knetworkconf/backends/service-list.pl.in index 460c4ea..5d66645 100644 --- a/knetworkconf/backends/service-list.pl.in +++ b/knetworkconf/backends/service-list.pl.in @@ -19,7 +19,7 @@ # # You should have received a copy of the GNU Library 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. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # This function determines if a service is "forbidden" or not (if runlevel-admin must show it or not) diff --git a/knetworkconf/backends/service.pl.in b/knetworkconf/backends/service.pl.in index d4ce8b3..abf041b 100644 --- a/knetworkconf/backends/service.pl.in +++ b/knetworkconf/backends/service.pl.in @@ -21,7 +21,7 @@ # # You should have received a copy of the GNU Library 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. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. $rcd_path; $initd_path; diff --git a/knetworkconf/backends/util.pl.in b/knetworkconf/backends/util.pl.in index dea7036..b175fb8 100644 --- a/knetworkconf/backends/util.pl.in +++ b/knetworkconf/backends/util.pl.in @@ -22,7 +22,7 @@ # # You should have received a copy of the GNU Library 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. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # --- Utilities for strings, arrays and other data structures --- # diff --git a/knetworkconf/backends/xml.pl.in b/knetworkconf/backends/xml.pl.in index 9ebbde5..b9810c6 100644 --- a/knetworkconf/backends/xml.pl.in +++ b/knetworkconf/backends/xml.pl.in @@ -21,7 +21,7 @@ # # You should have received a copy of the GNU Library 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. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. $SCRIPTSDIR = "@scriptsdir@"; diff --git a/knetworkconf/knetworkconf/knetworkconfiface.h b/knetworkconf/knetworkconf/knetworkconfiface.h index 2e6106e..8b0eebf 100644 --- a/knetworkconf/knetworkconf/knetworkconfiface.h +++ b/knetworkconf/knetworkconf/knetworkconfiface.h @@ -16,7 +16,7 @@ * * 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. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. * */ -- cgit v1.2.1