summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
Diffstat (limited to 'gdk')
-rw-r--r--gdk/MwmUtil.h5
-rw-r--r--gdk/gdk.c5
-rw-r--r--gdk/gdk.h5
-rw-r--r--gdk/gdkcc.c5
-rw-r--r--gdk/gdkcolor.c5
-rw-r--r--gdk/gdkcursor.c5
-rw-r--r--gdk/gdkcursors.h5
-rw-r--r--gdk/gdkdraw.c5
-rw-r--r--gdk/gdkfont.c5
-rw-r--r--gdk/gdkgc.c5
-rw-r--r--gdk/gdkglobals.c5
-rw-r--r--gdk/gdki18n.h5
-rw-r--r--gdk/gdkimage.c5
-rw-r--r--gdk/gdkinput.c5
-rw-r--r--gdk/gdkinput.h5
-rw-r--r--gdk/gdkinputcommon.h5
-rw-r--r--gdk/gdkinputgxi.h5
-rw-r--r--gdk/gdkinputnone.h5
-rw-r--r--gdk/gdkinputxfree.h5
-rw-r--r--gdk/gdkkeysyms.h5
-rw-r--r--gdk/gdkpixmap.c5
-rw-r--r--gdk/gdkprivate.h5
-rw-r--r--gdk/gdkproperty.c5
-rw-r--r--gdk/gdkrectangle.c5
-rw-r--r--gdk/gdkregion.c5
-rw-r--r--gdk/gdkselection.c5
-rw-r--r--gdk/gdktypes.h5
-rw-r--r--gdk/gdkvisual.c5
-rw-r--r--gdk/gdkwindow.c5
-rw-r--r--gdk/gdkx.h5
-rw-r--r--gdk/gdkxid.c5
-rw-r--r--gdk/x11/MwmUtil.h5
-rw-r--r--gdk/x11/gdkcc-x11.c5
-rw-r--r--gdk/x11/gdkcolor-x11.c5
-rw-r--r--gdk/x11/gdkcursor-x11.c5
-rw-r--r--gdk/x11/gdkfont-x11.c5
-rw-r--r--gdk/x11/gdkglobals-x11.c5
-rw-r--r--gdk/x11/gdkimage-x11.c5
-rw-r--r--gdk/x11/gdkinput-gxi.c5
-rw-r--r--gdk/x11/gdkinput-none.c5
-rw-r--r--gdk/x11/gdkinput-x11.c5
-rw-r--r--gdk/x11/gdkinput-xfree.c5
-rw-r--r--gdk/x11/gdkinput.c5
-rw-r--r--gdk/x11/gdkmain-x11.c5
-rw-r--r--gdk/x11/gdkpixmap-x11.c5
-rw-r--r--gdk/x11/gdkproperty-x11.c5
-rw-r--r--gdk/x11/gdkregion-x11.c5
-rw-r--r--gdk/x11/gdkselection-x11.c5
-rw-r--r--gdk/x11/gdkvisual-x11.c5
-rw-r--r--gdk/x11/gdkwindow-x11.c5
-rw-r--r--gdk/x11/gdkx.h5
-rw-r--r--gdk/x11/gdkxid.c5
52 files changed, 156 insertions, 104 deletions
diff --git a/gdk/MwmUtil.h b/gdk/MwmUtil.h
index 3628e9c0c..9f4e3a29b 100644
--- a/gdk/MwmUtil.h
+++ b/gdk/MwmUtil.h
@@ -17,8 +17,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*
**/
diff --git a/gdk/gdk.c b/gdk/gdk.c
index b7a4da58f..b1ccb631d 100644
--- a/gdk/gdk.c
+++ b/gdk/gdk.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include "../config.h"
diff --git a/gdk/gdk.h b/gdk/gdk.h
index c8c94fc5a..a87437694 100644
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#ifndef __GDK_H__
#define __GDK_H__
diff --git a/gdk/gdkcc.c b/gdk/gdkcc.c
index d55756874..ed9444aed 100644
--- a/gdk/gdkcc.c
+++ b/gdk/gdkcc.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
/* Color Context module
diff --git a/gdk/gdkcolor.c b/gdk/gdkcolor.c
index 9e052965e..f55869b71 100644
--- a/gdk/gdkcolor.c
+++ b/gdk/gdkcolor.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include <X11/Xlib.h>
#include "gdk.h"
diff --git a/gdk/gdkcursor.c b/gdk/gdkcursor.c
index 83b95aa6c..185419374 100644
--- a/gdk/gdkcursor.c
+++ b/gdk/gdkcursor.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include <X11/Xlib.h>
#include <X11/cursorfont.h>
diff --git a/gdk/gdkcursors.h b/gdk/gdkcursors.h
index 5e0f1f9df..63400fa99 100644
--- a/gdk/gdkcursors.h
+++ b/gdk/gdkcursors.h
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
GDK_NUM_GLYPHS = 154,
GDK_X_CURSOR = 0,
diff --git a/gdk/gdkdraw.c b/gdk/gdkdraw.c
index 3d39d3faa..2725367c1 100644
--- a/gdk/gdkdraw.c
+++ b/gdk/gdkdraw.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include <X11/Xlib.h>
#include <X11/Xos.h>
diff --git a/gdk/gdkfont.c b/gdk/gdkfont.c
index 8b45be394..888afbf69 100644
--- a/gdk/gdkfont.c
+++ b/gdk/gdkfont.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include <X11/Xlib.h>
#include <X11/Xos.h>
diff --git a/gdk/gdkgc.c b/gdk/gdkgc.c
index fb25e5dcd..8ffce9e47 100644
--- a/gdk/gdkgc.c
+++ b/gdk/gdkgc.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include <string.h>
#include <X11/Xlib.h>
diff --git a/gdk/gdkglobals.c b/gdk/gdkglobals.c
index edfd89fd8..6e34bfa88 100644
--- a/gdk/gdkglobals.c
+++ b/gdk/gdkglobals.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include <stdio.h>
#include <X11/Xlib.h>
diff --git a/gdk/gdki18n.h b/gdk/gdki18n.h
index 11e4fc92d..9cd1ba977 100644
--- a/gdk/gdki18n.h
+++ b/gdk/gdki18n.h
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#ifndef __GDK_I18N_H__
diff --git a/gdk/gdkimage.c b/gdk/gdkimage.c
index 1a7273bc5..82c542122 100644
--- a/gdk/gdkimage.c
+++ b/gdk/gdkimage.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include "../config.h"
diff --git a/gdk/gdkinput.c b/gdk/gdkinput.c
index 8a66b8365..e47f2205f 100644
--- a/gdk/gdkinput.c
+++ b/gdk/gdkinput.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include <stdlib.h>
#include <X11/Xlib.h>
diff --git a/gdk/gdkinput.h b/gdk/gdkinput.h
index a039679b3..54224c195 100644
--- a/gdk/gdkinput.h
+++ b/gdk/gdkinput.h
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#ifndef __GDK_INPUT_H__
diff --git a/gdk/gdkinputcommon.h b/gdk/gdkinputcommon.h
index 2dc5a6d85..dfe161fd7 100644
--- a/gdk/gdkinputcommon.h
+++ b/gdk/gdkinputcommon.h
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#if defined(XINPUT_GXI) || defined(XINPUT_XFREE)
diff --git a/gdk/gdkinputgxi.h b/gdk/gdkinputgxi.h
index 3d67eb513..74b3c0639 100644
--- a/gdk/gdkinputgxi.h
+++ b/gdk/gdkinputgxi.h
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#ifdef XINPUT_GXI
diff --git a/gdk/gdkinputnone.h b/gdk/gdkinputnone.h
index 6dd999b83..44bd8d037 100644
--- a/gdk/gdkinputnone.h
+++ b/gdk/gdkinputnone.h
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#ifdef XINPUT_NONE
diff --git a/gdk/gdkinputxfree.h b/gdk/gdkinputxfree.h
index 704c11aef..efc728cb0 100644
--- a/gdk/gdkinputxfree.h
+++ b/gdk/gdkinputxfree.h
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#ifdef XINPUT_XFREE
diff --git a/gdk/gdkkeysyms.h b/gdk/gdkkeysyms.h
index 45d22a4cb..0ef07706f 100644
--- a/gdk/gdkkeysyms.h
+++ b/gdk/gdkkeysyms.h
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#define GDK_VoidSymbol 0xFFFFFF
#define GDK_BackSpace 0xFF08
diff --git a/gdk/gdkpixmap.c b/gdk/gdkpixmap.c
index 61f97732e..5cbca00c5 100644
--- a/gdk/gdkpixmap.c
+++ b/gdk/gdkpixmap.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include "../config.h"
#include <stdlib.h>
diff --git a/gdk/gdkprivate.h b/gdk/gdkprivate.h
index d45bcc67e..2749d5ff4 100644
--- a/gdk/gdkprivate.h
+++ b/gdk/gdkprivate.h
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#ifndef __GDK_PRIVATE_H__
#define __GDK_PRIVATE_H__
diff --git a/gdk/gdkproperty.c b/gdk/gdkproperty.c
index 40140a026..36e3c2202 100644
--- a/gdk/gdkproperty.c
+++ b/gdk/gdkproperty.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include <X11/Xlib.h>
#include <X11/Xatom.h>
diff --git a/gdk/gdkrectangle.c b/gdk/gdkrectangle.c
index dbb35b664..18bfa653a 100644
--- a/gdk/gdkrectangle.c
+++ b/gdk/gdkrectangle.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include "gdk.h"
diff --git a/gdk/gdkregion.c b/gdk/gdkregion.c
index 8863d62e6..e949b3cad 100644
--- a/gdk/gdkregion.c
+++ b/gdk/gdkregion.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include <X11/Xlib.h>
diff --git a/gdk/gdkselection.c b/gdk/gdkselection.c
index b8f1c9ff6..f1abc01cf 100644
--- a/gdk/gdkselection.c
+++ b/gdk/gdkselection.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include <X11/Xlib.h>
#include <X11/Xatom.h>
diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h
index 132d0475f..6a2860e59 100644
--- a/gdk/gdktypes.h
+++ b/gdk/gdktypes.h
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#ifndef __GDK_TYPES_H__
#define __GDK_TYPES_H__
diff --git a/gdk/gdkvisual.c b/gdk/gdkvisual.c
index 65b347dd9..90ca5cfe7 100644
--- a/gdk/gdkvisual.c
+++ b/gdk/gdkvisual.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include <X11/Xlib.h>
#include <X11/Xutil.h>
diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c
index 840414476..4edb1ead6 100644
--- a/gdk/gdkwindow.c
+++ b/gdk/gdkwindow.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include <X11/Xlib.h>
diff --git a/gdk/gdkx.h b/gdk/gdkx.h
index cc43cbca1..2f43fd85f 100644
--- a/gdk/gdkx.h
+++ b/gdk/gdkx.h
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#ifndef __GDK_X_H__
#define __GDK_X_H__
diff --git a/gdk/gdkxid.c b/gdk/gdkxid.c
index 94c304f4e..6a538ba52 100644
--- a/gdk/gdkxid.c
+++ b/gdk/gdkxid.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include "gdkprivate.h"
#include <stdio.h>
diff --git a/gdk/x11/MwmUtil.h b/gdk/x11/MwmUtil.h
index 3628e9c0c..9f4e3a29b 100644
--- a/gdk/x11/MwmUtil.h
+++ b/gdk/x11/MwmUtil.h
@@ -17,8 +17,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*
**/
diff --git a/gdk/x11/gdkcc-x11.c b/gdk/x11/gdkcc-x11.c
index d55756874..ed9444aed 100644
--- a/gdk/x11/gdkcc-x11.c
+++ b/gdk/x11/gdkcc-x11.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
/* Color Context module
diff --git a/gdk/x11/gdkcolor-x11.c b/gdk/x11/gdkcolor-x11.c
index 9e052965e..f55869b71 100644
--- a/gdk/x11/gdkcolor-x11.c
+++ b/gdk/x11/gdkcolor-x11.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include <X11/Xlib.h>
#include "gdk.h"
diff --git a/gdk/x11/gdkcursor-x11.c b/gdk/x11/gdkcursor-x11.c
index 83b95aa6c..185419374 100644
--- a/gdk/x11/gdkcursor-x11.c
+++ b/gdk/x11/gdkcursor-x11.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include <X11/Xlib.h>
#include <X11/cursorfont.h>
diff --git a/gdk/x11/gdkfont-x11.c b/gdk/x11/gdkfont-x11.c
index 8b45be394..888afbf69 100644
--- a/gdk/x11/gdkfont-x11.c
+++ b/gdk/x11/gdkfont-x11.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include <X11/Xlib.h>
#include <X11/Xos.h>
diff --git a/gdk/x11/gdkglobals-x11.c b/gdk/x11/gdkglobals-x11.c
index edfd89fd8..6e34bfa88 100644
--- a/gdk/x11/gdkglobals-x11.c
+++ b/gdk/x11/gdkglobals-x11.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include <stdio.h>
#include <X11/Xlib.h>
diff --git a/gdk/x11/gdkimage-x11.c b/gdk/x11/gdkimage-x11.c
index 1a7273bc5..82c542122 100644
--- a/gdk/x11/gdkimage-x11.c
+++ b/gdk/x11/gdkimage-x11.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include "../config.h"
diff --git a/gdk/x11/gdkinput-gxi.c b/gdk/x11/gdkinput-gxi.c
index 3d67eb513..74b3c0639 100644
--- a/gdk/x11/gdkinput-gxi.c
+++ b/gdk/x11/gdkinput-gxi.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#ifdef XINPUT_GXI
diff --git a/gdk/x11/gdkinput-none.c b/gdk/x11/gdkinput-none.c
index 6dd999b83..44bd8d037 100644
--- a/gdk/x11/gdkinput-none.c
+++ b/gdk/x11/gdkinput-none.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#ifdef XINPUT_NONE
diff --git a/gdk/x11/gdkinput-x11.c b/gdk/x11/gdkinput-x11.c
index 2dc5a6d85..dfe161fd7 100644
--- a/gdk/x11/gdkinput-x11.c
+++ b/gdk/x11/gdkinput-x11.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#if defined(XINPUT_GXI) || defined(XINPUT_XFREE)
diff --git a/gdk/x11/gdkinput-xfree.c b/gdk/x11/gdkinput-xfree.c
index 704c11aef..efc728cb0 100644
--- a/gdk/x11/gdkinput-xfree.c
+++ b/gdk/x11/gdkinput-xfree.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#ifdef XINPUT_XFREE
diff --git a/gdk/x11/gdkinput.c b/gdk/x11/gdkinput.c
index 8a66b8365..e47f2205f 100644
--- a/gdk/x11/gdkinput.c
+++ b/gdk/x11/gdkinput.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include <stdlib.h>
#include <X11/Xlib.h>
diff --git a/gdk/x11/gdkmain-x11.c b/gdk/x11/gdkmain-x11.c
index b7a4da58f..b1ccb631d 100644
--- a/gdk/x11/gdkmain-x11.c
+++ b/gdk/x11/gdkmain-x11.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include "../config.h"
diff --git a/gdk/x11/gdkpixmap-x11.c b/gdk/x11/gdkpixmap-x11.c
index 61f97732e..5cbca00c5 100644
--- a/gdk/x11/gdkpixmap-x11.c
+++ b/gdk/x11/gdkpixmap-x11.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include "../config.h"
#include <stdlib.h>
diff --git a/gdk/x11/gdkproperty-x11.c b/gdk/x11/gdkproperty-x11.c
index 40140a026..36e3c2202 100644
--- a/gdk/x11/gdkproperty-x11.c
+++ b/gdk/x11/gdkproperty-x11.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include <X11/Xlib.h>
#include <X11/Xatom.h>
diff --git a/gdk/x11/gdkregion-x11.c b/gdk/x11/gdkregion-x11.c
index 8863d62e6..e949b3cad 100644
--- a/gdk/x11/gdkregion-x11.c
+++ b/gdk/x11/gdkregion-x11.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include <X11/Xlib.h>
diff --git a/gdk/x11/gdkselection-x11.c b/gdk/x11/gdkselection-x11.c
index b8f1c9ff6..f1abc01cf 100644
--- a/gdk/x11/gdkselection-x11.c
+++ b/gdk/x11/gdkselection-x11.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include <X11/Xlib.h>
#include <X11/Xatom.h>
diff --git a/gdk/x11/gdkvisual-x11.c b/gdk/x11/gdkvisual-x11.c
index 65b347dd9..90ca5cfe7 100644
--- a/gdk/x11/gdkvisual-x11.c
+++ b/gdk/x11/gdkvisual-x11.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include <X11/Xlib.h>
#include <X11/Xutil.h>
diff --git a/gdk/x11/gdkwindow-x11.c b/gdk/x11/gdkwindow-x11.c
index 840414476..4edb1ead6 100644
--- a/gdk/x11/gdkwindow-x11.c
+++ b/gdk/x11/gdkwindow-x11.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include <X11/Xlib.h>
diff --git a/gdk/x11/gdkx.h b/gdk/x11/gdkx.h
index cc43cbca1..2f43fd85f 100644
--- a/gdk/x11/gdkx.h
+++ b/gdk/x11/gdkx.h
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#ifndef __GDK_X_H__
#define __GDK_X_H__
diff --git a/gdk/x11/gdkxid.c b/gdk/x11/gdkxid.c
index 94c304f4e..6a538ba52 100644
--- a/gdk/x11/gdkxid.c
+++ b/gdk/x11/gdkxid.c
@@ -12,8 +12,9 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the Free
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/
#include "gdkprivate.h"
#include <stdio.h>