Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

[IND-4227] [COMPLIANCE] Update Copyright Headers#1041

Open
oss-core-libraries-dashboard[bot] wants to merge 1 commit into
mainfrom
compliance/update-headers
Open

[IND-4227] [COMPLIANCE] Update Copyright Headers#1041
oss-core-libraries-dashboard[bot] wants to merge 1 commit into
mainfrom
compliance/update-headers

Conversation

@oss-core-libraries-dashboard
Copy link
Copy Markdown

@oss-core-libraries-dashboard oss-core-libraries-dashboard Bot commented Dec 9, 2025

Hi there 👋

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

Repository Information

  • Repository: react-components
  • Repository Type: non-product
  • First commit year: 2020
  • Latest commit year: 2025
  • JIRA Ticket: IND-4227

Frequently Asked Questions

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

More info is available in these documents - MEMO.

Old Hashicorp Copyright details can be viewed here - 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).

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
Copy Markdown

vercel Bot commented Dec 9, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
react-components Ready Ready Preview Comment Dec 9, 2025 9:59am

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Dec 9, 2025

⚠️ No Changeset found

Latest commit: 1dc5ee2

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants