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

[COMPLIANCE] Add Copyright and License Headers #202

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

Conversation

hashicorp-copywrite[bot]
Copy link
Contributor

@hashicorp-copywrite hashicorp-copywrite bot commented Feb 6, 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 homebrew-tap" 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

@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch 2 times, most recently from 01e7bff to 73dffb0 Compare March 27, 2023 16:29
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch 2 times, most recently from 61e31c9 to 3a764c0 Compare April 10, 2023 16:27
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch 2 times, most recently from c5488e6 to 9c4e852 Compare May 8, 2023 16:26
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch 2 times, most recently from e763548 to a375ec8 Compare May 22, 2023 16:26
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch 2 times, most recently from 8a84ccf to 5a7f68b Compare June 12, 2023 16:29
@hashicorp-copywrite hashicorp-copywrite bot requested review from a team, shore and emilymianeil and removed request for a team June 19, 2023 16:26
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch 2 times, most recently from 9d8957a to ba27e17 Compare July 3, 2023 16:26
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch 2 times, most recently from 6e5c842 to 795a039 Compare March 25, 2024 16:24
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch 2 times, most recently from e14986a to 71d0901 Compare April 15, 2024 16:24
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch 2 times, most recently from 3b15f2b to 02aeb0d Compare April 29, 2024 16:23
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch 2 times, most recently from aae9121 to 6716d0f Compare May 13, 2024 16:23
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch 2 times, most recently from f5f0cd8 to b13d092 Compare May 27, 2024 16:22
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch 2 times, most recently from 3f887e4 to df03da2 Compare June 10, 2024 16:23
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch 2 times, most recently from 24d87fb to b6ce4ec Compare July 8, 2024 16:23
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch 2 times, most recently from af0c46a to 97a876c Compare July 22, 2024 16:23
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch 2 times, most recently from 0b21f30 to b242436 Compare August 19, 2024 16:23
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch 2 times, most recently from 639a6db to 6850c81 Compare September 2, 2024 16:23
@hashicorp-copywrite hashicorp-copywrite bot force-pushed the compliance/add-headers branch 2 times, most recently from 1e3e947 to a61b522 Compare September 16, 2024 16:23
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.

1 participant