summaryrefslogtreecommitdiffstats
path: root/krfb
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-06 06:05:05 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-06 06:05:05 +0000
commit654fcc369efd9222176430b6e1276a698ec92ce9 (patch)
tree7d8a0a4dcfef220a6b4ba81c5ae9b741d473e9fa /krfb
parent1654c5f87b2ca0dfdbad72cb4a7e1876cef140ee (diff)
downloadtdenetwork-654fcc369efd9222176430b6e1276a698ec92ce9.tar.gz
tdenetwork-654fcc369efd9222176430b6e1276a698ec92ce9.zip
Fixed remaining GPL address zip codes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1070598 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'krfb')
-rw-r--r--krfb/krfb/xupdatescanner.cc2
-rw-r--r--krfb/krfb/xupdatescanner.h2
-rw-r--r--krfb/libvncserver/COPYING2
-rw-r--r--krfb/libvncserver/README2
-rw-r--r--krfb/libvncserver/auth.c2
-rw-r--r--krfb/libvncserver/corre.c2
-rw-r--r--krfb/libvncserver/cursor.c2
-rw-r--r--krfb/libvncserver/cutpaste.c2
-rw-r--r--krfb/libvncserver/example.c2
-rw-r--r--krfb/libvncserver/hextile.c2
-rw-r--r--krfb/libvncserver/httpd.c2
-rw-r--r--krfb/libvncserver/rfb.h2
-rw-r--r--krfb/libvncserver/rfbproto.h2
-rw-r--r--krfb/libvncserver/rfbserver.c2
-rw-r--r--krfb/libvncserver/rre.c2
-rw-r--r--krfb/libvncserver/sockets.c2
-rw-r--r--krfb/libvncserver/stats.c2
-rw-r--r--krfb/libvncserver/storepasswd.c2
-rw-r--r--krfb/libvncserver/tableinit24.c2
-rw-r--r--krfb/libvncserver/tableinitcmtemplate.c2
-rw-r--r--krfb/libvncserver/tableinittctemplate.c2
-rw-r--r--krfb/libvncserver/tabletrans24template.c2
-rw-r--r--krfb/libvncserver/tabletranstemplate.c2
-rw-r--r--krfb/libvncserver/tight.c2
-rw-r--r--krfb/libvncserver/translate.c2
-rw-r--r--krfb/libvncserver/vncauth.c2
-rw-r--r--krfb/libvncserver/zlib.c2
-rw-r--r--krfb/srvloc/getifaddrs.cpp2
-rw-r--r--krfb/srvloc/getifaddrs.h2
29 files changed, 29 insertions, 29 deletions
diff --git a/krfb/krfb/xupdatescanner.cc b/krfb/krfb/xupdatescanner.cc
index 8633e34a..b2cd4f85 100644
--- a/krfb/krfb/xupdatescanner.cc
+++ b/krfb/krfb/xupdatescanner.cc
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this software; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307,
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/
/*
diff --git a/krfb/krfb/xupdatescanner.h b/krfb/krfb/xupdatescanner.h
index 06e43cb1..00cbec82 100644
--- a/krfb/krfb/xupdatescanner.h
+++ b/krfb/krfb/xupdatescanner.h
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this software; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307,
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/
diff --git a/krfb/libvncserver/COPYING b/krfb/libvncserver/COPYING
index b8b475cb..21891a88 100644
--- a/krfb/libvncserver/COPYING
+++ b/krfb/libvncserver/COPYING
@@ -3,7 +3,7 @@
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA
- 02111-1307, USA.
+ 02110-1301, USA.
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
diff --git a/krfb/libvncserver/README b/krfb/libvncserver/README
index 83d6d00e..fc389998 100644
--- a/krfb/libvncserver/README
+++ b/krfb/libvncserver/README
@@ -409,7 +409,7 @@ GNU General Public License 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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.dfdf
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.dfdf
Contact
-------
diff --git a/krfb/libvncserver/auth.c b/krfb/libvncserver/auth.c
index cf0cefec..9a81e1de 100644
--- a/krfb/libvncserver/auth.c
+++ b/krfb/libvncserver/auth.c
@@ -22,7 +22,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this software; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307,
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/
diff --git a/krfb/libvncserver/corre.c b/krfb/libvncserver/corre.c
index fbaaf81a..296c8a2f 100644
--- a/krfb/libvncserver/corre.c
+++ b/krfb/libvncserver/corre.c
@@ -22,7 +22,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this software; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307,
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/
diff --git a/krfb/libvncserver/cursor.c b/krfb/libvncserver/cursor.c
index 5637a97f..a27a2fef 100644
--- a/krfb/libvncserver/cursor.c
+++ b/krfb/libvncserver/cursor.c
@@ -18,7 +18,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this software; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307,
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/
diff --git a/krfb/libvncserver/cutpaste.c b/krfb/libvncserver/cutpaste.c
index 65fd9f8e..21a3a6e8 100644
--- a/krfb/libvncserver/cutpaste.c
+++ b/krfb/libvncserver/cutpaste.c
@@ -19,7 +19,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this software; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307,
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/
diff --git a/krfb/libvncserver/example.c b/krfb/libvncserver/example.c
index 455b3f3d..1cdda701 100644
--- a/krfb/libvncserver/example.c
+++ b/krfb/libvncserver/example.c
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this software; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307,
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/
diff --git a/krfb/libvncserver/hextile.c b/krfb/libvncserver/hextile.c
index 0c914841..bc523675 100644
--- a/krfb/libvncserver/hextile.c
+++ b/krfb/libvncserver/hextile.c
@@ -21,7 +21,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this software; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307,
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/
diff --git a/krfb/libvncserver/httpd.c b/krfb/libvncserver/httpd.c
index 5163f786..17472015 100644
--- a/krfb/libvncserver/httpd.c
+++ b/krfb/libvncserver/httpd.c
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this software; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307,
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/
diff --git a/krfb/libvncserver/rfb.h b/krfb/libvncserver/rfb.h
index a9f3521a..1d62aca5 100644
--- a/krfb/libvncserver/rfb.h
+++ b/krfb/libvncserver/rfb.h
@@ -22,7 +22,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this software; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307,
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/
diff --git a/krfb/libvncserver/rfbproto.h b/krfb/libvncserver/rfbproto.h
index e0bdfc98..cd619dff 100644
--- a/krfb/libvncserver/rfbproto.h
+++ b/krfb/libvncserver/rfbproto.h
@@ -18,7 +18,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this software; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307,
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/
diff --git a/krfb/libvncserver/rfbserver.c b/krfb/libvncserver/rfbserver.c
index 6906efc7..66cc4ee3 100644
--- a/krfb/libvncserver/rfbserver.c
+++ b/krfb/libvncserver/rfbserver.c
@@ -19,7 +19,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this software; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307,
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/
diff --git a/krfb/libvncserver/rre.c b/krfb/libvncserver/rre.c
index b6c5727a..d29e4ae8 100644
--- a/krfb/libvncserver/rre.c
+++ b/krfb/libvncserver/rre.c
@@ -22,7 +22,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this software; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307,
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/
diff --git a/krfb/libvncserver/sockets.c b/krfb/libvncserver/sockets.c
index afeb6a0c..68025b3d 100644
--- a/krfb/libvncserver/sockets.c
+++ b/krfb/libvncserver/sockets.c
@@ -35,7 +35,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this software; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307,
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/
diff --git a/krfb/libvncserver/stats.c b/krfb/libvncserver/stats.c
index ef5779fd..954e6d14 100644
--- a/krfb/libvncserver/stats.c
+++ b/krfb/libvncserver/stats.c
@@ -19,7 +19,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this software; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307,
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/
diff --git a/krfb/libvncserver/storepasswd.c b/krfb/libvncserver/storepasswd.c
index 2f98f121..fb739384 100644
--- a/krfb/libvncserver/storepasswd.c
+++ b/krfb/libvncserver/storepasswd.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this software; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307,
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/
diff --git a/krfb/libvncserver/tableinit24.c b/krfb/libvncserver/tableinit24.c
index d6b28780..03aa5bc8 100644
--- a/krfb/libvncserver/tableinit24.c
+++ b/krfb/libvncserver/tableinit24.c
@@ -19,7 +19,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this software; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307,
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/
diff --git a/krfb/libvncserver/tableinitcmtemplate.c b/krfb/libvncserver/tableinitcmtemplate.c
index d24d6f79..988d436e 100644
--- a/krfb/libvncserver/tableinitcmtemplate.c
+++ b/krfb/libvncserver/tableinitcmtemplate.c
@@ -28,7 +28,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this software; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307,
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/
diff --git a/krfb/libvncserver/tableinittctemplate.c b/krfb/libvncserver/tableinittctemplate.c
index d7c58073..254ba73e 100644
--- a/krfb/libvncserver/tableinittctemplate.c
+++ b/krfb/libvncserver/tableinittctemplate.c
@@ -30,7 +30,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this software; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307,
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/
diff --git a/krfb/libvncserver/tabletrans24template.c b/krfb/libvncserver/tabletrans24template.c
index d3330da0..da778b88 100644
--- a/krfb/libvncserver/tabletrans24template.c
+++ b/krfb/libvncserver/tabletrans24template.c
@@ -30,7 +30,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this software; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307,
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/
diff --git a/krfb/libvncserver/tabletranstemplate.c b/krfb/libvncserver/tabletranstemplate.c
index 7b294995..d2092f3a 100644
--- a/krfb/libvncserver/tabletranstemplate.c
+++ b/krfb/libvncserver/tabletranstemplate.c
@@ -30,7 +30,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this software; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307,
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/
diff --git a/krfb/libvncserver/tight.c b/krfb/libvncserver/tight.c
index 6199daf9..9dd743ac 100644
--- a/krfb/libvncserver/tight.c
+++ b/krfb/libvncserver/tight.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this software; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307,
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/
diff --git a/krfb/libvncserver/translate.c b/krfb/libvncserver/translate.c
index 5d81e421..a690321f 100644
--- a/krfb/libvncserver/translate.c
+++ b/krfb/libvncserver/translate.c
@@ -19,7 +19,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this software; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307,
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/
diff --git a/krfb/libvncserver/vncauth.c b/krfb/libvncserver/vncauth.c
index a85292e2..01a9636a 100644
--- a/krfb/libvncserver/vncauth.c
+++ b/krfb/libvncserver/vncauth.c
@@ -13,7 +13,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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307,
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/
diff --git a/krfb/libvncserver/zlib.c b/krfb/libvncserver/zlib.c
index b1b06197..5661d265 100644
--- a/krfb/libvncserver/zlib.c
+++ b/krfb/libvncserver/zlib.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this software; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307,
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*
* For the latest source code, please check:
diff --git a/krfb/srvloc/getifaddrs.cpp b/krfb/srvloc/getifaddrs.cpp
index 5020dec4..296ca19e 100644
--- a/krfb/srvloc/getifaddrs.cpp
+++ b/krfb/srvloc/getifaddrs.cpp
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- 02111-1307 USA. */
+ 02110-1301 USA. */
/**
* 02-12-26, tim@tjansen.de: put in kde_ namespace, C++ fixes,
diff --git a/krfb/srvloc/getifaddrs.h b/krfb/srvloc/getifaddrs.h
index 97194041..d0514eca 100644
--- a/krfb/srvloc/getifaddrs.h
+++ b/krfb/srvloc/getifaddrs.h
@@ -15,7 +15,7 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- 02111-1307 USA. */
+ 02110-1301 USA. */
/**
* 02-12-26, tim@tjansen.de: added kde_ prefix, fallback-code,