diff --git a/.github/labeler.yml b/.github/labeler.yml index f0418d0d..84b7d87e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + automerge: - Formula/consul.rb - Formula/consul-enterprise.rb diff --git a/Formula/enos.rb b/Formula/enos.rb index ab96344f..f457ca36 100644 --- a/Formula/enos.rb +++ b/Formula/enos.rb @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + class Enos < Formula desc "A tool for powering Software Quality as Code by writing Terraform-based quality requirement scenarios using a composable, modular, and declarative language." homepage "https://github.com/hashicorp/enos" diff --git a/META.d/_summary.yaml b/META.d/_summary.yaml index 7d75bf62..e95ea311 100644 --- a/META.d/_summary.yaml +++ b/META.d/_summary.yaml @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + --- schema: 1.1 partition: release-engineering diff --git a/META.d/data.yml b/META.d/data.yml index 6ee8ece6..0cc39048 100644 --- a/META.d/data.yml +++ b/META.d/data.yml @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + _summary: gdpr: exempt: true diff --git a/META.d/tags.yaml b/META.d/tags.yaml index 47b5f41a..fb7a513b 100644 --- a/META.d/tags.yaml +++ b/META.d/tags.yaml @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + --- # exemption required by automation tags: diff --git a/util/formula_templater/config.go b/util/formula_templater/config.go index 38773bef..868cd481 100644 --- a/util/formula_templater/config.go +++ b/util/formula_templater/config.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package main import ( diff --git a/util/formula_templater/config.hcl b/util/formula_templater/config.hcl index ff05a0a5..1c4d7b58 100644 --- a/util/formula_templater/config.hcl +++ b/util/formula_templater/config.hcl @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + formula { product = "boundary" name = "Boundary" diff --git a/util/formula_templater/formula.go b/util/formula_templater/formula.go index dd5fac6a..675134e4 100644 --- a/util/formula_templater/formula.go +++ b/util/formula_templater/formula.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package main import ( diff --git a/util/formula_templater/formula_test.go b/util/formula_templater/formula_test.go index a5b482ce..d1bf5a05 100644 --- a/util/formula_templater/formula_test.go +++ b/util/formula_templater/formula_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package main import ( diff --git a/util/formula_templater/main.go b/util/formula_templater/main.go index 2248197e..7fe26e16 100644 --- a/util/formula_templater/main.go +++ b/util/formula_templater/main.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package main import ( diff --git a/util/formula_templater/shasums.go b/util/formula_templater/shasums.go index b925410e..703794be 100644 --- a/util/formula_templater/shasums.go +++ b/util/formula_templater/shasums.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package main import ( diff --git a/util/lambda_trigger/lambda_trigger.go b/util/lambda_trigger/lambda_trigger.go index dad7e731..982df89b 100644 --- a/util/lambda_trigger/lambda_trigger.go +++ b/util/lambda_trigger/lambda_trigger.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package main import ( diff --git a/util/lambda_trigger/lambda_trigger_test.go b/util/lambda_trigger/lambda_trigger_test.go index 67fcd1da..679754b6 100644 --- a/util/lambda_trigger/lambda_trigger_test.go +++ b/util/lambda_trigger/lambda_trigger_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package main import ( diff --git a/util/lambda_trigger/releases.go b/util/lambda_trigger/releases.go index e815729b..69684ff2 100644 --- a/util/lambda_trigger/releases.go +++ b/util/lambda_trigger/releases.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package main import ( diff --git a/util/lambda_trigger/testdata/github.com_cask_boundary-desktop.rb b/util/lambda_trigger/testdata/github.com_cask_boundary-desktop.rb index 70249c5c..a073eaca 100644 --- a/util/lambda_trigger/testdata/github.com_cask_boundary-desktop.rb +++ b/util/lambda_trigger/testdata/github.com_cask_boundary-desktop.rb @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + cask "hashicorp-boundary-desktop" do version "1.5.0" sha256 "861a1c0c11b70d8c1897e9cc78ce323b1e0df88217461255b92f09088c9bd15f" diff --git a/util/lambda_trigger/testdata/github.com_formula_nomad-enterprise.rb b/util/lambda_trigger/testdata/github.com_formula_nomad-enterprise.rb index 7492d7be..d848adca 100644 --- a/util/lambda_trigger/testdata/github.com_formula_nomad-enterprise.rb +++ b/util/lambda_trigger/testdata/github.com_formula_nomad-enterprise.rb @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + class NomadEnterprise < Formula desc "Nomad Enterprise" homepage "https://www.nomadproject.io/" diff --git a/util/lambda_trigger/testdata/github.com_formula_nomad.rb b/util/lambda_trigger/testdata/github.com_formula_nomad.rb index d922cc57..89921011 100644 --- a/util/lambda_trigger/testdata/github.com_formula_nomad.rb +++ b/util/lambda_trigger/testdata/github.com_formula_nomad.rb @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + class Nomad < Formula desc "Nomad" homepage "https://www.nomadproject.io/"