From ef0ceb266a45715ece58642fb0042e3376416755 Mon Sep 17 00:00:00 2001 From: Simon van der Linden Date: Wed, 3 Feb 2010 20:33:03 +0100 Subject: Add modelines and copyright information to overrides modules --- gi/overrides/Gdk.py | 21 +++++++++++++++++++++ gi/overrides/Gtk.py | 21 +++++++++++++++++++++ gi/overrides/TestGI.py | 20 ++++++++++++++++++++ 3 files changed, 62 insertions(+) (limited to 'gi') diff --git a/gi/overrides/Gdk.py b/gi/overrides/Gdk.py index 2662046..48f845b 100644 --- a/gi/overrides/Gdk.py +++ b/gi/overrides/Gdk.py @@ -1,3 +1,24 @@ +# -*- Mode: Python; py-indent-offset: 4 -*- +# vim: tabstop=4 shiftwidth=4 expandtab +# +# Copyright (C) 2009 Johan Dahlin +# 2010 Simon van der Linden +# +# 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 +# USA + from ..types import override from ..importer import modules diff --git a/gi/overrides/Gtk.py b/gi/overrides/Gtk.py index 0f5d46a..b5fb605 100644 --- a/gi/overrides/Gtk.py +++ b/gi/overrides/Gtk.py @@ -1,3 +1,24 @@ +# -*- Mode: Python; py-indent-offset: 4 -*- +# vim: tabstop=4 shiftwidth=4 expandtab +# +# Copyright (C) 2009 Johan Dahlin +# 2010 Simon van der Linden +# +# 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 +# USA + from ..importer import modules Gtk = modules['Gtk'] diff --git a/gi/overrides/TestGI.py b/gi/overrides/TestGI.py index 6dff10f..bbbe481 100644 --- a/gi/overrides/TestGI.py +++ b/gi/overrides/TestGI.py @@ -1,3 +1,23 @@ +# -*- Mode: Python; py-indent-offset: 4 -*- +# vim: tabstop=4 shiftwidth=4 expandtab +# +# Copyright (C) 2010 Simon van der Linden +# +# 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 +# USA + from ..types import override from ..importer import modules -- cgit