From: Cody Russell Date: Tue, 1 Jul 2008 22:57:50 +0000 (+0000) Subject: Revert name change X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;ds=sidebyside;h=57223c9a056bfff1635ddd1e67f660cd5a61e9ff;p=~andy%2Fgtk Revert name change svn path=/trunk/; revision=20724 --- diff --git a/Makefile.decl b/Makefile.decl index 0c9efca0d..edda74953 100644 --- a/Makefile.decl +++ b/Makefile.decl @@ -1,4 +1,4 @@ -# GTK+ - The GTK+ Toolkit +# GTK+ - The GIMP Toolkit GTESTER = gtester # in $PATH for non-GLIB packages GTESTER_REPORT = gtester-report # in $PATH for non-GLIB packages diff --git a/debian/README.debian b/debian/README.debian index 124769eb4..120d66b52 100644 --- a/debian/README.debian +++ b/debian/README.debian @@ -1,7 +1,7 @@ libgtk1 for Debian ---------------------- -The GTK+ Tool Kit (gtk) is a set of widgets to help you program +The GIMP Tool Kit (gtk) is a set of widgets to help you program programs for the X Windowing System easily and powerfully. gtk is the moving force behind The GNU Image Manipulation Program (The diff --git a/debian/control b/debian/control index 6eb45e562..282901246 100644 --- a/debian/control +++ b/debian/control @@ -9,11 +9,11 @@ Architecture: any Section: libs Depends: ${shlibs:Depends} Conflicts: libgtk-dev (<< 1:1.0.2), libgtk1.1 -Description: CVS build of the GTK+ Toolkit set of widgets for X +Description: CVS build of the GIMP Toolkit set of widgets for X **THIS IS NOT AN OFFICIAL DEBIAN PACKAGE! THIS IS AN AUTOMATED CVS BUILD OF THE GTK+ LIBRARIES! BEWARE! IT MAY NOT WORK!** . - The GTK+ Toolkit is a freely available set of widgets for X. + The GIMP Toolkit is a freely available set of widgets for X. GTK is easy to use, and has been implemented in such projects as The GNU Image Manipulation Program (The GIMP), GNOME, a GNU desktop set of utilities for X, and gzilla, a GNU web-browser. @@ -29,33 +29,33 @@ Suggests: libgtk-cvs-doc Provides: libgtk1.1-dev Replaces: libgtk1.1-dev Conflicts: libgtk-dev, libgtk1 (<< 1:1.0.4), libgtk1.1-dev -Description: CVS build of development files for the GTK+ Toolkit +Description: CVS build of development files for the GIMP Toolkit **THIS IS NOT AN OFFICIAL DEBIAN PACKAGE! THIS IS AN AUTOMATED CVS BUILD OF THE GTK+ LIBRARIES! BEWARE! IT MAY NOT WORK!** . This package contains the header files and static libraries for the - GTK+ Toolkit set of widgets for X. + GIMP Toolkit set of widgets for X. . This is the unstable, 1.1 branch of GTK+. This is not intended for use with stable releases of programs! . Install this package if you wish to develop your own X programs using - the GTK+ Toolkit 1.1, or if you wish to compile your own plug-ins for + the GIMP Toolkit 1.1, or if you wish to compile your own plug-ins for The GIMP. Package: libgtk-cvs-doc Architecture: all Section: doc Conflicts: libgtk-dev (<< 1:0.99.4), libgtk-doc, libgtk1.1-doc -Description: CVS build of documentation for the GTK+ Toolkit +Description: CVS build of documentation for the GIMP Toolkit **THIS IS NOT AN OFFICIAL DEBIAN PACKAGE! THIS IS AN AUTOMATED CVS BUILD OF THE GTK+ LIBRARIES! BEWARE! IT MAY NOT WORK!** . This package contains lots of info-files, HTML docs, FAQs, and - other handy documentation about the GTK+ Toolkit set of widgets + other handy documentation about the GIMP Toolkit set of widgets for X. . - This package documents the unstable 1.1 release of the GTK+ Toolkit. + This package documents the unstable 1.1 release of the GIMP Toolkit. . Install this package if you want to have lots of info about the GIMP toolkit when you're programming. @@ -66,16 +66,16 @@ Section: devel Depends: libgtk-cvs-1.1 (= ${Source-Version}), libgtk-cvs-dev (= ${Source-Version}) Suggests: libgtk-cvs-doc Conflicts: libgtk1.1-dbg -Description: CVS build of debugging files for the GTK+ Toolkit +Description: CVS build of debugging files for the GIMP Toolkit **THIS IS NOT AN OFFICIAL DEBIAN PACKAGE! THIS IS AN AUTOMATED CVS BUILD OF THE GTK+ LIBRARIES! BEWARE! IT MAY NOT WORK!** . This package contains the debugging static libraries for the - GTK+ Toolkit set of widgets for X. + GIMP Toolkit set of widgets for X. . This is the unstable, 1.1 branch of GTK+. This is not intended for use with stable releases of programs! . Install this package if you wish to debug your own X programs using - the GTK+ Toolkit 1.1, or if you wish to debug your own plug-ins for + the GIMP Toolkit 1.1, or if you wish to debug your own plug-ins for The GIMP. diff --git a/debian/libgtk-cvs-doc.postinst b/debian/libgtk-cvs-doc.postinst index 29f73bf47..ac01e5007 100644 --- a/debian/libgtk-cvs-doc.postinst +++ b/debian/libgtk-cvs-doc.postinst @@ -2,7 +2,7 @@ set -e -install-info --quiet --description="The GTK+ Toolkit." \ +install-info --quiet --description="The GIMP Toolkit." \ --section "The GIMP" "The GIMP" /usr/info/gtk.info.gz install-info --quiet --description="The GIMP Drawing Kit." \ diff --git a/docs/faq/gtk-faq.sgml b/docs/faq/gtk-faq.sgml index 54e74f6ca..eb8563ac5 100644 --- a/docs/faq/gtk-faq.sgml +++ b/docs/faq/gtk-faq.sgml @@ -150,9 +150,8 @@ better than Motif. It contains common and complex widgets, such as file selection, and color selection widgets. GTK+ was initially developed as a widget set for the GIMP (GNU Image -Manipulation Program), and in fact GTK originally stood for 'The GIMP Toolkit'. -It has grown extensively since then, and is today used by a large number -of applications, and is the toolkit used by the +Manipulation Program). It has grown extensively since then, and is today +used by a large number of applications, and is the toolkit used by the GNOME desktop project. GTK+ is free software and part of the GNU Project. However, the @@ -199,7 +198,7 @@ interfaces. Does the G in GTK+, GDK and GLib stand for? <emphasis>[GTK 2.x]</emphasis> -GTK+ == The GTK+ Toolkit +GTK+ == The GIMP Toolkit GDK == GTK+ Drawing Kit GLib == G Library diff --git a/docs/tutorial/gtk-tut.sgml b/docs/tutorial/gtk-tut.sgml index bb525fc3b..335864789 100755 --- a/docs/tutorial/gtk-tut.sgml +++ b/docs/tutorial/gtk-tut.sgml @@ -21,7 +21,7 @@ - This is a tutorial on how to use GTK (the GTK+ Toolkit) through its C + This is a tutorial on how to use GTK (the GIMP Toolkit) through its C interface. @@ -52,7 +52,7 @@ available for offline reference and for printing. Introduction -GTK (GTK+ Toolkit) is a library for creating graphical user +GTK (GIMP Toolkit) is a library for creating graphical user interfaces. It is licensed using the LGPL license, so you can develop open software, free software, or even commercial non-free software using GTK without having to spend anything for licenses or royalties. @@ -61,7 +61,7 @@ using GTK without having to spend anything for licenses or royalties. developing the GNU Image Manipulation Program (GIMP), but GTK has now been used in a large number of software projects, including the GNU Network Object Model Environment (GNOME) project. GTK is built on -top of GDK (GTK+ Drawing Kit) which is basically a wrapper around the +top of GDK (GIMP Drawing Kit) which is basically a wrapper around the low-level functions for accessing the underlying windowing functions (Xlib in the case of the X windows system), and gdk-pixbuf, a library for client-side image manipulation. @@ -11622,7 +11622,7 @@ would be a good idea to look them over before continuing. Tictactoe widget. First, we have a header file: -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or @@ -14493,7 +14493,7 @@ which are not included in complete form elsewhere. -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or @@ -14566,7 +14566,7 @@ G_END_DECLS -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or @@ -14796,7 +14796,7 @@ int main( int argc, -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or @@ -14898,7 +14898,7 @@ void gtk_dial_set_adjustment (GtkDial *dial, -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or @@ -15656,7 +15656,7 @@ int main( int argc, -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or @@ -15848,7 +15848,7 @@ int main( int argc, -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/docs/tutorial/gtk_tut.sgml b/docs/tutorial/gtk_tut.sgml index 603bbbd98..8c3357a80 100644 --- a/docs/tutorial/gtk_tut.sgml +++ b/docs/tutorial/gtk_tut.sgml @@ -13,7 +13,7 @@ Ian Main February 23rd, 2000 -This is a tutorial on how to use GTK (the GTK+ Toolkit) through its C +This is a tutorial on how to use GTK (the GIMP Toolkit) through its C interface. @@ -27,7 +27,7 @@ interface. Introduction

-GTK (GTK+ Toolkit) is a library for creating graphical user +GTK (GIMP Toolkit) is a library for creating graphical user interfaces. It is licensed using the LGPL license, so you can develop open software, free software, or even commercial non-free software using GTK without having to spend anything for licenses or royalties. @@ -36,7 +36,7 @@ It's called the GIMP toolkit because it was originally written for developing the GNU Image Manipulation Program (GIMP), but GTK has now been used in a large number of software projects, including the GNU Network Object Model Environment (GNOME) project. GTK is built on -top of GDK (GTK+ Drawing Kit) which is basically a wrapper around the +top of GDK (GIMP Drawing Kit) which is basically a wrapper around the low-level functions for accessing the underlying windowing functions (Xlib in the case of the X windows system). The primary authors of GTK are: @@ -13385,7 +13385,7 @@ Quite a bit of our widget should look pretty familiar from the Tictactoe widget. First, we have a header file: -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or @@ -16248,7 +16248,7 @@ which are not included in complete form elsewhere. /* example-start tictactoe tictactoe.h */ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or @@ -16319,7 +16319,7 @@ void tictactoe_clear (Tictactoe *ttt); /* example-start tictactoe tictactoe.c */ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or @@ -16541,7 +16541,7 @@ int main( int argc, /* example-start gtkdial gtkdial.h */ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or @@ -16640,7 +16640,7 @@ void gtk_dial_set_adjustment (GtkDial *dial, /* example-start gtkdial gtkdial.c */ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or @@ -17377,7 +17377,7 @@ int main( int argc, /* example-start scribble-simple scribble-simple.c */ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or @@ -17563,7 +17563,7 @@ int main( int argc, /* example-start scribble-xinput scribble-xinput.c */ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/docs/tutorial/gtk_tut_12.es.sgml b/docs/tutorial/gtk_tut_12.es.sgml index 792576581..74b4827aa 100755 --- a/docs/tutorial/gtk_tut_12.es.sgml +++ b/docs/tutorial/gtk_tut_12.es.sgml @@ -32,7 +32,7 @@ Toolkit) en C Introducción

