Skip to content

Split licenses#37

Merged
thomashoneyman merged 3 commits intopurescript-contrib:mainfrom
deviant-forks:split-licenses
Nov 17, 2021
Merged

Split licenses#37
thomashoneyman merged 3 commits intopurescript-contrib:mainfrom
deviant-forks:split-licenses

Conversation

@maxdeviant
Copy link
Member

This PR splits the LICENSE file out into two files:

  • LICENSE for the unicode license
  • LICENSE_THIRDPARTY for the notice of adaptation from the Haskell libraries

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) 2016, Dennis Gosnell All rights reserved.
  Confidence:    100.00%
  Matcher:       Licensee::Matchers::Exact
  License:       BSD-3-Clause

I also updated the spago.dhall file with the license and repository fields.

Motivation

unicode 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.

@thomashoneyman thomashoneyman merged commit 9662a1a into purescript-contrib:main Nov 17, 2021
@maxdeviant maxdeviant deleted the split-licenses branch November 17, 2021 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants