summaryrefslogtreecommitdiff
path: root/nephilim/plugin.py
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2009-03-27 07:51:06 +0100
committerAnton Khirnov <wyskas@gmail.com>2009-03-27 07:51:06 +0100
commit5b8f4c97992f09b5fa8f30aeac379b7b1f378657 (patch)
tree210bfdc4c0c65fd3811f2bc0ebcd9a372112c6c5 /nephilim/plugin.py
parentb35c85322b0551eb4536d1d03ec19c388e7f6309 (diff)
add licence headers to all files.
Diffstat (limited to 'nephilim/plugin.py')
-rw-r--r--nephilim/plugin.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/nephilim/plugin.py b/nephilim/plugin.py
index 1a9bb0c..9ca4561 100644
--- a/nephilim/plugin.py
+++ b/nephilim/plugin.py
@@ -1,3 +1,21 @@
+#
+# Copyright (C) 2008 jerous <jerous@gmail.com>
+# Copyright (C) 2009 Anton Khirnov <wyskas@gmail.com>
+#
+# Nephilim 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.
+#
+# Nephilim 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 Nephilim. If not, see <http://www.gnu.org/licenses/>.
+#
+
from PyQt4 import QtGui, QtCore
from PyQt4.QtCore import QVariant
import logging