-GTK (GTK+ Toolkit) es una biblioteca para crear interfaces gráficas +GTK (GIMP Toolkit) es una biblioteca para crear interfaces gráficas de usuario. Su licencia es la LGPL, así que mediante GTK podrá desarrollar programas con licencias abiertas, gratuitas, libres, y hasta licencias comerciales no libres sin mayores problemas. @@ -41,7 +41,7 @@ Se llama el GIMP toolkit porque fue escrito para el desarrollo del General Image Manipulation Program (GIMP), pero ahora GTK se utiliza en un gran número de proyectos de programación, incluyendo el proyecto GNU Network Object Model Environment (GNOME). GTK está -construido encima de GDK (GTK+ Drawing Kit) que básicamente es un +construido encima de GDK (GIMP Drawing Kit) que básicamente es un recubrimiento de las funciones de bajo nivel que deben haber para acceder al sistema de ventanas sobre el que se programe (Xlib en el caso de X windows). Los principales autores de GTK son: @@ -12829,7 +12829,7 @@ Nuestro -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or @@ -15836,7 +15836,7 @@ texto anterior y que no se ha incluido al completo en otro lugar. /* principio del ejemplo tictactoe tictactoe.h */ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or @@ -15907,7 +15907,7 @@ void tictactoe_clear (Tictactoe *ttt); /* principio del ejemplo tictactoe tictactoe.c */ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or @@ -16127,7 +16127,7 @@ main (int argc, char *argv[]) /* principio del ejmplo gtkdial gtkdial.h */ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or @@ -16227,7 +16227,7 @@ void gtk_dial_set_adjustment (GtkDial *dial, /* principio del ejemplo gtkdial gtkdial.c */ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or @@ -16826,7 +16826,7 @@ gtk_dial_adjustment_value_changed (GtkAdjustment *adjustment, /* principio del ejemplo scribble-simple scribble-simple.c */ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/docs/tutorial/gtk_tut_fr.sgml b/docs/tutorial/gtk_tut_fr.sgml index d45e951e6..efb75e8c0 100644 --- a/docs/tutorial/gtk_tut_fr.sgml +++ b/docs/tutorial/gtk_tut_fr.sgml @@ -8,9 +8,9 @@ Introduction

-GTK (GTK+ Toolkit) a été d'abord développé pour être une boîte à +GTK (GIMP Toolkit) a été d'abord développé pour être une boîte à outils pour GIMP (General Image Manipulation Program). GTK est -construit sur GDK (GTK+ Drawing Kit) qui est, avant tout, une +construit sur GDK (GIMP Drawing Kit) qui est, avant tout, une encapsulation des fonctions Xlib. On l'appelle « GIMP toolkit » car il fut créé pour développer GIMP, mais il est désormais utilisé dans plusieurs projets de logiciels libres. Les auteurs sont : @@ -6860,7 +6860,7 @@ Un petite partie de notre widget devrait ressembler au widget Tictactoe. Nous avons d'abord le fichier en-tête : -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/docs/tutorial/gtk_tut_it.sgml b/docs/tutorial/gtk_tut_it.sgml index 789ca326f..321a2b58d 100644 --- a/docs/tutorial/gtk_tut_it.sgml +++ b/docs/tutorial/gtk_tut_it.sgml @@ -13,9 +13,9 @@ Tony Gale Introduzione

-GTK (GTK+ Toolkit) è stato orginariamente sviluppato come toolkit per +GTK (GIMP Toolkit) è stato orginariamente sviluppato come toolkit per il programma GIMP (General Image Manipulation Program). GTK è costruito -sulla base del kit di disegno di GIMP, il GDK (GTK+ Drawing Kit) il quale +sulla base del kit di disegno di GIMP, il GDK (GIMP Drawing Kit) il quale è costruito a sua volta attorno alle funzioni della Xlib. E' chiamato ``toolkit di GIMP'' perché era inizialmente scritto per sviluppare GIMP, ma ora viene utilizzato nello sviluppo di molti progetti software ``free''. @@ -8283,7 +8283,7 @@ Una parte del nostro widget potrebbe essere simile al widget Tictactoe. In primo luogo, abbiamo il file header: -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/examples/gtkdial/gtkdial.c b/examples/gtkdial/gtkdial.c index 2f2800c3a..fa035ee61 100644 --- a/examples/gtkdial/gtkdial.c +++ b/examples/gtkdial/gtkdial.c @@ -1,5 +1,5 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/examples/gtkdial/gtkdial.h b/examples/gtkdial/gtkdial.h index 05ab2a64d..0994e79ff 100644 --- a/examples/gtkdial/gtkdial.h +++ b/examples/gtkdial/gtkdial.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/examples/scribble-simple/scribble-simple.c b/examples/scribble-simple/scribble-simple.c index 943d65587..92e54da91 100644 --- a/examples/scribble-simple/scribble-simple.c +++ b/examples/scribble-simple/scribble-simple.c @@ -1,5 +1,5 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/examples/scribble-xinput/scribble-xinput.c b/examples/scribble-xinput/scribble-xinput.c index f36718b2f..657266f67 100644 --- a/examples/scribble-xinput/scribble-xinput.c +++ b/examples/scribble-xinput/scribble-xinput.c @@ -1,5 +1,5 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/examples/tictactoe/tictactoe.c b/examples/tictactoe/tictactoe.c index 4f83d9cd7..34c7b2f05 100644 --- a/examples/tictactoe/tictactoe.c +++ b/examples/tictactoe/tictactoe.c @@ -1,5 +1,5 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/examples/tictactoe/tictactoe.h b/examples/tictactoe/tictactoe.h index c0ab9eae6..e48f753dd 100644 --- a/examples/tictactoe/tictactoe.h +++ b/examples/tictactoe/tictactoe.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gdk-2.0-uninstalled.pc.in b/gdk-2.0-uninstalled.pc.in index f945a3f3b..2d5f5c914 100644 --- a/gdk-2.0-uninstalled.pc.in +++ b/gdk-2.0-uninstalled.pc.in @@ -1,7 +1,7 @@ target=@gdktarget@ Name: GDK Uninstalled -Description: GTK+ Drawing Kit (${target} target), Not Installed +Description: GIMP Drawing Kit (${target} target), Not Installed Version: @VERSION@ Requires: gdk-pixbuf-2.0-uninstalled @GDK_PACKAGES@ Libs: ${pc_top_builddir}/${pcfiledir}/gdk/libgdk-${target}-@GTK_API_VERSION@.la @GDK_EXTRA_LIBS@ diff --git a/gdk-2.0.pc.in b/gdk-2.0.pc.in index 24a5dfb72..27cbd9b3f 100644 --- a/gdk-2.0.pc.in +++ b/gdk-2.0.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ target=@gdktarget@ Name: GDK -Description: GTK+ Drawing Kit (${target} target) +Description: GIMP Drawing Kit (${target} target) Version: @VERSION@ Requires: gdk-pixbuf-2.0 @GDK_PACKAGES@ Libs: -L${libdir} -lgdk-${target}-@GTK_API_VERSION@ @GDK_EXTRA_LIBS@ diff --git a/gdk-pixbuf/gdk_pixbuf.rc.in b/gdk-pixbuf/gdk_pixbuf.rc.in index 75f3bf9de..090b1da3e 100644 --- a/gdk-pixbuf/gdk_pixbuf.rc.in +++ b/gdk-pixbuf/gdk_pixbuf.rc.in @@ -14,7 +14,7 @@ VS_VERSION_INFO VERSIONINFO BLOCK "040904B0" BEGIN VALUE "CompanyName", "The GTK developer community" - VALUE "FileDescription", "GTK+ Toolkit" + VALUE "FileDescription", "GIMP Toolkit" VALUE "FileVersion", "@GTK_VERSION@.0" VALUE "InternalName", "libgdk_pixbuf-@GTK_API_VERSION@-@LT_CURRENT_MINUS_AGE@" VALUE "LegalCopyright", "Copyright (C) 1999 The Free Software Foundation. Modified by the GTK+ Team and others 1999-2005." diff --git a/gdk/gdk.c b/gdk/gdk.c index 972f2ed2a..53667a07a 100644 --- a/gdk/gdk.c +++ b/gdk/gdk.c @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdk.h b/gdk/gdk.h index b4adf414e..008713d2a 100644 --- a/gdk/gdk.h +++ b/gdk/gdk.h @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkcairo.c b/gdk/gdkcairo.c index 623e2f1dc..4c2d91ac0 100644 --- a/gdk/gdkcairo.c +++ b/gdk/gdkcairo.c @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 2005 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkcairo.h b/gdk/gdkcairo.h index 0738fb332..70d79de88 100644 --- a/gdk/gdkcairo.h +++ b/gdk/gdkcairo.h @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 2005 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkcolor.c b/gdk/gdkcolor.c index f229fde81..423bc98fb 100644 --- a/gdk/gdkcolor.c +++ b/gdk/gdkcolor.c @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkcolor.h b/gdk/gdkcolor.h index 41f8598a9..54fc3015c 100644 --- a/gdk/gdkcolor.h +++ b/gdk/gdkcolor.h @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkcursor.c b/gdk/gdkcursor.c index c28e67e19..bdd0feb6d 100644 --- a/gdk/gdkcursor.c +++ b/gdk/gdkcursor.c @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkcursor.h b/gdk/gdkcursor.h index bfa52dc71..488faa498 100644 --- a/gdk/gdkcursor.h +++ b/gdk/gdkcursor.h @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkdisplay.c b/gdk/gdkdisplay.c index b2867a71e..2a5b92c3b 100644 --- a/gdk/gdkdisplay.c +++ b/gdk/gdkdisplay.c @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * gdkdisplay.c * * Copyright 2001 Sun Microsystems Inc. diff --git a/gdk/gdkdisplaymanager.c b/gdk/gdkdisplaymanager.c index 35f5fa492..9c0cb48cf 100644 --- a/gdk/gdkdisplaymanager.c +++ b/gdk/gdkdisplaymanager.c @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkdisplaymanager.h b/gdk/gdkdisplaymanager.h index 000c2522e..eef441f25 100644 --- a/gdk/gdkdisplaymanager.h +++ b/gdk/gdkdisplaymanager.h @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkdnd.c b/gdk/gdkdnd.c index 1f20f9b23..1d671c48c 100644 --- a/gdk/gdkdnd.c +++ b/gdk/gdkdnd.c @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1999 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkdnd.h b/gdk/gdkdnd.h index 319c1f039..ae8362fbd 100644 --- a/gdk/gdkdnd.h +++ b/gdk/gdkdnd.h @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkdraw.c b/gdk/gdkdraw.c index 3fa51d767..0876695a6 100644 --- a/gdk/gdkdraw.c +++ b/gdk/gdkdraw.c @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkdrawable.h b/gdk/gdkdrawable.h index 1c0577283..508bf86fc 100644 --- a/gdk/gdkdrawable.h +++ b/gdk/gdkdrawable.h @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkevents.c b/gdk/gdkevents.c index 348b37917..2cb32382f 100644 --- a/gdk/gdkevents.c +++ b/gdk/gdkevents.c @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkevents.h b/gdk/gdkevents.h index 7af33aa26..87cc83734 100644 --- a/gdk/gdkevents.h +++ b/gdk/gdkevents.h @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkfont.c b/gdk/gdkfont.c index 95e54dcb2..4c848dde7 100644 --- a/gdk/gdkfont.c +++ b/gdk/gdkfont.c @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkfont.h b/gdk/gdkfont.h index 23b142061..a48a5c43a 100644 --- a/gdk/gdkfont.h +++ b/gdk/gdkfont.h @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkgc.c b/gdk/gdkgc.c index 7420a777d..f3389c70e 100644 --- a/gdk/gdkgc.c +++ b/gdk/gdkgc.c @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkgc.h b/gdk/gdkgc.h index aa09b0cb2..ff0460504 100644 --- a/gdk/gdkgc.h +++ b/gdk/gdkgc.h @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkglobals.c b/gdk/gdkglobals.c index cc2bb9794..35e9908a2 100644 --- a/gdk/gdkglobals.c +++ b/gdk/gdkglobals.c @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdki18n.h b/gdk/gdki18n.h index 512b987c3..9e70be0b6 100644 --- a/gdk/gdki18n.h +++ b/gdk/gdki18n.h @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkimage.c b/gdk/gdkimage.c index 6f72883ee..22a798642 100644 --- a/gdk/gdkimage.c +++ b/gdk/gdkimage.c @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkimage.h b/gdk/gdkimage.h index 5fa631ee9..1c3c40176 100644 --- a/gdk/gdkimage.h +++ b/gdk/gdkimage.h @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkinput.h b/gdk/gdkinput.h index 634b34ecb..454def8f2 100644 --- a/gdk/gdkinput.h +++ b/gdk/gdkinput.h @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h index ff8df66c4..09ae12dd5 100644 --- a/gdk/gdkinternals.h +++ b/gdk/gdkinternals.h @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkintl.h b/gdk/gdkintl.h index 860962f79..9bd7b267d 100644 --- a/gdk/gdkintl.h +++ b/gdk/gdkintl.h @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkkeynames.c b/gdk/gdkkeynames.c index 1e69b8212..6b155bcea 100644 --- a/gdk/gdkkeynames.c +++ b/gdk/gdkkeynames.c @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkkeys.c b/gdk/gdkkeys.c index 25b6ac3dd..30a6a314b 100644 --- a/gdk/gdkkeys.c +++ b/gdk/gdkkeys.c @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkkeys.h b/gdk/gdkkeys.h index e8187bc62..839cbe765 100644 --- a/gdk/gdkkeys.h +++ b/gdk/gdkkeys.h @@ -1,4 +1,4 @@ -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gdk/gdkkeysyms-update.pl b/gdk/gdkkeysyms-update.pl index 707236930..4f59fd2b7 100755 --- a/gdk/gdkkeysyms-update.pl +++ b/gdk/gdkkeysyms-update.pl @@ -48,7 +48,7 @@ die "Could not open file keysymdef.h: $!\n" unless open(IN_KEYSYMDEF, "<:utf8", die "Could not open file gdkkeysyms.h: $!\n" unless open(OUT_GDKKEYSYMS, ">:utf8", "gdkkeysyms.h"); print OUT_GDKKEYSYMS< diff --git a/gtk/gtkaboutdialog.h b/gtk/gtkaboutdialog.h index 5ed38fbb0..02f2fbec0 100644 --- a/gtk/gtkaboutdialog.h +++ b/gtk/gtkaboutdialog.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit Copyright (C) 2001 CodeFactory AB Copyright (C) 2001 Anders Carlsson diff --git a/gtk/gtkaccelgroup.c b/gtk/gtkaccelgroup.c index 6f8a361d8..436e3c3f2 100644 --- a/gtk/gtkaccelgroup.c +++ b/gtk/gtkaccelgroup.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1998, 2001 Tim Janik * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkaccelgroup.h b/gtk/gtkaccelgroup.h index 369f9616e..80780dba5 100644 --- a/gtk/gtkaccelgroup.h +++ b/gtk/gtkaccelgroup.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1998, 2001 Tim Janik * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkaccellabel.c b/gtk/gtkaccellabel.c index e6d074477..cb57aaa92 100644 --- a/gtk/gtkaccellabel.c +++ b/gtk/gtkaccellabel.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * GtkAccelLabel: GtkLabel with accelerator monitoring facilities. diff --git a/gtk/gtkaccellabel.h b/gtk/gtkaccellabel.h index ef1711112..8703f5287 100644 --- a/gtk/gtkaccellabel.h +++ b/gtk/gtkaccellabel.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * GtkAccelLabel: GtkLabel with accelerator monitoring facilities. diff --git a/gtk/gtkaccelmap.c b/gtk/gtkaccelmap.c index 54fe7ba9a..f33d78fb1 100644 --- a/gtk/gtkaccelmap.c +++ b/gtk/gtkaccelmap.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1998, 2001 Tim Janik * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkaccelmap.h b/gtk/gtkaccelmap.h index 42a6ca6ab..208704920 100644 --- a/gtk/gtkaccelmap.h +++ b/gtk/gtkaccelmap.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1998, 2001 Tim Janik * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkaccessible.c b/gtk/gtkaccessible.c index 29618c299..1a781e7a5 100644 --- a/gtk/gtkaccessible.c +++ b/gtk/gtkaccessible.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright 2001 Sun Microsystems Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkaccessible.h b/gtk/gtkaccessible.h index 227a285c2..6442b2b85 100644 --- a/gtk/gtkaccessible.h +++ b/gtk/gtkaccessible.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright 2001 Sun Microsystems Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkaction.c b/gtk/gtkaction.c index 839c86fdf..3fb1d0bb7 100644 --- a/gtk/gtkaction.c +++ b/gtk/gtkaction.c @@ -1,5 +1,5 @@ /* - * GTK - The GTK+ Toolkit + * GTK - The GIMP Toolkit * Copyright (C) 1998, 1999 Red Hat, Inc. * All rights reserved. * diff --git a/gtk/gtkaction.h b/gtk/gtkaction.h index 1381bed89..7c3177b68 100644 --- a/gtk/gtkaction.h +++ b/gtk/gtkaction.h @@ -1,5 +1,5 @@ /* - * GTK - The GTK+ Toolkit + * GTK - The GIMP Toolkit * Copyright (C) 1998, 1999 Red Hat, Inc. * All rights reserved. * diff --git a/gtk/gtkactiongroup.c b/gtk/gtkactiongroup.c index 7dae23887..630ab3012 100644 --- a/gtk/gtkactiongroup.c +++ b/gtk/gtkactiongroup.c @@ -1,5 +1,5 @@ /* - * GTK - The GTK+ Toolkit + * GTK - The GIMP Toolkit * Copyright (C) 1998, 1999 Red Hat, Inc. * All rights reserved. * diff --git a/gtk/gtkactiongroup.h b/gtk/gtkactiongroup.h index cf2e9f6ff..1d8b388b1 100644 --- a/gtk/gtkactiongroup.h +++ b/gtk/gtkactiongroup.h @@ -1,5 +1,5 @@ /* - * GTK - The GTK+ Toolkit + * GTK - The GIMP Toolkit * Copyright (C) 1998, 1999 Red Hat, Inc. * All rights reserved. * diff --git a/gtk/gtkadjustment.c b/gtk/gtkadjustment.c index ab09d5c9a..1fcbcba18 100644 --- a/gtk/gtkadjustment.c +++ b/gtk/gtkadjustment.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkadjustment.h b/gtk/gtkadjustment.h index 7954653cb..10e33c42b 100644 --- a/gtk/gtkadjustment.h +++ b/gtk/gtkadjustment.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkalignment.c b/gtk/gtkalignment.c index 018e67d25..9daa14a75 100644 --- a/gtk/gtkalignment.c +++ b/gtk/gtkalignment.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkalignment.h b/gtk/gtkalignment.h index 77bd2e267..f37359334 100644 --- a/gtk/gtkalignment.h +++ b/gtk/gtkalignment.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkarrow.c b/gtk/gtkarrow.c index 01449a376..10ea5e8d0 100644 --- a/gtk/gtkarrow.c +++ b/gtk/gtkarrow.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkarrow.h b/gtk/gtkarrow.h index 4c5689c6b..fc5b8381c 100644 --- a/gtk/gtkarrow.h +++ b/gtk/gtkarrow.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkaspectframe.c b/gtk/gtkaspectframe.c index 14a0efa94..2661b29d2 100644 --- a/gtk/gtkaspectframe.c +++ b/gtk/gtkaspectframe.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * GtkAspectFrame: Ensure that the child window has a specified aspect ratio diff --git a/gtk/gtkaspectframe.h b/gtk/gtkaspectframe.h index 3a18c8b09..668c38400 100644 --- a/gtk/gtkaspectframe.h +++ b/gtk/gtkaspectframe.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkassistant.c b/gtk/gtkassistant.c index efff2a6f6..289718df4 100644 --- a/gtk/gtkassistant.c +++ b/gtk/gtkassistant.c @@ -1,5 +1,5 @@ /* - * GTK - The GTK+ Toolkit + * GTK - The GIMP Toolkit * Copyright (C) 1999 Red Hat, Inc. * Copyright (C) 2002 Anders Carlsson * Copyright (C) 2003 Matthias Clasen diff --git a/gtk/gtkassistant.h b/gtk/gtkassistant.h index 8bb91e0b7..b39afef43 100644 --- a/gtk/gtkassistant.h +++ b/gtk/gtkassistant.h @@ -1,5 +1,5 @@ /* - * GTK - The GTK+ Toolkit + * GTK - The GIMP Toolkit * Copyright (C) 1999 Red Hat, Inc. * Copyright (C) 2002 Anders Carlsson * Copyright (C) 2003 Matthias Clasen diff --git a/gtk/gtkbbox.c b/gtk/gtkbbox.c index edb23ad00..609e45dc3 100644 --- a/gtk/gtkbbox.c +++ b/gtk/gtkbbox.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkbbox.h b/gtk/gtkbbox.h index eb82522ba..f0666a210 100644 --- a/gtk/gtkbbox.h +++ b/gtk/gtkbbox.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkbin.c b/gtk/gtkbin.c index d1ccf3000..e8138137c 100644 --- a/gtk/gtkbin.c +++ b/gtk/gtkbin.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkbin.h b/gtk/gtkbin.h index 39496ddc0..6dd8c53e2 100644 --- a/gtk/gtkbin.h +++ b/gtk/gtkbin.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkbindings.c b/gtk/gtkbindings.c index ecbd63d23..8924180a5 100644 --- a/gtk/gtkbindings.c +++ b/gtk/gtkbindings.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * GtkBindingSet: Keybinding manager for GtkObjects. diff --git a/gtk/gtkbindings.h b/gtk/gtkbindings.h index 80e798dba..8d679cd80 100644 --- a/gtk/gtkbindings.h +++ b/gtk/gtkbindings.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * GtkBindingSet: Keybinding manager for GtkObjects. diff --git a/gtk/gtkbox.c b/gtk/gtkbox.c index 4b13d6006..f78e88388 100644 --- a/gtk/gtkbox.c +++ b/gtk/gtkbox.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkbox.h b/gtk/gtkbox.h index af4921bd6..28d42a3e3 100644 --- a/gtk/gtkbox.h +++ b/gtk/gtkbox.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkbuildable.h b/gtk/gtkbuildable.h index 247c3bcab..bff876d0c 100644 --- a/gtk/gtkbuildable.h +++ b/gtk/gtkbuildable.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2006-2007 Async Open Source, * Johan Dahlin * diff --git a/gtk/gtkbuilder.c b/gtk/gtkbuilder.c index 494611de2..8ba1da951 100644 --- a/gtk/gtkbuilder.c +++ b/gtk/gtkbuilder.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1998-2002 James Henstridge * Copyright (C) 2006-2007 Async Open Source, * Johan Dahlin , diff --git a/gtk/gtkbuilder.h b/gtk/gtkbuilder.h index 1113f2e70..e6fe549c0 100644 --- a/gtk/gtkbuilder.h +++ b/gtk/gtkbuilder.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2006-2007 Async Open Source, * Johan Dahlin * diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c index 7a701d1b1..606b33d70 100644 --- a/gtk/gtkbutton.c +++ b/gtk/gtkbutton.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkbutton.h b/gtk/gtkbutton.h index 42b941775..a8c1e8e4e 100644 --- a/gtk/gtkbutton.h +++ b/gtk/gtkbutton.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c index fba31ea93..29f786717 100644 --- a/gtk/gtkcalendar.c +++ b/gtk/gtkcalendar.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * GTK Calendar Widget diff --git a/gtk/gtkcalendar.h b/gtk/gtkcalendar.h index 7ec125e44..840e320f0 100644 --- a/gtk/gtkcalendar.h +++ b/gtk/gtkcalendar.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * GTK Calendar Widget diff --git a/gtk/gtkcheckbutton.c b/gtk/gtkcheckbutton.c index bca325d50..ece626b7f 100644 --- a/gtk/gtkcheckbutton.c +++ b/gtk/gtkcheckbutton.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkcheckbutton.h b/gtk/gtkcheckbutton.h index a158050f6..1b50086ab 100644 --- a/gtk/gtkcheckbutton.h +++ b/gtk/gtkcheckbutton.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkcheckmenuitem.c b/gtk/gtkcheckmenuitem.c index 997c248d0..38ad2fada 100644 --- a/gtk/gtkcheckmenuitem.c +++ b/gtk/gtkcheckmenuitem.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkcheckmenuitem.h b/gtk/gtkcheckmenuitem.h index 1488b4a99..0098b79b6 100644 --- a/gtk/gtkcheckmenuitem.h +++ b/gtk/gtkcheckmenuitem.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkclipboard-quartz.c b/gtk/gtkclipboard-quartz.c index 569ce2dba..6c209ee72 100644 --- a/gtk/gtkclipboard-quartz.c +++ b/gtk/gtkclipboard-quartz.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat, Inc. * Copyright (C) 2004 Nokia Corporation * Copyright (C) 2006-2008 Imendio AB diff --git a/gtk/gtkclipboard.c b/gtk/gtkclipboard.c index 5b57f3d2a..2ce993758 100644 --- a/gtk/gtkclipboard.c +++ b/gtk/gtkclipboard.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat, Inc. * Copyright (C) 2004 Nokia Corporation * diff --git a/gtk/gtkclipboard.h b/gtk/gtkclipboard.h index 4ff99c00a..742c9b359 100644 --- a/gtk/gtkclipboard.h +++ b/gtk/gtkclipboard.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkclist.c b/gtk/gtkclist.c index 2b25b8fec..796f3c99b 100644 --- a/gtk/gtkclist.c +++ b/gtk/gtkclist.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball, Josh MacDonald, * Copyright (C) 1997-1998 Jay Painter * diff --git a/gtk/gtkclist.h b/gtk/gtkclist.h index f84812b94..06cbf66ef 100644 --- a/gtk/gtkclist.h +++ b/gtk/gtkclist.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball, Josh MacDonald * Copyright (C) 1997-1998 Jay Painter * diff --git a/gtk/gtkcolorbutton.c b/gtk/gtkcolorbutton.c index 7f2978d1a..61e3e0f75 100644 --- a/gtk/gtkcolorbutton.c +++ b/gtk/gtkcolorbutton.c @@ -1,5 +1,5 @@ /* - * GTK - The GTK+ Toolkit + * GTK - The GIMP Toolkit * Copyright (C) 1998, 1999 Red Hat, Inc. * All rights reserved. * diff --git a/gtk/gtkcolorbutton.h b/gtk/gtkcolorbutton.h index d9b233982..21c1460a4 100644 --- a/gtk/gtkcolorbutton.h +++ b/gtk/gtkcolorbutton.h @@ -1,5 +1,5 @@ /* - * GTK - The GTK+ Toolkit + * GTK - The GIMP Toolkit * Copyright (C) 1998, 1999 Red Hat, Inc. * All rights reserved. * diff --git a/gtk/gtkcolorsel.c b/gtk/gtkcolorsel.c index 780274d59..d8dfbab68 100644 --- a/gtk/gtkcolorsel.c +++ b/gtk/gtkcolorsel.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat, Inc. * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * diff --git a/gtk/gtkcolorsel.h b/gtk/gtkcolorsel.h index 6dc4a55b4..fedb02958 100644 --- a/gtk/gtkcolorsel.h +++ b/gtk/gtkcolorsel.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat, Inc. * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * diff --git a/gtk/gtkcolorseldialog.c b/gtk/gtkcolorseldialog.c index c2ede9128..be36d7b78 100644 --- a/gtk/gtkcolorseldialog.c +++ b/gtk/gtkcolorseldialog.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkcolorseldialog.h b/gtk/gtkcolorseldialog.h index 4fbf4de7b..395883693 100644 --- a/gtk/gtkcolorseldialog.h +++ b/gtk/gtkcolorseldialog.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c index 914ac5c98..a93ddeec7 100644 --- a/gtk/gtkcontainer.c +++ b/gtk/gtkcontainer.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h index 35d80d40c..f56dbe89b 100644 --- a/gtk/gtkcontainer.h +++ b/gtk/gtkcontainer.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkctree.c b/gtk/gtkctree.c index 52f10f4cc..7d8e7e137 100644 --- a/gtk/gtkctree.c +++ b/gtk/gtkctree.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball, Josh MacDonald, * Copyright (C) 1997-1998 Jay Painter * diff --git a/gtk/gtkctree.h b/gtk/gtkctree.h index 58df8ae8d..e9cabffa7 100644 --- a/gtk/gtkctree.h +++ b/gtk/gtkctree.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball, Josh MacDonald * Copyright (C) 1997-1998 Jay Painter * diff --git a/gtk/gtkcurve.c b/gtk/gtkcurve.c index 3b603ee5c..51975c019 100644 --- a/gtk/gtkcurve.c +++ b/gtk/gtkcurve.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1997 David Mosberger * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkcurve.h b/gtk/gtkcurve.h index 5a30b6288..d97b4f5bb 100644 --- a/gtk/gtkcurve.h +++ b/gtk/gtkcurve.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkdebug.h b/gtk/gtkdebug.h index a568ccc01..219097323 100644 --- a/gtk/gtkdebug.h +++ b/gtk/gtkdebug.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c index 9a01b4277..94aaeb3bd 100644 --- a/gtk/gtkdialog.c +++ b/gtk/gtkdialog.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkdialog.h b/gtk/gtkdialog.h index 34d7ea6dc..5cc1841b8 100644 --- a/gtk/gtkdialog.h +++ b/gtk/gtkdialog.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkdnd-quartz.c b/gtk/gtkdnd-quartz.c index ee474467c..5dbeb03ac 100644 --- a/gtk/gtkdnd-quartz.c +++ b/gtk/gtkdnd-quartz.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1999 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c index 37dd4124a..40cf0f64e 100644 --- a/gtk/gtkdnd.c +++ b/gtk/gtkdnd.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1999 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkdnd.h b/gtk/gtkdnd.h index a149a4552..0fabdeca1 100644 --- a/gtk/gtkdnd.h +++ b/gtk/gtkdnd.h @@ -1,5 +1,5 @@ /* -*- Mode: C; c-file-style: "gnu"; tab-width: 8 -*- */ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkdrawingarea.c b/gtk/gtkdrawingarea.c index b0a66c60e..6faf85403 100644 --- a/gtk/gtkdrawingarea.c +++ b/gtk/gtkdrawingarea.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkdrawingarea.h b/gtk/gtkdrawingarea.h index 2bd8dd14c..2ad71fc5a 100644 --- a/gtk/gtkdrawingarea.h +++ b/gtk/gtkdrawingarea.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkeditable.c b/gtk/gtkeditable.c index fa623a5c0..a6574a1c3 100644 --- a/gtk/gtkeditable.c +++ b/gtk/gtkeditable.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkeditable.h b/gtk/gtkeditable.h index 5bc0d5862..ec57b16be 100644 --- a/gtk/gtkeditable.h +++ b/gtk/gtkeditable.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 0b42c99f8..0abd6803a 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -1,5 +1,5 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkentry.h b/gtk/gtkentry.h index adbca160f..2019b1eee 100644 --- a/gtk/gtkentry.h +++ b/gtk/gtkentry.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h index 4f7f978a1..4be6d648b 100644 --- a/gtk/gtkenums.h +++ b/gtk/gtkenums.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkeventbox.c b/gtk/gtkeventbox.c index 86356e78a..f5ba09bd9 100644 --- a/gtk/gtkeventbox.c +++ b/gtk/gtkeventbox.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkeventbox.h b/gtk/gtkeventbox.h index 0574b68b5..78b63e394 100644 --- a/gtk/gtkeventbox.h +++ b/gtk/gtkeventbox.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c index 8ac0b0cea..ebfead7aa 100644 --- a/gtk/gtkexpander.c +++ b/gtk/gtkexpander.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * * Copyright (C) 2003 Sun Microsystems, Inc. * diff --git a/gtk/gtkexpander.h b/gtk/gtkexpander.h index 5d0500512..dc07a6ce7 100644 --- a/gtk/gtkexpander.h +++ b/gtk/gtkexpander.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * * Copyright (C) 2003 Sun Microsystems, Inc. * diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index 67e50670e..685c7ab44 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkfilechooser.c: Abstract interface for file selector GUIs * Copyright (C) 2003, Red Hat, Inc. * diff --git a/gtk/gtkfilechooser.h b/gtk/gtkfilechooser.h index eaafa9c9d..0e08c7da6 100644 --- a/gtk/gtkfilechooser.h +++ b/gtk/gtkfilechooser.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkfilechooser.h: Abstract interface for file selector GUIs * Copyright (C) 2003, Red Hat, Inc. * diff --git a/gtk/gtkfilechooserdefault.c b/gtk/gtkfilechooserdefault.c index 72b1fa01d..08c0c2f9e 100644 --- a/gtk/gtkfilechooserdefault.c +++ b/gtk/gtkfilechooserdefault.c @@ -1,5 +1,5 @@ /* -*- Mode: C; c-file-style: "gnu"; tab-width: 8 -*- */ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkfilechooserdefault.c: Default implementation of GtkFileChooser * Copyright (C) 2003, Red Hat, Inc. * diff --git a/gtk/gtkfilechooserdefault.h b/gtk/gtkfilechooserdefault.h index 714acce85..d4fbda742 100644 --- a/gtk/gtkfilechooserdefault.h +++ b/gtk/gtkfilechooserdefault.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkfilechooserdefault.h: Default implementation of GtkFileChooser * Copyright (C) 2003, Red Hat, Inc. * diff --git a/gtk/gtkfilechooserdialog.c b/gtk/gtkfilechooserdialog.c index 2d63a2c41..c180a05c2 100644 --- a/gtk/gtkfilechooserdialog.c +++ b/gtk/gtkfilechooserdialog.c @@ -1,5 +1,5 @@ /* -*- Mode: C; c-file-style: "gnu"; tab-width: 8 -*- */ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkfilechooserdialog.c: File selector dialog * Copyright (C) 2003, Red Hat, Inc. * diff --git a/gtk/gtkfilechooserdialog.h b/gtk/gtkfilechooserdialog.h index 984668472..e792fd74a 100644 --- a/gtk/gtkfilechooserdialog.h +++ b/gtk/gtkfilechooserdialog.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkfilechooserdialog.h: File selector dialog * Copyright (C) 2003, Red Hat, Inc. * diff --git a/gtk/gtkfilechooserembed.c b/gtk/gtkfilechooserembed.c index d426d7cc6..327c5423c 100644 --- a/gtk/gtkfilechooserembed.c +++ b/gtk/gtkfilechooserembed.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkfilechooserembed.h: Abstract sizing interface for file selector implementations * Copyright (C) 2004, Red Hat, Inc. * diff --git a/gtk/gtkfilechooserembed.h b/gtk/gtkfilechooserembed.h index 3d85659f3..65888981e 100644 --- a/gtk/gtkfilechooserembed.h +++ b/gtk/gtkfilechooserembed.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkfilechooserembed.h: Abstract sizing interface for file selector implementations * Copyright (C) 2004, Red Hat, Inc. * diff --git a/gtk/gtkfilechooserentry.c b/gtk/gtkfilechooserentry.c index 538907e2d..1b08132a7 100644 --- a/gtk/gtkfilechooserentry.c +++ b/gtk/gtkfilechooserentry.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkfilechooserentry.c: Entry with filename completion * Copyright (C) 2003, Red Hat, Inc. * diff --git a/gtk/gtkfilechooserentry.h b/gtk/gtkfilechooserentry.h index df89b65ac..2818fd9da 100644 --- a/gtk/gtkfilechooserentry.h +++ b/gtk/gtkfilechooserentry.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkfilechooserentry.h: Entry with filename completion * Copyright (C) 2003, Red Hat, Inc. * diff --git a/gtk/gtkfilechooserprivate.h b/gtk/gtkfilechooserprivate.h index ac5fae28f..39be43366 100644 --- a/gtk/gtkfilechooserprivate.h +++ b/gtk/gtkfilechooserprivate.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkfilechooserprivate.h: Interface definition for file selector GUIs * Copyright (C) 2003, Red Hat, Inc. * diff --git a/gtk/gtkfilechoosersettings.c b/gtk/gtkfilechoosersettings.c index df9254681..b80d362ed 100644 --- a/gtk/gtkfilechoosersettings.c +++ b/gtk/gtkfilechoosersettings.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkfilechoosersettings.c: Internal settings for the GtkFileChooser widget * Copyright (C) 2006, Novell, Inc. * diff --git a/gtk/gtkfilechoosersettings.h b/gtk/gtkfilechoosersettings.h index 8eaffbfec..c7c4179d3 100644 --- a/gtk/gtkfilechoosersettings.h +++ b/gtk/gtkfilechoosersettings.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkfilechoosersettings.h: Internal settings for the GtkFileChooser widget * Copyright (C) 2006, Novell, Inc. * diff --git a/gtk/gtkfilechooserutils.c b/gtk/gtkfilechooserutils.c index 7a14975e8..c7f34550c 100644 --- a/gtk/gtkfilechooserutils.c +++ b/gtk/gtkfilechooserutils.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkfilechooserutils.c: Private utility functions useful for * implementing a GtkFileChooser interface * Copyright (C) 2003, Red Hat, Inc. diff --git a/gtk/gtkfilechooserutils.h b/gtk/gtkfilechooserutils.h index 0470ce480..c5c1aa75a 100644 --- a/gtk/gtkfilechooserutils.h +++ b/gtk/gtkfilechooserutils.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkfilechooserutils.h: Private utility functions useful for * implementing a GtkFileChooser interface * Copyright (C) 2003, Red Hat, Inc. diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c index bdd2e30da..bb0792117 100644 --- a/gtk/gtkfilechooserwidget.c +++ b/gtk/gtkfilechooserwidget.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkfilechooserwidget.c: Embeddable file selector widget * Copyright (C) 2003, Red Hat, Inc. * diff --git a/gtk/gtkfilechooserwidget.h b/gtk/gtkfilechooserwidget.h index c491613d5..1dedeb7a4 100644 --- a/gtk/gtkfilechooserwidget.h +++ b/gtk/gtkfilechooserwidget.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkfilechooserwidget.h: Embeddable file selector widget * Copyright (C) 2003, Red Hat, Inc. * diff --git a/gtk/gtkfilefilter.c b/gtk/gtkfilefilter.c index 45ae48fc2..6738fc3fb 100644 --- a/gtk/gtkfilefilter.c +++ b/gtk/gtkfilefilter.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkfilefilter.c: Filters for selecting a file subset * Copyright (C) 2003, Red Hat, Inc. * diff --git a/gtk/gtkfilefilter.h b/gtk/gtkfilefilter.h index 295f411d3..dde1fa931 100644 --- a/gtk/gtkfilefilter.h +++ b/gtk/gtkfilefilter.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkfilefilter.h: Filters for selecting a file subset * Copyright (C) 2003, Red Hat, Inc. * diff --git a/gtk/gtkfilesel.c b/gtk/gtkfilesel.c index 2744b0219..6bad09c49 100644 --- a/gtk/gtkfilesel.c +++ b/gtk/gtkfilesel.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkfilesel.h b/gtk/gtkfilesel.h index 7241c5133..882356687 100644 --- a/gtk/gtkfilesel.h +++ b/gtk/gtkfilesel.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkfilesystem.c b/gtk/gtkfilesystem.c index bd73b9e9b..83a8b2c7c 100644 --- a/gtk/gtkfilesystem.c +++ b/gtk/gtkfilesystem.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkfilesystem.c: Filesystem abstraction functions. * Copyright (C) 2003, Red Hat, Inc. * Copyright (C) 2007-2008 Carlos Garnacho diff --git a/gtk/gtkfilesystem.h b/gtk/gtkfilesystem.h index 0b3dd9374..87eaf5423 100644 --- a/gtk/gtkfilesystem.h +++ b/gtk/gtkfilesystem.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkfilesystem.h: Filesystem abstraction functions. * Copyright (C) 2003, Red Hat, Inc. * diff --git a/gtk/gtkfilesystemmodel.c b/gtk/gtkfilesystemmodel.c index 281eb5394..7918f881f 100644 --- a/gtk/gtkfilesystemmodel.c +++ b/gtk/gtkfilesystemmodel.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkfilesystemmodel.c: GtkTreeModel wrapping a GtkFileSystem * Copyright (C) 2003, Red Hat, Inc. * diff --git a/gtk/gtkfilesystemmodel.h b/gtk/gtkfilesystemmodel.h index aa08fde47..750fa3366 100644 --- a/gtk/gtkfilesystemmodel.h +++ b/gtk/gtkfilesystemmodel.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkfilesystemmodel.h: GtkTreeModel wrapping a GtkFileSystem * Copyright (C) 2003, Red Hat, Inc. * diff --git a/gtk/gtkfixed.c b/gtk/gtkfixed.c index a6df36c3a..96c4a8d9e 100644 --- a/gtk/gtkfixed.c +++ b/gtk/gtkfixed.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkfixed.h b/gtk/gtkfixed.h index ae002e3f0..645a272e6 100644 --- a/gtk/gtkfixed.h +++ b/gtk/gtkfixed.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkfontbutton.c b/gtk/gtkfontbutton.c index 8e6de94ca..a4c6788cd 100644 --- a/gtk/gtkfontbutton.c +++ b/gtk/gtkfontbutton.c @@ -1,5 +1,5 @@ /* - * GTK - The GTK+ Toolkit + * GTK - The GIMP Toolkit * Copyright (C) 1998 David Abilleira Freijeiro * All rights reserved. * diff --git a/gtk/gtkfontbutton.h b/gtk/gtkfontbutton.h index 0e6f2ba17..134097096 100644 --- a/gtk/gtkfontbutton.h +++ b/gtk/gtkfontbutton.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1998 David Abilleira Freijeiro * All rights reserved * Based on gnome-color-picker by Federico Mena diff --git a/gtk/gtkfontsel.c b/gtk/gtkfontsel.c index 15d762fa6..00520e70f 100644 --- a/gtk/gtkfontsel.c +++ b/gtk/gtkfontsel.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * Massively updated for Pango by Owen Taylor, May 2000 diff --git a/gtk/gtkfontsel.h b/gtk/gtkfontsel.h index e75475bd8..125537b2f 100644 --- a/gtk/gtkfontsel.h +++ b/gtk/gtkfontsel.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * GtkFontSelection widget for Gtk+, by Damon Chaplin, May 1998. diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c index ffb924d26..2c2dc2d56 100644 --- a/gtk/gtkframe.c +++ b/gtk/gtkframe.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkframe.h b/gtk/gtkframe.h index 07ee31f22..b9d3785ce 100644 --- a/gtk/gtkframe.h +++ b/gtk/gtkframe.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkgamma.c b/gtk/gtkgamma.c index 717087265..fb733c852 100644 --- a/gtk/gtkgamma.c +++ b/gtk/gtkgamma.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1997 David Mosberger * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkgamma.h b/gtk/gtkgamma.h index a719d78f5..207732843 100644 --- a/gtk/gtkgamma.h +++ b/gtk/gtkgamma.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1997 David Mosberger * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkgc.c b/gtk/gtkgc.c index b090e30f2..8e6bc9f8d 100644 --- a/gtk/gtkgc.c +++ b/gtk/gtkgc.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkgc.h b/gtk/gtkgc.h index 0d1040a57..5fcb1a2cf 100644 --- a/gtk/gtkgc.h +++ b/gtk/gtkgc.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkhandlebox.c b/gtk/gtkhandlebox.c index e12ef6963..d5188a433 100644 --- a/gtk/gtkhandlebox.c +++ b/gtk/gtkhandlebox.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * Copyright (C) 1998 Elliot Lee * diff --git a/gtk/gtkhandlebox.h b/gtk/gtkhandlebox.h index 2645b0878..9ee0fccfd 100644 --- a/gtk/gtkhandlebox.h +++ b/gtk/gtkhandlebox.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * Copyright (C) 1998 Elliot Lee * diff --git a/gtk/gtkhbbox.c b/gtk/gtkhbbox.c index 2175383e8..d7835faaa 100644 --- a/gtk/gtkhbbox.c +++ b/gtk/gtkhbbox.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkhbbox.h b/gtk/gtkhbbox.h index 5f5546bfd..65d6df975 100644 --- a/gtk/gtkhbbox.h +++ b/gtk/gtkhbbox.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkhbox.c b/gtk/gtkhbox.c index da0560c0c..7f806b32f 100644 --- a/gtk/gtkhbox.c +++ b/gtk/gtkhbox.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkhbox.h b/gtk/gtkhbox.h index 4527f62c1..4283999a0 100644 --- a/gtk/gtkhbox.h +++ b/gtk/gtkhbox.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkhpaned.c b/gtk/gtkhpaned.c index fc4bd5b6e..365a53f56 100644 --- a/gtk/gtkhpaned.c +++ b/gtk/gtkhpaned.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkhpaned.h b/gtk/gtkhpaned.h index 0a6aaa91f..f2c8ad581 100644 --- a/gtk/gtkhpaned.h +++ b/gtk/gtkhpaned.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkhruler.c b/gtk/gtkhruler.c index d6e993939..caba1b3fb 100644 --- a/gtk/gtkhruler.c +++ b/gtk/gtkhruler.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkhruler.h b/gtk/gtkhruler.h index 7acd00280..1e167e1c9 100644 --- a/gtk/gtkhruler.h +++ b/gtk/gtkhruler.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkhscale.c b/gtk/gtkhscale.c index 3f99e5a95..966d2085f 100644 --- a/gtk/gtkhscale.c +++ b/gtk/gtkhscale.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2001 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkhscale.h b/gtk/gtkhscale.h index 2da0141cd..e1818bdab 100644 --- a/gtk/gtkhscale.h +++ b/gtk/gtkhscale.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkhscrollbar.c b/gtk/gtkhscrollbar.c index e67bdf795..1ec5c651f 100644 --- a/gtk/gtkhscrollbar.c +++ b/gtk/gtkhscrollbar.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * Copyright (C) 2001 Red Hat, Inc. * diff --git a/gtk/gtkhscrollbar.h b/gtk/gtkhscrollbar.h index 23a88d95d..f170a10f6 100644 --- a/gtk/gtkhscrollbar.h +++ b/gtk/gtkhscrollbar.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkhseparator.c b/gtk/gtkhseparator.c index 10012052d..a660fad1f 100644 --- a/gtk/gtkhseparator.c +++ b/gtk/gtkhseparator.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkhseparator.h b/gtk/gtkhseparator.h index b5e7a6c00..7ea9a545d 100644 --- a/gtk/gtkhseparator.h +++ b/gtk/gtkhseparator.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkiconfactory.c b/gtk/gtkiconfactory.c index 679236149..6bcc09f9c 100644 --- a/gtk/gtkiconfactory.c +++ b/gtk/gtkiconfactory.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat, Inc. * 2008 Johan Dahlin * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkiconfactory.h b/gtk/gtkiconfactory.h index 91461457c..574b101d0 100644 --- a/gtk/gtkiconfactory.h +++ b/gtk/gtkiconfactory.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkimage.c b/gtk/gtkimage.c index f56816f29..56e317114 100644 --- a/gtk/gtkimage.c +++ b/gtk/gtkimage.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkimage.h b/gtk/gtkimage.h index ce78cd7ad..42b0475a0 100644 --- a/gtk/gtkimage.h +++ b/gtk/gtkimage.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkimagemenuitem.c b/gtk/gtkimagemenuitem.c index 1bedb505c..369375a0a 100644 --- a/gtk/gtkimagemenuitem.c +++ b/gtk/gtkimagemenuitem.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2001 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkimagemenuitem.h b/gtk/gtkimagemenuitem.h index af18dbe11..1b8990032 100644 --- a/gtk/gtkimagemenuitem.h +++ b/gtk/gtkimagemenuitem.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkimcontext.c b/gtk/gtkimcontext.c index b6e4f9769..10ba2a8b1 100644 --- a/gtk/gtkimcontext.c +++ b/gtk/gtkimcontext.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkimcontext.h b/gtk/gtkimcontext.h index 2864dcf32..b1f3575ad 100644 --- a/gtk/gtkimcontext.h +++ b/gtk/gtkimcontext.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat Software * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkimcontextsimple.c b/gtk/gtkimcontextsimple.c index 32fd5e6af..1089e6dbc 100644 --- a/gtk/gtkimcontextsimple.c +++ b/gtk/gtkimcontextsimple.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkimcontextsimple.h b/gtk/gtkimcontextsimple.h index 166e6dfc3..2c44db25a 100644 --- a/gtk/gtkimcontextsimple.h +++ b/gtk/gtkimcontextsimple.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat Software * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkimcontextsimpleseqs.h b/gtk/gtkimcontextsimpleseqs.h index ab6ba9824..ddc0dfdb7 100644 --- a/gtk/gtkimcontextsimpleseqs.h +++ b/gtk/gtkimcontextsimpleseqs.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Tool Kit * Copyright (C) 2007, 2008 GNOME Foundation * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkimmodule.c b/gtk/gtkimmodule.c index 4790fe632..a8c9afb36 100644 --- a/gtk/gtkimmodule.c +++ b/gtk/gtkimmodule.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkimmodule.h b/gtk/gtkimmodule.h index e1d7364b5..794b36fcf 100644 --- a/gtk/gtkimmodule.h +++ b/gtk/gtkimmodule.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat Software * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkimmulticontext.c b/gtk/gtkimmulticontext.c index 0aef5c3ca..e6ec521c6 100644 --- a/gtk/gtkimmulticontext.c +++ b/gtk/gtkimmulticontext.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkimmulticontext.h b/gtk/gtkimmulticontext.h index 2a63c5ab6..f02bd30db 100644 --- a/gtk/gtkimmulticontext.h +++ b/gtk/gtkimmulticontext.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat Software * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkinputdialog.c b/gtk/gtkinputdialog.c index 65ecbfd28..01cc5a149 100644 --- a/gtk/gtkinputdialog.c +++ b/gtk/gtkinputdialog.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkinputdialog.h b/gtk/gtkinputdialog.h index 01ce634e5..e9609d7d5 100644 --- a/gtk/gtkinputdialog.h +++ b/gtk/gtkinputdialog.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkinvisible.c b/gtk/gtkinvisible.c index 5b1565a4a..463dd098d 100644 --- a/gtk/gtkinvisible.c +++ b/gtk/gtkinvisible.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkinvisible.h b/gtk/gtkinvisible.h index 5afa922e6..5625f9945 100644 --- a/gtk/gtkinvisible.h +++ b/gtk/gtkinvisible.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkitem.c b/gtk/gtkitem.c index 2cb820a7e..dde270169 100644 --- a/gtk/gtkitem.c +++ b/gtk/gtkitem.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkitem.h b/gtk/gtkitem.h index 23d3197ee..9a6e407c9 100644 --- a/gtk/gtkitem.h +++ b/gtk/gtkitem.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkitemfactory.c b/gtk/gtkitemfactory.c index 428784cdb..15a4bd375 100644 --- a/gtk/gtkitemfactory.c +++ b/gtk/gtkitemfactory.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * GtkItemFactory: Flexible item factory with automatic rc handling diff --git a/gtk/gtkitemfactory.h b/gtk/gtkitemfactory.h index c123d6a07..bd9332f52 100644 --- a/gtk/gtkitemfactory.h +++ b/gtk/gtkitemfactory.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * GtkItemFactory: Flexible item factory with automatic rc handling diff --git a/gtk/gtkkeyhash.c b/gtk/gtkkeyhash.c index 045bb57f5..2cd108f0f 100644 --- a/gtk/gtkkeyhash.c +++ b/gtk/gtkkeyhash.c @@ -1,6 +1,6 @@ /* gtkkeyhash.c: Keymap aware matching of key bindings * - * GTK - The GTK+ Toolkit + * GTK - The GIMP Toolkit * Copyright (C) 2002, Red Hat Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkkeyhash.h b/gtk/gtkkeyhash.h index 5b75d63ff..cbc6679b1 100644 --- a/gtk/gtkkeyhash.h +++ b/gtk/gtkkeyhash.h @@ -1,6 +1,6 @@ /* gtkkeyhash.h: Keymap aware matching of key bindings * - * GTK - The GTK+ Toolkit + * GTK - The GIMP Toolkit * Copyright (C) 2002, Red Hat Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index 08bf9a781..6d51ab1b5 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtklabel.h b/gtk/gtklabel.h index 9e3a6a77f..27e300dad 100644 --- a/gtk/gtklabel.h +++ b/gtk/gtklabel.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtklayout.c b/gtk/gtklayout.c index b5f74522f..426376c5b 100644 --- a/gtk/gtklayout.c +++ b/gtk/gtklayout.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtklayout.h b/gtk/gtklayout.h index dda7fbdb3..d9743c63e 100644 --- a/gtk/gtklayout.h +++ b/gtk/gtklayout.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtklinkbutton.c b/gtk/gtklinkbutton.c index cc2769e72..358600e51 100644 --- a/gtk/gtklinkbutton.c +++ b/gtk/gtklinkbutton.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtklinkbutton.c - an hyperlink-enabled button * * Copyright (C) 2006 Emmanuele Bassi diff --git a/gtk/gtklinkbutton.h b/gtk/gtklinkbutton.h index fce92c44c..8be025c97 100644 --- a/gtk/gtklinkbutton.h +++ b/gtk/gtklinkbutton.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtklinkbutton.h - an hyperlink-enabled button * * Copyright (C) 2005 Emmanuele Bassi diff --git a/gtk/gtklist.c b/gtk/gtklist.c index 1d0ab9202..1d8a804bb 100644 --- a/gtk/gtklist.c +++ b/gtk/gtklist.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtklist.h b/gtk/gtklist.h index 461e8d22f..08154859b 100644 --- a/gtk/gtklist.h +++ b/gtk/gtklist.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtklistitem.c b/gtk/gtklistitem.c index f3303bef9..4dd304bd6 100644 --- a/gtk/gtklistitem.c +++ b/gtk/gtklistitem.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtklistitem.h b/gtk/gtklistitem.h index e1ebe4c5f..545765d04 100644 --- a/gtk/gtklistitem.h +++ b/gtk/gtklistitem.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c index 17bde9765..47207d3a2 100644 --- a/gtk/gtkmain.c +++ b/gtk/gtkmain.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkmain.h b/gtk/gtkmain.h index 01aa07b14..975057e86 100644 --- a/gtk/gtkmain.h +++ b/gtk/gtkmain.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkmenu.c b/gtk/gtkmenu.c index d9abe030c..9d96c75ba 100644 --- a/gtk/gtkmenu.c +++ b/gtk/gtkmenu.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkmenu.h b/gtk/gtkmenu.h index d873a6a12..3521e5ded 100644 --- a/gtk/gtkmenu.h +++ b/gtk/gtkmenu.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkmenubar.c b/gtk/gtkmenubar.c index a0678aa78..3b9677bb4 100644 --- a/gtk/gtkmenubar.c +++ b/gtk/gtkmenubar.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkmenubar.h b/gtk/gtkmenubar.h index 04ea6a3d6..bb32d1674 100644 --- a/gtk/gtkmenubar.h +++ b/gtk/gtkmenubar.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkmenuitem.c b/gtk/gtkmenuitem.c index 4e6f1ca6f..340bed967 100644 --- a/gtk/gtkmenuitem.c +++ b/gtk/gtkmenuitem.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkmenuitem.h b/gtk/gtkmenuitem.h index a53a69860..8bd3c7f9e 100644 --- a/gtk/gtkmenuitem.h +++ b/gtk/gtkmenuitem.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkmenushell.c b/gtk/gtkmenushell.c index d4ff3df4e..6eac58ab0 100644 --- a/gtk/gtkmenushell.c +++ b/gtk/gtkmenushell.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkmenushell.h b/gtk/gtkmenushell.h index 705f0eab5..b38051e47 100644 --- a/gtk/gtkmenushell.h +++ b/gtk/gtkmenushell.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkmenutoolbutton.c b/gtk/gtkmenutoolbutton.c index 10f2e6835..b3d7ab25e 100644 --- a/gtk/gtkmenutoolbutton.c +++ b/gtk/gtkmenutoolbutton.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * * Copyright (C) 2003 Ricardo Fernandez Pascual * Copyright (C) 2004 Paolo Borelli diff --git a/gtk/gtkmenutoolbutton.h b/gtk/gtkmenutoolbutton.h index a1a67d249..ec50e3401 100644 --- a/gtk/gtkmenutoolbutton.h +++ b/gtk/gtkmenutoolbutton.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * * Copyright (C) 2003 Ricardo Fernandez Pascual * Copyright (C) 2004 Paolo Borelli diff --git a/gtk/gtkmessagedialog.c b/gtk/gtkmessagedialog.c index 21db6c5d4..ba6526205 100644 --- a/gtk/gtkmessagedialog.c +++ b/gtk/gtkmessagedialog.c @@ -1,5 +1,5 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 2 -*- */ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkmessagedialog.h b/gtk/gtkmessagedialog.h index 6bf39e206..947773c76 100644 --- a/gtk/gtkmessagedialog.h +++ b/gtk/gtkmessagedialog.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkmisc.c b/gtk/gtkmisc.c index df13dfe15..bd82805da 100644 --- a/gtk/gtkmisc.c +++ b/gtk/gtkmisc.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkmisc.h b/gtk/gtkmisc.h index ebab8d403..6e34f9ec3 100644 --- a/gtk/gtkmisc.h +++ b/gtk/gtkmisc.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkmnemonichash.c b/gtk/gtkmnemonichash.c index 6258f8aed..51a951451 100644 --- a/gtk/gtkmnemonichash.c +++ b/gtk/gtkmnemonichash.c @@ -1,6 +1,6 @@ /* gtkmnemonichash.c: Sets of mnemonics with cycling * - * GTK - The GTK+ Toolkit + * GTK - The GIMP Toolkit * Copyright (C) 2002, Red Hat Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkmnemonichash.h b/gtk/gtkmnemonichash.h index b802d4a1c..534137f07 100644 --- a/gtk/gtkmnemonichash.h +++ b/gtk/gtkmnemonichash.h @@ -1,6 +1,6 @@ /* gtkmnemonichash.h: Sets of mnemonics with cycling * - * GTK - The GTK+ Toolkit + * GTK - The GIMP Toolkit * Copyright (C) 2002, Red Hat Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkmodules.c b/gtk/gtkmodules.c index ed425b896..526a5b8c3 100644 --- a/gtk/gtkmodules.c +++ b/gtk/gtkmodules.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright 1998-2002 Tim Janik, Red Hat, Inc., and others. * Copyright (C) 2003 Alex Graveley * diff --git a/gtk/gtkmodules.h b/gtk/gtkmodules.h index 26151b4c0..84bc86ca6 100644 --- a/gtk/gtkmodules.h +++ b/gtk/gtkmodules.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright 1998-2002 Tim Janik, Red Hat, Inc., and others. * Copyright (C) 2003 Alex Graveley * diff --git a/gtk/gtkmountoperation.c b/gtk/gtkmountoperation.c index 400782be7..8d17ba884 100644 --- a/gtk/gtkmountoperation.c +++ b/gtk/gtkmountoperation.c @@ -1,5 +1,5 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) Christian Kellner * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkmountoperation.h b/gtk/gtkmountoperation.h index 69c9bf151..b0a6b04f3 100644 --- a/gtk/gtkmountoperation.h +++ b/gtk/gtkmountoperation.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) Christian Kellner * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index 00dc13a50..d0f034ceb 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -1,5 +1,5 @@ /* -*- Mode: C; c-file-style: "gnu"; tab-width: 8 -*- */ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtknotebook.h b/gtk/gtknotebook.h index cb5b34193..3e4ea32cc 100644 --- a/gtk/gtknotebook.h +++ b/gtk/gtknotebook.h @@ -1,5 +1,5 @@ /* -*- Mode: C; c-file-style: "gnu"; tab-width: 8 -*- */ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkobject.c b/gtk/gtkobject.c index 0c51f5cc7..a2dde92d8 100644 --- a/gtk/gtkobject.c +++ b/gtk/gtkobject.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkobject.h b/gtk/gtkobject.h index e05af2252..39e808c4a 100644 --- a/gtk/gtkobject.h +++ b/gtk/gtkobject.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkoldeditable.c b/gtk/gtkoldeditable.c index fc2a15231..5ccb9deb6 100644 --- a/gtk/gtkoldeditable.c +++ b/gtk/gtkoldeditable.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkoldeditable.h b/gtk/gtkoldeditable.h index 3a1bea483..50fa9ea5c 100644 --- a/gtk/gtkoldeditable.h +++ b/gtk/gtkoldeditable.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkoptionmenu.c b/gtk/gtkoptionmenu.c index 3fc3634f0..896d17ae7 100644 --- a/gtk/gtkoptionmenu.c +++ b/gtk/gtkoptionmenu.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Jsh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkoptionmenu.h b/gtk/gtkoptionmenu.h index 32d4a4024..8521020ed 100644 --- a/gtk/gtkoptionmenu.h +++ b/gtk/gtkoptionmenu.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkpagesetup.c b/gtk/gtkpagesetup.c index 64f3ed13a..ba98cffd6 100644 --- a/gtk/gtkpagesetup.c +++ b/gtk/gtkpagesetup.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkpagesetup.c: Page Setup * Copyright (C) 2006, Red Hat, Inc. * diff --git a/gtk/gtkpagesetup.h b/gtk/gtkpagesetup.h index 0759e35b0..635c7efb9 100644 --- a/gtk/gtkpagesetup.h +++ b/gtk/gtkpagesetup.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkpagesetup.h: Page Setup * Copyright (C) 2006, Red Hat, Inc. * diff --git a/gtk/gtkpaned.c b/gtk/gtkpaned.c index 1d002d883..bd48803f4 100644 --- a/gtk/gtkpaned.c +++ b/gtk/gtkpaned.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkpaned.h b/gtk/gtkpaned.h index bbcc58dc2..f81610598 100644 --- a/gtk/gtkpaned.h +++ b/gtk/gtkpaned.h @@ -1,5 +1,5 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkpapersize.c b/gtk/gtkpapersize.c index c5abd1404..44de5c9ec 100644 --- a/gtk/gtkpapersize.c +++ b/gtk/gtkpapersize.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkpapersize.c: Paper Size * Copyright (C) 2006, Red Hat, Inc. * Copyright © 2006, 2007 Christian Persch diff --git a/gtk/gtkpapersize.h b/gtk/gtkpapersize.h index 90a49c682..d7940e62d 100644 --- a/gtk/gtkpapersize.h +++ b/gtk/gtkpapersize.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkpapersize.h: Paper Size * Copyright (C) 2006, Red Hat, Inc. * diff --git a/gtk/gtkpixmap.c b/gtk/gtkpixmap.c index d22013498..2190f88ae 100644 --- a/gtk/gtkpixmap.c +++ b/gtk/gtkpixmap.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * Insensitive pixmap building code by Eckehard Berns from GNOME Stock diff --git a/gtk/gtkpixmap.h b/gtk/gtkpixmap.h index 04e8869ea..747a04d95 100644 --- a/gtk/gtkpixmap.h +++ b/gtk/gtkpixmap.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkplug-stub.c b/gtk/gtkplug-stub.c index 498b969f0..92c5f1095 100644 --- a/gtk/gtkplug-stub.c +++ b/gtk/gtkplug-stub.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkplug-win32.c b/gtk/gtkplug-win32.c index e16e90191..58f62c9ee 100644 --- a/gtk/gtkplug-win32.c +++ b/gtk/gtkplug-win32.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * Copyright (C) 2005 Novell, Inc. * diff --git a/gtk/gtkplug-x11.c b/gtk/gtkplug-x11.c index c837cf0bd..028b2fe28 100644 --- a/gtk/gtkplug-x11.c +++ b/gtk/gtkplug-x11.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkplug.c b/gtk/gtkplug.c index 4229b5ed2..08182749e 100644 --- a/gtk/gtkplug.c +++ b/gtk/gtkplug.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkplug.h b/gtk/gtkplug.h index c45d40453..cb9040aff 100644 --- a/gtk/gtkplug.h +++ b/gtk/gtkplug.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkplugprivate.h b/gtk/gtkplugprivate.h index e411c9d6a..74f0374bc 100644 --- a/gtk/gtkplugprivate.h +++ b/gtk/gtkplugprivate.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkpreview.c b/gtk/gtkpreview.c index a836d329e..f0f38798e 100644 --- a/gtk/gtkpreview.c +++ b/gtk/gtkpreview.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkpreview.h b/gtk/gtkpreview.h index 449ed67ec..e4b211d71 100644 --- a/gtk/gtkpreview.h +++ b/gtk/gtkpreview.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkprint-win32.c b/gtk/gtkprint-win32.c index ec034199b..69b508a6e 100644 --- a/gtk/gtkprint-win32.c +++ b/gtk/gtkprint-win32.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprintoperation.c: Print Operation * Copyright (C) 2006, Red Hat, Inc. * diff --git a/gtk/gtkprint-win32.h b/gtk/gtkprint-win32.h index c8f48774a..643834937 100644 --- a/gtk/gtkprint-win32.h +++ b/gtk/gtkprint-win32.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprint-win32.h: Win32 Print utils * Copyright (C) 2006, Red Hat, Inc. * diff --git a/gtk/gtkprintbackend.c b/gtk/gtkprintbackend.c index 31cf0c44c..e9c00d8f2 100644 --- a/gtk/gtkprintbackend.c +++ b/gtk/gtkprintbackend.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprintbackend.h: Abstract printer backend interfaces * Copyright (C) 2003, Red Hat, Inc. * diff --git a/gtk/gtkprintbackend.h b/gtk/gtkprintbackend.h index c13454ddc..a33f6d80f 100644 --- a/gtk/gtkprintbackend.h +++ b/gtk/gtkprintbackend.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprintbackend.h: Abstract printer backend interfaces * Copyright (C) 2006, Red Hat, Inc. * diff --git a/gtk/gtkprintcontext.c b/gtk/gtkprintcontext.c index ec58a1d23..c280881f8 100644 --- a/gtk/gtkprintcontext.c +++ b/gtk/gtkprintcontext.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprintcontext.c: Print Context * Copyright (C) 2006, Red Hat, Inc. * diff --git a/gtk/gtkprintcontext.h b/gtk/gtkprintcontext.h index 510794bfe..debeed6ae 100644 --- a/gtk/gtkprintcontext.h +++ b/gtk/gtkprintcontext.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprintcontext.h: Print Context * Copyright (C) 2006, Red Hat, Inc. * diff --git a/gtk/gtkprinter-private.h b/gtk/gtkprinter-private.h index 0c57b9578..39165bd9b 100644 --- a/gtk/gtkprinter-private.h +++ b/gtk/gtkprinter-private.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprintoperation.h: Print Operation * Copyright (C) 2006, Red Hat, Inc. * diff --git a/gtk/gtkprinteroption.c b/gtk/gtkprinteroption.c index c898b5e9c..983dc65d5 100644 --- a/gtk/gtkprinteroption.c +++ b/gtk/gtkprinteroption.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprinteroption.c: Handling possible settings for a specific printer setting * Copyright (C) 2006, Red Hat, Inc. * diff --git a/gtk/gtkprinteroption.h b/gtk/gtkprinteroption.h index 0b648979b..cce698696 100644 --- a/gtk/gtkprinteroption.h +++ b/gtk/gtkprinteroption.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprinteroption.h: printer option * Copyright (C) 2006, Red Hat, Inc. * diff --git a/gtk/gtkprinteroptionset.c b/gtk/gtkprinteroptionset.c index 8d097fc29..eb84a3448 100644 --- a/gtk/gtkprinteroptionset.c +++ b/gtk/gtkprinteroptionset.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprintbackend.h: Abstract printer backend interfaces * Copyright (C) 2006, Red Hat, Inc. * diff --git a/gtk/gtkprinteroptionset.h b/gtk/gtkprinteroptionset.h index 8ba5e2574..1a2cfca8e 100644 --- a/gtk/gtkprinteroptionset.h +++ b/gtk/gtkprinteroptionset.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprinteroptionset.h: printer option set * Copyright (C) 2006, Red Hat, Inc. * diff --git a/gtk/gtkprintoperation-private.h b/gtk/gtkprintoperation-private.h index 0c1ca0dd0..3595314b4 100644 --- a/gtk/gtkprintoperation-private.h +++ b/gtk/gtkprintoperation-private.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprintoperation.h: Print Operation * Copyright (C) 2006, Red Hat, Inc. * diff --git a/gtk/gtkprintoperation-unix.c b/gtk/gtkprintoperation-unix.c index 583ec929c..3a4545acd 100644 --- a/gtk/gtkprintoperation-unix.c +++ b/gtk/gtkprintoperation-unix.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprintoperation-unix.c: Print Operation Details for Unix * and Unix-like platforms * Copyright (C) 2006, Red Hat, Inc. diff --git a/gtk/gtkprintoperation-win32.c b/gtk/gtkprintoperation-win32.c index 7c65fbc07..f368e4283 100644 --- a/gtk/gtkprintoperation-win32.c +++ b/gtk/gtkprintoperation-win32.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprintoperation-win32.c: Print Operation Details for Win32 * Copyright (C) 2006, Red Hat, Inc. * diff --git a/gtk/gtkprintoperation.c b/gtk/gtkprintoperation.c index 0a0339109..eb5a19ad7 100644 --- a/gtk/gtkprintoperation.c +++ b/gtk/gtkprintoperation.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprintoperation.c: Print Operation * Copyright (C) 2006, Red Hat, Inc. * diff --git a/gtk/gtkprintoperation.h b/gtk/gtkprintoperation.h index 3ff288e1c..6e6565fc0 100644 --- a/gtk/gtkprintoperation.h +++ b/gtk/gtkprintoperation.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprintoperation.h: Print Operation * Copyright (C) 2006, Red Hat, Inc. * diff --git a/gtk/gtkprintoperationpreview.c b/gtk/gtkprintoperationpreview.c index 391135a0c..5363fcd65 100644 --- a/gtk/gtkprintoperationpreview.c +++ b/gtk/gtkprintoperationpreview.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprintoperationpreview.c: Abstract print preview interface * Copyright (C) 2006, Red Hat, Inc. * diff --git a/gtk/gtkprintoperationpreview.h b/gtk/gtkprintoperationpreview.h index ea0b8ab22..a36b4afb7 100644 --- a/gtk/gtkprintoperationpreview.h +++ b/gtk/gtkprintoperationpreview.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprintoperationpreview.h: Abstract print preview interface * Copyright (C) 2006, Red Hat, Inc. * diff --git a/gtk/gtkprintsettings.c b/gtk/gtkprintsettings.c index 2cd8fb737..803163de8 100644 --- a/gtk/gtkprintsettings.c +++ b/gtk/gtkprintsettings.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprintsettings.c: Print Settings * Copyright (C) 2006, Red Hat, Inc. * diff --git a/gtk/gtkprintsettings.h b/gtk/gtkprintsettings.h index ce293cfc8..169e22b28 100644 --- a/gtk/gtkprintsettings.h +++ b/gtk/gtkprintsettings.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprintsettings.h: Print Settings * Copyright (C) 2006, Red Hat, Inc. * diff --git a/gtk/gtkprintutils.c b/gtk/gtkprintutils.c index 8234eeffc..33896a55a 100644 --- a/gtk/gtkprintutils.c +++ b/gtk/gtkprintutils.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkpapersize.c: Paper Size * Copyright (C) 2006, Red Hat, Inc. * diff --git a/gtk/gtkprintutils.h b/gtk/gtkprintutils.h index 911953a1e..765d1eb57 100644 --- a/gtk/gtkprintutils.h +++ b/gtk/gtkprintutils.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2006, Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkprivate.h b/gtk/gtkprivate.h index dae3824b5..c423f7b1e 100644 --- a/gtk/gtkprivate.h +++ b/gtk/gtkprivate.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkprogress.c b/gtk/gtkprogress.c index a268ce862..7e528adb9 100644 --- a/gtk/gtkprogress.c +++ b/gtk/gtkprogress.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkprogress.h b/gtk/gtkprogress.h index 1dccbfe37..fbd86387f 100644 --- a/gtk/gtkprogress.h +++ b/gtk/gtkprogress.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkprogressbar.c b/gtk/gtkprogressbar.c index 8712959ac..8f5e1463f 100644 --- a/gtk/gtkprogressbar.c +++ b/gtk/gtkprogressbar.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkprogressbar.h b/gtk/gtkprogressbar.h index f11ef7186..a62b584ae 100644 --- a/gtk/gtkprogressbar.h +++ b/gtk/gtkprogressbar.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkradioaction.c b/gtk/gtkradioaction.c index 0efe69a0c..2b113e17c 100644 --- a/gtk/gtkradioaction.c +++ b/gtk/gtkradioaction.c @@ -1,5 +1,5 @@ /* - * GTK - The GTK+ Toolkit + * GTK - The GIMP Toolkit * Copyright (C) 1998, 1999 Red Hat, Inc. * All rights reserved. * diff --git a/gtk/gtkradioaction.h b/gtk/gtkradioaction.h index 4e0be2485..2b7d72361 100644 --- a/gtk/gtkradioaction.h +++ b/gtk/gtkradioaction.h @@ -1,5 +1,5 @@ /* - * GTK - The GTK+ Toolkit + * GTK - The GIMP Toolkit * Copyright (C) 1998, 1999 Red Hat, Inc. * All rights reserved. * diff --git a/gtk/gtkradiobutton.c b/gtk/gtkradiobutton.c index 153c6043d..6fd857dec 100644 --- a/gtk/gtkradiobutton.c +++ b/gtk/gtkradiobutton.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkradiobutton.h b/gtk/gtkradiobutton.h index b1569d859..3e7abf81d 100644 --- a/gtk/gtkradiobutton.h +++ b/gtk/gtkradiobutton.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkradiomenuitem.c b/gtk/gtkradiomenuitem.c index 01b0be472..6e7579c9a 100644 --- a/gtk/gtkradiomenuitem.c +++ b/gtk/gtkradiomenuitem.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkradiomenuitem.h b/gtk/gtkradiomenuitem.h index 10a6a9dfc..d7af6bbbf 100644 --- a/gtk/gtkradiomenuitem.h +++ b/gtk/gtkradiomenuitem.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkrange.c b/gtk/gtkrange.c index 3ade7d4a3..32023ebaf 100644 --- a/gtk/gtkrange.c +++ b/gtk/gtkrange.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * Copyright (C) 2001 Red Hat, Inc. * diff --git a/gtk/gtkrange.h b/gtk/gtkrange.h index 7857b98be..5efa7547a 100644 --- a/gtk/gtkrange.h +++ b/gtk/gtkrange.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkrc.c b/gtk/gtkrc.c index 874b143a1..89a6c4527 100644 --- a/gtk/gtkrc.c +++ b/gtk/gtkrc.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkrc.h b/gtk/gtkrc.h index 8f30c1feb..1ca2d3313 100644 --- a/gtk/gtkrc.h +++ b/gtk/gtkrc.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkrc.key.emacs b/gtk/gtkrc.key.emacs index 906419005..199006fec 100644 --- a/gtk/gtkrc.key.emacs +++ b/gtk/gtkrc.key.emacs @@ -1,4 +1,4 @@ -# GTK - The GTK+ Toolkit +# GTK - The GIMP Toolkit # Copyright (C) 2002 Owen Taylor # # This library is free software; you can redistribute it and/or diff --git a/gtk/gtkrecentaction.c b/gtk/gtkrecentaction.c index 8eab3425b..449eaad3c 100644 --- a/gtk/gtkrecentaction.c +++ b/gtk/gtkrecentaction.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Recent chooser action for GtkUIManager * * Copyright (C) 2007, Emmanuele Bassi diff --git a/gtk/gtkrecentaction.h b/gtk/gtkrecentaction.h index 7df690063..96d5ca6a1 100644 --- a/gtk/gtkrecentaction.h +++ b/gtk/gtkrecentaction.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Recent chooser action for GtkUIManager * * Copyright (C) 2007, Emmanuele Bassi diff --git a/gtk/gtkrecentchooser.c b/gtk/gtkrecentchooser.c index c4001f097..31157b98d 100644 --- a/gtk/gtkrecentchooser.c +++ b/gtk/gtkrecentchooser.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkrecentchooser.c - Abstract interface for recent file selectors GUIs * * Copyright (C) 2006, Emmanuele Bassi diff --git a/gtk/gtkrecentchooser.h b/gtk/gtkrecentchooser.h index 2919390a3..2b5dd7e55 100644 --- a/gtk/gtkrecentchooser.h +++ b/gtk/gtkrecentchooser.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkrecentchooser.h - Abstract interface for recent file selectors GUIs * * Copyright (C) 2006, Emmanuele Bassi diff --git a/gtk/gtkrecentchooserdefault.c b/gtk/gtkrecentchooserdefault.c index 08ddbb4e4..cd777938e 100644 --- a/gtk/gtkrecentchooserdefault.c +++ b/gtk/gtkrecentchooserdefault.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkrecentchooserdefault.c * Copyright (C) 2005-2006, Emmanuele Bassi * diff --git a/gtk/gtkrecentchooserdefault.h b/gtk/gtkrecentchooserdefault.h index 37a226f1b..71dec2a45 100644 --- a/gtk/gtkrecentchooserdefault.h +++ b/gtk/gtkrecentchooserdefault.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkrecentchooserdefault.h * Copyright (C) 2006 Emmanuele Bassi * diff --git a/gtk/gtkrecentchooserdialog.c b/gtk/gtkrecentchooserdialog.c index fab1a1765..723be8f62 100644 --- a/gtk/gtkrecentchooserdialog.c +++ b/gtk/gtkrecentchooserdialog.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkrecentchooserdialog.c: Recent files selector dialog * Copyright (C) 2006 Emmanuele Bassi * diff --git a/gtk/gtkrecentchooserdialog.h b/gtk/gtkrecentchooserdialog.h index 4b5623a88..d8c12214a 100644 --- a/gtk/gtkrecentchooserdialog.h +++ b/gtk/gtkrecentchooserdialog.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkrecentchooserdialog.h: Recent files selector dialog * Copyright (C) 2006 Emmanuele Bassi * diff --git a/gtk/gtkrecentchoosermenu.c b/gtk/gtkrecentchoosermenu.c index 664bf9fe0..43a1b2cd3 100644 --- a/gtk/gtkrecentchoosermenu.c +++ b/gtk/gtkrecentchoosermenu.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkrecentchoosermenu.c - Recently used items menu widget * Copyright (C) 2005, Emmanuele Bassi * diff --git a/gtk/gtkrecentchoosermenu.h b/gtk/gtkrecentchoosermenu.h index f444f7007..6b401d691 100644 --- a/gtk/gtkrecentchoosermenu.h +++ b/gtk/gtkrecentchoosermenu.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkrecentchoosermenu.h - Recently used items menu widget * Copyright (C) 2006, Emmanuele Bassi * diff --git a/gtk/gtkrecentchooserwidget.c b/gtk/gtkrecentchooserwidget.c index 4f21a248a..211d852a7 100644 --- a/gtk/gtkrecentchooserwidget.c +++ b/gtk/gtkrecentchooserwidget.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkrecentchooserwidget.c: embeddable recently used resources chooser widget * Copyright (C) 2006 Emmanuele Bassi * diff --git a/gtk/gtkrecentchooserwidget.h b/gtk/gtkrecentchooserwidget.h index 53efe4bd9..d5aa58f51 100644 --- a/gtk/gtkrecentchooserwidget.h +++ b/gtk/gtkrecentchooserwidget.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkrecentchooserwidget.h: embeddable recently used resources chooser widget * Copyright (C) 2006 Emmanuele Bassi * diff --git a/gtk/gtkrecentfilter.c b/gtk/gtkrecentfilter.c index eb12c6381..5de81cf20 100644 --- a/gtk/gtkrecentfilter.c +++ b/gtk/gtkrecentfilter.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkrecentfilter.h - Filter object for recently used resources * Copyright (C) 2006, Emmanuele Bassi * diff --git a/gtk/gtkrecentfilter.h b/gtk/gtkrecentfilter.h index 6a28b1cb2..3be8e5e97 100644 --- a/gtk/gtkrecentfilter.h +++ b/gtk/gtkrecentfilter.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkrecentfilter.h - Filter object for recently used resources * Copyright (C) 2006, Emmanuele Bassi * diff --git a/gtk/gtkrecentmanager.c b/gtk/gtkrecentmanager.c index 2fc11b891..fea41ad65 100644 --- a/gtk/gtkrecentmanager.c +++ b/gtk/gtkrecentmanager.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkrecentmanager.c: a manager for the recently used resources * * Copyright (C) 2006 Emmanuele Bassi diff --git a/gtk/gtkrecentmanager.h b/gtk/gtkrecentmanager.h index e5a9e206a..4127e67b2 100644 --- a/gtk/gtkrecentmanager.h +++ b/gtk/gtkrecentmanager.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkrecentmanager.h: a manager for the recently used resources * * Copyright (C) 2006 Emmanuele Bassi diff --git a/gtk/gtkruler.c b/gtk/gtkruler.c index 463f6ddc3..49bf8e5ea 100644 --- a/gtk/gtkruler.c +++ b/gtk/gtkruler.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkruler.h b/gtk/gtkruler.h index 0bb43e695..2ef078490 100644 --- a/gtk/gtkruler.h +++ b/gtk/gtkruler.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkscale.c b/gtk/gtkscale.c index d9e6884d0..249d71a54 100644 --- a/gtk/gtkscale.c +++ b/gtk/gtkscale.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * Copyright (C) 2001 Red Hat, Inc. * diff --git a/gtk/gtkscale.h b/gtk/gtkscale.h index d35ce544f..3addba6ea 100644 --- a/gtk/gtkscale.h +++ b/gtk/gtkscale.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkscalebutton.c b/gtk/gtkscalebutton.c index cf960af29..a36930faf 100644 --- a/gtk/gtkscalebutton.c +++ b/gtk/gtkscalebutton.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2005 Ronald S. Bultje * Copyright (C) 2006, 2007 Christian Persch * Copyright (C) 2006 Jan Arne Petersen diff --git a/gtk/gtkscalebutton.h b/gtk/gtkscalebutton.h index 2465ecf57..5ba1c8bdd 100644 --- a/gtk/gtkscalebutton.h +++ b/gtk/gtkscalebutton.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2005 Ronald S. Bultje * Copyright (C) 2006, 2007 Christian Persch * Copyright (C) 2006 Jan Arne Petersen diff --git a/gtk/gtkscrollbar.c b/gtk/gtkscrollbar.c index 2cb73b23d..26dba3030 100644 --- a/gtk/gtkscrollbar.c +++ b/gtk/gtkscrollbar.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * Copyright (C) 2001 Red Hat, Inc. * diff --git a/gtk/gtkscrollbar.h b/gtk/gtkscrollbar.h index 0861ed908..72d859500 100644 --- a/gtk/gtkscrollbar.h +++ b/gtk/gtkscrollbar.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkscrolledwindow.c b/gtk/gtkscrolledwindow.c index 090e233f0..dc279bfb9 100644 --- a/gtk/gtkscrolledwindow.c +++ b/gtk/gtkscrolledwindow.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkscrolledwindow.h b/gtk/gtkscrolledwindow.h index bad33a2b7..b36071ca9 100644 --- a/gtk/gtkscrolledwindow.h +++ b/gtk/gtkscrolledwindow.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkselection.c b/gtk/gtkselection.c index e06825adf..56c14473f 100644 --- a/gtk/gtkselection.c +++ b/gtk/gtkselection.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkselection.h b/gtk/gtkselection.h index f8c3ed176..d685b3a7f 100644 --- a/gtk/gtkselection.h +++ b/gtk/gtkselection.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkseparator.c b/gtk/gtkseparator.c index b2d584e94..28808c15d 100644 --- a/gtk/gtkseparator.c +++ b/gtk/gtkseparator.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkseparator.h b/gtk/gtkseparator.h index 13a0e2e0b..b6400f9a4 100644 --- a/gtk/gtkseparator.h +++ b/gtk/gtkseparator.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkseparatormenuitem.c b/gtk/gtkseparatormenuitem.c index d0dbbfefa..e59de238f 100644 --- a/gtk/gtkseparatormenuitem.c +++ b/gtk/gtkseparatormenuitem.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkseparatormenuitem.h b/gtk/gtkseparatormenuitem.h index 1630f8421..b8080ac5b 100644 --- a/gtk/gtkseparatormenuitem.h +++ b/gtk/gtkseparatormenuitem.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c index 40d8ebaaf..75a3c503a 100644 --- a/gtk/gtksettings.c +++ b/gtk/gtksettings.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtksettings.h b/gtk/gtksettings.h index 5271e63f3..4be0772c6 100644 --- a/gtk/gtksettings.h +++ b/gtk/gtksettings.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkshow.c b/gtk/gtkshow.c index 53ce5aa97..a9bcd0de6 100644 --- a/gtk/gtkshow.c +++ b/gtk/gtkshow.c @@ -1,5 +1,5 @@ /* - * GTK - The GTK+ Toolkit + * GTK - The GIMP Toolkit * Copyright (C) 2008 Jaap Haitsma * * All rights reserved. diff --git a/gtk/gtkshow.h b/gtk/gtkshow.h index 2d4c1c5af..111edd32c 100644 --- a/gtk/gtkshow.h +++ b/gtk/gtkshow.h @@ -1,5 +1,5 @@ /* - * GTK - The GTK+ Toolkit + * GTK - The GIMP Toolkit * Copyright (C) 2008 Jaap Haitsma * * All rights reserved. diff --git a/gtk/gtksignal.c b/gtk/gtksignal.c index 227e304bc..2132088b8 100644 --- a/gtk/gtksignal.c +++ b/gtk/gtksignal.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtksignal.h b/gtk/gtksignal.h index ac4eb5910..7de9302bf 100644 --- a/gtk/gtksignal.h +++ b/gtk/gtksignal.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtksizegroup.c b/gtk/gtksizegroup.c index 7a8e9b95e..b110c38b9 100644 --- a/gtk/gtksizegroup.c +++ b/gtk/gtksizegroup.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtksizegroup.c: * Copyright (C) 2001 Red Hat Software * diff --git a/gtk/gtksizegroup.h b/gtk/gtksizegroup.h index 9dc15fb52..ecd2ceacf 100644 --- a/gtk/gtksizegroup.h +++ b/gtk/gtksizegroup.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtksizegroup.h: * Copyright (C) 2000 Red Hat Software * diff --git a/gtk/gtksocket-stub.c b/gtk/gtksocket-stub.c index 65126d722..fbc8aedcf 100644 --- a/gtk/gtksocket-stub.c +++ b/gtk/gtksocket-stub.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtksocket-win32.c b/gtk/gtksocket-win32.c index e62152d24..3bf1f47fc 100644 --- a/gtk/gtksocket-win32.c +++ b/gtk/gtksocket-win32.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * Copyright (C) 2005 Novell, Inc. * diff --git a/gtk/gtksocket-x11.c b/gtk/gtksocket-x11.c index cf20b9ff3..b1faae7f8 100644 --- a/gtk/gtksocket-x11.c +++ b/gtk/gtksocket-x11.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtksocket.c b/gtk/gtksocket.c index 0917d0acd..12ca8120c 100644 --- a/gtk/gtksocket.c +++ b/gtk/gtksocket.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtksocket.h b/gtk/gtksocket.h index 440cafd0d..db347c06f 100644 --- a/gtk/gtksocket.h +++ b/gtk/gtksocket.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtksocketprivate.h b/gtk/gtksocketprivate.h index 12fd96a1a..44a6c6b36 100644 --- a/gtk/gtksocketprivate.h +++ b/gtk/gtksocketprivate.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c index 3962bc860..a2f63e9ec 100644 --- a/gtk/gtkspinbutton.c +++ b/gtk/gtkspinbutton.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * GtkSpinButton widget for GTK+ diff --git a/gtk/gtkspinbutton.h b/gtk/gtkspinbutton.h index 29261050c..b513f9ae7 100644 --- a/gtk/gtkspinbutton.h +++ b/gtk/gtkspinbutton.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * GtkSpinButton widget for GTK+ diff --git a/gtk/gtkstatusbar.c b/gtk/gtkstatusbar.c index 2e7c73b2e..4a630e4eb 100644 --- a/gtk/gtkstatusbar.c +++ b/gtk/gtkstatusbar.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * GtkStatusbar Copyright (C) 1998 Shawn T. Amundson * diff --git a/gtk/gtkstatusbar.h b/gtk/gtkstatusbar.h index 9f074f834..3ca102b6c 100644 --- a/gtk/gtkstatusbar.h +++ b/gtk/gtkstatusbar.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * GtkStatusbar Copyright (C) 1998 Shawn T. Amundson * diff --git a/gtk/gtkstock.c b/gtk/gtkstock.c index ab8a9ca5d..aa40c1298 100644 --- a/gtk/gtkstock.c +++ b/gtk/gtkstock.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkstock.h b/gtk/gtkstock.h index 87ed44bc6..f259d89de 100644 --- a/gtk/gtkstock.h +++ b/gtk/gtkstock.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c index 3e6abbc4a..e22d9fe2a 100644 --- a/gtk/gtkstyle.c +++ b/gtk/gtkstyle.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkstyle.h b/gtk/gtkstyle.h index f0267370d..781f2d59b 100644 --- a/gtk/gtkstyle.h +++ b/gtk/gtkstyle.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktable.c b/gtk/gtktable.c index fc2e35d9e..cd1e05578 100644 --- a/gtk/gtktable.c +++ b/gtk/gtktable.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktable.h b/gtk/gtktable.h index 44d9e6b2a..39fe9b996 100644 --- a/gtk/gtktable.h +++ b/gtk/gtktable.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktearoffmenuitem.c b/gtk/gtktearoffmenuitem.c index 0ba944e6e..f6615206e 100644 --- a/gtk/gtktearoffmenuitem.c +++ b/gtk/gtktearoffmenuitem.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktearoffmenuitem.h b/gtk/gtktearoffmenuitem.h index 882e7c52a..2a5b7fed1 100644 --- a/gtk/gtktearoffmenuitem.h +++ b/gtk/gtktearoffmenuitem.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktext.c b/gtk/gtktext.c index 091f756a0..8d34911f2 100644 --- a/gtk/gtktext.c +++ b/gtk/gtktext.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktext.h b/gtk/gtktext.h index abd41b09b..a2be7faf5 100644 --- a/gtk/gtktext.h +++ b/gtk/gtktext.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktextbtree.h b/gtk/gtktextbtree.h index 146be781a..627b2fc68 100644 --- a/gtk/gtktextbtree.h +++ b/gtk/gtktextbtree.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtktextbtree.h Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktextbuffer.c b/gtk/gtktextbuffer.c index feca45834..a15ea87df 100644 --- a/gtk/gtktextbuffer.c +++ b/gtk/gtktextbuffer.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtktextbuffer.c Copyright (C) 2000 Red Hat, Inc. * Copyright (C) 2004 Nokia Corporation * diff --git a/gtk/gtktextbuffer.h b/gtk/gtktextbuffer.h index d49f9db97..fd1131410 100644 --- a/gtk/gtktextbuffer.h +++ b/gtk/gtktextbuffer.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtktextbuffer.h Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktextchild.h b/gtk/gtktextchild.h index e5b0c599b..20cee010b 100644 --- a/gtk/gtktextchild.h +++ b/gtk/gtktextchild.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtktextchild.h Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktextiter.c b/gtk/gtktextiter.c index 75e838798..37d4c2d4d 100644 --- a/gtk/gtktextiter.c +++ b/gtk/gtktextiter.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtktextiter.c Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktextiter.h b/gtk/gtktextiter.h index 9d1a7420d..44ba8721e 100644 --- a/gtk/gtktextiter.h +++ b/gtk/gtktextiter.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtktextiter.h Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktextiterprivate.h b/gtk/gtktextiterprivate.h index 560869816..ff1893dfb 100644 --- a/gtk/gtktextiterprivate.h +++ b/gtk/gtktextiterprivate.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtktextiterprivate.h Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktextlayout.c b/gtk/gtktextlayout.c index 3f4bd6469..044d54714 100644 --- a/gtk/gtktextlayout.c +++ b/gtk/gtktextlayout.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtktextlayout.c - calculate the layout of the text * * Copyright (c) 1992-1994 The Regents of the University of California. diff --git a/gtk/gtktextlayout.h b/gtk/gtktextlayout.h index a039b771c..a2e8aa3a5 100644 --- a/gtk/gtktextlayout.h +++ b/gtk/gtktextlayout.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtktextlayout.h * * Copyright (c) 1992-1994 The Regents of the University of California. diff --git a/gtk/gtktextmarkprivate.h b/gtk/gtktextmarkprivate.h index 3bb9ffc39..d2ff38137 100644 --- a/gtk/gtktextmarkprivate.h +++ b/gtk/gtktextmarkprivate.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktextsegment.h b/gtk/gtktextsegment.h index 9eb45bcd1..394703b9d 100644 --- a/gtk/gtktextsegment.h +++ b/gtk/gtktextsegment.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtktextsegment.h Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktexttagprivate.h b/gtk/gtktexttagprivate.h index 39605c015..b3363d925 100644 --- a/gtk/gtktexttagprivate.h +++ b/gtk/gtktexttagprivate.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtktexttagprivate.h Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktexttagtable.c b/gtk/gtktexttagtable.c index 4be29e5ab..660a5cd5a 100644 --- a/gtk/gtktexttagtable.c +++ b/gtk/gtktexttagtable.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktexttagtable.h b/gtk/gtktexttagtable.h index 3c6b64c67..ecc172d1c 100644 --- a/gtk/gtktexttagtable.h +++ b/gtk/gtktexttagtable.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktexttypes.c b/gtk/gtktexttypes.c index ed047292c..3e72302b6 100644 --- a/gtk/gtktexttypes.c +++ b/gtk/gtktexttypes.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtktexttypes.c Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktexttypes.h b/gtk/gtktexttypes.h index c66c62709..c624aeaf3 100644 --- a/gtk/gtktexttypes.h +++ b/gtk/gtktexttypes.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtktexttypes.h Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktextutil.c b/gtk/gtktextutil.c index 700900f66..dc05880d4 100644 --- a/gtk/gtktextutil.c +++ b/gtk/gtktextutil.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktextutil.h b/gtk/gtktextutil.h index abe95abde..8b346520b 100644 --- a/gtk/gtktextutil.h +++ b/gtk/gtktextutil.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktextview.c b/gtk/gtktextview.c index c6089fa09..75b73bdf9 100644 --- a/gtk/gtktextview.c +++ b/gtk/gtktextview.c @@ -1,5 +1,5 @@ /* -*- Mode: C; c-file-style: "gnu"; tab-width: 8 -*- */ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtktextview.c Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktextview.h b/gtk/gtktextview.h index 5abee5021..2dfe23ff4 100644 --- a/gtk/gtktextview.h +++ b/gtk/gtktextview.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtktextview.h Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkthemes.c b/gtk/gtkthemes.c index 06c006794..919562a56 100644 --- a/gtk/gtkthemes.c +++ b/gtk/gtkthemes.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * Themes added by The Rasterman diff --git a/gtk/gtkthemes.h b/gtk/gtkthemes.h index 93a4045ca..0991f7d07 100644 --- a/gtk/gtkthemes.h +++ b/gtk/gtkthemes.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * Themes added by The Rasterman diff --git a/gtk/gtktipsquery.c b/gtk/gtktipsquery.c index b8c98db5c..71d3c2ef4 100644 --- a/gtk/gtktipsquery.c +++ b/gtk/gtktipsquery.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * GtkQueryTips: Query onscreen widgets for their tooltips diff --git a/gtk/gtktipsquery.h b/gtk/gtktipsquery.h index 3623e4a5b..4973a986e 100644 --- a/gtk/gtktipsquery.h +++ b/gtk/gtktipsquery.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * GtkQueryTips: Query onscreen widgets for their tooltips diff --git a/gtk/gtktoggleaction.c b/gtk/gtktoggleaction.c index a1966c7e6..9e911d8e1 100644 --- a/gtk/gtktoggleaction.c +++ b/gtk/gtktoggleaction.c @@ -1,5 +1,5 @@ /* - * GTK - The GTK+ Toolkit + * GTK - The GIMP Toolkit * Copyright (C) 1998, 1999 Red Hat, Inc. * All rights reserved. * diff --git a/gtk/gtktoggleaction.h b/gtk/gtktoggleaction.h index e42f0b7ac..5f7254632 100644 --- a/gtk/gtktoggleaction.h +++ b/gtk/gtktoggleaction.h @@ -1,5 +1,5 @@ /* - * GTK - The GTK+ Toolkit + * GTK - The GIMP Toolkit * Copyright (C) 1998, 1999 Red Hat, Inc. * All rights reserved. * diff --git a/gtk/gtktoggleactionprivate.h b/gtk/gtktoggleactionprivate.h index 29887d87e..9e1841ad8 100644 --- a/gtk/gtktoggleactionprivate.h +++ b/gtk/gtktoggleactionprivate.h @@ -1,5 +1,5 @@ /* - * GTK - The GTK+ Toolkit + * GTK - The GIMP Toolkit * Copyright (C) 1998, 1999 Red Hat, Inc. * All rights reserved. * diff --git a/gtk/gtktogglebutton.c b/gtk/gtktogglebutton.c index 18adcfb42..33505a925 100644 --- a/gtk/gtktogglebutton.c +++ b/gtk/gtktogglebutton.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktogglebutton.h b/gtk/gtktogglebutton.h index fde888f22..009688a7b 100644 --- a/gtk/gtktogglebutton.h +++ b/gtk/gtktogglebutton.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktoolbar.c b/gtk/gtktoolbar.c index c4a794327..8d126482a 100644 --- a/gtk/gtktoolbar.c +++ b/gtk/gtktoolbar.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * GtkToolbar copyright (C) Federico Mena * diff --git a/gtk/gtktoolbar.h b/gtk/gtktoolbar.h index 486d9d5ff..818969756 100644 --- a/gtk/gtktoolbar.h +++ b/gtk/gtktoolbar.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * GtkToolbar copyright (C) Federico Mena * diff --git a/gtk/gtktoolshell.h b/gtk/gtktoolshell.h index 5c610559a..fcd07aa5f 100644 --- a/gtk/gtktoolshell.h +++ b/gtk/gtktoolshell.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2007 Openismus GmbH * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktooltips.c b/gtk/gtktooltips.c index 5767f4f86..a414346b9 100644 --- a/gtk/gtktooltips.c +++ b/gtk/gtktooltips.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktooltips.h b/gtk/gtktooltips.h index 0c043e69b..a86085652 100644 --- a/gtk/gtktooltips.h +++ b/gtk/gtktooltips.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktree.c b/gtk/gtktree.c index 96adf1144..56c63216a 100644 --- a/gtk/gtktree.c +++ b/gtk/gtktree.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktree.h b/gtk/gtktree.h index f8013dc68..7e9da0eb5 100644 --- a/gtk/gtktree.h +++ b/gtk/gtktree.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktreeitem.c b/gtk/gtktreeitem.c index 3508516a7..c137e3482 100644 --- a/gtk/gtktreeitem.c +++ b/gtk/gtktreeitem.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktreeitem.h b/gtk/gtktreeitem.h index 3a0f5e4b5..0fef9e21e 100644 --- a/gtk/gtktreeitem.h +++ b/gtk/gtktreeitem.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktypeutils.c b/gtk/gtktypeutils.c index 187de8ce7..986f9ff18 100644 --- a/gtk/gtktypeutils.c +++ b/gtk/gtktypeutils.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtktypeutils.h b/gtk/gtktypeutils.h index a71c7e293..48b664c2a 100644 --- a/gtk/gtktypeutils.h +++ b/gtk/gtktypeutils.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkuimanager.c b/gtk/gtkuimanager.c index dd0874efd..256e416e1 100644 --- a/gtk/gtkuimanager.c +++ b/gtk/gtkuimanager.c @@ -1,5 +1,5 @@ /* - * GTK - The GTK+ Toolkit + * GTK - The GIMP Toolkit * Copyright (C) 1998, 1999 Red Hat, Inc. * All rights reserved. * diff --git a/gtk/gtkuimanager.h b/gtk/gtkuimanager.h index 2e8b14495..240c7d30b 100644 --- a/gtk/gtkuimanager.h +++ b/gtk/gtkuimanager.h @@ -1,5 +1,5 @@ /* - * GTK - The GTK+ Toolkit + * GTK - The GIMP Toolkit * Copyright (C) 1998, 1999 Red Hat, Inc. * All rights reserved. * diff --git a/gtk/gtkvbbox.c b/gtk/gtkvbbox.c index c5e95f76a..e42db03b3 100644 --- a/gtk/gtkvbbox.c +++ b/gtk/gtkvbbox.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkvbbox.h b/gtk/gtkvbbox.h index 0997dcc36..901bc709a 100644 --- a/gtk/gtkvbbox.h +++ b/gtk/gtkvbbox.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkvbox.c b/gtk/gtkvbox.c index f13e5c46e..57edf83fa 100644 --- a/gtk/gtkvbox.c +++ b/gtk/gtkvbox.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkvbox.h b/gtk/gtkvbox.h index 4baa2947d..68286559d 100644 --- a/gtk/gtkvbox.h +++ b/gtk/gtkvbox.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkversion.h.in b/gtk/gtkversion.h.in index ac9c0783b..9db626884 100644 --- a/gtk/gtkversion.h.in +++ b/gtk/gtkversion.h.in @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkviewport.c b/gtk/gtkviewport.c index b6221fb20..17605cc34 100644 --- a/gtk/gtkviewport.c +++ b/gtk/gtkviewport.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkviewport.h b/gtk/gtkviewport.h index 4ae799ccb..cc496f4be 100644 --- a/gtk/gtkviewport.h +++ b/gtk/gtkviewport.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkvolumebutton.c b/gtk/gtkvolumebutton.c index a2e99cd13..d17585139 100644 --- a/gtk/gtkvolumebutton.c +++ b/gtk/gtkvolumebutton.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2007 Red Hat, Inc. * * Authors: diff --git a/gtk/gtkvolumebutton.h b/gtk/gtkvolumebutton.h index 977525917..c69724fe1 100644 --- a/gtk/gtkvolumebutton.h +++ b/gtk/gtkvolumebutton.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2007 Red Hat, Inc. * * Authors: diff --git a/gtk/gtkvpaned.c b/gtk/gtkvpaned.c index bc83abec8..335d4352d 100644 --- a/gtk/gtkvpaned.c +++ b/gtk/gtkvpaned.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkvpaned.h b/gtk/gtkvpaned.h index 1f464cbe1..37bc52a08 100644 --- a/gtk/gtkvpaned.h +++ b/gtk/gtkvpaned.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkvruler.c b/gtk/gtkvruler.c index 3cfe468ad..612307a8a 100644 --- a/gtk/gtkvruler.c +++ b/gtk/gtkvruler.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkvruler.h b/gtk/gtkvruler.h index 64777e329..8126c3232 100644 --- a/gtk/gtkvruler.h +++ b/gtk/gtkvruler.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkvscale.c b/gtk/gtkvscale.c index c7e032e06..3961ee074 100644 --- a/gtk/gtkvscale.c +++ b/gtk/gtkvscale.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2001 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkvscale.h b/gtk/gtkvscale.h index 49805e735..ac9bf5f44 100644 --- a/gtk/gtkvscale.h +++ b/gtk/gtkvscale.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkvscrollbar.c b/gtk/gtkvscrollbar.c index aa9965d34..fb6903858 100644 --- a/gtk/gtkvscrollbar.c +++ b/gtk/gtkvscrollbar.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * Copyright (C) 2001 Red Hat, Inc. * diff --git a/gtk/gtkvscrollbar.h b/gtk/gtkvscrollbar.h index d084ec7f1..184be409b 100644 --- a/gtk/gtkvscrollbar.h +++ b/gtk/gtkvscrollbar.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkvseparator.c b/gtk/gtkvseparator.c index 90c82708d..c199b29a9 100644 --- a/gtk/gtkvseparator.c +++ b/gtk/gtkvseparator.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkvseparator.h b/gtk/gtkvseparator.h index 8168bea26..8d57eef39 100644 --- a/gtk/gtkvseparator.h +++ b/gtk/gtkvseparator.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 765d77a04..5c5a2f606 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h index 47231a1f7..dfc423e90 100644 --- a/gtk/gtkwidget.h +++ b/gtk/gtkwidget.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkwin32embed.c b/gtk/gtkwin32embed.c index 35853f8ee..b386f93f9 100644 --- a/gtk/gtkwin32embed.c +++ b/gtk/gtkwin32embed.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkwin32embed.c: Utilities for Win32 embedding * Copyright (C) 2005, Novell, Inc. * diff --git a/gtk/gtkwin32embed.h b/gtk/gtkwin32embed.h index 5c0cd639e..4e2223ef3 100644 --- a/gtk/gtkwin32embed.h +++ b/gtk/gtkwin32embed.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkwin32embed.h: Utilities for Win32 embedding * Copyright (C) 2005, Novell, Inc. * diff --git a/gtk/gtkwin32embedwidget.c b/gtk/gtkwin32embedwidget.c index 0d9fa5d0b..4d4831189 100644 --- a/gtk/gtkwin32embedwidget.c +++ b/gtk/gtkwin32embedwidget.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkwin32embedwidget.h b/gtk/gtkwin32embedwidget.h index fa74512b8..87d6d233e 100644 --- a/gtk/gtkwin32embedwidget.h +++ b/gtk/gtkwin32embedwidget.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkwindow-decorate.c b/gtk/gtkwindow-decorate.c index 0097ba18a..9e2bc1815 100644 --- a/gtk/gtkwindow-decorate.c +++ b/gtk/gtkwindow-decorate.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2001 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkwindow-decorate.h b/gtk/gtkwindow-decorate.h index 37d179bf3..9f182f457 100644 --- a/gtk/gtkwindow-decorate.h +++ b/gtk/gtkwindow-decorate.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2001 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index 29e966cad..a565cf165 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkwindow.h b/gtk/gtkwindow.h index 531d3f074..bd8545e3d 100644 --- a/gtk/gtkwindow.h +++ b/gtk/gtkwindow.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/gtk/gtkxembed.c b/gtk/gtkxembed.c index f83b343d6..37462f91c 100644 --- a/gtk/gtkxembed.c +++ b/gtk/gtkxembed.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkxembed.c: Utilities for the XEMBED protocol * Copyright (C) 2001, 2003, Red Hat, Inc. * diff --git a/gtk/gtkxembed.h b/gtk/gtkxembed.h index 673afabb8..5de99e9a9 100644 --- a/gtk/gtkxembed.h +++ b/gtk/gtkxembed.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkxembed.c: Utilities for the XEMBED protocol * Copyright (C) 2003, Red Hat, Inc. * diff --git a/gtk/tests/filechooser.c b/gtk/tests/filechooser.c index aac76e648..300e15afd 100644 --- a/gtk/tests/filechooser.c +++ b/gtk/tests/filechooser.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * autotestfilechooser.c: Automated unit tests for the GtkFileChooser widget * Copyright (C) 2005, Novell, Inc. * diff --git a/gtk/tests/recentmanager.c b/gtk/tests/recentmanager.c index 75cab8f77..6f0fa5839 100644 --- a/gtk/tests/recentmanager.c +++ b/gtk/tests/recentmanager.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkrecentmanager.c: a manager for the recently used resources * * Copyright (C) 2006 Emmanuele Bassi diff --git a/gtk/theme-bits/decompose-bits.c b/gtk/theme-bits/decompose-bits.c index 6adf7a92b..99d84a40f 100644 --- a/gtk/theme-bits/decompose-bits.c +++ b/gtk/theme-bits/decompose-bits.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2002, Owen Taylor * * This library is free software; you can redistribute it and/or diff --git a/makecopyright b/makecopyright index dda38804a..089e79c87 100755 --- a/makecopyright +++ b/makecopyright @@ -28,7 +28,7 @@ EOF copyright_gdk () { cat << EOF -/* GDK - The GTK+ Drawing Kit +/* GDK - The GIMP Drawing Kit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or @@ -52,7 +52,7 @@ EOF copyright_gtk () { cat << EOF -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/modules/input/gtkimcontextthai.c b/modules/input/gtkimcontextthai.c index 536f0653f..0b2d6b6b5 100644 --- a/modules/input/gtkimcontextthai.c +++ b/modules/input/gtkimcontextthai.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/modules/input/gtkimcontextthai.h b/modules/input/gtkimcontextthai.h index 660358e02..fb9f3b91f 100644 --- a/modules/input/gtkimcontextthai.h +++ b/modules/input/gtkimcontextthai.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/modules/input/gtkimcontextxim.c b/modules/input/gtkimcontextxim.c index c01d90b74..14dd65215 100644 --- a/modules/input/gtkimcontextxim.c +++ b/modules/input/gtkimcontextxim.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/modules/input/gtkimcontextxim.h b/modules/input/gtkimcontextxim.h index 7fb0a0ed6..66dab9c6d 100644 --- a/modules/input/gtkimcontextxim.h +++ b/modules/input/gtkimcontextxim.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat Software * * This library is free software; you can redistribute it and/or diff --git a/modules/input/imam-et.c b/modules/input/imam-et.c index 23bb99e25..6e910a997 100644 --- a/modules/input/imam-et.c +++ b/modules/input/imam-et.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat Software * Copyright (C) 2000 SuSE Linux Ltd * diff --git a/modules/input/imcedilla.c b/modules/input/imcedilla.c index 1828afdb0..98db8e8f3 100644 --- a/modules/input/imcedilla.c +++ b/modules/input/imcedilla.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat Software * * This library is free software; you can redistribute it and/or diff --git a/modules/input/imcyrillic-translit.c b/modules/input/imcyrillic-translit.c index f95253783..aac8d4039 100644 --- a/modules/input/imcyrillic-translit.c +++ b/modules/input/imcyrillic-translit.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat Software * * This library is free software; you can redistribute it and/or diff --git a/modules/input/iminuktitut.c b/modules/input/iminuktitut.c index c068e315c..38a03988a 100644 --- a/modules/input/iminuktitut.c +++ b/modules/input/iminuktitut.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat Software * Copyright (C) 2000 SuSE Linux Ltd * diff --git a/modules/input/imipa.c b/modules/input/imipa.c index 8f2d0b76a..900dc0b81 100644 --- a/modules/input/imipa.c +++ b/modules/input/imipa.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat Software * * This library is free software; you can redistribute it and/or diff --git a/modules/input/imthai.c b/modules/input/imthai.c index b683cf8bc..c3e9bf383 100644 --- a/modules/input/imthai.c +++ b/modules/input/imthai.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/modules/input/imti-er.c b/modules/input/imti-er.c index 4b7b3d455..ea1da4947 100644 --- a/modules/input/imti-er.c +++ b/modules/input/imti-er.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat Software * Copyright (C) 2000 SuSE Linux Ltd * diff --git a/modules/input/imti-et.c b/modules/input/imti-et.c index e34701214..7834803f2 100644 --- a/modules/input/imti-et.c +++ b/modules/input/imti-et.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat Software * Copyright (C) 2000 SuSE Linux Ltd * diff --git a/modules/input/imviqr.c b/modules/input/imviqr.c index 4992d4381..0c007ffd1 100644 --- a/modules/input/imviqr.c +++ b/modules/input/imviqr.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat Software * Copyright (C) 2000 SuSE Linux Ltd * diff --git a/modules/input/imxim.c b/modules/input/imxim.c index c1edca072..018722212 100644 --- a/modules/input/imxim.c +++ b/modules/input/imxim.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 2000 Red Hat, Inc. * * This library is free software; you can redistribute it and/or diff --git a/modules/printbackends/cups/gtkcupsutils.c b/modules/printbackends/cups/gtkcupsutils.c index ae03a0a93..06e8ca866 100644 --- a/modules/printbackends/cups/gtkcupsutils.c +++ b/modules/printbackends/cups/gtkcupsutils.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkcupsutils.h: Statemachine implementation of POST and GET * cups calls which can be used to create a non-blocking cups API * Copyright (C) 2006, 2007 Red Hat, Inc. diff --git a/modules/printbackends/cups/gtkprintbackendcups.c b/modules/printbackends/cups/gtkprintbackendcups.c index 31e5c7bdd..0aaf83e53 100644 --- a/modules/printbackends/cups/gtkprintbackendcups.c +++ b/modules/printbackends/cups/gtkprintbackendcups.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprintbackendcups.h: Default implementation of GtkPrintBackend * for the Common Unix Print System (CUPS) * Copyright (C) 2006, 2007 Red Hat, Inc. diff --git a/modules/printbackends/cups/gtkprintbackendcups.h b/modules/printbackends/cups/gtkprintbackendcups.h index e600f04a9..81c1d987a 100644 --- a/modules/printbackends/cups/gtkprintbackendcups.h +++ b/modules/printbackends/cups/gtkprintbackendcups.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprintbackendcups.h: Default implementation of GtkPrintBackend for the Common Unix Print System (CUPS) * Copyright (C) 2006, 2007 Red Hat, Inc. * diff --git a/modules/printbackends/file/gtkprintbackendfile.c b/modules/printbackends/file/gtkprintbackendfile.c index adbc60a62..43b96f457 100644 --- a/modules/printbackends/file/gtkprintbackendfile.c +++ b/modules/printbackends/file/gtkprintbackendfile.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprintbackendfile.c: Default implementation of GtkPrintBackend * for printing to a file * Copyright (C) 2003, Red Hat, Inc. diff --git a/modules/printbackends/file/gtkprintbackendfile.h b/modules/printbackends/file/gtkprintbackendfile.h index eb991d01f..94b30c3d4 100644 --- a/modules/printbackends/file/gtkprintbackendfile.h +++ b/modules/printbackends/file/gtkprintbackendfile.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprintbackendpdf.h: Default implementation of GtkPrintBackend * for printing to a file * Copyright (C) 2003, Red Hat, Inc. diff --git a/modules/printbackends/lpr/gtkprintbackendlpr.c b/modules/printbackends/lpr/gtkprintbackendlpr.c index ee8c77bbd..fd5952d5d 100644 --- a/modules/printbackends/lpr/gtkprintbackendlpr.c +++ b/modules/printbackends/lpr/gtkprintbackendlpr.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprintbackendlpr.c: LPR implementation of GtkPrintBackend * for printing to lpr * Copyright (C) 2006, 2007 Red Hat, Inc. diff --git a/modules/printbackends/lpr/gtkprintbackendlpr.h b/modules/printbackends/lpr/gtkprintbackendlpr.h index 0813c51e5..51c529a2f 100644 --- a/modules/printbackends/lpr/gtkprintbackendlpr.h +++ b/modules/printbackends/lpr/gtkprintbackendlpr.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprintbackendlpr.h: LPR implementation of GtkPrintBackend * for printing to lpr * Copyright (C) 2006, 2007 Red Hat, Inc. diff --git a/modules/printbackends/test/gtkprintbackendtest.c b/modules/printbackends/test/gtkprintbackendtest.c index 5f2a4be37..73ce61b7b 100644 --- a/modules/printbackends/test/gtkprintbackendtest.c +++ b/modules/printbackends/test/gtkprintbackendtest.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprintbackendpdf.c: Test implementation of GtkPrintBackend * for printing to a test * Copyright (C) 2007, Red Hat, Inc. diff --git a/modules/printbackends/test/gtkprintbackendtest.h b/modules/printbackends/test/gtkprintbackendtest.h index 8f75b6123..c48a85a19 100644 --- a/modules/printbackends/test/gtkprintbackendtest.h +++ b/modules/printbackends/test/gtkprintbackendtest.h @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * gtkprintbackendtest.h: Test implementation of GtkPrintBackend * for testing the dialog * Copyright (C) 2007, Red Hat, Inc. diff --git a/tests/autotestfilesystem.c b/tests/autotestfilesystem.c index 5f4fcad88..ccc679545 100644 --- a/tests/autotestfilesystem.c +++ b/tests/autotestfilesystem.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * autotestfilesystem.c: Automated tests for GtkFileSystem implementations * Copyright (C) 2005, Novell, Inc. * diff --git a/tests/testassistant.c b/tests/testassistant.c index e54255fa6..3eff2cdf5 100644 --- a/tests/testassistant.c +++ b/tests/testassistant.c @@ -1,5 +1,5 @@ /* - * GTK - The GTK+ Toolkit + * GTK - The GIMP Toolkit * Copyright (C) 1999 Red Hat, Inc. * Copyright (C) 2002 Anders Carlsson * Copyright (C) 2003 Matthias Clasen diff --git a/tests/testcellrenderertext.c b/tests/testcellrenderertext.c index b0e10de1d..ab51243c1 100644 --- a/tests/testcellrenderertext.c +++ b/tests/testcellrenderertext.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * testcellrenderertext.c: Tests for the various properties of GtkCellRendererText * Copyright (C) 2005, Novell, Inc. * diff --git a/tests/testellipsise.c b/tests/testellipsise.c index 09640c657..0783d619d 100644 --- a/tests/testellipsise.c +++ b/tests/testellipsise.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/tests/testgtk.c b/tests/testgtk.c index 3943e8854..8a2bbc0de 100644 --- a/tests/testgtk.c +++ b/tests/testgtk.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/tests/testinput.c b/tests/testinput.c index fb78c9810..4734284b9 100644 --- a/tests/testinput.c +++ b/tests/testinput.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/tests/testnotebookdnd.c b/tests/testnotebookdnd.c index 9092f74ac..04a4aef5d 100644 --- a/tests/testnotebookdnd.c +++ b/tests/testnotebookdnd.c @@ -1,6 +1,6 @@ /* -*- Mode: C; c-file-style: "gnu"; tab-width: 8 -*- */ /* - * GTK - The GTK+ Toolkit + * GTK - The GIMP Toolkit * Copyright (C) 2006 Carlos Garnacho Parro * * All rights reserved. diff --git a/tests/testprint.c b/tests/testprint.c index adcd3ad73..ca0fee560 100644 --- a/tests/testprint.c +++ b/tests/testprint.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * testprint.c: Print example * Copyright (C) 2006, Red Hat, Inc. * diff --git a/tests/testrc.c b/tests/testrc.c index f1e26b441..a019ae394 100644 --- a/tests/testrc.c +++ b/tests/testrc.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit Copyright (C) 2006 Red Hat, Inc. Author: Matthias Clasen diff --git a/tests/testrgb.c b/tests/testrgb.c index 5063170eb..f4fdbc2cf 100644 --- a/tests/testrgb.c +++ b/tests/testrgb.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/tests/testselection.c b/tests/testselection.c index 2dcb80d28..cd1817369 100644 --- a/tests/testselection.c +++ b/tests/testselection.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or diff --git a/tests/testthreads.c b/tests/testthreads.c index bfbcfb34c..469e19570 100644 --- a/tests/testthreads.c +++ b/tests/testthreads.c @@ -1,4 +1,4 @@ -/* GTK - The GTK+ Toolkit +/* GTK - The GIMP Toolkit * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald * * This library is free software; you can redistribute it and/or