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

Bug 708760

Summary: app-misc/tmate wrong LICENSE
Product: Gentoo Linux Reporter: Jonas Stein <jstein>
Component: Current packagesAssignee: Yixun Lan <dlan>
Status: RESOLVED FIXED    
Severity: normal CC: jstein, licenses
Priority: Normal Keywords: UPSTREAM
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/tmate-io/tmate/pull/287
Whiteboard:
Package list:
Runtime testing required: ---

Description Jonas Stein gentoo-dev 2020-02-08 23:45:11 UTC
"tmate is built on top of tmux. tmux and tmate are BSD-licensed."
https://github.com/tmate-io/tmate/blob/master/README.md

"The README, CHANGES, FAQ and TODO files are licensed under the ISC
license.

Files under examples/ remain copyright their authors [...]"
https://github.com/tmate-io/tmate/blob/master/COPYING

Please check which other licenses are missing for this package.

Reproducible: Always
Comment 1 Alessandro Barbieri 2020-02-09 10:19:13 UTC
There is no example directory
Comment 2 Larry the Git Cow gentoo-dev 2023-04-08 08:36:37 UTC
The bug has been referenced in the following commit(s):

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

commit f120e9e52da0ae3be739e94267319dce6e522d30
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2023-04-08 08:28:30 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2023-04-08 08:35:02 +0000

    app-misc/tmate: Fix LICENSE
    
    Bug: https://bugs.gentoo.org/708760
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 app-misc/tmate/tmate-2.4.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 Ulrich Müller gentoo-dev 2023-04-08 08:54:33 UTC
I've looked at all file headers, and apart from ISC I see BSD (i.e. 3-clause) and BSD-2.

There is also compat/fparseln.c which has a BSD-4 header, but the 3rd and 4th clause of it have been rescinded by its author:
https://mail-index.netbsd.org/source-changes/2009/10/21/msg002182.html

I have reported this issue upstream:
https://github.com/tmate-io/tmate/pull/287