Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package.json contains UNLICENSED flag but I believe it should be SPDX-License-Identifier: Apache-2.0 #165

Closed
jeff-luszcz opened this issue Mar 8, 2023 · 1 comment
Labels
bug Something isn't working fixed This is fixed

Comments

@jeff-luszcz
Copy link

Describe the bug
The package.json files in the various src modules contain a package.json file with UNLICENSED flag in the id field.

A short summary of the problem.

To reproduce

Steps to reproduce the problem:

Examine each package.json file (e.g. https://github.com/danfuzz/lactoserv/blob/main/src/app-config/package.json )
You will see

"license": "UNLICENSED",

Expected behavior

expect to see the SPDX license identifier for Apache 2.0

"license": "SPDX-License-Identifier: Apache-2.0",

Actual behavior

package.json contains UNLICENSED flag

Environment

n/a

Additional context

n/a

@jeff-luszcz jeff-luszcz added the bug Something isn't working label Mar 8, 2023
@danfuzz
Copy link
Owner

danfuzz commented Mar 8, 2023

Thanks for spotting this!

danfuzz added a commit that referenced this issue Mar 8, 2023
@danfuzz danfuzz closed this as completed Mar 8, 2023
@danfuzz danfuzz added the fixed This is fixed label Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed This is fixed
Projects
None yet
Development

No branches or pull requests

2 participants