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

Add license to package.json #986

Merged
merged 1 commit into from
Jul 24, 2023
Merged

Add license to package.json #986

merged 1 commit into from
Jul 24, 2023

Conversation

michplunkett
Copy link
Collaborator

@michplunkett michplunkett commented Jul 24, 2023

Fixes issue

#985

Description of Changes

This addition was made so that the below text does not pop up when running the application.

2023-07-21 15:45:07 openoversight-web-1       | warning package.json: No license field

Tests and linting

  • This branch is up-to-date with the develop branch.
  • pytest passes on my local development environment.
  • pre-commit passes on my local development environment.

@michplunkett michplunkett self-assigned this Jul 24, 2023
@michplunkett michplunkett linked an issue Jul 24, 2023 that may be closed by this pull request
@@ -2,6 +2,7 @@
"devDependencies": {
"sass": "^1.54.4"
},
"license": "GPL-3.0-only",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Information on the license property: Link

Information on our specific license: Link

Our license: GNU GENERAL PUBLIC LICENSE v.3

@michplunkett michplunkett merged commit b28955a into develop Jul 24, 2023
2 checks passed
@michplunkett michplunkett deleted the package_license branch July 24, 2023 16:05
sea-kelp pushed a commit to OrcaCollective/OpenOversight that referenced this pull request Sep 24, 2023
## Fixes issue
lucyparsons#985

## Description of Changes
This addition was made so that the below text does not pop up when
running the application.
```console
2023-07-21 15:45:07 openoversight-web-1       | warning package.json: No license field
```

## Tests and linting
 - [x] This branch is up-to-date with the `develop` branch.
 - [x] `pytest` passes on my local development environment.
 - [x] `pre-commit` passes on my local development environment.
sea-kelp pushed a commit to OrcaCollective/OpenOversight that referenced this pull request Sep 25, 2023
## Fixes issue
lucyparsons#985

## Description of Changes
This addition was made so that the below text does not pop up when
running the application.
```console
2023-07-21 15:45:07 openoversight-web-1       | warning package.json: No license field
```

## Tests and linting
 - [x] This branch is up-to-date with the `develop` branch.
 - [x] `pytest` passes on my local development environment.
 - [x] `pre-commit` passes on my local development environment.
AetherUnbound pushed a commit to OrcaCollective/OpenOversight that referenced this pull request Oct 9, 2023
## Fixes issue
lucyparsons#985

## Description of Changes
This addition was made so that the below text does not pop up when
running the application.
```console
2023-07-21 15:45:07 openoversight-web-1       | warning package.json: No license field
```

## Tests and linting
 - [x] This branch is up-to-date with the `develop` branch.
 - [x] `pytest` passes on my local development environment.
 - [x] `pre-commit` passes on my local development environment.
AetherUnbound pushed a commit to OrcaCollective/OpenOversight that referenced this pull request Oct 9, 2023
## Fixes issue
lucyparsons#985

## Description of Changes
This addition was made so that the below text does not pop up when
running the application.
```console
2023-07-21 15:45:07 openoversight-web-1       | warning package.json: No license field
```

## Tests and linting
 - [x] This branch is up-to-date with the `develop` branch.
 - [x] `pytest` passes on my local development environment.
 - [x] `pre-commit` passes on my local development environment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add license to package.json file
2 participants