summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/array-test.c8
-rw-r--r--tests/dirname-test.c8
-rw-r--r--tests/hash-test.c8
-rw-r--r--tests/list-test.c8
-rw-r--r--tests/node-test.c8
-rw-r--r--tests/relation-test.c8
-rw-r--r--tests/slist-test.c8
-rw-r--r--tests/strfunc-test.c8
-rw-r--r--tests/string-test.c8
-rw-r--r--tests/testglib.c8
-rw-r--r--tests/tree-test.c8
-rw-r--r--tests/type-test.c8
12 files changed, 96 insertions, 0 deletions
diff --git a/tests/array-test.c b/tests/array-test.c
index 168a21109..0bcd7b299 100644
--- a/tests/array-test.c
+++ b/tests/array-test.c
@@ -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/.
+ */
+
#undef G_LOG_DOMAIN
#include <stdio.h>
diff --git a/tests/dirname-test.c b/tests/dirname-test.c
index 2395e623d..8bb05b349 100644
--- a/tests/dirname-test.c
+++ b/tests/dirname-test.c
@@ -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/.
+ */
+
#undef G_LOG_DOMAIN
#include <stdio.h>
diff --git a/tests/hash-test.c b/tests/hash-test.c
index 6176fd7d5..2e3be24e7 100644
--- a/tests/hash-test.c
+++ b/tests/hash-test.c
@@ -17,6 +17,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/.
+ */
+
#undef G_LOG_DOMAIN
#ifdef HAVE_CONFIG_H
diff --git a/tests/list-test.c b/tests/list-test.c
index 3e3d01a65..13dc18475 100644
--- a/tests/list-test.c
+++ b/tests/list-test.c
@@ -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/.
+ */
+
#undef G_LOG_DOMAIN
#include <stdio.h>
diff --git a/tests/node-test.c b/tests/node-test.c
index 682165f52..087568791 100644
--- a/tests/node-test.c
+++ b/tests/node-test.c
@@ -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/.
+ */
+
#undef G_LOG_DOMAIN
#ifdef HAVE_CONFIG_H
diff --git a/tests/relation-test.c b/tests/relation-test.c
index a3d37a2c5..d0660e553 100644
--- a/tests/relation-test.c
+++ b/tests/relation-test.c
@@ -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/.
+ */
+
#undef G_LOG_DOMAIN
#include <stdio.h>
diff --git a/tests/slist-test.c b/tests/slist-test.c
index 42657f6f4..0ab811422 100644
--- a/tests/slist-test.c
+++ b/tests/slist-test.c
@@ -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/.
+ */
+
#undef G_LOG_DOMAIN
#include <stdio.h>
diff --git a/tests/strfunc-test.c b/tests/strfunc-test.c
index 1445453fc..f50a03716 100644
--- a/tests/strfunc-test.c
+++ b/tests/strfunc-test.c
@@ -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/.
+ */
+
#undef G_LOG_DOMAIN
#include <stdio.h>
diff --git a/tests/string-test.c b/tests/string-test.c
index 1936e2bc7..bc5b7dbca 100644
--- a/tests/string-test.c
+++ b/tests/string-test.c
@@ -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/.
+ */
+
#undef G_LOG_DOMAIN
#include <stdio.h>
diff --git a/tests/testglib.c b/tests/testglib.c
index 2c4c87bda..843b49ede 100644
--- a/tests/testglib.c
+++ b/tests/testglib.c
@@ -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/.
+ */
+
#undef G_LOG_DOMAIN
#include <stdio.h>
diff --git a/tests/tree-test.c b/tests/tree-test.c
index 3b8d45e53..7f354ffdc 100644
--- a/tests/tree-test.c
+++ b/tests/tree-test.c
@@ -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/.
+ */
+
#undef G_LOG_DOMAIN
#include <stdio.h>
diff --git a/tests/type-test.c b/tests/type-test.c
index 1e39484c7..94b9cab22 100644
--- a/tests/type-test.c
+++ b/tests/type-test.c
@@ -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/.
+ */
+
#undef G_LOG_DOMAIN
#include <stdio.h>