diff options
author | Jeff Garzik <jgarzik@src.gnome.org> | 1999-03-07 01:44:10 +0000 |
---|---|---|
committer | Jeff Garzik <jgarzik@src.gnome.org> | 1999-03-07 01:44:10 +0000 |
commit | a6ab9d0a6b6a2cfbf7fd2052cff6be7bc961b786 (patch) | |
tree | b467388c0d5053a9f0f1541771580339948564b4 /tests/array-test.c | |
parent | 975c085b1e78d55c579342c2cf71e9aa9475e067 (diff) | |
download | glib-GLIB_1_3_HACKS.tar.gz |
merge from HEADGLIB_1_3_HACKS
Diffstat (limited to 'tests/array-test.c')
-rw-r--r-- | tests/array-test.c | 8 |
1 files changed, 8 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> |