diff --git a/LICENSE b/LICENSE index 08ceb90..33796a1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright IBM Corp. 2022, 2024 +Copyright IBM Corp. 2022, 2026 Mozilla Public License Version 2.0 ================================== diff --git a/quick-start/run.sh b/quick-start/run.sh index 860d745..f1f1954 100755 --- a/quick-start/run.sh +++ b/quick-start/run.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright IBM Corp. 2022, 2024 +# Copyright IBM Corp. 2022, 2026 # SPDX-License-Identifier: MPL-2.0 diff --git a/quick-start/src/main/java/com/hashicorp/quickstart/App.java b/quick-start/src/main/java/com/hashicorp/quickstart/App.java index 8ffdc10..2e9aa32 100644 --- a/quick-start/src/main/java/com/hashicorp/quickstart/App.java +++ b/quick-start/src/main/java/com/hashicorp/quickstart/App.java @@ -1,5 +1,5 @@ /* - * Copyright IBM Corp. 2022, 2024 + * Copyright IBM Corp. 2022, 2026 * SPDX-License-Identifier: MPL-2.0 */ diff --git a/sample-app/Dockerfile b/sample-app/Dockerfile index 21b2212..884955c 100644 --- a/sample-app/Dockerfile +++ b/sample-app/Dockerfile @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2022, 2024 +# Copyright IBM Corp. 2022, 2026 # SPDX-License-Identifier: MPL-2.0 FROM maven:3.8.4-openjdk-17 as build diff --git a/sample-app/docker-compose.yml b/sample-app/docker-compose.yml index 6cd6efe..9040bd4 100644 --- a/sample-app/docker-compose.yml +++ b/sample-app/docker-compose.yml @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2022, 2024 +# Copyright IBM Corp. 2022, 2026 # SPDX-License-Identifier: MPL-2.0 version: "3.9" diff --git a/sample-app/run-tests.sh b/sample-app/run-tests.sh index f2a4bd5..9c01497 100755 --- a/sample-app/run-tests.sh +++ b/sample-app/run-tests.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright IBM Corp. 2022, 2024 +# Copyright IBM Corp. 2022, 2026 # SPDX-License-Identifier: MPL-2.0 diff --git a/sample-app/run.sh b/sample-app/run.sh index 585280e..0f4a16d 100755 --- a/sample-app/run.sh +++ b/sample-app/run.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright IBM Corp. 2022, 2024 +# Copyright IBM Corp. 2022, 2026 # SPDX-License-Identifier: MPL-2.0 diff --git a/sample-app/setup/database/1-schema.sql b/sample-app/setup/database/1-schema.sql index 5d73818..659a185 100644 --- a/sample-app/setup/database/1-schema.sql +++ b/sample-app/setup/database/1-schema.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2022, 2024 +-- Copyright IBM Corp. 2022, 2026 -- SPDX-License-Identifier: MPL-2.0 CREATE TABLE IF NOT EXISTS products ( diff --git a/sample-app/setup/database/2-data.sql b/sample-app/setup/database/2-data.sql index da45ebc..314b970 100644 --- a/sample-app/setup/database/2-data.sql +++ b/sample-app/setup/database/2-data.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2022, 2024 +-- Copyright IBM Corp. 2022, 2026 -- SPDX-License-Identifier: MPL-2.0 INSERT INTO products (name) diff --git a/sample-app/setup/database/3-roles.sql b/sample-app/setup/database/3-roles.sql index c3454af..c31000b 100644 --- a/sample-app/setup/database/3-roles.sql +++ b/sample-app/setup/database/3-roles.sql @@ -1,4 +1,4 @@ --- Copyright IBM Corp. 2022, 2024 +-- Copyright IBM Corp. 2022, 2026 -- SPDX-License-Identifier: MPL-2.0 CREATE ROLE vault_db_user LOGIN SUPERUSER PASSWORD 'vault_db_password'; diff --git a/sample-app/setup/trusted-orchestrator/Dockerfile b/sample-app/setup/trusted-orchestrator/Dockerfile index 1b9edde..b542808 100644 --- a/sample-app/setup/trusted-orchestrator/Dockerfile +++ b/sample-app/setup/trusted-orchestrator/Dockerfile @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2022, 2024 +# Copyright IBM Corp. 2022, 2026 # SPDX-License-Identifier: MPL-2.0 FROM alpine:latest diff --git a/sample-app/setup/trusted-orchestrator/entrypoint.sh b/sample-app/setup/trusted-orchestrator/entrypoint.sh index 61ebcd2..d5023bb 100755 --- a/sample-app/setup/trusted-orchestrator/entrypoint.sh +++ b/sample-app/setup/trusted-orchestrator/entrypoint.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright IBM Corp. 2022, 2024 +# Copyright IBM Corp. 2022, 2026 # SPDX-License-Identifier: MPL-2.0 diff --git a/sample-app/setup/vault-server/Dockerfile b/sample-app/setup/vault-server/Dockerfile index 7ea1300..e463bd6 100644 --- a/sample-app/setup/vault-server/Dockerfile +++ b/sample-app/setup/vault-server/Dockerfile @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2022, 2024 +# Copyright IBM Corp. 2022, 2026 # SPDX-License-Identifier: MPL-2.0 FROM vault:1.9.1 diff --git a/sample-app/setup/vault-server/dev-policy.hcl b/sample-app/setup/vault-server/dev-policy.hcl index 05ec179..c1a73e3 100644 --- a/sample-app/setup/vault-server/dev-policy.hcl +++ b/sample-app/setup/vault-server/dev-policy.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2022, 2024 +# Copyright IBM Corp. 2022, 2026 # SPDX-License-Identifier: MPL-2.0 # This section grants access to "kv-v2/data/api-key" diff --git a/sample-app/setup/vault-server/entrypoint.sh b/sample-app/setup/vault-server/entrypoint.sh index 3b144ae..39bcc58 100755 --- a/sample-app/setup/vault-server/entrypoint.sh +++ b/sample-app/setup/vault-server/entrypoint.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright IBM Corp. 2022, 2024 +# Copyright IBM Corp. 2022, 2026 # SPDX-License-Identifier: MPL-2.0 diff --git a/sample-app/setup/vault-server/trusted-orchestrator-policy.hcl b/sample-app/setup/vault-server/trusted-orchestrator-policy.hcl index ada3b29..2a64be0 100644 --- a/sample-app/setup/vault-server/trusted-orchestrator-policy.hcl +++ b/sample-app/setup/vault-server/trusted-orchestrator-policy.hcl @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2022, 2024 +# Copyright IBM Corp. 2022, 2026 # SPDX-License-Identifier: MPL-2.0 # Grant 'update' permission on the 'auth/approle/role//secret-id' path for generating a secret id diff --git a/sample-app/src/main/java/com/hashicorp/hellovaultspring/HelloVaultSpringApplication.java b/sample-app/src/main/java/com/hashicorp/hellovaultspring/HelloVaultSpringApplication.java index b154e5b..8538261 100644 --- a/sample-app/src/main/java/com/hashicorp/hellovaultspring/HelloVaultSpringApplication.java +++ b/sample-app/src/main/java/com/hashicorp/hellovaultspring/HelloVaultSpringApplication.java @@ -1,5 +1,5 @@ /* - * Copyright IBM Corp. 2022, 2024 + * Copyright IBM Corp. 2022, 2026 * SPDX-License-Identifier: MPL-2.0 */ diff --git a/sample-app/src/main/java/com/hashicorp/hellovaultspring/ServletInitializer.java b/sample-app/src/main/java/com/hashicorp/hellovaultspring/ServletInitializer.java index aa80b7d..1f25fc7 100644 --- a/sample-app/src/main/java/com/hashicorp/hellovaultspring/ServletInitializer.java +++ b/sample-app/src/main/java/com/hashicorp/hellovaultspring/ServletInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright IBM Corp. 2022, 2024 + * Copyright IBM Corp. 2022, 2026 * SPDX-License-Identifier: MPL-2.0 */ diff --git a/sample-app/src/main/java/com/hashicorp/hellovaultspring/controllers/HealthcheckController.java b/sample-app/src/main/java/com/hashicorp/hellovaultspring/controllers/HealthcheckController.java index f6c17a0..d1621f8 100644 --- a/sample-app/src/main/java/com/hashicorp/hellovaultspring/controllers/HealthcheckController.java +++ b/sample-app/src/main/java/com/hashicorp/hellovaultspring/controllers/HealthcheckController.java @@ -1,5 +1,5 @@ /* - * Copyright IBM Corp. 2022, 2024 + * Copyright IBM Corp. 2022, 2026 * SPDX-License-Identifier: MPL-2.0 */ diff --git a/sample-app/src/main/java/com/hashicorp/hellovaultspring/controllers/PaymentsController.java b/sample-app/src/main/java/com/hashicorp/hellovaultspring/controllers/PaymentsController.java index 490b01f..4ca90cc 100644 --- a/sample-app/src/main/java/com/hashicorp/hellovaultspring/controllers/PaymentsController.java +++ b/sample-app/src/main/java/com/hashicorp/hellovaultspring/controllers/PaymentsController.java @@ -1,5 +1,5 @@ /* - * Copyright IBM Corp. 2022, 2024 + * Copyright IBM Corp. 2022, 2026 * SPDX-License-Identifier: MPL-2.0 */ diff --git a/sample-app/src/main/java/com/hashicorp/hellovaultspring/controllers/ProductsController.java b/sample-app/src/main/java/com/hashicorp/hellovaultspring/controllers/ProductsController.java index 56e1beb..b74ceb8 100644 --- a/sample-app/src/main/java/com/hashicorp/hellovaultspring/controllers/ProductsController.java +++ b/sample-app/src/main/java/com/hashicorp/hellovaultspring/controllers/ProductsController.java @@ -1,5 +1,5 @@ /* - * Copyright IBM Corp. 2022, 2024 + * Copyright IBM Corp. 2022, 2026 * SPDX-License-Identifier: MPL-2.0 */ diff --git a/sample-app/src/main/java/com/hashicorp/hellovaultspring/database/DatabaseConfiguration.java b/sample-app/src/main/java/com/hashicorp/hellovaultspring/database/DatabaseConfiguration.java index 442d935..ca03668 100644 --- a/sample-app/src/main/java/com/hashicorp/hellovaultspring/database/DatabaseConfiguration.java +++ b/sample-app/src/main/java/com/hashicorp/hellovaultspring/database/DatabaseConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright IBM Corp. 2022, 2024 + * Copyright IBM Corp. 2022, 2026 * SPDX-License-Identifier: MPL-2.0 */ diff --git a/sample-app/src/main/java/com/hashicorp/hellovaultspring/database/Product.java b/sample-app/src/main/java/com/hashicorp/hellovaultspring/database/Product.java index 7b5caa4..49a0c3d 100644 --- a/sample-app/src/main/java/com/hashicorp/hellovaultspring/database/Product.java +++ b/sample-app/src/main/java/com/hashicorp/hellovaultspring/database/Product.java @@ -1,5 +1,5 @@ /* - * Copyright IBM Corp. 2022, 2024 + * Copyright IBM Corp. 2022, 2026 * SPDX-License-Identifier: MPL-2.0 */ diff --git a/sample-app/src/main/java/com/hashicorp/hellovaultspring/database/ProductsTable.java b/sample-app/src/main/java/com/hashicorp/hellovaultspring/database/ProductsTable.java index 591fe9f..115fe68 100644 --- a/sample-app/src/main/java/com/hashicorp/hellovaultspring/database/ProductsTable.java +++ b/sample-app/src/main/java/com/hashicorp/hellovaultspring/database/ProductsTable.java @@ -1,5 +1,5 @@ /* - * Copyright IBM Corp. 2022, 2024 + * Copyright IBM Corp. 2022, 2026 * SPDX-License-Identifier: MPL-2.0 */ diff --git a/sample-app/src/main/java/com/hashicorp/hellovaultspring/vault/VaultConfiguration.java b/sample-app/src/main/java/com/hashicorp/hellovaultspring/vault/VaultConfiguration.java index bbba2e2..1d00061 100644 --- a/sample-app/src/main/java/com/hashicorp/hellovaultspring/vault/VaultConfiguration.java +++ b/sample-app/src/main/java/com/hashicorp/hellovaultspring/vault/VaultConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright IBM Corp. 2022, 2024 + * Copyright IBM Corp. 2022, 2026 * SPDX-License-Identifier: MPL-2.0 */ diff --git a/sample-app/src/main/resources/application.yml b/sample-app/src/main/resources/application.yml index 59452ba..5f909cb 100644 --- a/sample-app/src/main/resources/application.yml +++ b/sample-app/src/main/resources/application.yml @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2022, 2024 +# Copyright IBM Corp. 2022, 2026 # SPDX-License-Identifier: MPL-2.0 spring: diff --git a/sample-app/src/test/java/com/hashicorp/hellovaultspring/HelloVaultSpringApplicationTests.java b/sample-app/src/test/java/com/hashicorp/hellovaultspring/HelloVaultSpringApplicationTests.java index 03f90a8..e6aa316 100644 --- a/sample-app/src/test/java/com/hashicorp/hellovaultspring/HelloVaultSpringApplicationTests.java +++ b/sample-app/src/test/java/com/hashicorp/hellovaultspring/HelloVaultSpringApplicationTests.java @@ -1,5 +1,5 @@ /* - * Copyright IBM Corp. 2022, 2024 + * Copyright IBM Corp. 2022, 2026 * SPDX-License-Identifier: MPL-2.0 */