From: Ryan Campbell Date: Tue, 20 Apr 2010 16:31:58 +0000 (-0600) Subject: added license header to our code X-Git-Tag: v0.1~28 X-Git-Url: http://git.maemo.org/git/?p=mevemon;a=commitdiff_plain;h=aa9dcdb7272dbe127cd84e96167ecca145dc9035 added license header to our code --- diff --git a/mevemon.py b/mevemon.py index 62a524f..bf8448c 100644 --- a/mevemon.py +++ b/mevemon.py @@ -1,3 +1,22 @@ +# +# mEveMon - A character monitor for EVE Online +# Copyright (c) 2010 Ryan and Danny Campbell, and the mEveMon Team +# +# mEveMon 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. +# +# mEveMon 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 . +# + + import hildon import gtk from eveapi import eveapi diff --git a/ui/diablo/ui.py b/ui/diablo/ui.py index 9205ff0..c37ddbb 100644 --- a/ui/diablo/ui.py +++ b/ui/diablo/ui.py @@ -1,3 +1,20 @@ +# +# mEveMon - A character monitor for EVE Online +# Copyright (c) 2010 Ryan and Danny Campbell, and the mEveMon Team +# +# mEveMon 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. +# +# mEveMon 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 . +# # Based on Ry's Fremantle Python code. --danny diff --git a/ui/fremantle/ui.py b/ui/fremantle/ui.py index 9e444f2..6900389 100644 --- a/ui/fremantle/ui.py +++ b/ui/fremantle/ui.py @@ -1,7 +1,20 @@ - -# Based on C code from: -# "Hildon Tutorial" version 2009-04-28 -# Example 3.1, "Example of a Hildon application menu" +# +# mEveMon - A character monitor for EVE Online +# Copyright (c) 2010 Ryan and Danny Campbell, and the mEveMon Team +# +# mEveMon 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. +# +# mEveMon 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 . +# import sys