diff options
| author | James Henstridge <james@daa.com.au> | 2003-06-26 15:06:05 +0000 |
|---|---|---|
| committer | James Henstridge <jamesh@src.gnome.org> | 2003-06-26 15:06:05 +0000 |
| commit | 8dd59919825bb1d8586941dd6f48b917d957551a (patch) | |
| tree | 5ad4ff6ea96657ac85ed55b0fce9c8bc25efa31c /gobject/pygobject.c | |
| parent | c3be19868075d0a7ff4e961461d7e8982be3fad3 (diff) | |
add copyright notices, and update to LGPL 2.1.
2003-06-26 James Henstridge <james@daa.com.au>
* (lots of stuff): add copyright notices, and update to LGPL 2.1.
Diffstat (limited to 'gobject/pygobject.c')
| -rw-r--r-- | gobject/pygobject.c | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/gobject/pygobject.c b/gobject/pygobject.c index 675a67b..a76e35b 100644 --- a/gobject/pygobject.c +++ b/gobject/pygobject.c @@ -1,4 +1,24 @@ -/* -*- Mode: C; c-basic-offset: 4 -*- */ +/* -*- Mode: C; c-basic-offset: 4 -*- + * pygtk- Python bindings for the GTK toolkit. + * Copyright (C) 1998-2003 James Henstridge + * + * pygobject.c: wrapper for the GObject type. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser 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 + */ #include "pygobject-private.h" static const gchar *pygobject_class_id = "PyGObject::class"; |
