-
Notifications
You must be signed in to change notification settings - Fork 7
Add copyright source headers and GHA check #159
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
Conversation
Vercel Previews Deployed
|
license = "BUSL-1.1" | ||
copyright_year = 2024 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the ticket it says the license should be BSL-1.1
. Which one is correct and can the wrong one be updated? Also, should the copyright_year be 2025?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LeahMarieBush Looks like it is BUSL-1.1
, at least if we use the terraform repo as a source of truth:
- https://github.com/hashicorp/terraform/blob/main/internal/builtin/providers/terraform/data_source_state.go#L2
- https://github.com/hashicorp/terraform/blob/main/.copywrite.hcl#L4
Good question; you usually copyright when you start work, not when you release:
* Add copyright source headers * Add check headers GHA * Use a trusted checkout action version * test by pushing up a file with no header * forgot the .js on the file * Remove test file
Description
Testing GHA