summaryrefslogtreecommitdiffstats
path: root/krdc
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 /krdc
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 'krdc')
-rw-r--r--krdc/rdp/krdpview.cpp2
-rw-r--r--krdc/rdp/krdpview.h2
-rw-r--r--krdc/rdp/rdphostpref.cpp2
-rw-r--r--krdc/rdp/rdphostpref.h2
-rw-r--r--krdc/vnc/colour.c2
-rw-r--r--krdc/vnc/desktop.c2
-rw-r--r--krdc/vnc/hextile.c2
-rw-r--r--krdc/vnc/rfbproto.c2
-rw-r--r--krdc/vnc/rfbproto.h2
-rw-r--r--krdc/vnc/sockets.c2
-rw-r--r--krdc/vnc/tight.c2
-rw-r--r--krdc/vnc/vncauth.c2
-rw-r--r--krdc/vnc/vncauth.h2
-rw-r--r--krdc/vnc/vnctypes.h2
-rw-r--r--krdc/vnc/vncviewer.h2
-rw-r--r--krdc/vnc/zlib.c2
16 files changed, 16 insertions, 16 deletions
diff --git a/krdc/rdp/krdpview.cpp b/krdc/rdp/krdpview.cpp
index 5950ae29..3415ae14 100644
--- a/krdc/rdp/krdpview.cpp
+++ b/krdc/rdp/krdpview.cpp
@@ -14,7 +14,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 USA
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
For any questions, comments or whatever, you may mail me at: arend@auton.nl
*/
diff --git a/krdc/rdp/krdpview.h b/krdc/rdp/krdpview.h
index 171da48a..029336f2 100644
--- a/krdc/rdp/krdpview.h
+++ b/krdc/rdp/krdpview.h
@@ -12,7 +12,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 USA
+ MA 02110-1301 USA
For any questions, comments or whatever, you may mail me at: arend@auton.nl
*/
diff --git a/krdc/rdp/rdphostpref.cpp b/krdc/rdp/rdphostpref.cpp
index 1408212b..d3854eb5 100644
--- a/krdc/rdp/rdphostpref.cpp
+++ b/krdc/rdp/rdphostpref.cpp
@@ -12,7 +12,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 USA
+ MA 02110-1301 USA
For any questions, comments or whatever, you may mail me at: arend@auton.nl
*/
diff --git a/krdc/rdp/rdphostpref.h b/krdc/rdp/rdphostpref.h
index bc625778..bf96da02 100644
--- a/krdc/rdp/rdphostpref.h
+++ b/krdc/rdp/rdphostpref.h
@@ -12,7 +12,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 USA
+ MA 02110-1301 USA
For any questions, comments or whatever, you may mail me at: arend@auton.nl
*/
diff --git a/krdc/vnc/colour.c b/krdc/vnc/colour.c
index b9fe411c..06af4fd3 100644
--- a/krdc/vnc/colour.c
+++ b/krdc/vnc/colour.c
@@ -13,7 +13,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/krdc/vnc/desktop.c b/krdc/vnc/desktop.c
index 7e5f17c5..e60c67ee 100644
--- a/krdc/vnc/desktop.c
+++ b/krdc/vnc/desktop.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.
*
* tim@tjansen.de: - removed stuff for krdc
diff --git a/krdc/vnc/hextile.c b/krdc/vnc/hextile.c
index 5cdd92a8..207d93c8 100644
--- a/krdc/vnc/hextile.c
+++ b/krdc/vnc/hextile.c
@@ -13,7 +13,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/krdc/vnc/rfbproto.c b/krdc/vnc/rfbproto.c
index 9b179f23..63901a0f 100644
--- a/krdc/vnc/rfbproto.c
+++ b/krdc/vnc/rfbproto.c
@@ -16,7 +16,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/krdc/vnc/rfbproto.h b/krdc/vnc/rfbproto.h
index 92b84fc6..f08fe66a 100644
--- a/krdc/vnc/rfbproto.h
+++ b/krdc/vnc/rfbproto.h
@@ -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/krdc/vnc/sockets.c b/krdc/vnc/sockets.c
index 8de12d41..aedf59ec 100644
--- a/krdc/vnc/sockets.c
+++ b/krdc/vnc/sockets.c
@@ -13,7 +13,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.
*
* 03-05-2002 tim@tjansen.de: removed Xt event processing for krdc
diff --git a/krdc/vnc/tight.c b/krdc/vnc/tight.c
index 299b690f..597dad6c 100644
--- a/krdc/vnc/tight.c
+++ b/krdc/vnc/tight.c
@@ -13,7 +13,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/krdc/vnc/vncauth.c b/krdc/vnc/vncauth.c
index ec61e3c9..f1e2880c 100644
--- a/krdc/vnc/vncauth.c
+++ b/krdc/vnc/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/krdc/vnc/vncauth.h b/krdc/vnc/vncauth.h
index fe7db00a..044a3db0 100644
--- a/krdc/vnc/vncauth.h
+++ b/krdc/vnc/vncauth.h
@@ -13,7 +13,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/krdc/vnc/vnctypes.h b/krdc/vnc/vnctypes.h
index f8161e1f..fae12549 100644
--- a/krdc/vnc/vnctypes.h
+++ b/krdc/vnc/vnctypes.h
@@ -16,7 +16,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/krdc/vnc/vncviewer.h b/krdc/vnc/vncviewer.h
index 8c76af77..285357b9 100644
--- a/krdc/vnc/vncviewer.h
+++ b/krdc/vnc/vncviewer.h
@@ -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/krdc/vnc/zlib.c b/krdc/vnc/zlib.c
index 8c6e9323..21767b3f 100644
--- a/krdc/vnc/zlib.c
+++ b/krdc/vnc/zlib.c
@@ -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.
*/