Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 67271

Summary: Struts showing the wrong license version
Product: Gentoo Linux Reporter: Niall Pemberton <niallp>
Component: Current packagesAssignee: Albert Hopkins (RETIRED) <marduk>
Status: RESOLVED LATER    
Severity: normal CC: flash3001, marduk
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.apache.org/licenses/LICENSE-2.0
Whiteboard:
Package list:
Runtime testing required: ---

Description Niall Pemberton 2004-10-12 13:38:09 UTC
Struts is listed showing the Apache 1.1 license which is incorrect. Struts is now released under the Apache 2 license.

http://www.apache.org/licenses/LICENSE-2.0

Reproducible: Always
Steps to Reproduce:
N/A
Comment 1 Thomas Matthijs (RETIRED) gentoo-dev 2004-10-12 13:44:19 UTC
Was left behind from the 1.1 ebuilds
Corrected in cvs
Comment 2 Niall Pemberton 2004-10-15 20:24:24 UTC
The thing is the web site is still showing Apache 1.1 - check out this link:

http://packages.gentoo.org/search/?sstring=struts

Comment 3 Thomas Matthijs (RETIRED) gentoo-dev 2004-10-16 00:35:32 UTC
Thats probably because the site only checks one ebuild for the license and struts 1.1 has apache-1.1 license

i'll see if i can track someone down from the site
Comment 4 Alexandru Toma 2005-03-22 07:45:16 UTC
Same thing for bittorrent:
http://packages.gentoo.org/packages/?category=net-p2p;name=bittorrent

Latest bittorrent version (4.0.0) has a new license, but previous versions have the MIT license.

Shouldn't the "Product" be changed to Web-www.gentoo.org?
Comment 5 Albert Hopkins (RETIRED) gentoo-dev 2005-10-04 08:20:27 UTC
License info is stored with the package, not with the actual ebuild.  This is
bad for packages where different versions have difference licenses.  In the 2.x
code this data is moved to the ebuild table.  Please wait for the 2.0 release to
see the change.