Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aead/aead.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package aead
Expand Down
2 changes: 1 addition & 1 deletion aead/aead_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package aead
Expand Down
2 changes: 1 addition & 1 deletion aead/options.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package aead
Expand Down
2 changes: 1 addition & 1 deletion aead/testing.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package aead
Expand Down
2 changes: 1 addition & 1 deletion buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2019, 2025
# SPDX-License-Identifier: MPL-2.0

version: v1
Expand Down
2 changes: 1 addition & 1 deletion buf.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2019, 2025
# SPDX-License-Identifier: MPL-2.0

version: v1
Expand Down
2 changes: 1 addition & 1 deletion const.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package wrapping
Expand Down
2 changes: 1 addition & 1 deletion ed25519/options.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package ed25519
Expand Down
2 changes: 1 addition & 1 deletion ed25519/signer.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package ed25519
Expand Down
2 changes: 1 addition & 1 deletion ed25519/signer_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package ed25519
Expand Down
2 changes: 1 addition & 1 deletion ed25519/testing.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package ed25519
Expand Down
2 changes: 1 addition & 1 deletion ed25519/verifier.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package ed25519
Expand Down
2 changes: 1 addition & 1 deletion ed25519/verifier_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package ed25519
Expand Down
2 changes: 1 addition & 1 deletion entropy/entropy.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package entropy
Expand Down
2 changes: 1 addition & 1 deletion entropy/entropy_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package entropy
Expand Down
2 changes: 1 addition & 1 deletion entropy/testhelper.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package entropy
Expand Down
2 changes: 1 addition & 1 deletion envelope.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package wrapping
Expand Down
2 changes: 1 addition & 1 deletion envelope_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package wrapping
Expand Down
2 changes: 1 addition & 1 deletion errors.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package wrapping
Expand Down
2 changes: 1 addition & 1 deletion examples/plugin-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2019, 2025
# SPDX-License-Identifier: MPL-2.0

# This docker container will invoke a vault client which will initialize the
Expand Down
2 changes: 1 addition & 1 deletion examples/plugin-cli/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2019, 2025
# SPDX-License-Identifier: MPL-2.0

# these services are required to be up before running the example. after the
Expand Down
2 changes: 1 addition & 1 deletion examples/plugin-cli/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package main
Expand Down
2 changes: 1 addition & 1 deletion examples/plugin-cli/plugins/mains/transit/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package main
Expand Down
2 changes: 1 addition & 1 deletion examples/plugin-cli/scripts/plugins.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2019, 2025
# SPDX-License-Identifier: MPL-2.0

#
Expand Down
2 changes: 1 addition & 1 deletion examples/plugin-cli/scripts/run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2019, 2025
# SPDX-License-Identifier: MPL-2.0


Expand Down
2 changes: 1 addition & 1 deletion extras/crypto/derived_reader.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package crypto
Expand Down
2 changes: 1 addition & 1 deletion extras/crypto/derived_reader_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package crypto_test
Expand Down
2 changes: 1 addition & 1 deletion extras/crypto/hmac_sha256.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package crypto
Expand Down
2 changes: 1 addition & 1 deletion extras/crypto/hmac_sha256_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package crypto_test
Expand Down
2 changes: 1 addition & 1 deletion extras/crypto/isnil.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package crypto
Expand Down
2 changes: 1 addition & 1 deletion extras/crypto/options.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package crypto
Expand Down
2 changes: 1 addition & 1 deletion extras/crypto/sha256sum.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package crypto
Expand Down
2 changes: 1 addition & 1 deletion extras/crypto/sha256sum_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package crypto_test
Expand Down
2 changes: 1 addition & 1 deletion extras/crypto/testing.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package crypto
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/data_key.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package kms
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/data_key_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package kms
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/data_key_version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package kms
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/data_key_version_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package kms
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2019, 2025
# SPDX-License-Identifier: MPL-2.0

# this is used to bring up a postgres database for when you want to run tests
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/docs.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

// kms is a package that provides key management system features for
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/errors.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package kms
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/examples/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2019, 2025
# SPDX-License-Identifier: MPL-2.0

FROM vault:1.10.0
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/examples/cli/main.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package main
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/examples/config.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package examples
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/examples/db.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package examples
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/examples/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2019, 2025
# SPDX-License-Identifier: MPL-2.0

version: "3.8"
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/examples/fs.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package examples
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/examples/oidc.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package examples
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/examples/run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2019, 2025
# SPDX-License-Identifier: MPL-2.0


Expand Down
2 changes: 1 addition & 1 deletion extras/kms/examples/scope.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package examples
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/examples/sqlite-migrations/10_scopes.up.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) HashiCorp, Inc.
-- Copyright IBM Corp. 2019, 2025
-- SPDX-License-Identifier: MPL-2.0

create table scope (
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/examples/sqlite-migrations/15_oidc.up.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) HashiCorp, Inc.
-- Copyright IBM Corp. 2019, 2025
-- SPDX-License-Identifier: MPL-2.0

create table oidc (
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/id.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package kms
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/id_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package kms
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/key.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package kms
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/key_purpose.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package kms
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/kms.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package kms
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/kms_internal_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package kms
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/kms_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package kms_test
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/migrations/fs.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package migrations
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/migrations/postgres/01_domain_types.up.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) HashiCorp, Inc.
-- Copyright IBM Corp. 2019, 2025
-- SPDX-License-Identifier: MPL-2.0

begin;
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/migrations/postgres/02_version.up.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) HashiCorp, Inc.
-- Copyright IBM Corp. 2019, 2025
-- SPDX-License-Identifier: MPL-2.0

begin;
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/migrations/postgres/03_keys.up.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) HashiCorp, Inc.
-- Copyright IBM Corp. 2019, 2025
-- SPDX-License-Identifier: MPL-2.0

begin;
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/migrations/postgres/04_keys.up.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) HashiCorp, Inc.
-- Copyright IBM Corp. 2019, 2025
-- SPDX-License-Identifier: MPL-2.0

begin;
Expand Down
2 changes: 1 addition & 1 deletion extras/kms/migrations/postgres/05_key_rewrap.up.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) HashiCorp, Inc.
-- Copyright IBM Corp. 2019, 2025
-- SPDX-License-Identifier: MPL-2.0

begin;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Copyright (c) HashiCorp, Inc.
-- Copyright IBM Corp. 2019, 2025
-- SPDX-License-Identifier: MPL-2.0

begin;
Expand Down
Loading
Loading