diff options
Diffstat (limited to 'gtk')
221 files changed, 1733 insertions, 0 deletions
diff --git a/gtk/fnmatch.c b/gtk/fnmatch.c index bd4375f40..4aecb7f3d 100644 --- a/gtk/fnmatch.c +++ b/gtk/fnmatch.c @@ -16,6 +16,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/. + */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/gtk/fnmatch.h b/gtk/fnmatch.h index 333d4e37f..1186b9991 100644 --- a/gtk/fnmatch.h +++ b/gtk/fnmatch.h @@ -16,6 +16,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/. + */ + #ifndef _FNMATCH_H #define _FNMATCH_H 1 @@ -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/. + */ + #ifndef __GTK_H__ #define __GTK_H__ diff --git a/gtk/gtkaccelgroup.c b/gtk/gtkaccelgroup.c index 0d1c6773e..0c0c3c9fd 100644 --- a/gtk/gtkaccelgroup.c +++ b/gtk/gtkaccelgroup.c @@ -19,6 +19,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 <ctype.h> #include <strings.h> #include "gtkaccelgroup.h" diff --git a/gtk/gtkaccelgroup.h b/gtk/gtkaccelgroup.h index afa634857..30c222556 100644 --- a/gtk/gtkaccelgroup.h +++ b/gtk/gtkaccelgroup.h @@ -19,6 +19,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/. + */ + #ifndef __GTK_ACCEL_GROUP_H__ #define __GTK_ACCEL_GROUP_H__ diff --git a/gtk/gtkaccellabel.c b/gtk/gtkaccellabel.c index 4345686d4..7732ff82a 100644 --- a/gtk/gtkaccellabel.c +++ b/gtk/gtkaccellabel.c @@ -19,6 +19,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 <string.h> #include <ctype.h> #include "gtkmain.h" diff --git a/gtk/gtkaccellabel.h b/gtk/gtkaccellabel.h index cd11cb77c..59db3ad98 100644 --- a/gtk/gtkaccellabel.h +++ b/gtk/gtkaccellabel.h @@ -19,6 +19,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/. + */ + #ifndef __GTK_ACCEL_LABEL_H__ #define __GTK_ACCEL_LABEL_H__ diff --git a/gtk/gtkadjustment.c b/gtk/gtkadjustment.c index b2c463c2d..31173ae0e 100644 --- a/gtk/gtkadjustment.c +++ b/gtk/gtkadjustment.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 "gtkadjustment.h" #include "gtksignal.h" diff --git a/gtk/gtkadjustment.h b/gtk/gtkadjustment.h index 08278e447..71e6bddfa 100644 --- a/gtk/gtkadjustment.h +++ b/gtk/gtkadjustment.h @@ -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/. + */ + #ifndef __GTK_ADJUSTMENT_H__ #define __GTK_ADJUSTMENT_H__ diff --git a/gtk/gtkalignment.c b/gtk/gtkalignment.c index f8c9bfded..5e674ef85 100644 --- a/gtk/gtkalignment.c +++ b/gtk/gtkalignment.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 "gtkalignment.h" diff --git a/gtk/gtkalignment.h b/gtk/gtkalignment.h index e26068380..a99a7e774 100644 --- a/gtk/gtkalignment.h +++ b/gtk/gtkalignment.h @@ -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/. + */ + #ifndef __GTK_ALIGNMENT_H__ #define __GTK_ALIGNMENT_H__ diff --git a/gtk/gtkarg.c b/gtk/gtkarg.c index 15c0501d8..3474b80ae 100644 --- a/gtk/gtkarg.c +++ b/gtk/gtkarg.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 <stdarg.h> #include <string.h> #include "gtkobject.h" diff --git a/gtk/gtkarg.h b/gtk/gtkarg.h index c92e8bd87..a226bb4f5 100644 --- a/gtk/gtkarg.h +++ b/gtk/gtkarg.h @@ -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/. + */ + #ifndef __GTK_ARG_H__ #define __GTK_ARG_H__ diff --git a/gtk/gtkargcollector.c b/gtk/gtkargcollector.c index 677bdc816..e92316d6c 100644 --- a/gtk/gtkargcollector.c +++ b/gtk/gtkargcollector.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/. + */ + /* collect a single argument value from a va_list. * this is implemented as a huge macro <shrug>, because we can't * pass va_list variables by reference on some systems. diff --git a/gtk/gtkarrow.c b/gtk/gtkarrow.c index 985618b77..248ad2ef1 100644 --- a/gtk/gtkarrow.c +++ b/gtk/gtkarrow.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 "gtkarrow.h" diff --git a/gtk/gtkarrow.h b/gtk/gtkarrow.h index bc495cc97..1793fefde 100644 --- a/gtk/gtkarrow.h +++ b/gtk/gtkarrow.h @@ -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/. + */ + #ifndef __GTK_ARROW_H__ #define __GTK_ARROW_H__ diff --git a/gtk/gtkaspectframe.c b/gtk/gtkaspectframe.c index 9faaeb3a7..1fb3ac406 100644 --- a/gtk/gtkaspectframe.c +++ b/gtk/gtkaspectframe.c @@ -21,6 +21,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 "gtkaspectframe.h" static void gtk_aspect_frame_class_init (GtkAspectFrameClass *klass); diff --git a/gtk/gtkaspectframe.h b/gtk/gtkaspectframe.h index 884e10669..adcb00ea4 100644 --- a/gtk/gtkaspectframe.h +++ b/gtk/gtkaspectframe.h @@ -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/. + */ + #ifndef __GTK_ASPECT_FRAME_H__ #define __GTK_ASPECT_FRAME_H__ diff --git a/gtk/gtkbbox.c b/gtk/gtkbbox.c index 18c8b17ff..500f523ce 100644 --- a/gtk/gtkbbox.c +++ b/gtk/gtkbbox.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 "gtkbbox.h" diff --git a/gtk/gtkbbox.h b/gtk/gtkbbox.h index 75393332f..d870d9043 100644 --- a/gtk/gtkbbox.h +++ b/gtk/gtkbbox.h @@ -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/. + */ + #ifndef __GTK_BUTTON_BOX_H__ #define __GTK_BUTTON_BOX_H__ diff --git a/gtk/gtkbin.c b/gtk/gtkbin.c index b5e5005fe..07d7bbd95 100644 --- a/gtk/gtkbin.c +++ b/gtk/gtkbin.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 "gtkbin.h" diff --git a/gtk/gtkbin.h b/gtk/gtkbin.h index 85d9be540..d81d09650 100644 --- a/gtk/gtkbin.h +++ b/gtk/gtkbin.h @@ -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/. + */ + #ifndef __GTK_BIN_H__ #define __GTK_BIN_H__ diff --git a/gtk/gtkbindings.c b/gtk/gtkbindings.c index 431d175b8..7eebaedf0 100644 --- a/gtk/gtkbindings.c +++ b/gtk/gtkbindings.c @@ -19,6 +19,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 <ctype.h> #include <strings.h> #include <stdarg.h> diff --git a/gtk/gtkbindings.h b/gtk/gtkbindings.h index 65d7ffadb..b60382704 100644 --- a/gtk/gtkbindings.h +++ b/gtk/gtkbindings.h @@ -19,6 +19,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/. + */ + #ifndef __GTK_BINDINGS_H__ #define __GTK_BINDINGS_H__ diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c index 6170d41b8..868f0f145 100644 --- a/gtk/gtkbox.c +++ b/gtk/gtkbox.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 "gtkbox.h" enum { diff --git a/gtk/gtkbox.h b/gtk/gtkbox.h index f89ceab46..7e9bec260 100644 --- a/gtk/gtkbox.h +++ b/gtk/gtkbox.h @@ -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/. + */ + #ifndef __GTK_BOX_H__ #define __GTK_BOX_H__ diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c index 30346368c..d40c679f6 100644 --- a/gtk/gtkbutton.c +++ b/gtk/gtkbutton.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 <string.h> #include "gtkbutton.h" #include "gtklabel.h" diff --git a/gtk/gtkbutton.h b/gtk/gtkbutton.h index 8b2fbf673..cf8054fb0 100644 --- a/gtk/gtkbutton.h +++ b/gtk/gtkbutton.h @@ -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/. + */ + #ifndef __GTK_BUTTON_H__ #define __GTK_BUTTON_H__ diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c index db07340a4..1ffaf69d1 100644 --- a/gtk/gtkcalendar.c +++ b/gtk/gtkcalendar.c @@ -22,6 +22,13 @@ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, 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 <sys/time.h> #include <string.h> #include <stdlib.h> diff --git a/gtk/gtkcalendar.h b/gtk/gtkcalendar.h index 56eb007d6..f7e6f50c9 100644 --- a/gtk/gtkcalendar.h +++ b/gtk/gtkcalendar.h @@ -18,6 +18,14 @@ * License along with this library; if not, write to the Free * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, 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/. + */ + #ifndef __GTK_CALENDAR_H__ #define __GTK_CALENDAR_H__ diff --git a/gtk/gtkcheckbutton.c b/gtk/gtkcheckbutton.c index 429cd25e6..19de8a8bf 100644 --- a/gtk/gtkcheckbutton.c +++ b/gtk/gtkcheckbutton.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 "gtkcheckbutton.h" #include "gtklabel.h" diff --git a/gtk/gtkcheckbutton.h b/gtk/gtkcheckbutton.h index d3cd0f306..5ba1ac87a 100644 --- a/gtk/gtkcheckbutton.h +++ b/gtk/gtkcheckbutton.h @@ -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/. + */ + #ifndef __GTK_CHECK_BUTTON_H__ #define __GTK_CHECK_BUTTON_H__ diff --git a/gtk/gtkcheckmenuitem.c b/gtk/gtkcheckmenuitem.c index af09b98bb..7f7101c6f 100644 --- a/gtk/gtkcheckmenuitem.c +++ b/gtk/gtkcheckmenuitem.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 "gtkcheckmenuitem.h" #include "gtkaccellabel.h" #include "gtksignal.h" diff --git a/gtk/gtkcheckmenuitem.h b/gtk/gtkcheckmenuitem.h index 569bed476..84d515d30 100644 --- a/gtk/gtkcheckmenuitem.h +++ b/gtk/gtkcheckmenuitem.h @@ -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/. + */ + #ifndef __GTK_MENU_CHECK_ITEM_H__ #define __GTK_MENU_CHECK_ITEM_H__ diff --git a/gtk/gtkclist.c b/gtk/gtkclist.c index 4a4e01046..5b2d4bd21 100644 --- a/gtk/gtkclist.c +++ b/gtk/gtkclist.c @@ -17,6 +17,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 <stdlib.h> #include <string.h> #include "config.h" diff --git a/gtk/gtkclist.h b/gtk/gtkclist.h index 3aa922414..acf3c39f4 100644 --- a/gtk/gtkclist.h +++ b/gtk/gtkclist.h @@ -17,6 +17,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/. + */ + #ifndef __GTK_CLIST_H__ #define __GTK_CLIST_H__ diff --git a/gtk/gtkcolorsel.c b/gtk/gtkcolorsel.c index dd97aaa33..c773f624e 100644 --- a/gtk/gtkcolorsel.c +++ b/gtk/gtkcolorsel.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 <stdlib.h> #include <stdio.h> #include <math.h> diff --git a/gtk/gtkcolorsel.h b/gtk/gtkcolorsel.h index 449bc798c..7c85cb7d2 100644 --- a/gtk/gtkcolorsel.h +++ b/gtk/gtkcolorsel.h @@ -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/. + */ + #ifndef __GTK_COLORSEL_H__ #define __GTK_COLORSEL_H__ diff --git a/gtk/gtkcombo.c b/gtk/gtkcombo.c index 6857279e9..f1b49e4d0 100644 --- a/gtk/gtkcombo.c +++ b/gtk/gtkcombo.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 <string.h> #include "gtkarrow.h" diff --git a/gtk/gtkcombo.h b/gtk/gtkcombo.h index 8096b3aab..a91455006 100644 --- a/gtk/gtkcombo.h +++ b/gtk/gtkcombo.h @@ -17,6 +17,12 @@ * 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/. + */ #ifndef __GTK_SMART_COMBO_H__ #define __GTK_SMART_COMBO_H__ diff --git a/gtk/gtkcompat.h b/gtk/gtkcompat.h index 452b2abb2..613455731 100644 --- a/gtk/gtkcompat.h +++ b/gtk/gtkcompat.h @@ -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/. + */ + #ifndef __GTK_COMPAT_H__ #define __GTK_COMPAT_H__ diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c index 564068cc8..205baeef0 100644 --- a/gtk/gtkcontainer.c +++ b/gtk/gtkcontainer.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 <string.h> #include "gtkcontainer.h" #include "gtkprivate.h" diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h index e2696fee1..b57a22943 100644 --- a/gtk/gtkcontainer.h +++ b/gtk/gtkcontainer.h @@ -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/. + */ + #ifndef __GTK_CONTAINER_H__ #define __GTK_CONTAINER_H__ diff --git a/gtk/gtkctree.c b/gtk/gtkctree.c index b77641b08..11a7c3561 100644 --- a/gtk/gtkctree.c +++ b/gtk/gtkctree.c @@ -21,6 +21,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 <stdlib.h> #include "gtkctree.h" #include "gtkbindings.h" diff --git a/gtk/gtkctree.h b/gtk/gtkctree.h index cccb034b6..487ff2f3e 100644 --- a/gtk/gtkctree.h +++ b/gtk/gtkctree.h @@ -21,6 +21,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/. + */ + #ifndef __GTK_CTREE_H__ #define __GTK_CTREE_H__ diff --git a/gtk/gtkcurve.c b/gtk/gtkcurve.c index 8a760ebb0..5dd85900d 100644 --- a/gtk/gtkcurve.c +++ b/gtk/gtkcurve.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 <stdlib.h> #include <string.h> #include <math.h> diff --git a/gtk/gtkcurve.h b/gtk/gtkcurve.h index c310e7740..47e69bb1a 100644 --- a/gtk/gtkcurve.h +++ b/gtk/gtkcurve.h @@ -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/. + */ + #ifndef __GTK_CURVE_H__ #define __GTK_CURVE_H__ diff --git a/gtk/gtkdata.c b/gtk/gtkdata.c index b9030ed9f..b285d42a4 100644 --- a/gtk/gtkdata.c +++ b/gtk/gtkdata.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 "gtkdata.h" #include "gtksignal.h" diff --git a/gtk/gtkdata.h b/gtk/gtkdata.h index 0511567b2..7ff690ad2 100644 --- a/gtk/gtkdata.h +++ b/gtk/gtkdata.h @@ -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/. + */ + #ifndef __GTK_DATA_H__ #define __GTK_DATA_H__ diff --git a/gtk/gtkdebug.h b/gtk/gtkdebug.h index 44e27676e..ad1035ca4 100644 --- a/gtk/gtkdebug.h +++ b/gtk/gtkdebug.h @@ -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/. + */ + #ifndef __GTK_DEBUG_H__ #define __GTK_DEBUG_H__ diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c index f3b8ca822..c484ae94c 100644 --- a/gtk/gtkdialog.c +++ b/gtk/gtkdialog.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 "gtkbutton.h" #include "gtkdialog.h" #include "gtkhbox.h" diff --git a/gtk/gtkdialog.h b/gtk/gtkdialog.h index 7ebd34812..bece9e16e 100644 --- a/gtk/gtkdialog.h +++ b/gtk/gtkdialog.h @@ -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/. + */ + #ifndef __GTK_DIALOG_H__ #define __GTK_DIALOG_H__ diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c index 55103740a..3281a0d58 100644 --- a/gtk/gtkdnd.c +++ b/gtk/gtkdnd.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 "gdk/gdkx.h" #include "gtkdnd.h" diff --git a/gtk/gtkdnd.h b/gtk/gtkdnd.h index 90513d51a..672a742f6 100644 --- a/gtk/gtkdnd.h +++ b/gtk/gtkdnd.h @@ -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/. + */ + #ifndef __GTK_DND_H__ #define __GTK_DND_H__ diff --git a/gtk/gtkdrawingarea.c b/gtk/gtkdrawingarea.c index 1bdb8560e..05627c827 100644 --- a/gtk/gtkdrawingarea.c +++ b/gtk/gtkdrawingarea.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 "gtkdrawingarea.h" diff --git a/gtk/gtkdrawingarea.h b/gtk/gtkdrawingarea.h index 2994ce818..e05e546bc 100644 --- a/gtk/gtkdrawingarea.h +++ b/gtk/gtkdrawingarea.h @@ -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/. + */ + #ifndef __GTK_DRAWING_AREA_H__ #define __GTK_DRAWING_AREA_H__ diff --git a/gtk/gtkeditable.c b/gtk/gtkeditable.c index 178b5ca99..420c66c57 100644 --- a/gtk/gtkeditable.c +++ b/gtk/gtkeditable.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 <ctype.h> #include <string.h> #ifdef USE_XIM diff --git a/gtk/gtkeditable.h b/gtk/gtkeditable.h index bf609c432..7bf973031 100644 --- a/gtk/gtkeditable.h +++ b/gtk/gtkeditable.h @@ -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/. + */ + #ifndef __GTK_EDITABLE_H__ #define __GTK_EDITABLE_H__ diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index c25e9693d..5c35f5bf6 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.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 <ctype.h> #include <string.h> #include "gdk/gdkkeysyms.h" diff --git a/gtk/gtkentry.h b/gtk/gtkentry.h index ca129e783..cff49bd0a 100644 --- a/gtk/gtkentry.h +++ b/gtk/gtkentry.h @@ -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/. + */ + #ifndef __GTK_ENTRY_H__ #define __GTK_ENTRY_H__ diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h index 0d228ea2f..f318fd1ab 100644 --- a/gtk/gtkenums.h +++ b/gtk/gtkenums.h @@ -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/. + */ + #ifndef __GTK_ENUMS_H__ #define __GTK_ENUMS_H__ diff --git a/gtk/gtkeventbox.c b/gtk/gtkeventbox.c index ddf0f1d15..fb3775fd9 100644 --- a/gtk/gtkeventbox.c +++ b/gtk/gtkeventbox.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 "gtksignal.h" #include "gtkeventbox.h" diff --git a/gtk/gtkeventbox.h b/gtk/gtkeventbox.h index 011d11b25..1d89793ee 100644 --- a/gtk/gtkeventbox.h +++ b/gtk/gtkeventbox.h @@ -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/. + */ + #ifndef __GTK_EVENT_BOX_H__ #define __GTK_EVENT_BOX_H__ diff --git a/gtk/gtkfilesel.c b/gtk/gtkfilesel.c index de52ddce6..849ae6086 100644 --- a/gtk/gtkfilesel.c +++ b/gtk/gtkfilesel.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 <sys/types.h> #include <sys/stat.h> diff --git a/gtk/gtkfilesel.h b/gtk/gtkfilesel.h index 05be30e07..64ad3ab6b 100644 --- a/gtk/gtkfilesel.h +++ b/gtk/gtkfilesel.h @@ -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/. + */ + #ifndef __GTK_FILESEL_H__ #define __GTK_FILESEL_H__ diff --git a/gtk/gtkfixed.c b/gtk/gtkfixed.c index 5b8c72f41..daf8aca2b 100644 --- a/gtk/gtkfixed.c +++ b/gtk/gtkfixed.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 "gtkfixed.h" diff --git a/gtk/gtkfixed.h b/gtk/gtkfixed.h index 99aea9c9c..27a06c3d5 100644 --- a/gtk/gtkfixed.h +++ b/gtk/gtkfixed.h @@ -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/. + */ + #ifndef __GTK_FIXED_H__ #define __GTK_FIXED_H__ diff --git a/gtk/gtkfontsel.c b/gtk/gtkfontsel.c index bfd3b5ca9..537af39f8 100644 --- a/gtk/gtkfontsel.c +++ b/gtk/gtkfontsel.c @@ -22,6 +22,13 @@ */ /* + * 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/. + */ + +/* * Limits: * * Fontnames - A maximum of MAX_FONTS (32767) fontnames will be retrieved diff --git a/gtk/gtkfontsel.h b/gtk/gtkfontsel.h index 70e822e72..a9aea39ec 100644 --- a/gtk/gtkfontsel.h +++ b/gtk/gtkfontsel.h @@ -21,6 +21,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/. + */ + #ifndef __GTK_FONTSEL_H__ #define __GTK_FONTSEL_H__ diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c index afb19fcf1..dc3ca9788 100644 --- a/gtk/gtkframe.c +++ b/gtk/gtkframe.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 <string.h> #include "gtkframe.h" diff --git a/gtk/gtkframe.h b/gtk/gtkframe.h index b040a2480..269b080b7 100644 --- a/gtk/gtkframe.h +++ b/gtk/gtkframe.h @@ -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/. + */ + #ifndef __GTK_FRAME_H__ #define __GTK_FRAME_H__ diff --git a/gtk/gtkgamma.c b/gtk/gtkgamma.c index cd68139fe..b09c22aa7 100644 --- a/gtk/gtkgamma.c +++ b/gtk/gtkgamma.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 <string.h> #include <stdlib.h> #include <stdio.h> diff --git a/gtk/gtkgamma.h b/gtk/gtkgamma.h index 64746c26a..c4771440e 100644 --- a/gtk/gtkgamma.h +++ b/gtk/gtkgamma.h @@ -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/. + */ + #ifndef __GTK_GAMMA_CURVE_H__ #define __GTK_GAMMA_CURVE_H__ diff --git a/gtk/gtkgc.c b/gtk/gtkgc.c index 72f207b37..869224025 100644 --- a/gtk/gtkgc.c +++ b/gtk/gtkgc.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 "gtkgc.h" diff --git a/gtk/gtkgc.h b/gtk/gtkgc.h index e67777c6b..a09cd17c8 100644 --- a/gtk/gtkgc.h +++ b/gtk/gtkgc.h @@ -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/. + */ + #ifndef __GTK_GC_H__ #define __GTK_GC_H__ diff --git a/gtk/gtkhandlebox.c b/gtk/gtkhandlebox.c index d62fbd71e..c64a94f8a 100644 --- a/gtk/gtkhandlebox.c +++ b/gtk/gtkhandlebox.c @@ -18,6 +18,12 @@ * 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 <stdlib.h> #include "gdk/gdkx.h" diff --git a/gtk/gtkhandlebox.h b/gtk/gtkhandlebox.h index 4a60407e0..9bc2ef9a6 100644 --- a/gtk/gtkhandlebox.h +++ b/gtk/gtkhandlebox.h @@ -18,6 +18,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/. + */ + /* The GtkHandleBox is to allow widgets to be dragged in and out of * their parents. */ diff --git a/gtk/gtkhbbox.c b/gtk/gtkhbbox.c index a2934de1e..9cfb89dcf 100644 --- a/gtk/gtkhbbox.c +++ b/gtk/gtkhbbox.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 "gtkhbbox.h" diff --git a/gtk/gtkhbbox.h b/gtk/gtkhbbox.h index 28e63b41a..74b86f824 100644 --- a/gtk/gtkhbbox.h +++ b/gtk/gtkhbbox.h @@ -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/. + */ + #ifndef __GTK_HBUTTON_BOX_H__ #define __GTK_HBUTTON_BOX_H__ diff --git a/gtk/gtkhbox.c b/gtk/gtkhbox.c index 5f3de5cd4..89c96aa56 100644 --- a/gtk/gtkhbox.c +++ b/gtk/gtkhbox.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 "gtkhbox.h" diff --git a/gtk/gtkhbox.h b/gtk/gtkhbox.h index 0c3461057..59567ce52 100644 --- a/gtk/gtkhbox.h +++ b/gtk/gtkhbox.h @@ -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/. + */ + #ifndef __GTK_HBOX_H__ #define __GTK_HBOX_H__ diff --git a/gtk/gtkhpaned.c b/gtk/gtkhpaned.c index e71935a4e..c1ff90307 100644 --- a/gtk/gtkhpaned.c +++ b/gtk/gtkhpaned.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 "gtkhpaned.h" #include "gtkmain.h" #include "gtksignal.h" diff --git a/gtk/gtkhpaned.h b/gtk/gtkhpaned.h index 0610b0582..ab8b4cf89 100644 --- a/gtk/gtkhpaned.h +++ b/gtk/gtkhpaned.h @@ -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/. + */ + #ifndef __GTK_HPANED_H__ #define __GTK_HPANED_H__ diff --git a/gtk/gtkhruler.c b/gtk/gtkhruler.c index 5981b8dce..332aa10a6 100644 --- a/gtk/gtkhruler.c +++ b/gtk/gtkhruler.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 <math.h> #include <stdio.h> #include <string.h> diff --git a/gtk/gtkhruler.h b/gtk/gtkhruler.h index 899835706..51843e8bb 100644 --- a/gtk/gtkhruler.h +++ b/gtk/gtkhruler.h @@ -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/. + */ + #ifndef __GTK_HRULER_H__ #define __GTK_HRULER_H__ diff --git a/gtk/gtkhscale.c b/gtk/gtkhscale.c index 4e349fb08..bf836a870 100644 --- a/gtk/gtkhscale.c +++ b/gtk/gtkhscale.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 "gtkhscale.h" #include "gtksignal.h" diff --git a/gtk/gtkhscale.h b/gtk/gtkhscale.h index d4474558e..7fbeca1fb 100644 --- a/gtk/gtkhscale.h +++ b/gtk/gtkhscale.h @@ -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/. + */ + #ifndef __GTK_HSCALE_H__ #define __GTK_HSCALE_H__ diff --git a/gtk/gtkhscrollbar.c b/gtk/gtkhscrollbar.c index 077e39a55..64ac38d4c 100644 --- a/gtk/gtkhscrollbar.c +++ b/gtk/gtkhscrollbar.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 "gtkhscrollbar.h" #include "gtksignal.h" #include "gdk/gdkkeysyms.h" diff --git a/gtk/gtkhscrollbar.h b/gtk/gtkhscrollbar.h index c61efbfa6..c06cce5b9 100644 --- a/gtk/gtkhscrollbar.h +++ b/gtk/gtkhscrollbar.h @@ -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/. + */ + #ifndef __GTK_HSCROLLBAR_H__ #define __GTK_HSCROLLBAR_H__ diff --git a/gtk/gtkhseparator.c b/gtk/gtkhseparator.c index 3d0c4fd7f..7d2845793 100644 --- a/gtk/gtkhseparator.c +++ b/gtk/gtkhseparator.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 "gtkhseparator.h" diff --git a/gtk/gtkhseparator.h b/gtk/gtkhseparator.h index 6d3ee2bd4..e104d45b0 100644 --- a/gtk/gtkhseparator.h +++ b/gtk/gtkhseparator.h @@ -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/. + */ + #ifndef __GTK_HSEPARATOR_H__ #define __GTK_HSEPARATOR_H__ diff --git a/gtk/gtkimage.c b/gtk/gtkimage.c index 20b6f4995..185d62513 100644 --- a/gtk/gtkimage.c +++ b/gtk/gtkimage.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 "gtkcontainer.h" #include "gtkimage.h" diff --git a/gtk/gtkimage.h b/gtk/gtkimage.h index 70f36548e..945e9502c 100644 --- a/gtk/gtkimage.h +++ b/gtk/gtkimage.h @@ -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/. + */ + #ifndef __GTK_IMAGE_H__ #define __GTK_IMAGE_H__ diff --git a/gtk/gtkinputdialog.c b/gtk/gtkinputdialog.c index caa159a31..263729b6c 100644 --- a/gtk/gtkinputdialog.c +++ b/gtk/gtkinputdialog.c @@ -24,6 +24,14 @@ * */ +/* + * 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 <stdlib.h> #include <ctype.h> diff --git a/gtk/gtkinputdialog.h b/gtk/gtkinputdialog.h index 178d29f74..6b63c43dd 100644 --- a/gtk/gtkinputdialog.h +++ b/gtk/gtkinputdialog.h @@ -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/. + */ + #ifndef __GTK_INPUTDIALOG_H__ #define __GTK_INPUTDIALOG_H__ diff --git a/gtk/gtkinvisible.c b/gtk/gtkinvisible.c index e0b6744ce..36939c879 100644 --- a/gtk/gtkinvisible.c +++ b/gtk/gtkinvisible.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 "gtksignal.h" #include "gtkinvisible.h" diff --git a/gtk/gtkinvisible.h b/gtk/gtkinvisible.h index 0cbe8d135..73485a232 100644 --- a/gtk/gtkinvisible.h +++ b/gtk/gtkinvisible.h @@ -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/. + */ + #ifndef __GTK_INVISIBLE_H__ #define __GTK_INVISIBLE_H__ diff --git a/gtk/gtkitem.c b/gtk/gtkitem.c index 92547af4a..d9df4607f 100644 --- a/gtk/gtkitem.c +++ b/gtk/gtkitem.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 "gtkitem.h" #include "gtksignal.h" diff --git a/gtk/gtkitem.h b/gtk/gtkitem.h index a216105d5..935909741 100644 --- a/gtk/gtkitem.h +++ b/gtk/gtkitem.h @@ -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/. + */ + #ifndef __GTK_ITEM_H__ #define __GTK_ITEM_H__ diff --git a/gtk/gtkitemfactory.c b/gtk/gtkitemfactory.c index 027b6314c..9273d5da8 100644 --- a/gtk/gtkitemfactory.c +++ b/gtk/gtkitemfactory.c @@ -19,6 +19,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 "gtkitemfactory.h" #include "gtk/gtksignal.h" #include "gtk/gtkoptionmenu.h" diff --git a/gtk/gtkitemfactory.h b/gtk/gtkitemfactory.h index eb7f9f98f..ee405a658 100644 --- a/gtk/gtkitemfactory.h +++ b/gtk/gtkitemfactory.h @@ -19,6 +19,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/. + */ + #ifndef __GTK_ITEM_FACTORY_H__ #define __GTK_ITEM_FACTORY_H__ diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index b002c49d9..b3f1e7ed2 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -15,6 +15,14 @@ * License along with this library; if not, write to the Free * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, 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 <math.h> #include <string.h> #include "gtklabel.h" diff --git a/gtk/gtklabel.h b/gtk/gtklabel.h index 54bf4d70b..892f93d54 100644 --- a/gtk/gtklabel.h +++ b/gtk/gtklabel.h @@ -15,6 +15,14 @@ * License along with this library; if not, write to the Free * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, 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/. + */ + #ifndef __GTK_LABEL_H__ #define __GTK_LABEL_H__ diff --git a/gtk/gtklayout.c b/gtk/gtklayout.c index 532755c0c..8f4197f65 100644 --- a/gtk/gtklayout.c +++ b/gtk/gtklayout.c @@ -21,6 +21,13 @@ * Copyright Owen Taylor, 1998 */ +/* + * 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 "gtklayout.h" #include "gtksignal.h" #include "gtkprivate.h" diff --git a/gtk/gtklayout.h b/gtk/gtklayout.h index d42718e22..432c2d98e 100644 --- a/gtk/gtklayout.h +++ b/gtk/gtklayout.h @@ -21,6 +21,13 @@ * Copyright Owen Taylor, 1998 */ +/* + * 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/. + */ + #ifndef __GTK_LAYOUT_H #define __GTK_LAYOUT_H diff --git a/gtk/gtklist.c b/gtk/gtklist.c index ccfd16136..49739c8e4 100644 --- a/gtk/gtklist.c +++ b/gtk/gtklist.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 "gtklist.h" #include "gtklistitem.h" #include "gtkmain.h" diff --git a/gtk/gtklist.h b/gtk/gtklist.h index c3b32881a..929868735 100644 --- a/gtk/gtklist.h +++ b/gtk/gtklist.h @@ -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/. + */ + #ifndef __GTK_LIST_H__ #define __GTK_LIST_H__ diff --git a/gtk/gtklistitem.c b/gtk/gtklistitem.c index 5a41d903f..4c215e5d2 100644 --- a/gtk/gtklistitem.c +++ b/gtk/gtklistitem.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 "gtkbindings.h" #include "gtklabel.h" #include "gtklistitem.h" diff --git a/gtk/gtklistitem.h b/gtk/gtklistitem.h index c42a01aa8..4d1d22082 100644 --- a/gtk/gtklistitem.h +++ b/gtk/gtklistitem.h @@ -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/. + */ + #ifndef __GTK_LIST_ITEM_H__ #define __GTK_LIST_ITEM_H__ diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c index e5763e519..975e13f70 100644 --- a/gtk/gtkmain.c +++ b/gtk/gtkmain.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 <X11/Xlocale.h> /* so we get the right setlocale */ #include <stdio.h> #include <stdlib.h> diff --git a/gtk/gtkmain.h b/gtk/gtkmain.h index 2f07e6cb0..44629283a 100644 --- a/gtk/gtkmain.h +++ b/gtk/gtkmain.h @@ -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/. + */ + #ifndef __GTK_MAIN_H__ #define __GTK_MAIN_H__ diff --git a/gtk/gtkmenu.c b/gtk/gtkmenu.c index e4e1a709f..2808b50c5 100644 --- a/gtk/gtkmenu.c +++ b/gtk/gtkmenu.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 <ctype.h> #include "gdk/gdkkeysyms.h" #include "gtkbindings.h" diff --git a/gtk/gtkmenu.h b/gtk/gtkmenu.h index ecf3cebd1..4df8fd0a1 100644 --- a/gtk/gtkmenu.h +++ b/gtk/gtkmenu.h @@ -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/. + */ + #ifndef __GTK_MENU_H__ #define __GTK_MENU_H__ diff --git a/gtk/gtkmenubar.c b/gtk/gtkmenubar.c index 81610850e..ecaeb3a03 100644 --- a/gtk/gtkmenubar.c +++ b/gtk/gtkmenubar.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 "gdk/gdkkeysyms.h" #include "gtkbindings.h" #include "gtkmain.h" diff --git a/gtk/gtkmenubar.h b/gtk/gtkmenubar.h index bf76a412f..b78847c61 100644 --- a/gtk/gtkmenubar.h +++ b/gtk/gtkmenubar.h @@ -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/. + */ + #ifndef __GTK_MENU_BAR_H__ #define __GTK_MENU_BAR_H__ diff --git a/gtk/gtkmenufactory.c b/gtk/gtkmenufactory.c index 56536c795..c718052c6 100644 --- a/gtk/gtkmenufactory.c +++ b/gtk/gtkmenufactory.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 <string.h> #include "gtkcheckmenuitem.h" #include "gtkmenu.h" diff --git a/gtk/gtkmenufactory.h b/gtk/gtkmenufactory.h index d60e9b036..d459cb8c6 100644 --- a/gtk/gtkmenufactory.h +++ b/gtk/gtkmenufactory.h @@ -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/. + */ + #ifndef __GTK_MENU_FACTORY_H__ #define __GTK_MENU_FACTORY_H__ diff --git a/gtk/gtkmenuitem.c b/gtk/gtkmenuitem.c index ac3d47eeb..41ebc385a 100644 --- a/gtk/gtkmenuitem.c +++ b/gtk/gtkmenuitem.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 <string.h> #include "gtkaccellabel.h" #include "gtkmain.h" diff --git a/gtk/gtkmenuitem.h b/gtk/gtkmenuitem.h index 8a16f2f0c..81a492b4c 100644 --- a/gtk/gtkmenuitem.h +++ b/gtk/gtkmenuitem.h @@ -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/. + */ + #ifndef __GTK_MENU_ITEM_H__ #define __GTK_MENU_ITEM_H__ diff --git a/gtk/gtkmenushell.c b/gtk/gtkmenushell.c index a10e48bff..52ad41563 100644 --- a/gtk/gtkmenushell.c +++ b/gtk/gtkmenushell.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 "gdk/gdkkeysyms.h" #include "gtkbindings.h" #include "gtkmain.h" diff --git a/gtk/gtkmenushell.h b/gtk/gtkmenushell.h index cd7e6fe42..f68282a5e 100644 --- a/gtk/gtkmenushell.h +++ b/gtk/gtkmenushell.h @@ -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/. + */ + #ifndef __GTK_MENU_SHELL_H__ #define __GTK_MENU_SHELL_H__ diff --git a/gtk/gtkmisc.c b/gtk/gtkmisc.c index 0b984c3cc..be325aea3 100644 --- a/gtk/gtkmisc.c +++ b/gtk/gtkmisc.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 "gtkcontainer.h" #include "gtkmisc.h" diff --git a/gtk/gtkmisc.h b/gtk/gtkmisc.h index 26dda74a4..1deb004a8 100644 --- a/gtk/gtkmisc.h +++ b/gtk/gtkmisc.h @@ -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/. + */ + #ifndef __GTK_MISC_H__ #define __GTK_MISC_H__ diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index 51dce64c2..e07f50069 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.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 "gtknotebook.h" #include "gtksignal.h" #include "gtkmain.h" diff --git a/gtk/gtknotebook.h b/gtk/gtknotebook.h index 640110914..553ea537e 100644 --- a/gtk/gtknotebook.h +++ b/gtk/gtknotebook.h @@ -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/. + */ + #ifndef __GTK_NOTEBOOK_H__ #define __GTK_NOTEBOOK_H__ diff --git a/gtk/gtkobject.c b/gtk/gtkobject.c index 71ed1da70..1a75dfaa0 100644 --- a/gtk/gtkobject.c +++ b/gtk/gtkobject.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 <stdarg.h> #include <string.h> #include <stdio.h> diff --git a/gtk/gtkobject.h b/gtk/gtkobject.h index 8272944dc..3dcf96c02 100644 --- a/gtk/gtkobject.h +++ b/gtk/gtkobject.h @@ -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/. + */ + #ifndef __GTK_OBJECT_H__ #define __GTK_OBJECT_H__ diff --git a/gtk/gtkoptionmenu.c b/gtk/gtkoptionmenu.c index 78dae5cf5..f0ce53d69 100644 --- a/gtk/gtkoptionmenu.c +++ b/gtk/gtkoptionmenu.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 "gtkmenu.h" #include "gtkmenuitem.h" #include "gtkoptionmenu.h" diff --git a/gtk/gtkoptionmenu.h b/gtk/gtkoptionmenu.h index 78512bd56..84ac0ede8 100644 --- a/gtk/gtkoptionmenu.h +++ b/gtk/gtkoptionmenu.h @@ -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/. + */ + #ifndef __GTK_OPTION_MENU_H__ #define __GTK_OPTION_MENU_H__ diff --git a/gtk/gtkpacker.c b/gtk/gtkpacker.c index 7713a9e9e..756a8ccbf 100644 --- a/gtk/gtkpacker.c +++ b/gtk/gtkpacker.c @@ -85,6 +85,14 @@ terms specified in this license. * */ +/* + * 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 "gtkpacker.h" diff --git a/gtk/gtkpacker.h b/gtk/gtkpacker.h index 0239c7748..11f53d67a 100644 --- a/gtk/gtkpacker.h +++ b/gtk/gtkpacker.h @@ -20,6 +20,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/. + */ + #ifndef __GTK_PACKER_H__ #define __GTK_PACKER_H__ diff --git a/gtk/gtkpaned.c b/gtk/gtkpaned.c index 6f86114fe..301eaec0e 100644 --- a/gtk/gtkpaned.c +++ b/gtk/gtkpaned.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 "gtkpaned.h" diff --git a/gtk/gtkpaned.h b/gtk/gtkpaned.h index ae8f8443c..b89eb0e45 100644 --- a/gtk/gtkpaned.h +++ b/gtk/gtkpaned.h @@ -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/. + */ + #ifndef __GTK_PANED_H__ #define __GTK_PANED_H__ diff --git a/gtk/gtkpixmap.c b/gtk/gtkpixmap.c index 2b00d04d1..f095454d3 100644 --- a/gtk/gtkpixmap.c +++ b/gtk/gtkpixmap.c @@ -19,6 +19,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 "gtkcontainer.h" #include "gtkpixmap.h" diff --git a/gtk/gtkpixmap.h b/gtk/gtkpixmap.h index 9f97f5a2e..e00a4f641 100644 --- a/gtk/gtkpixmap.h +++ b/gtk/gtkpixmap.h @@ -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/. + */ + #ifndef __GTK_PIXMAP_H__ #define __GTK_PIXMAP_H__ diff --git a/gtk/gtkplug.c b/gtk/gtkplug.c index 878ecfb66..e2ad46ef9 100644 --- a/gtk/gtkplug.c +++ b/gtk/gtkplug.c @@ -18,6 +18,13 @@ /* By Owen Taylor <otaylor@gtk.org> 98/4/4 */ +/* + * 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 "gdk/gdkx.h" #include "gdk/gdkkeysyms.h" #include "gtkplug.h" diff --git a/gtk/gtkplug.h b/gtk/gtkplug.h index 32d983611..85ea95610 100644 --- a/gtk/gtkplug.h +++ b/gtk/gtkplug.h @@ -15,6 +15,14 @@ * License along with this library; if not, write to the Free * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, 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/. + */ + #ifndef __GTK_PLUG_H__ #define __GTK_PLUG_H__ diff --git a/gtk/gtkpreview.c b/gtk/gtkpreview.c index 8558ca13e..05dd3432f 100644 --- a/gtk/gtkpreview.c +++ b/gtk/gtkpreview.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/. + */ + + #include <math.h> #include <string.h> #include <sys/types.h> diff --git a/gtk/gtkpreview.h b/gtk/gtkpreview.h index 48625dbe5..a68061611 100644 --- a/gtk/gtkpreview.h +++ b/gtk/gtkpreview.h @@ -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/. + */ + #ifndef __GTK_PREVIEW_H__ #define __GTK_PREVIEW_H__ diff --git a/gtk/gtkprivate.h b/gtk/gtkprivate.h index 221c207b0..9764f62a0 100644 --- a/gtk/gtkprivate.h +++ b/gtk/gtkprivate.h @@ -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/. + */ + #ifndef __GTK_PRIVATE_H__ #define __GTK_PRIVATE_H__ diff --git a/gtk/gtkprogress.c b/gtk/gtkprogress.c index cfd58957d..885824588 100644 --- a/gtk/gtkprogress.c +++ b/gtk/gtkprogress.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 <math.h> #include <string.h> diff --git a/gtk/gtkprogress.h b/gtk/gtkprogress.h index 4b183ca90..c2a8540ed 100644 --- a/gtk/gtkprogress.h +++ b/gtk/gtkprogress.h @@ -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/. + */ + #ifndef __GTK_PROGRESS_H__ #define __GTK_PROGRESS_H__ diff --git a/gtk/gtkprogressbar.c b/gtk/gtkprogressbar.c index 15909be5a..1905f31a8 100644 --- a/gtk/gtkprogressbar.c +++ b/gtk/gtkprogressbar.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/. + */ + #if HAVE_CONFIG_H # include <config.h> # if STDC_HEADERS diff --git a/gtk/gtkprogressbar.h b/gtk/gtkprogressbar.h index 14cf5baca..5a5d9d1fc 100644 --- a/gtk/gtkprogressbar.h +++ b/gtk/gtkprogressbar.h @@ -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/. + */ + #ifndef __GTK_PROGRESS_BAR_H__ #define __GTK_PROGRESS_BAR_H__ diff --git a/gtk/gtkradiobutton.c b/gtk/gtkradiobutton.c index 2f2498795..1c8ffc511 100644 --- a/gtk/gtkradiobutton.c +++ b/gtk/gtkradiobutton.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 "gtklabel.h" #include "gtkradiobutton.h" #include "gtksignal.h" diff --git a/gtk/gtkradiobutton.h b/gtk/gtkradiobutton.h index 14da8b58c..0e6d599da 100644 --- a/gtk/gtkradiobutton.h +++ b/gtk/gtkradiobutton.h @@ -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/. + */ + #ifndef __GTK_RADIO_BUTTON_H__ #define __GTK_RADIO_BUTTON_H__ diff --git a/gtk/gtkradiomenuitem.c b/gtk/gtkradiomenuitem.c index 7741453b0..62d7c4212 100644 --- a/gtk/gtkradiomenuitem.c +++ b/gtk/gtkradiomenuitem.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 "gtkaccellabel.h" #include "gtkradiomenuitem.h" diff --git a/gtk/gtkradiomenuitem.h b/gtk/gtkradiomenuitem.h index aa747341f..aa56485b4 100644 --- a/gtk/gtkradiomenuitem.h +++ b/gtk/gtkradiomenuitem.h @@ -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/. + */ + #ifndef __GTK_RADIO_MENU_ITEM_H__ #define __GTK_RADIO_MENU_ITEM_H__ diff --git a/gtk/gtkrange.c b/gtk/gtkrange.c index 6b69ddcde..1c2b98936 100644 --- a/gtk/gtkrange.c +++ b/gtk/gtkrange.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 "gtkmain.h" #include "gtkrange.h" diff --git a/gtk/gtkrange.h b/gtk/gtkrange.h index 1f9292c4d..477d33daa 100644 --- a/gtk/gtkrange.h +++ b/gtk/gtkrange.h @@ -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/. + */ + #ifndef __GTK_RANGE_H__ #define __GTK_RANGE_H__ diff --git a/gtk/gtkrc.c b/gtk/gtkrc.c index 7afe2eb3f..8327eeb09 100644 --- a/gtk/gtkrc.c +++ b/gtk/gtkrc.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 <X11/Xlocale.h> /* so we get the right setlocale */ #include <ctype.h> #include <unistd.h> diff --git a/gtk/gtkrc.h b/gtk/gtkrc.h index e7c2437b0..c8cac7879 100644 --- a/gtk/gtkrc.h +++ b/gtk/gtkrc.h @@ -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/. + */ + #ifndef __GTK_RC_H__ #define __GTK_RC_H__ diff --git a/gtk/gtkruler.c b/gtk/gtkruler.c index e8c1d258f..3dac4d60f 100644 --- a/gtk/gtkruler.c +++ b/gtk/gtkruler.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 "gtkruler.h" diff --git a/gtk/gtkruler.h b/gtk/gtkruler.h index 71a199416..f1fd4f57d 100644 --- a/gtk/gtkruler.h +++ b/gtk/gtkruler.h @@ -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/. + */ + #ifndef __GTK_RULER_H__ #define __GTK_RULER_H__ diff --git a/gtk/gtkscale.c b/gtk/gtkscale.c index 57fce9bc0..deaebecca 100644 --- a/gtk/gtkscale.c +++ b/gtk/gtkscale.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 <math.h> #include "gtkcontainer.h" #include "gtkscale.h" diff --git a/gtk/gtkscale.h b/gtk/gtkscale.h index d573ca4b4..1ef44c5f2 100644 --- a/gtk/gtkscale.h +++ b/gtk/gtkscale.h @@ -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/. + */ + #ifndef __GTK_SCALE_H__ #define __GTK_SCALE_H__ diff --git a/gtk/gtkscrollbar.c b/gtk/gtkscrollbar.c index 68db4d988..17784ae41 100644 --- a/gtk/gtkscrollbar.c +++ b/gtk/gtkscrollbar.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 "gtkscrollbar.h" static void gtk_scrollbar_class_init (GtkScrollbarClass *klass); diff --git a/gtk/gtkscrollbar.h b/gtk/gtkscrollbar.h index dd4ae8d6a..aa1026d14 100644 --- a/gtk/gtkscrollbar.h +++ b/gtk/gtkscrollbar.h @@ -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/. + */ + #ifndef __GTK_SCROLLBAR_H__ #define __GTK_SCROLLBAR_H__ diff --git a/gtk/gtkscrolledwindow.c b/gtk/gtkscrolledwindow.c index 5e34ddf78..dc4b4ff35 100644 --- a/gtk/gtkscrolledwindow.c +++ b/gtk/gtkscrolledwindow.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 "gtkscrolledwindow.h" #include "gtksignal.h" diff --git a/gtk/gtkscrolledwindow.h b/gtk/gtkscrolledwindow.h index 352f76a52..569d27047 100644 --- a/gtk/gtkscrolledwindow.h +++ b/gtk/gtkscrolledwindow.h @@ -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/. + */ + #ifndef __GTK_SCROLLED_WINDOW_H__ #define __GTK_SCROLLED_WINDOW_H__ diff --git a/gtk/gtkselection.c b/gtk/gtkselection.c index f61ec6f59..39733fad5 100644 --- a/gtk/gtkselection.c +++ b/gtk/gtkselection.c @@ -44,6 +44,13 @@ possible though that it somehow thinks we are responding negatively to the TARGETS request, though I don't really think so ... */ +/* + * 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 <stdarg.h> #include <string.h> #include <gdk/gdkx.h> diff --git a/gtk/gtkselection.h b/gtk/gtkselection.h index 02fce9f7b..771df76cf 100644 --- a/gtk/gtkselection.h +++ b/gtk/gtkselection.h @@ -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/. + */ + #ifndef __GTK_SELECTION_H__ #define __GTK_SELECTION_H__ diff --git a/gtk/gtkseparator.c b/gtk/gtkseparator.c index b4d9e643b..1aa6231ac 100644 --- a/gtk/gtkseparator.c +++ b/gtk/gtkseparator.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 "gtkseparator.h" diff --git a/gtk/gtkseparator.h b/gtk/gtkseparator.h index b54802ae8..03fe0fc1a 100644 --- a/gtk/gtkseparator.h +++ b/gtk/gtkseparator.h @@ -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/. + */ + #ifndef __GTK_SEPARATOR_H__ #define __GTK_SEPARATOR_H__ diff --git a/gtk/gtksignal.c b/gtk/gtksignal.c index d3ce62d60..c7eb7e0c6 100644 --- a/gtk/gtksignal.c +++ b/gtk/gtksignal.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 <stdarg.h> #include <string.h> #include <stdio.h> diff --git a/gtk/gtksignal.h b/gtk/gtksignal.h index faef74d22..618d9d42f 100644 --- a/gtk/gtksignal.h +++ b/gtk/gtksignal.h @@ -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/. + */ + #ifndef __GTK_SIGNAL_H__ #define __GTK_SIGNAL_H__ diff --git a/gtk/gtksocket.c b/gtk/gtksocket.c index b1f6d019d..7a98f48ba 100644 --- a/gtk/gtksocket.c +++ b/gtk/gtksocket.c @@ -18,6 +18,13 @@ /* By Owen Taylor <otaylor@gtk.org> 98/4/4 */ +/* + * 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 "gdk/gdkx.h" #include "gdk/gdkkeysyms.h" #include "gtkwindow.h" diff --git a/gtk/gtksocket.h b/gtk/gtksocket.h index c1c9d3a32..6b6d391cb 100644 --- a/gtk/gtksocket.h +++ b/gtk/gtksocket.h @@ -15,6 +15,14 @@ * License along with this library; if not, write to the Free * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, 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/. + */ + #ifndef __GTK_SOCKET_H__ #define __GTK_SOCKET_H__ diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c index f542b4841..9fce7e58a 100644 --- a/gtk/gtkspinbutton.c +++ b/gtk/gtkspinbutton.c @@ -20,6 +20,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 <stdlib.h> #include <math.h> diff --git a/gtk/gtkspinbutton.h b/gtk/gtkspinbutton.h index 83e613e50..aad6b23b1 100644 --- a/gtk/gtkspinbutton.h +++ b/gtk/gtkspinbutton.h @@ -20,6 +20,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/. + */ + #ifndef __GTK_SPIN_BUTTON_H__ #define __GTK_SPIN_BUTTON_H__ diff --git a/gtk/gtkstatusbar.c b/gtk/gtkstatusbar.c index d5aa931b2..3201d4829 100644 --- a/gtk/gtkstatusbar.c +++ b/gtk/gtkstatusbar.c @@ -18,6 +18,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 "gtkframe.h" #include "gtklabel.h" #include "gtksignal.h" diff --git a/gtk/gtkstatusbar.h b/gtk/gtkstatusbar.h index c671736de..e5f4c254d 100644 --- a/gtk/gtkstatusbar.h +++ b/gtk/gtkstatusbar.h @@ -18,6 +18,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/. + */ + #ifndef __GTK_STATUSBAR_H__ #define __GTK_STATUSBAR_H__ diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c index 8090325d9..02766dd1d 100644 --- a/gtk/gtkstyle.c +++ b/gtk/gtkstyle.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 <math.h> #include "gtkgc.h" #include "gtkrc.h" diff --git a/gtk/gtkstyle.h b/gtk/gtkstyle.h index 9424af5ce..d8884c62c 100644 --- a/gtk/gtkstyle.h +++ b/gtk/gtkstyle.h @@ -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/. + */ + #ifndef __GTK_STYLE_H__ #define __GTK_STYLE_H__ diff --git a/gtk/gtktable.c b/gtk/gtktable.c index ec4c927ae..35037b1b1 100644 --- a/gtk/gtktable.c +++ b/gtk/gtktable.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 "gtktable.h" enum diff --git a/gtk/gtktable.h b/gtk/gtktable.h index 4ad12b27b..75f78bbec 100644 --- a/gtk/gtktable.h +++ b/gtk/gtktable.h @@ -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/. + */ + #ifndef __GTK_TABLE_H__ #define __GTK_TABLE_H__ diff --git a/gtk/gtktearoffmenuitem.c b/gtk/gtktearoffmenuitem.c index 18a53b46e..ac775cd6c 100644 --- a/gtk/gtktearoffmenuitem.c +++ b/gtk/gtktearoffmenuitem.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 "gtkmenu.h" #include "gtksignal.h" #include "gtktearoffmenuitem.h" diff --git a/gtk/gtktearoffmenuitem.h b/gtk/gtktearoffmenuitem.h index 08daef98b..cbdd5ee05 100644 --- a/gtk/gtktearoffmenuitem.h +++ b/gtk/gtktearoffmenuitem.h @@ -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/. + */ + #ifndef __GTK_MENU_TEAROFF_ITEM_H__ #define __GTK_MENU_TEAROFF_ITEM_H__ diff --git a/gtk/gtktext.c b/gtk/gtktext.c index 312c5b140..ed510a9e6 100644 --- a/gtk/gtktext.c +++ b/gtk/gtktext.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 <ctype.h> #include <string.h> #include "gdk/gdkkeysyms.h" diff --git a/gtk/gtktext.h b/gtk/gtktext.h index 8ccdb493c..c1194a31c 100644 --- a/gtk/gtktext.h +++ b/gtk/gtktext.h @@ -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/. + */ + #ifndef __GTK_TEXT_H__ #define __GTK_TEXT_H__ diff --git a/gtk/gtkthemes.c b/gtk/gtkthemes.c index 1410149a4..18801056f 100644 --- a/gtk/gtkthemes.c +++ b/gtk/gtkthemes.c @@ -17,6 +17,14 @@ * License along with this library; if not, write to the Free * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, 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 <stdlib.h> #include <gmodule.h> diff --git a/gtk/gtkthemes.h b/gtk/gtkthemes.h index e1815315a..e1c4a4723 100644 --- a/gtk/gtkthemes.h +++ b/gtk/gtkthemes.h @@ -17,6 +17,14 @@ * License along with this library; if not, write to the Free * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, 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/. + */ + #ifndef __GTK_THEMES_H__ #define __GTK_THEMES_H__ diff --git a/gtk/gtktipsquery.c b/gtk/gtktipsquery.c index 06f37132d..ccac79a18 100644 --- a/gtk/gtktipsquery.c +++ b/gtk/gtktipsquery.c @@ -19,6 +19,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 "gtktipsquery.h" #include "gtksignal.h" #include "gtktooltips.h" diff --git a/gtk/gtktipsquery.h b/gtk/gtktipsquery.h index 7cbbcd123..c6b94b94d 100644 --- a/gtk/gtktipsquery.h +++ b/gtk/gtktipsquery.h @@ -19,6 +19,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/. + */ + #ifndef __GTKTIPSQUERY_H__ #define __GTKTIPSQUERY_H__ diff --git a/gtk/gtktogglebutton.c b/gtk/gtktogglebutton.c index c5fbdb373..4c4c8431e 100644 --- a/gtk/gtktogglebutton.c +++ b/gtk/gtktogglebutton.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 "gtklabel.h" #include "gtkmain.h" #include "gtksignal.h" diff --git a/gtk/gtktogglebutton.h b/gtk/gtktogglebutton.h index 156dfb7e3..0b654c3fc 100644 --- a/gtk/gtktogglebutton.h +++ b/gtk/gtktogglebutton.h @@ -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/. + */ + #ifndef __GTK_TOGGLE_BUTTON_H__ #define __GTK_TOGGLE_BUTTON_H__ diff --git a/gtk/gtktoolbar.c b/gtk/gtktoolbar.c index f57412184..6bad39f7b 100644 --- a/gtk/gtktoolbar.c +++ b/gtk/gtktoolbar.c @@ -18,6 +18,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 "gtkbutton.h" #include "gtktogglebutton.h" #include "gtkradiobutton.h" diff --git a/gtk/gtktoolbar.h b/gtk/gtktoolbar.h index 0f5a4f840..92ce69eb6 100644 --- a/gtk/gtktoolbar.h +++ b/gtk/gtktoolbar.h @@ -18,6 +18,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/. + */ + #ifndef __GTK_TOOLBAR_H__ #define __GTK_TOOLBAR_H__ diff --git a/gtk/gtktooltips.c b/gtk/gtktooltips.c index 8f48b2b1f..578346dd2 100644 --- a/gtk/gtktooltips.c +++ b/gtk/gtktooltips.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 <stdlib.h> #include <string.h> #include <stdio.h> diff --git a/gtk/gtktooltips.h b/gtk/gtktooltips.h index ad6181450..0d57cdd8d 100644 --- a/gtk/gtktooltips.h +++ b/gtk/gtktooltips.h @@ -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/. + */ + #ifndef __GTK_TOOLTIPS_H__ #define __GTK_TOOLTIPS_H__ diff --git a/gtk/gtktree.c b/gtk/gtktree.c index 6c5670202..0c8cefd95 100644 --- a/gtk/gtktree.c +++ b/gtk/gtktree.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 "gtktree.h" #include "gtktreeitem.h" #include "gtkmain.h" diff --git a/gtk/gtktree.h b/gtk/gtktree.h index 2c4f89d45..9ddb5e9c6 100644 --- a/gtk/gtktree.h +++ b/gtk/gtktree.h @@ -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/. + */ + #ifndef __GTK_TREE_H__ #define __GTK_TREE_H__ diff --git a/gtk/gtktreeitem.c b/gtk/gtktreeitem.c index 7b86a1bdf..fe5fc7275 100644 --- a/gtk/gtktreeitem.c +++ b/gtk/gtktreeitem.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 "gtklabel.h" #include "gtktree.h" #include "gtktreeitem.h" diff --git a/gtk/gtktreeitem.h b/gtk/gtktreeitem.h index eb6a706a4..d63658857 100644 --- a/gtk/gtktreeitem.h +++ b/gtk/gtktreeitem.h @@ -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/. + */ + #ifndef __GTK_TREE_ITEM_H__ #define __GTK_TREE_ITEM_H__ diff --git a/gtk/gtktypeutils.c b/gtk/gtktypeutils.c index 139507bd8..bac3c0296 100644 --- a/gtk/gtktypeutils.c +++ b/gtk/gtktypeutils.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 <string.h> #include "gtktypeutils.h" diff --git a/gtk/gtktypeutils.h b/gtk/gtktypeutils.h index 1caea5137..1494fa960 100644 --- a/gtk/gtktypeutils.h +++ b/gtk/gtktypeutils.h @@ -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/. + */ + #ifndef __GTK_TYPE_UTILS_H__ #define __GTK_TYPE_UTILS_H__ diff --git a/gtk/gtkvbbox.c b/gtk/gtkvbbox.c index cc8320251..768cecc36 100644 --- a/gtk/gtkvbbox.c +++ b/gtk/gtkvbbox.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 "gtkvbbox.h" diff --git a/gtk/gtkvbbox.h b/gtk/gtkvbbox.h index 596b304d4..76b8d718d 100644 --- a/gtk/gtkvbbox.h +++ b/gtk/gtkvbbox.h @@ -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/. + */ + #ifndef __GTK_VBUTTON_BOX_H__ #define __GTK_VBUTTON_BOX_H__ diff --git a/gtk/gtkvbox.c b/gtk/gtkvbox.c index b5c2e9e3b..1c359f4d0 100644 --- a/gtk/gtkvbox.c +++ b/gtk/gtkvbox.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 "gtkvbox.h" diff --git a/gtk/gtkvbox.h b/gtk/gtkvbox.h index 2661df1ba..7366c5efa 100644 --- a/gtk/gtkvbox.h +++ b/gtk/gtkvbox.h @@ -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/. + */ + #ifndef __GTK_VBOX_H__ #define __GTK_VBOX_H__ diff --git a/gtk/gtkviewport.c b/gtk/gtkviewport.c index 64845893c..3f9eab48c 100644 --- a/gtk/gtkviewport.c +++ b/gtk/gtkviewport.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 "gtksignal.h" #include "gtkviewport.h" diff --git a/gtk/gtkviewport.h b/gtk/gtkviewport.h index 22d95ea42..31d279c36 100644 --- a/gtk/gtkviewport.h +++ b/gtk/gtkviewport.h @@ -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/. + */ + #ifndef __GTK_VIEWPORT_H__ #define __GTK_VIEWPORT_H__ diff --git a/gtk/gtkvpaned.c b/gtk/gtkvpaned.c index 105257c0b..98e9b23d0 100644 --- a/gtk/gtkvpaned.c +++ b/gtk/gtkvpaned.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 "gtkvpaned.h" #include "gtkmain.h" #include "gtksignal.h" diff --git a/gtk/gtkvpaned.h b/gtk/gtkvpaned.h index 9403d0a43..ddc97abb9 100644 --- a/gtk/gtkvpaned.h +++ b/gtk/gtkvpaned.h @@ -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/. + */ + #ifndef __GTK_VPANED_H__ #define __GTK_VPANED_H__ diff --git a/gtk/gtkvruler.c b/gtk/gtkvruler.c index 93117fe39..500d902a7 100644 --- a/gtk/gtkvruler.c +++ b/gtk/gtkvruler.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 <math.h> #include <stdio.h> #include <string.h> diff --git a/gtk/gtkvruler.h b/gtk/gtkvruler.h index 82bb055ce..6ffcfbc3c 100644 --- a/gtk/gtkvruler.h +++ b/gtk/gtkvruler.h @@ -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/. + */ + #ifndef __GTK_VRULER_H__ #define __GTK_VRULER_H__ diff --git a/gtk/gtkvscale.c b/gtk/gtkvscale.c index 438d74796..c7c532aef 100644 --- a/gtk/gtkvscale.c +++ b/gtk/gtkvscale.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 "gtkvscale.h" #include "gtksignal.h" diff --git a/gtk/gtkvscale.h b/gtk/gtkvscale.h index bfe577a5f..86969492d 100644 --- a/gtk/gtkvscale.h +++ b/gtk/gtkvscale.h @@ -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/. + */ + #ifndef __GTK_VSCALE_H__ #define __GTK_VSCALE_H__ diff --git a/gtk/gtkvscrollbar.c b/gtk/gtkvscrollbar.c index dba415a5f..867069147 100644 --- a/gtk/gtkvscrollbar.c +++ b/gtk/gtkvscrollbar.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 "gtkvscrollbar.h" #include "gtksignal.h" #include "gdk/gdkkeysyms.h" diff --git a/gtk/gtkvscrollbar.h b/gtk/gtkvscrollbar.h index d1b5207e0..3011112f1 100644 --- a/gtk/gtkvscrollbar.h +++ b/gtk/gtkvscrollbar.h @@ -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/. + */ + #ifndef __GTK_VSCROLLBAR_H__ #define __GTK_VSCROLLBAR_H__ diff --git a/gtk/gtkvseparator.c b/gtk/gtkvseparator.c index bd73d3505..f74bdce46 100644 --- a/gtk/gtkvseparator.c +++ b/gtk/gtkvseparator.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 "gtkvseparator.h" diff --git a/gtk/gtkvseparator.h b/gtk/gtkvseparator.h index b5ed8e94c..ed08e762f 100644 --- a/gtk/gtkvseparator.h +++ b/gtk/gtkvseparator.h @@ -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/. + */ + #ifndef __GTK_VSEPARATOR_H__ #define __GTK_VSEPARATOR_H__ diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 168f14f8b..cbaf6966e 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.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 <stdarg.h> #include <string.h> #include "gtkcontainer.h" diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h index ed04845cf..ad7fdb0f2 100644 --- a/gtk/gtkwidget.h +++ b/gtk/gtkwidget.h @@ -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/. + */ + #ifndef __GTK_WIDGET_H__ #define __GTK_WIDGET_H__ diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index 2f1a625ad..20e2c9800 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.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 <string.h> #include <limits.h> #include "gdk/gdk.h" diff --git a/gtk/gtkwindow.h b/gtk/gtkwindow.h index 19fb4df84..8435978d7 100644 --- a/gtk/gtkwindow.h +++ b/gtk/gtkwindow.h @@ -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/. + */ + #ifndef __GTK_WINDOW_H__ #define __GTK_WINDOW_H__ diff --git a/gtk/testgtk.c b/gtk/testgtk.c index 14e794270..3d979f5d6 100644 --- a/gtk/testgtk.c +++ b/gtk/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/gtk/testinput.c b/gtk/testinput.c index ac8ff136a..b2e9e17df 100644 --- a/gtk/testinput.c +++ b/gtk/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/gtk/testrgb.c b/gtk/testrgb.c index 43b79994a..99cd6eba5 100644 --- a/gtk/testrgb.c +++ b/gtk/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/gtk/testselection.c b/gtk/testselection.c index e7d7bbfa2..a13fb5ad4 100644 --- a/gtk/testselection.c +++ b/gtk/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/gtk/testthreads.c b/gtk/testthreads.c index e330a74a5..c10cbecda 100644 --- a/gtk/testthreads.c +++ b/gtk/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> |