summaryrefslogtreecommitdiff
path: root/glib
diff options
context:
space:
mode:
Diffstat (limited to 'glib')
-rw-r--r--glib/acconfig.h5
-rw-r--r--glib/garray.c5
-rw-r--r--glib/gcache.c5
-rw-r--r--glib/gerror.c5
-rw-r--r--glib/ghash.c5
-rw-r--r--glib/glib.h5
-rw-r--r--glib/glist.c5
-rw-r--r--glib/gmem.c5
-rw-r--r--glib/gprimes.c5
-rw-r--r--glib/gscanner.c5
-rw-r--r--glib/gslist.c5
-rw-r--r--glib/gstring.c5
-rw-r--r--glib/gtimer.c5
-rw-r--r--glib/gtree.c5
-rw-r--r--glib/gutils.c5
-rw-r--r--glib/testglib.c5
16 files changed, 48 insertions, 32 deletions
diff --git a/glib/acconfig.h b/glib/acconfig.h
index 86edcee2a..bb6c08a73 100644
--- a/glib/acconfig.h
+++ b/glib/acconfig.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.
*/
/* acconfig.h
This file is in the public domain.
diff --git a/glib/garray.c b/glib/garray.c
index e27d37d98..4d814a44a 100644
--- a/glib/garray.c
+++ b/glib/garray.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 "glib.h"
diff --git a/glib/gcache.c b/glib/gcache.c
index b12121995..b2fe77910 100644
--- a/glib/gcache.c
+++ b/glib/gcache.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 "glib.h"
diff --git a/glib/gerror.c b/glib/gerror.c
index 1f992d9e2..d84ea38ca 100644
--- a/glib/gerror.c
+++ b/glib/gerror.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 <signal.h>
#include <stdarg.h>
diff --git a/glib/ghash.c b/glib/ghash.c
index ed736d4cb..6b2e50f1f 100644
--- a/glib/ghash.c
+++ b/glib/ghash.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 "glib.h"
diff --git a/glib/glib.h b/glib/glib.h
index 7d395d5e5..bc6354199 100644
--- a/glib/glib.h
+++ b/glib/glib.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 __G_LIB_H__
#define __G_LIB_H__
diff --git a/glib/glist.c b/glib/glist.c
index 2c0f9249d..70a97ea2d 100644
--- a/glib/glist.c
+++ b/glib/glist.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 "glib.h"
diff --git a/glib/gmem.c b/glib/gmem.c
index 35dfdaba3..b1498f936 100644
--- a/glib/gmem.c
+++ b/glib/gmem.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 <string.h>
diff --git a/glib/gprimes.c b/glib/gprimes.c
index 8887c0e66..6a38b399d 100644
--- a/glib/gprimes.c
+++ b/glib/gprimes.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 "glib.h"
diff --git a/glib/gscanner.c b/glib/gscanner.c
index f5cbbcf02..a5d359461 100644
--- a/glib/gscanner.c
+++ b/glib/gscanner.c
@@ -15,8 +15,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 __gscanner_c__
diff --git a/glib/gslist.c b/glib/gslist.c
index 5e956cd87..7045687ca 100644
--- a/glib/gslist.c
+++ b/glib/gslist.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 "glib.h"
diff --git a/glib/gstring.c b/glib/gstring.c
index 4310bb794..fc0780e2b 100644
--- a/glib/gstring.c
+++ b/glib/gstring.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 <glib.h>
#include <stdarg.h>
diff --git a/glib/gtimer.c b/glib/gtimer.c
index c3b720df9..860c76cff 100644
--- a/glib/gtimer.c
+++ b/glib/gtimer.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 <sys/time.h>
#include <unistd.h>
diff --git a/glib/gtree.c b/glib/gtree.c
index 61a32a409..981ff396f 100644
--- a/glib/gtree.c
+++ b/glib/gtree.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 "glib.h"
diff --git a/glib/gutils.c b/glib/gutils.c
index 7c42bf856..e23280ff6 100644
--- a/glib/gutils.c
+++ b/glib/gutils.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 <stdarg.h>
#include <stdio.h>
diff --git a/glib/testglib.c b/glib/testglib.c
index 933226487..d4bd85a53 100644
--- a/glib/testglib.c
+++ b/glib/testglib.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>