From abebfa40c9750aa4e495d71d29a42804b2462b56 Mon Sep 17 00:00:00 2001 From: Yogesh Deshpande Date: Thu, 14 Mar 2024 11:43:48 -0400 Subject: [PATCH] Introduce IStoreHandler Fixes #138 Signed-off-by: Yogesh Deshpande --- config/Makefile | 2 +- config/viper.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/Makefile b/config/Makefile index be16fd06..ddab765e 100644 --- a/config/Makefile +++ b/config/Makefile @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Contributors to the Veraison project. +# Copyright 2022-2024 Contributors to the Veraison project. # SPDX-License-Identifier: Apache-2.0 .DEFAULT_GOAL := test diff --git a/config/viper.go b/config/viper.go index 824b7a80..65711883 100644 --- a/config/viper.go +++ b/config/viper.go @@ -1,4 +1,4 @@ -// Copyright 2022-2023 Contributors to the Veraison project. +// Copyright 2022-2024 Contributors to the Veraison project. // SPDX-License-Identifier: Apache-2.0 package config