Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 647784 - app-emulation/lxd does not list all licenses
Summary: app-emulation/lxd does not list all licenses
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Erik Mackdanz
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-15 22:35 UTC by chirantan
Modified: 2018-04-02 02:17 UTC (History)
3 users (show)

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 chirantan 2018-02-15 22:35:43 UTC
The app-emulation/lxd package only lists Apache-2.0 in its LICENSE field.  While lxd itself is licensed under Apache-2.0, it depends on go packages which have many different licenes: MIT, BSD, BSD-2, LGPL-2.1, and LGPL-3.  


Since these packages are also downloaded and built by the lxd ebuild the licenses for those packages should be listed in the LICENSES field of the lxd ebuild.
Comment 1 Larry the Git Cow gentoo-dev 2018-04-02 02:12:40 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f44dbd15c33c4dc285f1f4ea28f638e692567739

commit f44dbd15c33c4dc285f1f4ea28f638e692567739
Author:     Erik Mackdanz <stasibear@gentoo.org>
AuthorDate: 2018-04-02 02:12:15 +0000
Commit:     Erik Mackdanz <stasibear@gentoo.org>
CommitDate: 2018-04-02 02:12:15 +0000

    app-emulation/lxd: bump to 3.0.0
    
    Closes: https://bugs.gentoo.org/647784
    Package-Manager: Portage-2.3.26, Repoman-2.3.7

 app-emulation/lxd/Manifest         |  53 ++++++++
 app-emulation/lxd/lxd-3.0.0.ebuild | 251 +++++++++++++++++++++++++++++++++++++
 2 files changed, 304 insertions(+)
Comment 2 Erik Mackdanz gentoo-dev 2018-04-02 02:17:18 UTC
I've added licenses for 3.0.0.  For old versions, I'll let attrition rotate them out.