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

Split licenses #4

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

Conversation

maxdeviant
Copy link

This PR splits the LICENSE file out into two files:

  • LICENSE for the homogeneous license
  • LICENSE_THIRDPARTY for the notice of adaptation from record-extra

licensee will now correctly detect the contents of the LICENSE file:

λ licensee detect LICENSE
License:        BSD-3-Clause
Matched files:  LICENSE
LICENSE:
  Content hash:  a961b19cc6921d510e29a13b0ba1a826fcffe41c
  Attribution:   Copyright (c) 2020, Tomasz Rybarczyk (aka paluh)
  Confidence:    100.00%
  Matcher:       Licensee::Matchers::Exact
  License:       BSD-3-Clause

Motivation

homogeneous is currently in the PureScript package set and will need to have this license issue addressed in order to remain in the package set after the move to the new PureScript registry.

See purescript/registry#250 for more details.

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.

1 participant