added license header to our code
authorRyan Campbell <campbellr@gmail.com>
Tue, 20 Apr 2010 16:31:58 +0000 (10:31 -0600)
committerRyan Campbell <campbellr@gmail.com>
Tue, 20 Apr 2010 16:31:58 +0000 (10:31 -0600)
mevemon.py
ui/diablo/ui.py
ui/fremantle/ui.py

index 62a524f..bf8448c 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+#
+
+
 import hildon
 import gtk
 from eveapi import eveapi
index 9205ff0..c37ddbb 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+#
 
 # Based on Ry's Fremantle Python code. --danny
 
index 9e444f2..6900389 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+#
 
 import sys