summaryrefslogtreecommitdiff
path: root/glib
diff options
context:
space:
mode:
Diffstat (limited to 'glib')
-rw-r--r--glib/garray.c7
-rw-r--r--glib/gbacktrace.c7
-rw-r--r--glib/gcache.c7
-rw-r--r--glib/gcompletion.c7
-rw-r--r--glib/gdataset.c7
-rw-r--r--glib/gdate.c7
-rw-r--r--glib/gerror.c7
-rw-r--r--glib/ghash.c7
-rw-r--r--glib/ghook.c7
-rw-r--r--glib/giochannel.c7
-rw-r--r--glib/giounix.c7
-rw-r--r--glib/giowin32.c8
-rw-r--r--glib/glib.h8
-rw-r--r--glib/glist.c7
-rw-r--r--glib/gmain.c7
-rw-r--r--glib/gmem.c7
-rw-r--r--glib/gmessages.c7
-rw-r--r--glib/gnode.c7
-rw-r--r--glib/gprimes.c7
-rw-r--r--glib/grel.c7
-rw-r--r--glib/gscanner.c7
-rw-r--r--glib/gslist.c7
-rw-r--r--glib/gstrfuncs.c7
-rw-r--r--glib/gstring.c7
-rw-r--r--glib/gtimer.c7
-rw-r--r--glib/gtree.c7
-rw-r--r--glib/gutils.c7
27 files changed, 191 insertions, 0 deletions
diff --git a/glib/garray.c b/glib/garray.c
index ba7adcde6..339690e7e 100644
--- a/glib/garray.c
+++ b/glib/garray.c
@@ -17,6 +17,13 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
/*
* MT safe
*/
diff --git a/glib/gbacktrace.c b/glib/gbacktrace.c
index 2615ce2b4..af5522347 100644
--- a/glib/gbacktrace.c
+++ b/glib/gbacktrace.c
@@ -17,6 +17,13 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
/*
* MT safe ; except for g_on_error_stack_trace, but who wants thread safety
* then
diff --git a/glib/gcache.c b/glib/gcache.c
index 48b6111b5..145a09316 100644
--- a/glib/gcache.c
+++ b/glib/gcache.c
@@ -17,6 +17,13 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
/*
* MT safe
*/
diff --git a/glib/gcompletion.c b/glib/gcompletion.c
index cba2a86cb..68617c1aa 100644
--- a/glib/gcompletion.c
+++ b/glib/gcompletion.c
@@ -17,6 +17,13 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
/*
* MT safe
*/
diff --git a/glib/gdataset.c b/glib/gdataset.c
index 5f85359c4..b35c91143 100644
--- a/glib/gdataset.c
+++ b/glib/gdataset.c
@@ -19,6 +19,13 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
/*
* MT safe ; FIXME: might still freeze, watch out, not thoroughly
* looked at yet.
diff --git a/glib/gdate.c b/glib/gdate.c
index 5df9787e6..7b1f5281b 100644
--- a/glib/gdate.c
+++ b/glib/gdate.c
@@ -17,6 +17,13 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
/*
* MT safe
*/
diff --git a/glib/gerror.c b/glib/gerror.c
index 2615ce2b4..af5522347 100644
--- a/glib/gerror.c
+++ b/glib/gerror.c
@@ -17,6 +17,13 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
/*
* MT safe ; except for g_on_error_stack_trace, but who wants thread safety
* then
diff --git a/glib/ghash.c b/glib/ghash.c
index 61b02f1ff..331a1ab2d 100644
--- a/glib/ghash.c
+++ b/glib/ghash.c
@@ -17,6 +17,13 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
/*
* MT safe
*/
diff --git a/glib/ghook.c b/glib/ghook.c
index 7e1c82dea..a3e3a78f7 100644
--- a/glib/ghook.c
+++ b/glib/ghook.c
@@ -20,6 +20,13 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
/*
* MT safe
*/
diff --git a/glib/giochannel.c b/glib/giochannel.c
index 7c05e3c81..8556f0d80 100644
--- a/glib/giochannel.c
+++ b/glib/giochannel.c
@@ -20,6 +20,13 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
/*
* MT safe
*/
diff --git a/glib/giounix.c b/glib/giounix.c
index 5e62ed85b..4944d8f09 100644
--- a/glib/giounix.c
+++ b/glib/giounix.c
@@ -20,6 +20,13 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
/*
* MT safe
*/
diff --git a/glib/giowin32.c b/glib/giowin32.c
index 16387d43b..d5e467e3d 100644
--- a/glib/giowin32.c
+++ b/glib/giowin32.c
@@ -20,6 +20,14 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
+
#include "config.h"
#include "glib.h"
#include <windows.h>
diff --git a/glib/glib.h b/glib/glib.h
index 78ea3e65a..eeb443e0a 100644
--- a/glib/glib.h
+++ b/glib/glib.h
@@ -16,6 +16,14 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
+
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
#ifndef __G_LIB_H__
#define __G_LIB_H__
diff --git a/glib/glist.c b/glib/glist.c
index 535a6997f..ca37b8da9 100644
--- a/glib/glist.c
+++ b/glib/glist.c
@@ -17,6 +17,13 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
/*
* MT safe
*/
diff --git a/glib/gmain.c b/glib/gmain.c
index 2e5b5f6c0..6dceb8821 100644
--- a/glib/gmain.c
+++ b/glib/gmain.c
@@ -20,6 +20,13 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
/*
* MT safe
*/
diff --git a/glib/gmem.c b/glib/gmem.c
index a6c3c0991..6d94af20c 100644
--- a/glib/gmem.c
+++ b/glib/gmem.c
@@ -17,6 +17,13 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
/*
* MT safe
*/
diff --git a/glib/gmessages.c b/glib/gmessages.c
index 404e953eb..fe569b49d 100644
--- a/glib/gmessages.c
+++ b/glib/gmessages.c
@@ -17,6 +17,13 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
/*
* MT safe
*/
diff --git a/glib/gnode.c b/glib/gnode.c
index 6b4ead54f..5145c6bd6 100644
--- a/glib/gnode.c
+++ b/glib/gnode.c
@@ -20,6 +20,13 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
/*
* MT safe
*/
diff --git a/glib/gprimes.c b/glib/gprimes.c
index 404ebd605..c6109bf95 100644
--- a/glib/gprimes.c
+++ b/glib/gprimes.c
@@ -17,6 +17,13 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
/*
* MT safe
*/
diff --git a/glib/grel.c b/glib/grel.c
index 544da6bfc..237b60c5d 100644
--- a/glib/grel.c
+++ b/glib/grel.c
@@ -16,6 +16,13 @@
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
/*
* MT safe
*/
diff --git a/glib/gscanner.c b/glib/gscanner.c
index 360eb34f1..28528601b 100644
--- a/glib/gscanner.c
+++ b/glib/gscanner.c
@@ -20,6 +20,13 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
/*
* MT safe
*/
diff --git a/glib/gslist.c b/glib/gslist.c
index 35c043562..ef5615f67 100644
--- a/glib/gslist.c
+++ b/glib/gslist.c
@@ -17,6 +17,13 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
/*
* MT safe
*/
diff --git a/glib/gstrfuncs.c b/glib/gstrfuncs.c
index 32fdeb52f..f24fdcb20 100644
--- a/glib/gstrfuncs.c
+++ b/glib/gstrfuncs.c
@@ -18,6 +18,13 @@
*/
/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
+/*
* MT safe
*/
diff --git a/glib/gstring.c b/glib/gstring.c
index 6a6a39d89..fd8e5122c 100644
--- a/glib/gstring.c
+++ b/glib/gstring.c
@@ -17,6 +17,13 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
/*
* MT safe
*/
diff --git a/glib/gtimer.c b/glib/gtimer.c
index 0b6e86a8a..eb18af85e 100644
--- a/glib/gtimer.c
+++ b/glib/gtimer.c
@@ -17,6 +17,13 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
/*
* MT safe
*/
diff --git a/glib/gtree.c b/glib/gtree.c
index f764ac02d..557aa2719 100644
--- a/glib/gtree.c
+++ b/glib/gtree.c
@@ -17,6 +17,13 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
/*
* MT safe
*/
diff --git a/glib/gutils.c b/glib/gutils.c
index 7fb240995..9d42344f5 100644
--- a/glib/gutils.c
+++ b/glib/gutils.c
@@ -17,6 +17,13 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GLib Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GLib Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
/*
* MT safe for the unix part, FIXME: make the win32 part MT safe as well.
*/