aboutcode-org / aboutcode-org/scancode-toolkit

Imprecise detection of public-domain using public-domain_124.RULE

未關閉
#3,361 2 則留言 0 個 reaction 已指派 1 人 已被 @AyanSinhaMahapatra 認領 在 GitHub 檢視
bug license-review
主要語言
Python
星號
2.6k
分支
791
平均合併
1 天 12 小時
30 天內合併 PR
5

描述

In a recent scan of ThreadLocalRandom.java in package netty-common-4.1.66.Final-sources.jar the scan reported
public-domain (Licenseref-scancode-public-domain) on line 19 using public-domain_124.RULE
and
cc0-1.0 on line 20 using cc0-1.0_93.RULE

An examination of lines 18-20 in the original file indicates that the first detection of public-domain is redundant, misleading, and not really correct since the obvious intention is to declare cc0-1.0.

lines 18-20:
` * Written by Doug Lea with assistance from members of JCP JSR-166`
` * Expert Group and released to the public domain, as explained at`
` * https://creativecommons.org/publicdomain/zero/1.0/`

In summary, the correct license detection would be simply cc0-1.0 and nothing else.

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。