diff options
author | CST 1999 Shawn T. Amundson <amundson@gtk.org> | 1999-02-24 07:37:18 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1999-02-24 07:37:18 +0000 |
commit | 279e878bddb61086f813385dc94fd04a5465473a (patch) | |
tree | 8067adbac29af9a1f93f57290a7f4340b346a70f /gdk/x11 | |
parent | 26ffb00362cb61b5a73bc86db64de45ae234ccbe (diff) | |
download | gtk+-279e878bddb61086f813385dc94fd04a5465473a.tar.gz |
Added notice to look in AUTHORS and ChangeLog files for a list of changes.
Wed Feb 24 01:22:39 CST 1999 Shawn T. Amundson <amundson@gtk.org>
* *.[ch]: Added notice to look in AUTHORS and ChangeLog files
for a list of changes.
Diffstat (limited to 'gdk/x11')
-rw-r--r-- | gdk/x11/gdkcc-x11.c | 6 | ||||
-rw-r--r-- | gdk/x11/gdkcolor-x11.c | 8 | ||||
-rw-r--r-- | gdk/x11/gdkcursor-x11.c | 8 | ||||
-rw-r--r-- | gdk/x11/gdkdnd-x11.c | 8 | ||||
-rw-r--r-- | gdk/x11/gdkevents-x11.c | 7 | ||||
-rw-r--r-- | gdk/x11/gdkfont-x11.c | 8 | ||||
-rw-r--r-- | gdk/x11/gdkglobals-x11.c | 8 | ||||
-rw-r--r-- | gdk/x11/gdkim-x11.c | 7 | ||||
-rw-r--r-- | gdk/x11/gdkimage-x11.c | 8 | ||||
-rw-r--r-- | gdk/x11/gdkinput-gxi.c | 7 | ||||
-rw-r--r-- | gdk/x11/gdkinput-none.c | 7 | ||||
-rw-r--r-- | gdk/x11/gdkinput-x11.c | 7 | ||||
-rw-r--r-- | gdk/x11/gdkinput-xfree.c | 7 | ||||
-rw-r--r-- | gdk/x11/gdkinput.c | 8 | ||||
-rw-r--r-- | gdk/x11/gdkmain-x11.c | 8 | ||||
-rw-r--r-- | gdk/x11/gdkpixmap-x11.c | 8 | ||||
-rw-r--r-- | gdk/x11/gdkproperty-x11.c | 8 | ||||
-rw-r--r-- | gdk/x11/gdkregion-x11.c | 9 | ||||
-rw-r--r-- | gdk/x11/gdkselection-x11.c | 8 | ||||
-rw-r--r-- | gdk/x11/gdkvisual-x11.c | 8 | ||||
-rw-r--r-- | gdk/x11/gdkwindow-x11.c | 7 | ||||
-rw-r--r-- | gdk/x11/gdkx.h | 8 | ||||
-rw-r--r-- | gdk/x11/gdkxid.c | 8 |
23 files changed, 175 insertions, 1 deletions
diff --git a/gdk/x11/gdkcc-x11.c b/gdk/x11/gdkcc-x11.c index df7c0a7833..573b2efa15 100644 --- a/gdk/x11/gdkcc-x11.c +++ b/gdk/x11/gdkcc-x11.c @@ -53,6 +53,12 @@ * cwikla@wri.com */ +/* + * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS + * file for a list of people on the GTK+ Team. See the ChangeLog + * files for a list of changes. These files are distributed with + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + */ #include <X11/Xlib.h> #include <stdlib.h> diff --git a/gdk/x11/gdkcolor-x11.c b/gdk/x11/gdkcolor-x11.c index 065d3f1266..3a274a8887 100644 --- a/gdk/x11/gdkcolor-x11.c +++ b/gdk/x11/gdkcolor-x11.c @@ -16,6 +16,14 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ + +/* + * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS + * file for a list of people on the GTK+ Team. See the ChangeLog + * files for a list of changes. These files are distributed with + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + */ + #include <time.h> #include <X11/Xlib.h> #include "gdk.h" diff --git a/gdk/x11/gdkcursor-x11.c b/gdk/x11/gdkcursor-x11.c index 185419374c..568c489dd5 100644 --- a/gdk/x11/gdkcursor-x11.c +++ b/gdk/x11/gdkcursor-x11.c @@ -16,6 +16,14 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ + +/* + * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS + * file for a list of people on the GTK+ Team. See the ChangeLog + * files for a list of changes. These files are distributed with + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + */ + #include <X11/Xlib.h> #include <X11/cursorfont.h> #include "gdk.h" diff --git a/gdk/x11/gdkdnd-x11.c b/gdk/x11/gdkdnd-x11.c index 55bd8b9ab6..3b8f05d8fd 100644 --- a/gdk/x11/gdkdnd-x11.c +++ b/gdk/x11/gdkdnd-x11.c @@ -16,6 +16,14 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ + +/* + * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS + * file for a list of people on the GTK+ Team. See the ChangeLog + * files for a list of changes. These files are distributed with + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + */ + #include <X11/Xlib.h> #include <X11/Xatom.h> #include <string.h> diff --git a/gdk/x11/gdkevents-x11.c b/gdk/x11/gdkevents-x11.c index ab67c956b4..159e0ee9e5 100644 --- a/gdk/x11/gdkevents-x11.c +++ b/gdk/x11/gdkevents-x11.c @@ -17,6 +17,13 @@ * Boston, MA 02111-1307, USA. */ +/* + * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS + * file for a list of people on the GTK+ Team. See the ChangeLog + * files for a list of changes. These files are distributed with + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + */ + #include "gdk.h" #include "gdkx.h" #include "gdkprivate.h" diff --git a/gdk/x11/gdkfont-x11.c b/gdk/x11/gdkfont-x11.c index 617a4d2490..91e728c592 100644 --- a/gdk/x11/gdkfont-x11.c +++ b/gdk/x11/gdkfont-x11.c @@ -16,6 +16,14 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ + +/* + * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS + * file for a list of people on the GTK+ Team. See the ChangeLog + * files for a list of changes. These files are distributed with + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + */ + #include <X11/Xlib.h> #include <X11/Xos.h> #include "gdk.h" diff --git a/gdk/x11/gdkglobals-x11.c b/gdk/x11/gdkglobals-x11.c index eabd107db4..7a9307b2af 100644 --- a/gdk/x11/gdkglobals-x11.c +++ b/gdk/x11/gdkglobals-x11.c @@ -16,6 +16,14 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ + +/* + * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS + * file for a list of people on the GTK+ Team. See the ChangeLog + * files for a list of changes. These files are distributed with + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + */ + #include <stdio.h> #include <X11/Xlib.h> #include "gdktypes.h" diff --git a/gdk/x11/gdkim-x11.c b/gdk/x11/gdkim-x11.c index 31d72e3cd6..c06afc0577 100644 --- a/gdk/x11/gdkim-x11.c +++ b/gdk/x11/gdkim-x11.c @@ -17,6 +17,13 @@ * Boston, MA 02111-1307, USA. */ +/* + * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS + * file for a list of people on the GTK+ Team. See the ChangeLog + * files for a list of changes. These files are distributed with + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + */ + #include <X11/Xlocale.h> #include "gdk.h" #include "gdkprivate.h" diff --git a/gdk/x11/gdkimage-x11.c b/gdk/x11/gdkimage-x11.c index 3c5cfe9b0f..f2f26d95a9 100644 --- a/gdk/x11/gdkimage-x11.c +++ b/gdk/x11/gdkimage-x11.c @@ -16,6 +16,14 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ + +/* + * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS + * file for a list of people on the GTK+ Team. See the ChangeLog + * files for a list of changes. These files are distributed with + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + */ + #include <config.h> /* gcc -ansi -pedantic on GNU/Linux causes warnings and errors diff --git a/gdk/x11/gdkinput-gxi.c b/gdk/x11/gdkinput-gxi.c index d9d351c92e..773a0436b7 100644 --- a/gdk/x11/gdkinput-gxi.c +++ b/gdk/x11/gdkinput-gxi.c @@ -17,6 +17,13 @@ * Boston, MA 02111-1307, USA. */ +/* + * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS + * file for a list of people on the GTK+ Team. See the ChangeLog + * files for a list of changes. These files are distributed with + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + */ + #ifdef XINPUT_GXI /* #define DEBUG_SWITCHING */ diff --git a/gdk/x11/gdkinput-none.c b/gdk/x11/gdkinput-none.c index 87b8ea499d..7695726bf7 100644 --- a/gdk/x11/gdkinput-none.c +++ b/gdk/x11/gdkinput-none.c @@ -17,6 +17,13 @@ * Boston, MA 02111-1307, USA. */ +/* + * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS + * file for a list of people on the GTK+ Team. See the ChangeLog + * files for a list of changes. These files are distributed with + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + */ + #ifdef XINPUT_NONE static void gdk_input_none_get_pointer (GdkWindow *window, diff --git a/gdk/x11/gdkinput-x11.c b/gdk/x11/gdkinput-x11.c index e5394a37f1..edfc4ebd83 100644 --- a/gdk/x11/gdkinput-x11.c +++ b/gdk/x11/gdkinput-x11.c @@ -17,6 +17,13 @@ * Boston, MA 02111-1307, USA. */ +/* + * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS + * file for a list of people on the GTK+ Team. See the ChangeLog + * files for a list of changes. These files are distributed with + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + */ + #if defined(XINPUT_GXI) || defined(XINPUT_XFREE) /* Forward declarations */ diff --git a/gdk/x11/gdkinput-xfree.c b/gdk/x11/gdkinput-xfree.c index 7b69d6197f..d4020ae163 100644 --- a/gdk/x11/gdkinput-xfree.c +++ b/gdk/x11/gdkinput-xfree.c @@ -17,6 +17,13 @@ * Boston, MA 02111-1307, USA. */ +/* + * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS + * file for a list of people on the GTK+ Team. See the ChangeLog + * files for a list of changes. These files are distributed with + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + */ + #ifdef XINPUT_XFREE /* forward declarations */ diff --git a/gdk/x11/gdkinput.c b/gdk/x11/gdkinput.c index a11da09f22..b09821ff6e 100644 --- a/gdk/x11/gdkinput.c +++ b/gdk/x11/gdkinput.c @@ -16,6 +16,14 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ + +/* + * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS + * file for a list of people on the GTK+ Team. See the ChangeLog + * files for a list of changes. These files are distributed with + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + */ + #include <stdlib.h> #include <X11/Xlib.h> #include <X11/Xutil.h> diff --git a/gdk/x11/gdkmain-x11.c b/gdk/x11/gdkmain-x11.c index f10a898308..afcc3dd257 100644 --- a/gdk/x11/gdkmain-x11.c +++ b/gdk/x11/gdkmain-x11.c @@ -16,6 +16,14 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ + +/* + * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS + * file for a list of people on the GTK+ Team. See the ChangeLog + * files for a list of changes. These files are distributed with + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + */ + #include "config.h" #include <ctype.h> diff --git a/gdk/x11/gdkpixmap-x11.c b/gdk/x11/gdkpixmap-x11.c index 8df3145d7d..22e5a07867 100644 --- a/gdk/x11/gdkpixmap-x11.c +++ b/gdk/x11/gdkpixmap-x11.c @@ -16,6 +16,14 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ + +/* + * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS + * file for a list of people on the GTK+ Team. See the ChangeLog + * files for a list of changes. These files are distributed with + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + */ + #include "config.h" #include <stdlib.h> #include <stdio.h> diff --git a/gdk/x11/gdkproperty-x11.c b/gdk/x11/gdkproperty-x11.c index 12f0420dde..5663352460 100644 --- a/gdk/x11/gdkproperty-x11.c +++ b/gdk/x11/gdkproperty-x11.c @@ -16,6 +16,14 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ + +/* + * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS + * file for a list of people on the GTK+ Team. See the ChangeLog + * files for a list of changes. These files are distributed with + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + */ + #include <X11/Xlib.h> #include <X11/Xatom.h> #include <string.h> diff --git a/gdk/x11/gdkregion-x11.c b/gdk/x11/gdkregion-x11.c index 19b921d033..d09f38865d 100644 --- a/gdk/x11/gdkregion-x11.c +++ b/gdk/x11/gdkregion-x11.c @@ -16,7 +16,14 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ - + +/* + * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS + * file for a list of people on the GTK+ Team. See the ChangeLog + * files for a list of changes. These files are distributed with + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + */ + #include <X11/Xlib.h> #include <X11/Xutil.h> #include "gdk.h" diff --git a/gdk/x11/gdkselection-x11.c b/gdk/x11/gdkselection-x11.c index fb89a3d85e..64a18d0424 100644 --- a/gdk/x11/gdkselection-x11.c +++ b/gdk/x11/gdkselection-x11.c @@ -16,6 +16,14 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ + +/* + * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS + * file for a list of people on the GTK+ Team. See the ChangeLog + * files for a list of changes. These files are distributed with + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + */ + #include <X11/Xlib.h> #include <X11/Xatom.h> #include <string.h> diff --git a/gdk/x11/gdkvisual-x11.c b/gdk/x11/gdkvisual-x11.c index ebdcccb127..a63ba55c6c 100644 --- a/gdk/x11/gdkvisual-x11.c +++ b/gdk/x11/gdkvisual-x11.c @@ -16,6 +16,14 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ + +/* + * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS + * file for a list of people on the GTK+ Team. See the ChangeLog + * files for a list of changes. These files are distributed with + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + */ + #include <X11/Xlib.h> #include <X11/Xutil.h> #include "gdk.h" diff --git a/gdk/x11/gdkwindow-x11.c b/gdk/x11/gdkwindow-x11.c index 65eaa77971..2539e9aa23 100644 --- a/gdk/x11/gdkwindow-x11.c +++ b/gdk/x11/gdkwindow-x11.c @@ -17,6 +17,13 @@ * Boston, MA 02111-1307, USA. */ +/* + * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS + * file for a list of people on the GTK+ Team. See the ChangeLog + * files for a list of changes. These files are distributed with + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + */ + #include <X11/Xlib.h> #include <X11/Xutil.h> #include <X11/Xatom.h> diff --git a/gdk/x11/gdkx.h b/gdk/x11/gdkx.h index 306f03d091..995c9dca97 100644 --- a/gdk/x11/gdkx.h +++ b/gdk/x11/gdkx.h @@ -16,6 +16,14 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ + +/* + * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS + * file for a list of people on the GTK+ Team. See the ChangeLog + * files for a list of changes. These files are distributed with + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + */ + #ifndef __GDK_X_H__ #define __GDK_X_H__ diff --git a/gdk/x11/gdkxid.c b/gdk/x11/gdkxid.c index b594ad83d3..7067386732 100644 --- a/gdk/x11/gdkxid.c +++ b/gdk/x11/gdkxid.c @@ -16,6 +16,14 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ + +/* + * Modified by the GTK+ Team and others 1997-1999. See the AUTHORS + * file for a list of people on the GTK+ Team. See the ChangeLog + * files for a list of changes. These files are distributed with + * GTK+ at ftp://ftp.gtk.org/pub/gtk/. + */ + #include "gdkprivate.h" #include <stdio.h> |