# HG changeset patch # User Goffi # Date 1364213421 -3600 # Node ID 5cef69971f23fa2f661882144e9c950f77046a8f # Parent 0fa2c6cf758eb86d776aa641f5667d5c268457b0 headers fixes diff -r 0fa2c6cf758e -r 5cef69971f23 urwid_satext/files_management.py --- a/urwid_satext/files_management.py Wed Jan 09 00:20:58 2013 +0100 +++ b/urwid_satext/files_management.py Mon Mar 25 13:10:21 2013 +0100 @@ -1,23 +1,21 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -""" -Primitivus: a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -This program 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 General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -""" +# Urwid SàT extensions +# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# +# This program 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 3 of the License, or +# (at your option) any later version. +# +# This program 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 program. If not, see . import urwid import sat_widgets diff -r 0fa2c6cf758e -r 5cef69971f23 urwid_satext/sat_widgets.py --- a/urwid_satext/sat_widgets.py Wed Jan 09 00:20:58 2013 +0100 +++ b/urwid_satext/sat_widgets.py Mon Mar 25 13:10:21 2013 +0100 @@ -1,23 +1,21 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -""" -Primitivus: a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -This program 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 General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -""" +# Urwid SàT extensions +# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org) +# +# This program 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 3 of the License, or +# (at your option) any later version. +# +# This program 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 program. If not, see . import urwid from logging import debug, info, warning, error