[python-tgmochikit] Add a comment explaining where BSD comes from.

Toshio くらとみ toshio at fedoraproject.org
Thu Dec 9 17:13:15 UTC 2010


commit c8d5432be35ffed5494f9bb8aa8ad43e2ee0d1ca
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Thu Dec 9 09:12:55 2010 -0800

    Add a comment explaining where BSD comes from.

 python-tgmochikit.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/python-tgmochikit.spec b/python-tgmochikit.spec
index 9209fd6..e68e395 100644
--- a/python-tgmochikit.spec
+++ b/python-tgmochikit.spec
@@ -10,6 +10,8 @@ Release:        2%{?dist}
 Summary:        MochiKit JavaScript library packaged for TurboGears widgets
 
 Group:          Development/Languages
+# The getElementPosition function is under the BSD license (adapted from the YUI library)
+# everything else is (MIT or AFL)
 License:        BSD and (MIT or AFL)
 URL:            http://docs.turbogears.org/%{srcname}
 Source0:        http://pypi.python.org/packages/source/t/%{srcname}/%{srcname}-%{version}.tar.gz


More information about the scm-commits mailing list