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

Update pause dependency for license compliance #1025

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mitchhentgesspotify
Copy link

@mitchhentgesspotify mitchhentgesspotify commented May 8, 2024

Pause 0.0.1 has no clear license, while 0.1.0 is explicitly MIT.

Based on the diff [1], this is low-risk: there's a refactor, but the API is the same and it's doing the same simple underlying behaviour.

Fixes #663.

[1] stream-utils/pause@v0.0.1...v0.1.0#diff-e727e4bdf3657fd1d798edcd6b099d6e092f8573cba266154583a746bba0f346

Checklist

  • I have read the CONTRIBUTING guidelines.
  • I have added test cases which verify the correct operation of this feature or patch.
  • I have added documentation pertaining to this feature or patch.
  • The automated test suite ($ make test) executes successfully.
  • The automated code linting ($ make lint) executes successfully.

Pause `0.0.1` has no clear license, while `0.1.0` is explicitly `MIT`.

Based on the diff [1], this is low-risk: there's a refactor, but the
API is the same and it's doing the same simple underlying behaviour.

Fixes jaredhanson#663.

[1] stream-utils/pause@v0.0.1...v0.1.0#diff-e727e4bdf3657fd1d798edcd6b099d6e092f8573cba266154583a746bba0f346
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.

Pause is failing license check
1 participant