Skip to content

Commit

Permalink
[COMPLIANCE] Add Copyright and License Headers
Browse files Browse the repository at this point in the history
  • Loading branch information
hashicorp-copywrite[bot] authored Mar 20, 2023
1 parent e332370 commit 01e7bff
Show file tree
Hide file tree
Showing 33 changed files with 99 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

automerge:
- Formula/consul.rb
- Formula/consul-enterprise.rb
Expand Down
3 changes: 3 additions & 0 deletions Casks/hashicorp-boundary-desktop.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

cask "hashicorp-boundary-desktop" do
version "1.5.1"
sha256 "ec76c0a20f46926d27af9847a8e1f5dade9cd346df398888c0cf404fe6de21c7"
Expand Down
3 changes: 3 additions & 0 deletions Casks/hashicorp-vagrant.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

cask "hashicorp-vagrant" do
version "2.3.4"
sha256 "0015f971c20cce4cd3c97ed758f1e0b528bffe0dc02f0ab55da4b216cb5748b8"
Expand Down
3 changes: 3 additions & 0 deletions Formula/boundary.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

class Boundary < Formula
desc "Boundary"
homepage "https://www.boundaryproject.io/"
Expand Down
3 changes: 3 additions & 0 deletions Formula/consul-aws.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

class ConsulAws < Formula
desc "Consul AWS"
homepage "https://github.com/hashicorp/consul-aws"
Expand Down
3 changes: 3 additions & 0 deletions Formula/consul-dataplane.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

class ConsulDataplane < Formula
desc "Consul Dataplane"
homepage "https://github.com/hashicorp/consul-dataplane"
Expand Down
3 changes: 3 additions & 0 deletions Formula/consul-enterprise.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

class ConsulEnterprise < Formula
desc "Consul Enterprise"
homepage "https://www.consul.io"
Expand Down
3 changes: 3 additions & 0 deletions Formula/consul-esm.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

class ConsulEsm < Formula
desc "Consul ESM"
homepage "https://github.com/hashicorp/consul-esm"
Expand Down
3 changes: 3 additions & 0 deletions Formula/consul-k8s.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

class ConsulK8s < Formula
desc "Consul K8s"
homepage "https://github.com/hashicorp/consul-k8s"
Expand Down
3 changes: 3 additions & 0 deletions Formula/consul-template.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

class ConsulTemplate < Formula
desc "Consul Template"
homepage "https://github.com/hashicorp/consul-template"
Expand Down
3 changes: 3 additions & 0 deletions Formula/consul-terraform-sync.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

class ConsulTerraformSync < Formula
desc "Consul Terraform Sync"
homepage "https://github.com/hashicorp/consul-terraform-sync"
Expand Down
3 changes: 3 additions & 0 deletions Formula/consul.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

class Consul < Formula
desc "Consul"
homepage "https://www.consul.io"
Expand Down
3 changes: 3 additions & 0 deletions Formula/envconsul.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

class Envconsul < Formula
desc "Env Consul"
homepage "https://github.com/hashicorp/envconsul"
Expand Down
3 changes: 3 additions & 0 deletions Formula/hc-install.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

class HcInstall < Formula
desc "hc-install CLI"
homepage "https://github.com/hashicorp/hc-install"
Expand Down
3 changes: 3 additions & 0 deletions Formula/hcdiag.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

class Hcdiag < Formula
desc "Hcdiag"
homepage "https://github.com/hashicorp/hcdiag"
Expand Down
3 changes: 3 additions & 0 deletions Formula/levant.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

class Levant < Formula
desc "Levant"
homepage "https://github.com/hashicorp/levant"
Expand Down
3 changes: 3 additions & 0 deletions Formula/nomad-pack.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

class NomadPack < Formula
desc "Nomad Pack"
homepage "https://github.com/hashicorp/nomad-pack"
Expand Down
3 changes: 3 additions & 0 deletions Formula/packer.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

class Packer < Formula
desc "Packer"
homepage "https://www.packer.io/"
Expand Down
3 changes: 3 additions & 0 deletions Formula/sentinel.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

class Sentinel < Formula
desc ""
homepage "https://docs.hashicorp.com/sentinel"
Expand Down
3 changes: 3 additions & 0 deletions Formula/terraform-ls.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

class TerraformLs < Formula
desc "Terraform Language Server"
homepage "https://github.com/hashicorp/terraform-ls"
Expand Down
3 changes: 3 additions & 0 deletions Formula/terraform.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

class Terraform < Formula
desc "Terraform"
homepage "https://www.terraform.io/"
Expand Down
3 changes: 3 additions & 0 deletions Formula/vault-enterprise.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

class VaultEnterprise < Formula
desc "Vault Enterprise"
homepage "https://www.vaultproject.io"
Expand Down
3 changes: 3 additions & 0 deletions Formula/vault.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

class Vault < Formula
desc "Vault"
homepage "https://www.vaultproject.io"
Expand Down
3 changes: 3 additions & 0 deletions Formula/waypoint.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

class Waypoint < Formula
desc "Waypoint"
homepage "https://www.waypointproject.io/"
Expand Down
3 changes: 3 additions & 0 deletions util/formula_templater/config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions util/formula_templater/config.hcl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

formula {
product = "boundary"
name = "Boundary"
Expand Down
3 changes: 3 additions & 0 deletions util/formula_templater/formula.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions util/formula_templater/formula_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions util/formula_templater/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions util/formula_templater/shasums.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions util/lambda_trigger/lambda_trigger.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions util/lambda_trigger/lambda_trigger_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package main

import (
Expand Down
3 changes: 3 additions & 0 deletions util/lambda_trigger/releases.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0

package main

import (
Expand Down

0 comments on commit 01e7bff

Please sign in to comment.