summaryrefslogtreecommitdiffstats
path: root/knetworkconf/backends
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-06 03:13:16 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-06 03:13:16 +0000
commit8cc1b39252a45bc4250dcf0adff0a63393bddcd0 (patch)
tree1ece3748617fd73af4dd234f471bba50cfba47dd /knetworkconf/backends
parent458f2ef16e03a6a344a546906a21d0936a0f118b (diff)
downloadtdeadmin-8cc1b39252a45bc4250dcf0adff0a63393bddcd0.tar.gz
tdeadmin-8cc1b39252a45bc4250dcf0adff0a63393bddcd0.zip
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
Diffstat (limited to 'knetworkconf/backends')
-rw-r--r--knetworkconf/backends/debug.pl.in2
-rw-r--r--knetworkconf/backends/file.pl.in2
-rw-r--r--knetworkconf/backends/general.pl.in2
-rwxr-xr-xknetworkconf/backends/guess_system.sh2
-rwxr-xr-xknetworkconf/backends/network-conf.in2
-rw-r--r--knetworkconf/backends/network.pl.in2
-rw-r--r--knetworkconf/backends/parse.pl.in2
-rw-r--r--knetworkconf/backends/platform.pl.in2
-rw-r--r--knetworkconf/backends/process.pl.in2
-rw-r--r--knetworkconf/backends/replace.pl.in2
-rw-r--r--knetworkconf/backends/report.pl.in2
-rw-r--r--knetworkconf/backends/service-list.pl.in2
-rw-r--r--knetworkconf/backends/service.pl.in2
-rw-r--r--knetworkconf/backends/util.pl.in2
-rw-r--r--knetworkconf/backends/xml.pl.in2
15 files changed, 15 insertions, 15 deletions
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@";