Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSayamindu Dasgupta <sayamindu@gmail.com>2009-08-26 14:45:44 (GMT)
committer Sayamindu Dasgupta <sayamindu@gmail.com>2009-08-26 14:45:44 (GMT)
commitc9a2bcc98e2af102c4b383d0816e416a0be67cbd (patch)
tree3314d18e824044246717e86a07abf1e8cf0162cd
parentb10e4a4f7b07d2db67d05c07e984da321f1d5178 (diff)
Added copyright and contact information headers to the code files
-rw-r--r--samples/get_country_variants.py5
-rw-r--r--samples/get_current_config.py5
-rw-r--r--samples/get_language_variants.py4
-rw-r--r--samples/get_layout_variants.py4
-rw-r--r--samples/get_models.py4
-rw-r--r--samples/get_options.py4
-rw-r--r--xklavier/xklavier.override22
-rw-r--r--xklavier/xklaviermodule.c23
8 files changed, 71 insertions, 0 deletions
diff --git a/samples/get_country_variants.py b/samples/get_country_variants.py
index bb50117..07e5885 100644
--- a/samples/get_country_variants.py
+++ b/samples/get_country_variants.py
@@ -1,4 +1,9 @@
#!/usr/bin/env python
+#
+# I, Sayamindu Dasgupta <sayamindu@laptop.org, am the original author of
+# this work. I hereby donate it into the public domain, and relinquish any
+# rights I may have in it.
+
import xklavier
import gtk
diff --git a/samples/get_current_config.py b/samples/get_current_config.py
index b4fdc0b..10d1429 100644
--- a/samples/get_current_config.py
+++ b/samples/get_current_config.py
@@ -1,4 +1,9 @@
#!/usr/bin/env python
+#
+# I, Sayamindu Dasgupta <sayamindu@laptop.org, am the original author of
+# this work. I hereby donate it into the public domain, and relinquish any
+# rights I may have in it.
+
import xklavier
import gtk
diff --git a/samples/get_language_variants.py b/samples/get_language_variants.py
index 6cfbda7..ec4899a 100644
--- a/samples/get_language_variants.py
+++ b/samples/get_language_variants.py
@@ -1,4 +1,8 @@
#!/usr/bin/env python
+#
+# I, Sayamindu Dasgupta <sayamindu@laptop.org, am the original author of
+# this work. I hereby donate it into the public domain, and relinquish any
+# rights I may have in it.
import xklavier
import gtk
diff --git a/samples/get_layout_variants.py b/samples/get_layout_variants.py
index 7490da4..cd506e4 100644
--- a/samples/get_layout_variants.py
+++ b/samples/get_layout_variants.py
@@ -1,4 +1,8 @@
#!/usr/bin/env python
+#
+# I, Sayamindu Dasgupta <sayamindu@laptop.org, am the original author of
+# this work. I hereby donate it into the public domain, and relinquish any
+# rights I may have in it.
import xklavier
import gtk
diff --git a/samples/get_models.py b/samples/get_models.py
index aaf4372..51a708b 100644
--- a/samples/get_models.py
+++ b/samples/get_models.py
@@ -1,4 +1,8 @@
#!/usr/bin/env python
+#
+# I, Sayamindu Dasgupta <sayamindu@laptop.org, am the original author of
+# this work. I hereby donate it into the public domain, and relinquish any
+# rights I may have in it.
import xklavier
import gtk
diff --git a/samples/get_options.py b/samples/get_options.py
index e072cf3..0549400 100644
--- a/samples/get_options.py
+++ b/samples/get_options.py
@@ -1,4 +1,8 @@
#!/usr/bin/env python
+#
+# I, Sayamindu Dasgupta <sayamindu@laptop.org, am the original author of
+# this work. I hereby donate it into the public domain, and relinquish any
+# rights I may have in it.
import xklavier
import gtk
diff --git a/xklavier/xklavier.override b/xklavier/xklavier.override
index e45bf1b..bfee83c 100644
--- a/xklavier/xklavier.override
+++ b/xklavier/xklavier.override
@@ -1,3 +1,25 @@
+/* -*- Mode: C; c-basic-offset: 4 -*-
+ * python-xklavier: Python bindings for libxklavier
+ * Copyright (C) 2009 One Laptop Per Child Association Inc
+ * Author: Sayamindu Dasgupta <sayamindu@laptop.org>
+ *
+ * xklavier.override: overrides for the xklavier module.
+ *
+ * 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
+ */
%%
headers
#include <Python.h>
diff --git a/xklavier/xklaviermodule.c b/xklavier/xklaviermodule.c
index e54ae07..a30fd98 100644
--- a/xklavier/xklaviermodule.c
+++ b/xklavier/xklaviermodule.c
@@ -1,3 +1,26 @@
+/* -*- Mode: C; c-basic-offset: 4 -*-
+ * python-xklavier: Python bindings for libxklavier
+ * Copyright (C) 2009 One Laptop Per Child Association Inc
+ * Author: Sayamindu Dasgupta <sayamindu@laptop.org>
+ *
+ * xklaviermodule.c: module wrapping the libxklavier 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
+ */
+
#include <pygobject.h>
void xklavier_register_classes (PyObject *d);