Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28697 - wxGTK and wxPython ebuilds incorrectly claim that the license is LGPL-2
Summary: wxGTK and wxPython ebuilds incorrectly claim that the license is LGPL-2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-14 06:30 UTC by Vaclav Slavik
Modified: 2003-10-07 16:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to add wxWin-3 licence (wx-license-fix.patch,5.06 KB, patch)
2003-09-14 06:31 UTC, Vaclav Slavik
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vaclav Slavik 2003-09-14 06:30:23 UTC
LICENSE variable in both wxPython and wxGTK ebuilds (all versions) contain
"LGPL-2". This is incorrect, both packages are distributed under the wxWindows
Library Licence, version 3, which is much less restrictive than LGPL-2. The text
of licence is in LICENCE.txt file in wxGTK tarball or in doc/licence.txt of
wxPython tarball.

Attached patch fixes this and adds /usr/portage/licenses/wxWin-3 with licence text.
Comment 1 Vaclav Slavik 2003-09-14 06:31:36 UTC
Created attachment 17692 [details, diff]
patch to add wxWin-3 licence
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2003-10-07 14:40:34 UTC
taking this one as well while i'm doing wx updates
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2003-10-07 16:49:36 UTC
thank you for reporting this. the new license and changes to wxPython and
wxGTK have been made.