-
Notifications
You must be signed in to change notification settings - Fork 26
[COMPLIANCE] Add Copyright and License Headers #2733
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
Merged
Merged
+25
−0
Conversation
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
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📦 Next.js Bundle AnalysisThis analysis was generated by the next.js bundle analysis action 🤖 This PR introduced no changes to the javascript bundle 🙌 |
b0a13e6
to
bf9a1cb
Compare
bf9a1cb
to
8096a4c
Compare
8096a4c
to
9f9a302
Compare
9f9a302
to
22f3ab9
Compare
22f3ab9
to
d665a40
Compare
d665a40
to
678d2ef
Compare
678d2ef
to
a6e7275
Compare
a6e7275
to
cbec1ce
Compare
cbec1ce
to
d27dfc5
Compare
d27dfc5
to
9b9a9fc
Compare
9b9a9fc
to
1295f65
Compare
1295f65
to
17c5325
Compare
17c5325
to
c94136b
Compare
c94136b
to
a55c14e
Compare
a55c14e
to
ade5577
Compare
ade5577
to
75f1b05
Compare
75f1b05
to
a798211
Compare
a798211
to
f042ea0
Compare
f042ea0
to
65c70be
Compare
65c70be
to
309ce49
Compare
309ce49
to
abd5b1c
Compare
abd5b1c
to
678e0e9
Compare
678e0e9
to
02584c5
Compare
kaitlynnefuery
approved these changes
Sep 17, 2025
Younique98
added a commit
that referenced
this pull request
Sep 17, 2025
* Temporarily removes "Other Sandboxes" section Removes the "Other Sandboxes" section from the sandbox dropdown. This change is part of a redesign effort and the section will be re-evaluated and potentially re-introduced later. The related test is also temporarily removed. * [COMPLIANCE] Add Copyright and License Headers (#2733) Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> * Removes other sandboxes from dropdown Removes the "Other Sandboxes" section from the sandbox dropdown in preparation for a redesign. This change removes the related UI elements and associated logic. --------- Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
Younique98
added a commit
that referenced
this pull request
Sep 19, 2025
* Temporarily removes "Other Sandboxes" section Removes the "Other Sandboxes" section from the sandbox dropdown. This change is part of a redesign effort and the section will be re-evaluated and potentially re-introduced later. The related test is also temporarily removed. * [COMPLIANCE] Add Copyright and License Headers (#2733) Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> * Removes other sandboxes from dropdown Removes the "Other Sandboxes" section from the sandbox dropdown in preparation for a redesign. This change removes the related UI elements and associated logic. --------- Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
Younique98
added a commit
that referenced
this pull request
Sep 30, 2025
* Temporarily removes "Other Sandboxes" section Removes the "Other Sandboxes" section from the sandbox dropdown. This change is part of a redesign effort and the section will be re-evaluated and potentially re-introduced later. The related test is also temporarily removed. * [COMPLIANCE] Add Copyright and License Headers (#2733) Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> * Removes other sandboxes from dropdown Removes the "Other Sandboxes" section from the sandbox dropdown in preparation for a redesign. This change removes the related UI elements and associated logic. --------- Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
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.
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.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 dev-portal" 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