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 package union #16

Merged
merged 1 commit into from
Dec 19, 2024
Merged

Add package union #16

merged 1 commit into from
Dec 19, 2024

Conversation

ericcornelissen
Copy link
Contributor

  • Are you the package author?
  • Downloaded, extracted, and reviewed the contents of the package tarball on the npm public registry.
  • Checked README, LICENSE, COPYING, and header comments for conflicting or additional licenses.
  • Searched for "license", such as with fgrep -ir license $PACKAGE_DIRECTORY.
  • Compared the license text found to standard language on https://spdx.org/licenses/.
  • Asked the package author about the applicable license.

Add all versions of the union package as available under the MIT license. This is the license that is specified in its README and LICENSE file since v0.1.0. The only thing of note is that the licensee changed from "Nodejitsu Inc." in v0.4.3 and earlier to "Charlie Robbins & the Contributors" in v0.4.4 and later. For details on my process see the commit message of 7364db4.

Related issues in the project's repository:

Add all versions of the `union` (https://www.npmjs.com/package/union)
package as available under the MIT license. This is the license that is
specified in its README and LICENSE file since v0.1.0. The only thing of
note is that the licensee changed from "Nodejitsu Inc." in v0.4.3 and
earlier to "Charlie Robbins & the Contributors" in v0.4.4 and later.

Checked all versions of the package by creating an npm project with the
following dependencies and reviewing the resulting `node_modules/` dir:

    "dependencies": {
      "union-0.6.0": "npm:[email protected]",
      "union-0.5.0": "npm:[email protected]",
      "union-0.4.6": "npm:[email protected]",
      "union-0.4.5": "npm:[email protected]",
      "union-0.4.4": "npm:[email protected]",
      "union-0.4.3": "npm:[email protected]",
      "union-0.4.2": "npm:[email protected]",
      "union-0.4.1": "npm:[email protected]",
      "union-0.4.0": "npm:[email protected]",
      "union-0.3.8": "npm:[email protected]",
      "union-0.3.7": "npm:[email protected]",
      "union-0.3.6": "npm:[email protected]",
      "union-0.3.5": "npm:[email protected]",
      "union-0.3.4": "npm:[email protected]",
      "union-0.3.3": "npm:[email protected]",
      "union-0.3.2": "npm:[email protected]",
      "union-0.3.0": "npm:[email protected]",
      "union-0.2.1": "npm:[email protected]",
      "union-0.2.0": "npm:[email protected]",
      "union-0.1.8": "npm:[email protected]",
      "union-0.1.7": "npm:[email protected]",
      "union-0.1.6": "npm:[email protected]",
      "union-0.1.5": "npm:[email protected]",
      "union-0.1.4": "npm:[email protected]",
      "union-0.1.3": "npm:[email protected]",
      "union-0.1.2": "npm:[email protected]",
      "union-0.1.0": "npm:[email protected]"
    }

I reviewed by checking all LICENSE files have the same text and that
text matches the MIT license text (see note at the top). I also ran
`fgrep -ir license .` inside the `node_modules/` dir (after removing
the dirs of other dependencies) to look for additional license
declarations but found none.
Copy link
Member

@ljharb ljharb left a comment

Choose a reason for hiding this comment

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

Research confirmed

@ljharb ljharb requested a review from kemitchell December 18, 2024 22:58
@kemitchell kemitchell merged commit 2e8f0b1 into jslicense:main Dec 19, 2024
@kemitchell
Copy link
Member

v1.9.0

@ericcornelissen ericcornelissen deleted the patch-3 branch December 19, 2024 06:03
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.

3 participants