summaryrefslogtreecommitdiff
path: root/gthread
diff options
context:
space:
mode:
Diffstat (limited to 'gthread')
-rw-r--r--gthread/gthread-none.c7
-rw-r--r--gthread/gthread-nspr.c7
-rw-r--r--gthread/gthread-posix.c7
-rw-r--r--gthread/gthread-solaris.c7
-rw-r--r--gthread/gthread.c7
5 files changed, 35 insertions, 0 deletions
diff --git a/gthread/gthread-none.c b/gthread/gthread-none.c
index 7b8fdf98b..1b936a276 100644
--- a/gthread/gthread-none.c
+++ b/gthread/gthread-none.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/gthread/gthread-nspr.c b/gthread/gthread-nspr.c
index 180e7da5b..2fe44b786 100644
--- a/gthread/gthread-nspr.c
+++ b/gthread/gthread-nspr.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/gthread/gthread-posix.c b/gthread/gthread-posix.c
index 33a520a8a..f45ae178c 100644
--- a/gthread/gthread-posix.c
+++ b/gthread/gthread-posix.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/gthread/gthread-solaris.c b/gthread/gthread-solaris.c
index df4c99f6b..4d9c3758c 100644
--- a/gthread/gthread-solaris.c
+++ b/gthread/gthread-solaris.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/gthread/gthread.c b/gthread/gthread.c
index 3a5a6220a..f7d76bed8 100644
--- a/gthread/gthread.c
+++ b/gthread/gthread.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
*/