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 the license template so GitHub can detect it #1437

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

oprypin
Copy link
Contributor

@oprypin oprypin commented Jan 28, 2024

The license remains BSD 3-Clause but with a better known text.

Before:

$ ~/.local/share/gem/ruby/3.0.0/bin/licensee detect LICENSE.md
License:        NOASSERTION
Matched files:  LICENSE.md
LICENSE.md:
  Content hash:  da8d25a918e5eada76faf0acaf66e9d9f497f1cf
  License:       NOASSERTION
  Closest non-matching licenses:
    BSD-3-Clause similarity:        97.91%
    BSD-4-Clause similarity:        86.35%
    BSD-3-Clause-Clear similarity:  84.48%

After:

$ ~/.local/share/gem/ruby/3.0.0/bin/licensee detect LICENSE.md
License:        BSD-3-Clause
Matched files:  LICENSE.md
LICENSE.md:
  Content hash:  a961b19cc6921d510e29a13b0ba1a826fcffe41c
  Attribution:   Copyright 2007, 2008 The Python Markdown Project (v. 1.7 and later) 
Copyright 2004, 2005, 2006 Yuri Takhteyev (v. 0.2-1.6b) 
Copyright 2004 Manfred Stienstra (the original version)
  Confidence:    100.00%
  Matcher:       Licensee::Matchers::Exact
  License:       BSD-3-Clause

The license remains BSD 3-Clause but with a better known text
@waylan waylan merged commit ea92856 into Python-Markdown:master Jan 29, 2024
14 checks passed
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.

2 participants