Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80012 - dev-python/cjkcodecs ebuild refers to the wrong license
Summary: dev-python/cjkcodecs ebuild refers to the wrong license
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-29 17:36 UTC by André Malo
Modified: 2005-01-30 18:26 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description André Malo 2005-01-29 17:36:03 UTC
dev-python/cjkcodecs ebuild refers to the wrong license

The ebuilds state LGPL-2.1, which is just wrong. It's a BSD style license (without advertising clause). Perhaps a new license needs to be added for fixing this issue.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Fernando Serboncini (RETIRED) gentoo-dev 2005-01-30 18:26:52 UTC
You're right. It's much more a BSD-like license than LGPL. I don't see the need for another license. Changed to BSD.

Commited on CVS. Thanks for the feedback.