Copyright headers for config files git + circleci (#16703)

* Copyright headers for config files git + circleci

* Release folder copyright headers
This commit is contained in:
Ronald 2023-03-22 14:17:19 +01:00 committed by GitHub
parent 3a4835e258
commit 91528b9d62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
42 changed files with 126 additions and 0 deletions

View File

@ -1,4 +1,7 @@
#!/bin/bash #!/bin/bash
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
export GIT_COMMIT=$(git rev-parse --short HEAD) export GIT_COMMIT=$(git rev-parse --short HEAD)
export GIT_COMMIT_YEAR=$(git show -s --format=%cd --date=format:%Y HEAD) export GIT_COMMIT_YEAR=$(git show -s --format=%cd --date=format:%Y HEAD)

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
--- ---
version: 2.1 version: 2.1

View File

@ -1,4 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
# #
# Add a comment on the github PR if there were any rerun tests. # Add a comment on the github PR if there were any rerun tests.
# #

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
terraform { terraform {
backend "s3" { backend "s3" {
} }

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
variable "vpc_name" { variable "vpc_name" {
description = "Name of the VPC" description = "Name of the VPC"
} }

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
blank_issues_enabled: false blank_issues_enabled: false
contact_links: contact_links:
- name: Consul Community Support - name: Consul Community Support

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
version: 2 version: 2
updates: updates:
- package-ecosystem: gomod - package-ecosystem: gomod

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
pr/dependencies: pr/dependencies:
- vendor/**/* - vendor/**/*
- go.* - go.*

View File

@ -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
### This script checks if any metric behavior has been modified. ### This script checks if any metric behavior has been modified.

View File

@ -1,4 +1,7 @@
#!/bin/bash #!/bin/bash
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
set -euo pipefail set -euo pipefail

View File

@ -1,4 +1,7 @@
#!/bin/bash #!/bin/bash
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
set -euo pipefail set -euo pipefail

View File

@ -1,4 +1,7 @@
#!/bin/bash #!/bin/bash
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
set -euo pipefail set -euo pipefail

View File

@ -1,4 +1,7 @@
#!/bin/bash #!/bin/bash
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
set -euo pipefail set -euo pipefail

View File

@ -1,4 +1,7 @@
#!/bin/bash #!/bin/bash
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
set -euo pipefail set -euo pipefail

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
# This action creates downstream PRs for PRs with backport labels defined. # This action creates downstream PRs for PRs with backport labels defined.
# See docs here: https://github.com/hashicorp/backport-assistant # See docs here: https://github.com/hashicorp/backport-assistant

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
# This workflow checks that there is either a 'pr/no-backport' label applied to a PR # This workflow checks that there is either a 'pr/no-backport' label applied to a PR
# or there is a backport/* label indicating a backport has been set # or there is a backport/* label indicating a backport has been set

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
# This workflow sends a reminder comment to PRs that have labels starting with # This workflow sends a reminder comment to PRs that have labels starting with
# `backport/` to check that the backport has run successfully. # `backport/` to check that the backport has run successfully.

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: Bot Auto Approve name: Bot Auto Approve
on: pull_request_target on: pull_request_target

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: Broken Link Check name: Broken Link Check
on: on:

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: build name: build
on: on:

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
# This workflow checks that there is either a 'pr/no-changelog' label applied to a PR # This workflow checks that there is either a 'pr/no-changelog' label applied to a PR
# or there is a .changelog/<pr number>.txt file associated with a PR for a changelog entry # or there is a .changelog/<pr number>.txt file associated with a PR for a changelog entry

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: Legacy Link Format Checker name: Legacy Link Format Checker
on: on:

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
# This workflow detects if there is a diff in the `agent/uiserver/dist` directory # This workflow detects if there is a diff in the `agent/uiserver/dist` directory
# which is used by Consul to serve its embedded UI. # which is used by Consul to serve its embedded UI.
# `agent/uiserver/dist` should not be manually updated. # `agent/uiserver/dist` should not be manually updated.

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: Issue Comment Created name: Issue Comment Created
on: on:

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
on: on:
issues: issues:
types: [opened, closed, deleted, reopened] types: [opened, closed, deleted, reopened]

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
on: on:
pull_request_target: pull_request_target:
types: [opened, closed, reopened] types: [opened, closed, reopened]

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: Load Test name: Load Test
on: on:

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: Nightly Test 1.12.x name: Nightly Test 1.12.x
on: on:
schedule: schedule:

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: Nightly Test 1.13.x name: Nightly Test 1.13.x
on: on:
schedule: schedule:

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: Nightly Test 1.14.x name: Nightly Test 1.14.x
on: on:
schedule: schedule:

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: Nightly Test 1.15.x name: Nightly Test 1.15.x
on: on:
schedule: schedule:

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: Nightly Test Main name: Nightly Test Main
on: on:
schedule: schedule:

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: Trigger OSS to Enterprise Merge name: Trigger OSS to Enterprise Merge
on: on:
pull_request_target: pull_request_target:

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: "Pull Request Labeler" name: "Pull Request Labeler"
on: on:
pull_request_target: pull_request_target:

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: "Check for metrics tests" name: "Check for metrics tests"
on: on:
pull_request: pull_request:

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: stale name: stale
on: on:
schedule: schedule:

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
schema = "1" schema = "1"
project "consul" { project "consul" {

View File

@ -1,4 +1,7 @@
#!/usr/bin/dumb-init /bin/sh #!/usr/bin/dumb-init /bin/sh
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
set -e set -e
# Note above that we run dumb-init as PID 1 in order to reap zombie processes # Note above that we run dumb-init as PID 1 in order to reap zombie processes

View File

@ -1,4 +1,7 @@
#!/usr/bin/dumb-init /bin/sh #!/usr/bin/dumb-init /bin/sh
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
set -e set -e
# Note above that we run dumb-init as PID 1 in order to reap zombie processes # Note above that we run dumb-init as PID 1 in order to reap zombie processes

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
# Full configuration options can be found at https://www.consul.io/docs/agent/config # Full configuration options can be found at https://www.consul.io/docs/agent/config
# datacenter # datacenter

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
url_docker_registry_dockerhub = "https://hub.docker.com/r/hashicorp/consul" url_docker_registry_dockerhub = "https://hub.docker.com/r/hashicorp/consul"
url_docker_registry_ecr = "https://gallery.ecr.aws/hashicorp/consul" url_docker_registry_ecr = "https://gallery.ecr.aws/hashicorp/consul"
url_license = "https://github.com/hashicorp/consul/blob/main/LICENSE" url_license = "https://github.com/hashicorp/consul/blob/main/LICENSE"

View File

@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
container { container {
dependencies = true dependencies = true
alpine_secdb = false alpine_secdb = false