Relicense repository to MIT and remove non-commercial restrictions - #10
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR relicenses the repository to MIT by replacing the top-level LICENSE text and updating documentation and source/test/example file headers to remove prior non-commercial/commercial restrictions.
Changes:
- Replaced the repository license with the standard MIT License text.
- Updated README and REST API documentation license references (including badge and license section text).
- Updated per-file header comments in examples, includes, sources, and tests to reference MIT licensing.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| LICENSE | Replaced legacy non-commercial license text with standard MIT License. |
| README.md | Updated license badge/text and added “Enterprise Consulting & Integration” section + TOC entry. |
| REST_API.md | Updated license note to reference MIT. |
| examples/api_server_example.cpp | Replaced legacy non-commercial header lines with MIT header line. |
| examples/api_client_example.cpp | Replaced legacy non-commercial header lines with MIT header line. |
| include/hlv/rest_api_server.hpp | Replaced legacy non-commercial header lines with MIT header line. |
| include/hlv/phase_readiness.hpp | Replaced legacy non-commercial header lines with MIT header line. |
| src/rest_api_server.cpp | Replaced legacy non-commercial header lines with MIT header line. |
| src/phase_readiness.cpp | Replaced legacy non-commercial header lines with MIT header line. |
| tests/rest_api_tests.cpp | Replaced legacy non-commercial header lines with MIT header line. |
| tests/phase_readiness_tests.cpp | Replaced legacy non-commercial header lines with MIT header line. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -1,6 +1,5 @@ | |||
| // Copyright (c) 2026 Don Michael Feeney Jr. All rights reserved. | |||
| @@ -1,6 +1,5 @@ | |||
| // Copyright (c) 2026 Don Michael Feeney Jr. All rights reserved. | |||
| @@ -1,6 +1,5 @@ | |||
| // Copyright (c) 2026 Don Michael Feeney Jr. All rights reserved. | |||
| @@ -1,6 +1,5 @@ | |||
| // Copyright (c) 2026 Don Michael Feeney Jr. All rights reserved. | |||
| @@ -1,6 +1,5 @@ | |||
| // Copyright (c) 2026 Don Michael Feeney Jr. All rights reserved. | |||
| @@ -1,6 +1,5 @@ | |||
| // Copyright (c) 2026 Don Michael Feeney Jr. All rights reserved. | |||
| @@ -1,6 +1,5 @@ | |||
| // Copyright (c) 2026 Don Michael Feeney Jr. All rights reserved. | |||
| @@ -1,6 +1,5 @@ | |||
| // Copyright (c) 2026 Don Michael Feeney Jr. All rights reserved. | |||
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.
Motivation
Description
LICENSEwith the standard MIT License text dated 2026 and copyright holderDon Michael Feeney Jr..README.mdto use an MIT license badge, replaced the non-commercial license language with MIT wording, added a Table of Contents entry, and inserted the exactEnterprise Consulting & Integrationblurb immediately above the final section.REST_API.mdlicense note toMIT License - See LICENSE file for details.and replaced header comments in examples, headers, sources, and tests to state MIT licensing.LICENSE,README.md,REST_API.md,examples/*,include/hlv/*,src/*, andtests/*where legacy non-commercial text existed.Testing
"hybrid license","commercial license","dual license","proprietary","non-commercial","non commercial") to confirm replacements.MITlicense header and the inserted consulting blurb are present inREADME.mdand the updated files.Codex Task