Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 694394 - dev-go/go-tools: incomplete LICENSE
Summary: dev-go/go-tools: incomplete LICENSE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-14 21:04 UTC by Michał Górny
Modified: 2019-09-15 05:23 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2019-09-14 21:04:45 UTC
$ find -name '*LICENSE*' -exec ninka {} ';'
./third_party/webcomponents/LICENSE;spdxBSD3;1;6;1;1;0;Copyright,-1,6
./third_party/typescript/LICENSE;UNKNOWN;0;0;0;0;40;UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN,UNKNOWN
./third_party/moduleloader/LICENSE;spdxMIT;1;4;0;1;0;Copyright,4
./cmd/getgo/LICENSE;spdxBSD3;1;6;1;1;0;Copyright,-1,6
./LICENSE;spdxBSD3;1;6;1;1;0;Copyright,-1,6

That typescript is apparently Apache-2.0.  So at least MIT and Apache-2.0 are missing from LICENSE.
Comment 1 Larry the Git Cow gentoo-dev 2019-09-15 01:26:20 UTC
The bug has been closed via the following commit(s):

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

commit ab42dfe9f738cd8e29a510ee77a14057dd1e0147
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2019-09-15 01:21:39 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2019-09-15 01:26:11 +0000

    dev-go/go-tools: LICENSE: Add Apache-2.0 and MIT
    
    Reported-by: Michał Górny <mgorny@gentoo.org>
    Closes: https://bugs.gentoo.org/694394
    Package-Manager: Portage-2.3.76, Repoman-2.3.17
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 dev-go/go-tools/go-tools-0_pre20180817.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Larry the Git Cow gentoo-dev 2019-09-15 05:23:43 UTC
The bug has been referenced in the following commit(s):

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

commit 8cc6d401139526e2f9a6dbadbd31f0ff2387705f
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2019-09-15 04:46:47 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2019-09-15 05:23:34 +0000

    dev-go/go-tools: Bump to version 0_pre20190911
    
    Unlike the previous version which bundled Apache-2.0 and MIT licensed
    software, this version only contains BSD licensed software.
    
    Bug: https://bugs.gentoo.org/694394
    Package-Manager: Portage-2.3.76, Repoman-2.3.17
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 dev-go/go-tools/Manifest                      |   4 +
 dev-go/go-tools/go-tools-0_pre20190911.ebuild | 117 ++++++++++++++++++++++++++
 2 files changed, 121 insertions(+)