Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Schwartz <bens@alum.mit.edu>2008-02-10 03:13:33 (GMT)
committer Benjamin Schwartz <bens@alum.mit.edu>2008-02-10 03:13:33 (GMT)
commit97ff312c7637ed0b657d92ce6b79a65ab9029a4c (patch)
tree5b1065282e0f2acdb8ab6311164e1fce9ec60bf8
parent683a46d5cee33e01782279e96e20bc5e981a920c (diff)
Add LGPLv2+ license for DObject
-rw-r--r--dobject.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/dobject.py b/dobject.py
index 4b280aa..f5484fa 100644
--- a/dobject.py
+++ b/dobject.py
@@ -1,3 +1,19 @@
+"""
+DOBject is LGPLv2+
+
+DObject 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 of the License, or
+(at your option) any later version.
+
+DObject 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 Lesser General Public License
+along with DObject. If not, see <http://www.gnu.org/licenses/>.
+"""
import dbus
import dbus.service
import dbus.gobject_service