[COMPLIANCE] Add Copyright and License Headers (#16807)
* [COMPLIANCE] Add Copyright and License Headers * fix headers for generated files * ignore dist folder --------- Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Co-authored-by: Ronald Ekambi <ronekambi@gmail.com> Co-authored-by: Ronald <roncodingenthusiast@users.noreply.github.com>
This commit is contained in:
parent
c1ea13c243
commit
899c5b11a5
|
@ -19,5 +19,7 @@ project {
|
||||||
# generated files
|
# generated files
|
||||||
"agent/structs/structs.deepcopy.go",
|
"agent/structs/structs.deepcopy.go",
|
||||||
"agent/proxycfg/proxycfg.deepcopy.go",
|
"agent/proxycfg/proxycfg.deepcopy.go",
|
||||||
|
"agent/grpc-middleware/rate_limit_mappings.gen.go",
|
||||||
|
"agent/uiserver/dist/**",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# Copyright (c) HashiCorp, Inc.
|
||||||
|
# SPDX-License-Identifier: MPL-2.0
|
||||||
|
|
||||||
#
|
#
|
||||||
# This script generates tag-sets that can be used as runs-on: values to select runners.
|
# This script generates tag-sets that can be used as runs-on: values to select runners.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# Copyright (c) HashiCorp, Inc.
|
||||||
|
# SPDX-License-Identifier: MPL-2.0
|
||||||
|
|
||||||
|
|
||||||
set -uo pipefail
|
set -uo pipefail
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# Copyright (c) HashiCorp, Inc.
|
||||||
|
# SPDX-License-Identifier: MPL-2.0
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
export RUNNER_COUNT=$1
|
export RUNNER_COUNT=$1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue