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 May 22, 2023
1 parent 1fe8dcf commit a375ec8
Show file tree
Hide file tree
Showing 24 changed files with 72 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.6"
sha256 "4daf4d4c323cce7bf98065ecf5338e9800038a522cd81356c77555d9cd2f0db9"
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-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-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/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 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
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.0"
sha256 "861a1c0c11b70d8c1897e9cc78ce323b1e0df88217461255b92f09088c9bd15f"
Expand Down
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 NomadEnterprise < Formula
desc "Nomad Enterprise"
homepage "https://www.nomadproject.io/"
Expand Down
3 changes: 3 additions & 0 deletions util/lambda_trigger/testdata/github.com_formula_nomad.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 Nomad < Formula
desc "Nomad"
homepage "https://www.nomadproject.io/"
Expand Down

0 comments on commit a375ec8

Please sign in to comment.