Skip to content

[COMPLIANCE] Add Copyright and License Headers #42

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hashicorp-copywrite[bot]
Copy link
Contributor

@hashicorp-copywrite hashicorp-copywrite bot commented Feb 20, 2023

Hi there 👋

This PR was auto-generated as part of an internal review of public repositories that are not in compliance with HashiCorp's licensing standards.

Frequently Asked Questions

Why am I getting this PR? This pull request was created because one or more source code files were found missing copyright and/or license headers.

More info is available in the RFC

How do you determine which files should get copyright headers? Attempts are made to skip scanning autogenerated files (e.g., `go.mod`) and prose. If you find file types you feel should be excluded from future scans, please reach out to:

#proj-software-copyright

I have a file or folder which should be exempted, how do I do that? You may exempt certain files or folders from being scanned by adding a `.copywrite.hcl` config in the root of your repo. You can use the [`copywrite init`](https://go.hashi.co/copywrite) command to interactively create a config for this project.

An example schema can be found below. Add a doublestar**-capable pattern to the header_ignore list to skip it in future scans.

# (OPTIONAL) Overrides the copywrite config schema version
# Default: 1
schema_version = 1

project {
  # (OPTIONAL) SPDX-compatible license identifier
  # Leave blank if you don't wish to license the project
  # Default: "MPL-2.0"
  # license = ""

  # (OPTIONAL) Represents the year that the project initially began
  # Default: <the year the repo was first created>
  # copyright_year = 0

  # (OPTIONAL) A list of globs that should not have copyright or license headers .
  # Supports doublestar glob patterns for more flexibility in defining which
  # files or folders should be ignored
  # Default: []
  header_ignore = [
    # "vendor/**",
    # "**autogen**",
  ]
}

More information about configuration options is available in [the documentation](https://github.com/hashicorp/copywrite#config-structure).
I added a config. How do I trigger this PR to be rebased? HashiCorp employees can use the [Copywrite SlackBot](https://hashicorp.slack.com/archives/D052WARFFS8) to trigger a rebase. You can DM the slackbot with "headers terraform-docs-agents" to trigger a PR rebasing.
Why don't the headers include a copyright date? Copyright headers are not required to include a year. In the interest of pragmatism, HashiCorp has decided to exclude the year from headers and instead list it in the LICENSE file at the root of the repository instead.

Additional FAQs are available at https://go.hashi.co/header-faq

Please approve and merge this PR in a timely manner to keep this source code compliant with our OSS license agreement. If you have any questions or feedback, reach out to #proj-software-copyright.

Thank you!


Powered by copywrite, made with ❤️ by @hashicorp

@vercel
Copy link

vercel bot commented Feb 20, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
terraform-docs-agents ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 21, 2025 4:38pm

@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch from d7ce586 to 12cb64f Compare March 6, 2023 16:53
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch from 12cb64f to 456ae88 Compare March 13, 2023 21:00
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch from 456ae88 to 0b4993d Compare March 20, 2023 16:53
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch from 0b4993d to 84d9901 Compare April 3, 2023 16:50
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch from 84d9901 to 6dc5db5 Compare April 10, 2023 16:49
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch from 6dc5db5 to ccd33b8 Compare April 24, 2023 16:48
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch from ccd33b8 to 193010b Compare May 8, 2023 16:47
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch from 193010b to ba2a0c0 Compare May 15, 2023 16:48
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch from ba2a0c0 to 90e9252 Compare June 12, 2023 16:51
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch from 90e9252 to 98a47d0 Compare July 10, 2023 16:50
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch from 98a47d0 to f44da4b Compare July 24, 2023 16:47
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch from f44da4b to 10aa9a7 Compare July 31, 2023 16:54
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch from 8377cdf to 6f34dc0 Compare November 4, 2024 16:43
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch from b88a63f to a14137e Compare December 2, 2024 16:39
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch from 5e1855a to 18f2b91 Compare January 27, 2025 16:36
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch from 18f2b91 to 186c0d8 Compare February 3, 2025 16:35
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch from 2deaf15 to 3ebde1f Compare March 10, 2025 16:34
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch from 3ebde1f to dccd8e5 Compare March 24, 2025 16:35
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch from dccd8e5 to 9515946 Compare April 7, 2025 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants