hashicorp / boundary-reference-architecture

Example reference architecture for a high availability Boundary deployment on AWS.
https://boundaryproject.io
Mozilla Public License 2.0
213 stars 106 forks source link

[COMPLIANCE] Add Copyright and License Headers #98

Closed hashicorp-copywrite[bot] closed 1 year ago

hashicorp-copywrite[bot] commented 1 year ago

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](https://go.hashi.co/rfc-engsrv-059)
How do you determine which files should get copyright headers? Attempts are made to skip scanning autogenerated files and prose. If you find file types you feel should be excluded from future scans, please reach out to: [#proj-software-copyright](https://go.hashi.co/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**](https://github.com/bmatcuk/doublestar)-capable pattern to the `header_ignore` list to skip it in future scans. ```hcl # (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: # 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 = [ # "vendors/**", # "**autogen**", ] } ```

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!


Made with :heart: @HashiCorp

johanbrandhorst commented 1 year ago

@CalebAlbers this doesn't seem to contain the license identifier, is that because there was no existing LICENSE file?