Add common OSS license templates: EUPL 1.1/1.2, ISC, CDDL 1.0, Artistic 2.0, CC0 1.0#1029
Merged
mathieucarbou merged 7 commits intomasterfrom Mar 13, 2026
Merged
Conversation
…tic 2.0, CC0 1.0 Co-authored-by: hazendaz <975267+hazendaz@users.noreply.github.com>
Co-authored-by: hazendaz <975267+hazendaz@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add support for additional common OSS licenses
Add common OSS license templates: EUPL 1.1/1.2, ISC, CDDL 1.0, Artistic 2.0, CC0 1.0
Mar 9, 2026
hazendaz
approved these changes
Mar 13, 2026
mathieucarbou
requested changes
Mar 13, 2026
Co-authored-by: mathieucarbou <61346+mathieucarbou@users.noreply.github.com>
mathieucarbou
requested changes
Mar 13, 2026
Owner
mathieucarbou
left a comment
There was a problem hiding this comment.
@copilot : you will also need to update the unit tests: there are one or some that are validating all license files and their count
…les and their count Co-authored-by: mathieucarbou <61346+mathieucarbou@users.noreply.github.com>
mathieucarbou
approved these changes
Mar 13, 2026
Contributor
Author
Added
All 6 newly-added templates ( Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Owner
|
@hazendaz this one is good to go IMO |
mathieucarbou
approved these changes
Mar 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Several widely-used OSS licenses were missing from the built-in template set.
New templates
EUPL-1.1.txt— European Union Public License v1.1EUPL-1.2.txt— European Union Public License v1.2ISC.txt— ISC LicenseCDDL-1.0.txt— Common Development and Distribution License 1.0Artistic-2.0.txt— Artistic License 2.0CC0-1.0.txt— Creative Commons Zero 1.0 UniversalUsage
Docs
Updated
docs/index.mdtemplate list to reflect all additions, sorted alphabetically.Tests
Added
BuiltInTemplatesTestto validate all 33 built-in license templates:test_template_count()— asserts the expected template count (must be updated when adding new templates)test_template_loadable()— parametrized test verifying each template is accessible as a classpath resource and can be parsed as aHeaderobject with content🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.