summaryrefslogtreecommitdiff
path: root/atkmodule.c
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2003-06-26 15:06:06 +0000
committerJames Henstridge <jamesh@src.gnome.org>2003-06-26 15:06:06 +0000
commitf6b4c3c646703b9fcab711ea4953a558f430fa71 (patch)
treef5f46dc40d0c070b9da3718ac07b57e1b2649bb0 /atkmodule.c
parentd3446bc95cb204ddc6fdd9b64058b9918b0f9ded (diff)
downloadpygtk-f6b4c3c646703b9fcab711ea4953a558f430fa71.tar.gz
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 'atkmodule.c')
-rw-r--r--atkmodule.c22
1 files changed, 21 insertions, 1 deletions
diff --git a/atkmodule.c b/atkmodule.c
index 70bab607..47ad7c5b 100644
--- a/atkmodule.c
+++ b/atkmodule.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
+ *
+ * atkmodule.c: module wrapping the ATK library.
+ *
+ * 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
+ */
#ifdef HAVE_CONFIG_H
#include "config.h"