Skip to content

Scancode generates incomplete copyright statement #2624

Description

@rbieniek

Description

When scanning the github library https://github.com/thenativeweb/uuidv4.git on tag branch 1.0.0, the copyright statements should include the text: 'Copyright (c) 2014-2021 the native web' for the file 'README.md'.
The actual scan output is truncated to 'Copyright (c) 2014-2021 the'

The following versions of scancode were used to reproduce the issue:

  • 3.2.1rc2
  • 21.3.31
  • 21.7.30

How To Reproduce

Checkout the uuidv4 github repository, switch to branch 1.0.0 and execute scancode.

Execute this sequence of commands:
$ git pull https://github.com/thenativeweb/uuidv4.git
$ (cd uuidv4; git checkout 1.0.0)
$ scancode --copyright --license --info --strip-root --timeout=300 $PWD/uuidv4 --json-pp $PWD/uuidv4-scan-result.yml

System configuration

The issue was reproduced on following OS versions:

  • Ubunutu Bionic
  • Ubunut Focal
  • Fedore 34

The following scancode version were used for testing:

  • 3.2.1rc2
  • 21.3.31
  • 21.7.30
    All scancode version were installed from the binary tarballs found on github

The projects README.md along with the output of scancode are attached to this ticket

uuidv4-README.md.txt
uuidv4-scan-result-v3.2.1rc2.yml.txt
uuidv4-scan-result-v21.3.31.yml.txt
uuidv4-scan-result-v21.7.30.yml.txt

uuidv4-README.md

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions