aboutcode-org / aboutcode-org/scancode-toolkit

Different license detected for what looks like the exact same text

Đang mở
#2,831 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
bug license scan
Ngôn ngữ chính
Python
Star
2.6k
Fork
791
Merge trung bình
1 ngày 12 giờ
Pull request đã merge (30 ngày)
5

Mô tả

As a follow up for https://github.com/nexB/scancode-toolkit/issues/2798 by https://github.com/kevbroch there is a problem to track why we do not have the exact same results for these two files attached at commit https://github.com/nexB/scancode-toolkit/tree/8bd896af7052d652a9de4f0f36c37f3f62f2c8eb

On Ubuntu 20.04.2 LTS, running scancode 30.1.0 installed with pip3

bash script below:

```bash
$ cat ./scancode-bug1
#!/usr/bin/env bash
# INPUT(S):
# $1: URL of git repo

rundatetime=$(date -u +%Y%m%dT%H%M%SZ)
tmpdir=$(mktemp -d -t oss-scancode-XXXXXXXX)
ossscanwebdir=/proj/web/infra/oss-check/$0
outdir="$PWD"
mkdir -p "$outdir"
pushd "$tmpdir" || exit
curl -O https://raw.githubusercontent.com/lowRISC/opentitan/master/yum-requirements.txt
curl -O https://raw.githubusercontent.com/lowRISC/opentitan/master/toolchain.txt
head -n 3 *
scancode -l -c -p --strip-root --html "$outdir"/scancode-report.html --json "$outdir"/scancode-report.json --csv "$outdir"/scancode-report.csv .
```

[toolchain.txt](https://github.com/nexB/scancode-toolkit/files/7981466/toolchain.txt)
[yum-requirements.txt](https://github.com/nexB/scancode-toolkit/files/7981467/yum-requirements.txt)

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.