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

Add support to ev-cli for custom license headers #168

Merged
merged 4 commits into from
Nov 25, 2024

Conversation

hikinggrass
Copy link
Contributor

@hikinggrass hikinggrass commented Nov 19, 2024

You can provide additional license headers in a directory called "licenses" that you can put in the same parent directory as eg. everest-core:

everest-core
licenses/example.com/custom-license

a metadata block in a manifest can then use this license like this:

metadata:
  license: https://example.com/custom-license

The content of this file is then added to all module cpp and hpp files

@hikinggrass hikinggrass requested a review from djchhp November 23, 2024 11:37
Copy link
Contributor

@djchhp djchhp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works as described.

Tested with licenses as a subdirectory of the project and in parallel to the project

@hikinggrass hikinggrass merged commit 51ef0f9 into main Nov 25, 2024
7 checks passed
@hikinggrass hikinggrass deleted the feature/custom-license branch November 25, 2024 13:12
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