From 97ff312c7637ed0b657d92ce6b79a65ab9029a4c Mon Sep 17 00:00:00 2001 From: Benjamin Schwartz Date: Sun, 10 Feb 2008 03:13:33 +0000 Subject: Add LGPLv2+ license for DObject --- 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 . +""" import dbus import dbus.service import dbus.gobject_service -- cgit v0.9.1