From c9a2bcc98e2af102c4b383d0816e416a0be67cbd Mon Sep 17 00:00:00 2001 From: Sayamindu Dasgupta Date: Wed, 26 Aug 2009 14:45:44 +0000 Subject: Added copyright and contact information headers to the code files --- 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 + * + * 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 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 + * + * 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 void xklavier_register_classes (PyObject *d); -- cgit v0.9.1