From 687a85701e69a04e94244f7b5f2afc67129152e7 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 17:03:00 +0000 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers --- .travis.yml | 3 +++ bench_test.go | 3 +++ bolt_store.go | 3 +++ bolt_store_test.go | 3 +++ metrics.go | 3 +++ util.go | 3 +++ v2/bench_test.go | 3 +++ v2/bolt_store.go | 3 +++ v2/bolt_store_test.go | 3 +++ v2/metrics.go | 3 +++ v2/util.go | 3 +++ 11 files changed, 33 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5835741..5796dab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + language: go go: diff --git a/bench_test.go b/bench_test.go index b860706..1fb7867 100644 --- a/bench_test.go +++ b/bench_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package raftboltdb import ( diff --git a/bolt_store.go b/bolt_store.go index e624051..88dfbdc 100644 --- a/bolt_store.go +++ b/bolt_store.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package raftboltdb import ( diff --git a/bolt_store_test.go b/bolt_store_test.go index 12b09b2..6b167f7 100644 --- a/bolt_store_test.go +++ b/bolt_store_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package raftboltdb import ( diff --git a/metrics.go b/metrics.go index 9cb7eb8..fdc9fad 100644 --- a/metrics.go +++ b/metrics.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package raftboltdb import ( diff --git a/util.go b/util.go index 68dd786..60a504c 100644 --- a/util.go +++ b/util.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package raftboltdb import ( diff --git a/v2/bench_test.go b/v2/bench_test.go index b860706..1fb7867 100644 --- a/v2/bench_test.go +++ b/v2/bench_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package raftboltdb import ( diff --git a/v2/bolt_store.go b/v2/bolt_store.go index 5414b29..c0b4ca6 100644 --- a/v2/bolt_store.go +++ b/v2/bolt_store.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package raftboltdb import ( diff --git a/v2/bolt_store_test.go b/v2/bolt_store_test.go index 7a55de0..db84d78 100644 --- a/v2/bolt_store_test.go +++ b/v2/bolt_store_test.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package raftboltdb import ( diff --git a/v2/metrics.go b/v2/metrics.go index 1480ff7..f6fbbb9 100644 --- a/v2/metrics.go +++ b/v2/metrics.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package raftboltdb import ( diff --git a/v2/util.go b/v2/util.go index 68dd786..60a504c 100644 --- a/v2/util.go +++ b/v2/util.go @@ -1,3 +1,6 @@ +// Copyright (c) HashiCorp, Inc. +// SPDX-License-Identifier: MPL-2.0 + package raftboltdb import (