summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCST 1999 Shawn T. Amundson <amundson@gtk.org>1999-02-24 07:37:18 +0000
committerShawn Amundson <amundson@src.gnome.org>1999-02-24 07:37:18 +0000
commit279e878bddb61086f813385dc94fd04a5465473a (patch)
tree8067adbac29af9a1f93f57290a7f4340b346a70f /tests
parent26ffb00362cb61b5a73bc86db64de45ae234ccbe (diff)
downloadgtk+-279e878bddb61086f813385dc94fd04a5465473a.tar.gz
Added notice to look in AUTHORS and ChangeLog files for a list of changes.
Wed Feb 24 01:22:39 CST 1999 Shawn T. Amundson <amundson@gtk.org> * *.[ch]: Added notice to look in AUTHORS and ChangeLog files for a list of changes.
Diffstat (limited to 'tests')
-rw-r--r--tests/testgtk.c8
-rw-r--r--tests/testinput.c7
-rw-r--r--tests/testrgb.c8
-rw-r--r--tests/testselection.c7
-rw-r--r--tests/testthreads.c8
5 files changed, 38 insertions, 0 deletions
diff --git a/tests/testgtk.c b/tests/testgtk.c
index 14e7942705..3d979f5d69 100644
--- a/tests/testgtk.c
+++ b/tests/testgtk.c
@@ -16,6 +16,14 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
+
+/*
+ * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GTK+ Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
#undef G_LOG_DOMAIN
#include <stdio.h>
diff --git a/tests/testinput.c b/tests/testinput.c
index ac8ff136a0..b2e9e17df8 100644
--- a/tests/testinput.c
+++ b/tests/testinput.c
@@ -17,6 +17,13 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GTK+ Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
#include <stdio.h>
#include "gtk.h"
diff --git a/tests/testrgb.c b/tests/testrgb.c
index 43b79994aa..99cd6eba52 100644
--- a/tests/testrgb.c
+++ b/tests/testrgb.c
@@ -17,6 +17,14 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GTK+ Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
+
/* Note: these #includes differ slightly from the testrgb.c file included
in the GdkRgb release. */
diff --git a/tests/testselection.c b/tests/testselection.c
index e7d7bbfa21..a13fb5ad44 100644
--- a/tests/testselection.c
+++ b/tests/testselection.c
@@ -17,6 +17,13 @@
* Boston, MA 02111-1307, USA.
*/
+/*
+ * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GTK+ Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
#include <stdio.h>
#include <string.h>
#include "gtk.h"
diff --git a/tests/testthreads.c b/tests/testthreads.c
index e330a74a5e..c10cbecdae 100644
--- a/tests/testthreads.c
+++ b/tests/testthreads.c
@@ -16,6 +16,14 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
+
+/*
+ * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS
+ * file for a list of people on the GTK+ Team. See the ChangeLog
+ * files for a list of changes. These files are distributed with
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
+ */
+
#include <stdio.h>
#include <unistd.h>
#include <gtk/gtk.h>