Skip to content

License in package.json has wrong identifier #187

@StephenCarboni

Description

@StephenCarboni

The SPDX short identifier is 0BSD, not 0-BSD

licensee does not recognize 0-BSD.

https://spdx.org/licenses/0BSD.html

 licensee detect .
License:        NOASSERTION
Matched files:  LICENSE, package.json
LICENSE:
  Content hash:  c8c3d65fb228583b10cc531f5ddb3cf4fc095508
  Attribution:   Copyright (C) 2020-2025 by Dynalist Inc.
  Confidence:    100.00%
  Matcher:       Licensee::Matchers::Exact
  License:       0BSD
package.json:
  Confidence:  90.00%
  Matcher:     Licensee::Matchers::NpmBower
  License:     NOASSERTION

Changing it to 0BSD:

License:        0BSD
Matched files:  LICENSE, package.json
LICENSE:
  Content hash:  c8c3d65fb228583b10cc531f5ddb3cf4fc095508
  Attribution:   Copyright (C) 2020-2025 by Dynalist Inc.
  Confidence:    100.00%
  Matcher:       Licensee::Matchers::Exact
  License:       0BSD
package.json:
  Confidence:  90.00%
  Matcher:     Licensee::Matchers::NpmBower
  License:     0BSD

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions