Ticket #80 (closed defect: fixed)
Licensing Issues
| Reported by: | kjellbraden | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 |
| Component: | other | Version: | 1.0pre-svn |
| Keywords: | Cc: | pochu@… |
Description
Please clarify the licensing of emesene, since it keeps us from packaging it for debian/ubuntu.
(note: licensecheck is part of the devscripts package, available on packages.debian.org
The following files don't have any license text:
$ licensecheck -r emesene | grep 'UNKNOWN' emesene/emesenelib/msn_p2p.py: *No copyright* UNKNOWN emesene/emesenelib/ProfileManager.py: *No copyright* UNKNOWN emesene/emesenelib/core.py: *No copyright* UNKNOWN emesene/emesenelib/common.py: *No copyright* UNKNOWN emesene/emesenelib/uuid.py: *No copyright* UNKNOWN emesene/FancyAvatarRenderer.py: *No copyright* UNKNOWN emesene/Widgets.py: *No copyright* UNKNOWN emesene/logViewer/LogViewerWindow.py: *No copyright* UNKNOWN emesene/logViewer/LogViewerMenu.py: *No copyright* UNKNOWN emesene/logViewer/FilterPanel.py: *No copyright* UNKNOWN emesene/logViewer/Log.py: *No copyright* UNKNOWN emesene/logViewer/LogView.py: *No copyright* UNKNOWN emesene/plugins_base/StatusHistory.py: *No copyright* UNKNOWN emesene/plugins_base/PersonalMessage.py: *No copyright* UNKNOWN emesene/plugins_base/currentSong/__init__.py: *No copyright* UNKNOWN emesene/plugins_base/mailChecker.py: *No copyright* UNKNOWN emesene/plugins_base/gmailNotify.py: *No copyright* UNKNOWN emesene/plugins_base/WindowTremblingNudge.py: *No copyright* UNKNOWN
And there are only three files that have a copyright line in it (I'm not sure whether this is allowed ore not):
$ licensecheck -r emesene | grep -v 'No copyright' emesene/emesenelib/SignalHandler.py: GPL (v2 or later) emesene/desktop.py: LGPL (v2.1 or later) emesene/htmltextview.py: LGPL (v2 or later) (with incorrect FSF address)
You can also see that some files are licensed under LGPL and the COPYING file only lists the GPL.
(I checked this with r837)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
