summaryrefslogtreecommitdiff
path: root/gtk/gtklayout.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1998-11-24 16:15:46 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-11-24 16:15:46 +0000
commit1bb0d4c0f32d8cda26207a7c2048d647211f3340 (patch)
tree652420216f6da8588a21e5deb5c7004d580a8286 /gtk/gtklayout.h
parent5efb9be963cb79b9a1a7cd4ee1d58f645eae9832 (diff)
downloadgtk+-1bb0d4c0f32d8cda26207a7c2048d647211f3340.tar.gz
Fixed up copyright message.
Tue Nov 24 11:11:05 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtklayout.[ch]: Fixed up copyright message. * gdk/gdkrgb.c (DM): Make the dither matrix constant so it can be shared. * gtk/gtkdnd.c: Make cursor bitmaps const. * gdk/gdk.h gdk/gdkpixmap.c: Added const to gdk_pixmap/bitmap_create_from_data.
Diffstat (limited to 'gtk/gtklayout.h')
-rw-r--r--gtk/gtklayout.h26
1 files changed, 20 insertions, 6 deletions
diff --git a/gtk/gtklayout.h b/gtk/gtklayout.h
index 3f60f0bc6a..1e4298af56 100644
--- a/gtk/gtklayout.h
+++ b/gtk/gtklayout.h
@@ -1,10 +1,24 @@
-/* Copyright Owen Taylor, 1998
- *
- * This file may be distributed under either the terms of the
- * Netscape Public License, or the GNU Library General Public License
+/* GTK - The GIMP Toolkit
+ * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
- * Note: No GTK+ or Mozilla code should be added to this file.
- * The coding style should be that of the the GTK core.
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ *
+ * GtkLayout: Widget for scrolling of arbitrary-sized areas.
+ *
+ * Copyright Owen Taylor, 1998
*/
#ifndef __GTK_LAYOUT_H