diff --git a/awsutil/clients.go b/awsutil/clients.go index 496e95d..a773632 100644 --- a/awsutil/clients.go +++ b/awsutil/clients.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package awsutil diff --git a/awsutil/clients_test.go b/awsutil/clients_test.go index f99ed1e..b725617 100644 --- a/awsutil/clients_test.go +++ b/awsutil/clients_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package awsutil diff --git a/awsutil/error.go b/awsutil/error.go index 9c5ac69..cb685f5 100644 --- a/awsutil/error.go +++ b/awsutil/error.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package awsutil diff --git a/awsutil/error_test.go b/awsutil/error_test.go index 650c13c..060587d 100644 --- a/awsutil/error_test.go +++ b/awsutil/error_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package awsutil diff --git a/awsutil/generate_credentials.go b/awsutil/generate_credentials.go index 224f177..1c7b11a 100644 --- a/awsutil/generate_credentials.go +++ b/awsutil/generate_credentials.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package awsutil diff --git a/awsutil/generate_credentials_test.go b/awsutil/generate_credentials_test.go index 145ca4d..b9b8277 100644 --- a/awsutil/generate_credentials_test.go +++ b/awsutil/generate_credentials_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package awsutil diff --git a/awsutil/mocks.go b/awsutil/mocks.go index 951c42e..24da155 100644 --- a/awsutil/mocks.go +++ b/awsutil/mocks.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package awsutil diff --git a/awsutil/mocks_test.go b/awsutil/mocks_test.go index b84ccd6..635148f 100644 --- a/awsutil/mocks_test.go +++ b/awsutil/mocks_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package awsutil diff --git a/awsutil/options.go b/awsutil/options.go index dfa26a1..40de129 100644 --- a/awsutil/options.go +++ b/awsutil/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package awsutil diff --git a/awsutil/options_test.go b/awsutil/options_test.go index f000757..9ad87e3 100644 --- a/awsutil/options_test.go +++ b/awsutil/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package awsutil diff --git a/awsutil/region.go b/awsutil/region.go index cd16c82..f405763 100644 --- a/awsutil/region.go +++ b/awsutil/region.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package awsutil diff --git a/awsutil/region_test.go b/awsutil/region_test.go index 4b8e141..6f09f07 100644 --- a/awsutil/region_test.go +++ b/awsutil/region_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package awsutil diff --git a/awsutil/rotate.go b/awsutil/rotate.go index 2da1d9c..812c439 100644 --- a/awsutil/rotate.go +++ b/awsutil/rotate.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package awsutil diff --git a/awsutil/rotate_test.go b/awsutil/rotate_test.go index 908c68d..3f5f2a2 100644 --- a/awsutil/rotate_test.go +++ b/awsutil/rotate_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package awsutil diff --git a/base62/base62.go b/base62/base62.go index d7465e9..978c824 100644 --- a/base62/base62.go +++ b/base62/base62.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Package base62 provides utilities for working with base62 strings. diff --git a/base62/base62_test.go b/base62/base62_test.go index 04c6921..aff38ee 100644 --- a/base62/base62_test.go +++ b/base62/base62_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package base62 diff --git a/configutil/config.go b/configutil/config.go index 2787950..15c4e89 100644 --- a/configutil/config.go +++ b/configutil/config.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package configutil diff --git a/configutil/config_test.go b/configutil/config_test.go index a07482e..6c56a53 100644 --- a/configutil/config_test.go +++ b/configutil/config_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package configutil diff --git a/configutil/config_util.go b/configutil/config_util.go index f69e361..014c16b 100644 --- a/configutil/config_util.go +++ b/configutil/config_util.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // +build !enterprise diff --git a/configutil/encrypt_decrypt.go b/configutil/encrypt_decrypt.go index 8383526..e1cef3c 100644 --- a/configutil/encrypt_decrypt.go +++ b/configutil/encrypt_decrypt.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package configutil diff --git a/configutil/encrypt_decrypt_test.go b/configutil/encrypt_decrypt_test.go index d0371e6..c706bd2 100644 --- a/configutil/encrypt_decrypt_test.go +++ b/configutil/encrypt_decrypt_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package configutil diff --git a/configutil/file_plugin_test.go b/configutil/file_plugin_test.go index f418e02..e15dbe4 100644 --- a/configutil/file_plugin_test.go +++ b/configutil/file_plugin_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package configutil diff --git a/configutil/kms.go b/configutil/kms.go index 1c2ee11..64eda6f 100644 --- a/configutil/kms.go +++ b/configutil/kms.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package configutil diff --git a/configutil/kms_test.go b/configutil/kms_test.go index 75f4536..fbf90bd 100644 --- a/configutil/kms_test.go +++ b/configutil/kms_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package configutil diff --git a/configutil/merge.go b/configutil/merge.go index 1a84249..ee975dd 100644 --- a/configutil/merge.go +++ b/configutil/merge.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package configutil diff --git a/configutil/options.go b/configutil/options.go index 146f588..3cadd78 100644 --- a/configutil/options.go +++ b/configutil/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package configutil diff --git a/configutil/options_test.go b/configutil/options_test.go index c1fa09e..a4a821b 100644 --- a/configutil/options_test.go +++ b/configutil/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package configutil diff --git a/configutil/testplugins/aead/main.go b/configutil/testplugins/aead/main.go index 41967a3..a9893bf 100644 --- a/configutil/testplugins/aead/main.go +++ b/configutil/testplugins/aead/main.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/cryptoutil/rsa.go b/cryptoutil/rsa.go index 01bb61d..9435241 100644 --- a/cryptoutil/rsa.go +++ b/cryptoutil/rsa.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package cryptoutil diff --git a/cryptoutil/rsa_test.go b/cryptoutil/rsa_test.go index 3814ab9..bc3fe6a 100644 --- a/cryptoutil/rsa_test.go +++ b/cryptoutil/rsa_test.go @@ -1,3 +1,5 @@ +// Copyright IBM Corp. 2020, 2026 + package cryptoutil import ( diff --git a/fileutil/caching_file_reader.go b/fileutil/caching_file_reader.go index e2afd06..d1927c9 100644 --- a/fileutil/caching_file_reader.go +++ b/fileutil/caching_file_reader.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package fileutil diff --git a/fileutil/caching_file_reader_test.go b/fileutil/caching_file_reader_test.go index 0353942..9771cf0 100644 --- a/fileutil/caching_file_reader_test.go +++ b/fileutil/caching_file_reader_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package fileutil diff --git a/gatedwriter/writer.go b/gatedwriter/writer.go index bcf9c61..5197359 100644 --- a/gatedwriter/writer.go +++ b/gatedwriter/writer.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package gatedwriter diff --git a/gatedwriter/writer_test.go b/gatedwriter/writer_test.go index 03f0a81..cf6b09d 100644 --- a/gatedwriter/writer_test.go +++ b/gatedwriter/writer_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package gatedwriter diff --git a/httputil/cert_ext_tripper.go b/httputil/cert_ext_tripper.go index 1947a83..e695ae8 100644 --- a/httputil/cert_ext_tripper.go +++ b/httputil/cert_ext_tripper.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package httputil diff --git a/httputil/cert_ext_tripper_test.go b/httputil/cert_ext_tripper_test.go index b54c268..e00e343 100644 --- a/httputil/cert_ext_tripper_test.go +++ b/httputil/cert_ext_tripper_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package httputil diff --git a/kv-builder/builder.go b/kv-builder/builder.go index 4361cf5..8bb353e 100644 --- a/kv-builder/builder.go +++ b/kv-builder/builder.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package kvbuilder diff --git a/kv-builder/builder_test.go b/kv-builder/builder_test.go index 857fa00..a92c0a7 100644 --- a/kv-builder/builder_test.go +++ b/kv-builder/builder_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package kvbuilder diff --git a/listenerutil/error.go b/listenerutil/error.go index a5cf9f0..2ed230d 100644 --- a/listenerutil/error.go +++ b/listenerutil/error.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package listenerutil diff --git a/listenerutil/forwarded_for.go b/listenerutil/forwarded_for.go index d399994..a7cff25 100644 --- a/listenerutil/forwarded_for.go +++ b/listenerutil/forwarded_for.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package listenerutil diff --git a/listenerutil/forwarded_for_test.go b/listenerutil/forwarded_for_test.go index 07a91ef..2778125 100644 --- a/listenerutil/forwarded_for_test.go +++ b/listenerutil/forwarded_for_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package listenerutil diff --git a/listenerutil/handler.go b/listenerutil/handler.go index 56c8e1d..e8efe5e 100644 --- a/listenerutil/handler.go +++ b/listenerutil/handler.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package listenerutil diff --git a/listenerutil/handler_go119.go b/listenerutil/handler_go119.go index 0577c85..4fd22b1 100644 --- a/listenerutil/handler_go119.go +++ b/listenerutil/handler_go119.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 //go:build !go1.20 diff --git a/listenerutil/handler_go120.go b/listenerutil/handler_go120.go index 4f5561c..ea26e94 100644 --- a/listenerutil/handler_go120.go +++ b/listenerutil/handler_go120.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 //go:build go1.20 diff --git a/listenerutil/handler_test.go b/listenerutil/handler_test.go index c43246c..42f7754 100644 --- a/listenerutil/handler_test.go +++ b/listenerutil/handler_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package listenerutil diff --git a/listenerutil/listener.go b/listenerutil/listener.go index 92e64c0..e871a4d 100644 --- a/listenerutil/listener.go +++ b/listenerutil/listener.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package listenerutil diff --git a/listenerutil/listener_test.go b/listenerutil/listener_test.go index 54a162b..7f9f4d7 100644 --- a/listenerutil/listener_test.go +++ b/listenerutil/listener_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package listenerutil diff --git a/listenerutil/options.go b/listenerutil/options.go index 9d1ae1b..34745e8 100644 --- a/listenerutil/options.go +++ b/listenerutil/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package listenerutil diff --git a/listenerutil/options_test.go b/listenerutil/options_test.go index e7e75b2..816e05c 100644 --- a/listenerutil/options_test.go +++ b/listenerutil/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package listenerutil diff --git a/listenerutil/parse.go b/listenerutil/parse.go index 53bde3f..57737f3 100644 --- a/listenerutil/parse.go +++ b/listenerutil/parse.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package listenerutil diff --git a/mlock/mlock.go b/mlock/mlock.go index 4ce94e9..e19c0da 100644 --- a/mlock/mlock.go +++ b/mlock/mlock.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package mlock diff --git a/mlock/mlock_unavail.go b/mlock/mlock_unavail.go index 29c927e..86cc47f 100644 --- a/mlock/mlock_unavail.go +++ b/mlock/mlock_unavail.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 //go:build darwin || nacl || netbsd || plan9 || windows || js diff --git a/mlock/mlock_unix.go b/mlock/mlock_unix.go index e0f6ca0..6c19469 100644 --- a/mlock/mlock_unix.go +++ b/mlock/mlock_unix.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // +build dragonfly freebsd linux openbsd solaris diff --git a/nonceutil/benchmark_test.go b/nonceutil/benchmark_test.go index bad2353..6d962ea 100644 --- a/nonceutil/benchmark_test.go +++ b/nonceutil/benchmark_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package nonceutil diff --git a/nonceutil/encrypted_nonce.go b/nonceutil/encrypted_nonce.go index 7ab2bf5..4e91f3f 100644 --- a/nonceutil/encrypted_nonce.go +++ b/nonceutil/encrypted_nonce.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Nonce is a class for generating and validating nonces loosely based off diff --git a/nonceutil/nonce.go b/nonceutil/nonce.go index 684c6bf..e96da3f 100644 --- a/nonceutil/nonce.go +++ b/nonceutil/nonce.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Nonce is an interface for generating and validating nonces. Different diff --git a/nonceutil/nonce_test.go b/nonceutil/nonce_test.go index 9962e31..058a3af 100644 --- a/nonceutil/nonce_test.go +++ b/nonceutil/nonce_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package nonceutil diff --git a/nonceutil/sync_map_nonce.go b/nonceutil/sync_map_nonce.go index 47e8457..419a743 100644 --- a/nonceutil/sync_map_nonce.go +++ b/nonceutil/sync_map_nonce.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // The implementation of this package is a simple sync.Map to allow creation diff --git a/parseutil/normalize.go b/parseutil/normalize.go index 2f014e4..4a7789f 100644 --- a/parseutil/normalize.go +++ b/parseutil/normalize.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package parseutil diff --git a/parseutil/normalize_test.go b/parseutil/normalize_test.go index 52bc41b..d7b1c1e 100644 --- a/parseutil/normalize_test.go +++ b/parseutil/normalize_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package parseutil diff --git a/parseutil/parsepath.go b/parseutil/parsepath.go index 9eb7a99..ce010f2 100644 --- a/parseutil/parsepath.go +++ b/parseutil/parsepath.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package parseutil diff --git a/parseutil/parsepath_test.go b/parseutil/parsepath_test.go index 467bf79..c83c97d 100644 --- a/parseutil/parsepath_test.go +++ b/parseutil/parsepath_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package parseutil diff --git a/parseutil/parseutil.go b/parseutil/parseutil.go index fd341a3..dc19023 100644 --- a/parseutil/parseutil.go +++ b/parseutil/parseutil.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package parseutil diff --git a/parseutil/parseutil_test.go b/parseutil/parseutil_test.go index 547fa42..6113f93 100644 --- a/parseutil/parseutil_test.go +++ b/parseutil/parseutil_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package parseutil diff --git a/password/password.go b/password/password.go index c5c6a78..6210d2a 100644 --- a/password/password.go +++ b/password/password.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // password is a package for reading a password securely from a terminal. diff --git a/password/password_solaris.go b/password/password_solaris.go index 4ee8767..5b457c5 100644 --- a/password/password_solaris.go +++ b/password/password_solaris.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 //go:build solaris diff --git a/password/password_test.go b/password/password_test.go index cf5ef17..fe99c9b 100644 --- a/password/password_test.go +++ b/password/password_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package password diff --git a/password/password_unix.go b/password/password_unix.go index 464f0be..5660f09 100644 --- a/password/password_unix.go +++ b/password/password_unix.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 //go:build linux || darwin || freebsd || netbsd || openbsd || dragonfly || js diff --git a/password/password_windows.go b/password/password_windows.go index 6ebeace..0275568 100644 --- a/password/password_windows.go +++ b/password/password_windows.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 //go:build windows diff --git a/permitpool/example_test.go b/permitpool/example_test.go index 7fdd13f..fcaac4c 100644 --- a/permitpool/example_test.go +++ b/permitpool/example_test.go @@ -1,3 +1,5 @@ +// Copyright IBM Corp. 2020, 2026 + package permitpool_test import ( diff --git a/permitpool/permitpool.go b/permitpool/permitpool.go index 77fe631..96b78e2 100644 --- a/permitpool/permitpool.go +++ b/permitpool/permitpool.go @@ -1,3 +1,5 @@ +// Copyright IBM Corp. 2020, 2026 + // Package permitpool exposes a synchronization primitive for // limiting the number of concurrent operations. See the Pool // example for a simple use case. diff --git a/permitpool/permitpool_test.go b/permitpool/permitpool_test.go index f816fea..89d1475 100644 --- a/permitpool/permitpool_test.go +++ b/permitpool/permitpool_test.go @@ -1,3 +1,5 @@ +// Copyright IBM Corp. 2020, 2026 + package permitpool_test import ( diff --git a/plugincontainer/compatibility_matrix_test.go b/plugincontainer/compatibility_matrix_test.go index 72ceff8..66b7369 100644 --- a/plugincontainer/compatibility_matrix_test.go +++ b/plugincontainer/compatibility_matrix_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package plugincontainer_test diff --git a/plugincontainer/config.go b/plugincontainer/config.go index 55a120e..fcd9070 100644 --- a/plugincontainer/config.go +++ b/plugincontainer/config.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package plugincontainer diff --git a/plugincontainer/container_reattach_linux.go b/plugincontainer/container_reattach_linux.go index 2d0f7de..ec37438 100644 --- a/plugincontainer/container_reattach_linux.go +++ b/plugincontainer/container_reattach_linux.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package plugincontainer diff --git a/plugincontainer/container_reattach_unsupported.go b/plugincontainer/container_reattach_unsupported.go index 36b53fb..d22f8e7 100644 --- a/plugincontainer/container_reattach_unsupported.go +++ b/plugincontainer/container_reattach_unsupported.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 //go:build !linux diff --git a/plugincontainer/container_runner.go b/plugincontainer/container_runner.go index fac2954..bf39177 100644 --- a/plugincontainer/container_runner.go +++ b/plugincontainer/container_runner.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package plugincontainer diff --git a/plugincontainer/container_runner_external_test.go b/plugincontainer/container_runner_external_test.go index c0efdc8..582d3e3 100644 --- a/plugincontainer/container_runner_external_test.go +++ b/plugincontainer/container_runner_external_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package plugincontainer_test diff --git a/plugincontainer/container_runner_linux.go b/plugincontainer/container_runner_linux.go index 900b13a..3f0706e 100644 --- a/plugincontainer/container_runner_linux.go +++ b/plugincontainer/container_runner_linux.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package plugincontainer diff --git a/plugincontainer/container_runner_linux_test.go b/plugincontainer/container_runner_linux_test.go index 2e1b507..776ef87 100644 --- a/plugincontainer/container_runner_linux_test.go +++ b/plugincontainer/container_runner_linux_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package plugincontainer diff --git a/plugincontainer/container_runner_unsupported.go b/plugincontainer/container_runner_unsupported.go index 7e8b0cd..cb646cf 100644 --- a/plugincontainer/container_runner_unsupported.go +++ b/plugincontainer/container_runner_unsupported.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 //go:build !linux diff --git a/plugincontainer/doc.go b/plugincontainer/doc.go index c9bea33..53fd061 100644 --- a/plugincontainer/doc.go +++ b/plugincontainer/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 /* diff --git a/plugincontainer/examples/container/Dockerfile b/plugincontainer/examples/container/Dockerfile index bb9097a..574537c 100644 --- a/plugincontainer/examples/container/Dockerfile +++ b/plugincontainer/examples/container/Dockerfile @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 FROM gcr.io/distroless/static-debian12 as root diff --git a/plugincontainer/examples/container/buf.gen.yaml b/plugincontainer/examples/container/buf.gen.yaml index 46ef345..ec1f075 100644 --- a/plugincontainer/examples/container/buf.gen.yaml +++ b/plugincontainer/examples/container/buf.gen.yaml @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 version: v1 diff --git a/plugincontainer/examples/container/main.go b/plugincontainer/examples/container/main.go index 883867a..27b3f70 100644 --- a/plugincontainer/examples/container/main.go +++ b/plugincontainer/examples/container/main.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/plugincontainer/examples/container/plugin-counter/main.go b/plugincontainer/examples/container/plugin-counter/main.go index e0c9c31..e3fc9ed 100644 --- a/plugincontainer/examples/container/plugin-counter/main.go +++ b/plugincontainer/examples/container/plugin-counter/main.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package main diff --git a/plugincontainer/examples/container/proto/counter.pb.go b/plugincontainer/examples/container/proto/counter.pb.go index 96e3ea8..752f3b3 100644 --- a/plugincontainer/examples/container/proto/counter.pb.go +++ b/plugincontainer/examples/container/proto/counter.pb.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/plugincontainer/examples/container/proto/counter.proto b/plugincontainer/examples/container/proto/counter.proto index 687da1f..280ad02 100644 --- a/plugincontainer/examples/container/proto/counter.proto +++ b/plugincontainer/examples/container/proto/counter.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/plugincontainer/examples/container/proto/storage.pb.go b/plugincontainer/examples/container/proto/storage.pb.go index 4cc8a1d..7212192 100644 --- a/plugincontainer/examples/container/proto/storage.pb.go +++ b/plugincontainer/examples/container/proto/storage.pb.go @@ -1,4 +1,4 @@ -// Copyright (c) HashiCorp, Inc. +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 // Code generated by protoc-gen-go. DO NOT EDIT. diff --git a/plugincontainer/examples/container/proto/storage.proto b/plugincontainer/examples/container/proto/storage.proto index fa1d07f..e525139 100644 --- a/plugincontainer/examples/container/proto/storage.proto +++ b/plugincontainer/examples/container/proto/storage.proto @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 syntax = "proto3"; diff --git a/plugincontainer/examples/container/shared/counter.go b/plugincontainer/examples/container/shared/counter.go index d2ab3f3..f8f06a6 100644 --- a/plugincontainer/examples/container/shared/counter.go +++ b/plugincontainer/examples/container/shared/counter.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package shared diff --git a/plugincontainer/examples/container/shared/counter_plugin.go b/plugincontainer/examples/container/shared/counter_plugin.go index c975f4f..849ead2 100644 --- a/plugincontainer/examples/container/shared/counter_plugin.go +++ b/plugincontainer/examples/container/shared/counter_plugin.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package shared diff --git a/plugincontainer/examples/container/shared/go_plugin.go b/plugincontainer/examples/container/shared/go_plugin.go index 892e05f..ec0b7fe 100644 --- a/plugincontainer/examples/container/shared/go_plugin.go +++ b/plugincontainer/examples/container/shared/go_plugin.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package shared diff --git a/plugincontainer/examples/container/shared/grpc_counter_client.go b/plugincontainer/examples/container/shared/grpc_counter_client.go index 574b44f..ee8f962 100644 --- a/plugincontainer/examples/container/shared/grpc_counter_client.go +++ b/plugincontainer/examples/container/shared/grpc_counter_client.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package shared diff --git a/plugincontainer/examples/container/shared/grpc_counter_server.go b/plugincontainer/examples/container/shared/grpc_counter_server.go index 9ca5604..84057a1 100644 --- a/plugincontainer/examples/container/shared/grpc_counter_server.go +++ b/plugincontainer/examples/container/shared/grpc_counter_server.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package shared diff --git a/plugincontainer/examples/container/shared/grpc_storage_client.go b/plugincontainer/examples/container/shared/grpc_storage_client.go index 630ee62..915a45e 100644 --- a/plugincontainer/examples/container/shared/grpc_storage_client.go +++ b/plugincontainer/examples/container/shared/grpc_storage_client.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package shared diff --git a/plugincontainer/examples/container/shared/grpc_storage_server.go b/plugincontainer/examples/container/shared/grpc_storage_server.go index cf229fa..7a8ae3e 100644 --- a/plugincontainer/examples/container/shared/grpc_storage_server.go +++ b/plugincontainer/examples/container/shared/grpc_storage_server.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package shared diff --git a/plugincontainer/examples/container/shared/storage.go b/plugincontainer/examples/container/shared/storage.go index 78ea035..e6d0d66 100644 --- a/plugincontainer/examples/container/shared/storage.go +++ b/plugincontainer/examples/container/shared/storage.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package shared diff --git a/plugincontainer/testdata/Dockerfile b/plugincontainer/testdata/Dockerfile index 1ebc99c..fc89bc3 100644 --- a/plugincontainer/testdata/Dockerfile +++ b/plugincontainer/testdata/Dockerfile @@ -1,4 +1,4 @@ -# Copyright IBM Corp. 2020, 2025 +# Copyright IBM Corp. 2020, 2026 # SPDX-License-Identifier: MPL-2.0 FROM ubuntu diff --git a/pluginutil/doc.go b/pluginutil/doc.go index df19c12..3786d7f 100644 --- a/pluginutil/doc.go +++ b/pluginutil/doc.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 /* diff --git a/pluginutil/options.go b/pluginutil/options.go index 1ea690e..853d9c0 100644 --- a/pluginutil/options.go +++ b/pluginutil/options.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package pluginutil diff --git a/pluginutil/options_test.go b/pluginutil/options_test.go index 90710c1..439680f 100644 --- a/pluginutil/options_test.go +++ b/pluginutil/options_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package pluginutil diff --git a/pluginutil/pluginutil.go b/pluginutil/pluginutil.go index 3eaa358..244593a 100644 --- a/pluginutil/pluginutil.go +++ b/pluginutil/pluginutil.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package pluginutil diff --git a/random/parser.go b/random/parser.go index 740bd6e..63fe181 100644 --- a/random/parser.go +++ b/random/parser.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package random diff --git a/random/parser_test.go b/random/parser_test.go index bbb9429..75ca98f 100644 --- a/random/parser_test.go +++ b/random/parser_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package random diff --git a/random/registry.go b/random/registry.go index c04f4b7..860df28 100644 --- a/random/registry.go +++ b/random/registry.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package random diff --git a/random/registry_test.go b/random/registry_test.go index ba568bd..29d115a 100644 --- a/random/registry_test.go +++ b/random/registry_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package random diff --git a/random/rules.go b/random/rules.go index 9654c07..4574df2 100644 --- a/random/rules.go +++ b/random/rules.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package random diff --git a/random/rules_test.go b/random/rules_test.go index 014a211..f293649 100644 --- a/random/rules_test.go +++ b/random/rules_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package random diff --git a/random/serializing.go b/random/serializing.go index 45bc05b..6d57e43 100644 --- a/random/serializing.go +++ b/random/serializing.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package random diff --git a/random/serializing_test.go b/random/serializing_test.go index 1de2a19..08d96fa 100644 --- a/random/serializing_test.go +++ b/random/serializing_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package random diff --git a/random/string_generator.go b/random/string_generator.go index ac70879..9f1dd1e 100644 --- a/random/string_generator.go +++ b/random/string_generator.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package random diff --git a/random/string_generator_test.go b/random/string_generator_test.go index 1917f61..812d4ca 100644 --- a/random/string_generator_test.go +++ b/random/string_generator_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package random diff --git a/regexp/regexp.go b/regexp/regexp.go index f258694..87dd35c 100644 --- a/regexp/regexp.go +++ b/regexp/regexp.go @@ -1,3 +1,5 @@ +// Copyright IBM Corp. 2020, 2026 + package regexp import ( diff --git a/regexp/regexp_test.go b/regexp/regexp_test.go index 8634347..91a50f9 100644 --- a/regexp/regexp_test.go +++ b/regexp/regexp_test.go @@ -1,3 +1,5 @@ +// Copyright IBM Corp. 2020, 2026 + package regexp import ( diff --git a/reloadutil/reload.go b/reloadutil/reload.go index 78154cf..93bab6f 100644 --- a/reloadutil/reload.go +++ b/reloadutil/reload.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package reloadutil diff --git a/reloadutil/reload_test.go b/reloadutil/reload_test.go index 2b88209..bc8c8c8 100644 --- a/reloadutil/reload_test.go +++ b/reloadutil/reload_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package reloadutil diff --git a/strutil/strutil.go b/strutil/strutil.go index 0a53d43..2650277 100644 --- a/strutil/strutil.go +++ b/strutil/strutil.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package strutil diff --git a/strutil/strutil_benchmark_test.go b/strutil/strutil_benchmark_test.go index 725d41c..c09cc3e 100644 --- a/strutil/strutil_benchmark_test.go +++ b/strutil/strutil_benchmark_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package strutil diff --git a/strutil/strutil_test.go b/strutil/strutil_test.go index 0557bf5..38a4cef 100644 --- a/strutil/strutil_test.go +++ b/strutil/strutil_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package strutil diff --git a/temperror/temperror.go b/temperror/temperror.go index 9c7e9cb..be33027 100644 --- a/temperror/temperror.go +++ b/temperror/temperror.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package temperror diff --git a/temperror/temperror_test.go b/temperror/temperror_test.go index 5e599f8..ff7f2a0 100644 --- a/temperror/temperror_test.go +++ b/temperror/temperror_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package temperror diff --git a/tlsutil/tlsutil.go b/tlsutil/tlsutil.go index 8cc1841..e5f2c7f 100644 --- a/tlsutil/tlsutil.go +++ b/tlsutil/tlsutil.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package tlsutil diff --git a/tlsutil/tlsutil_test.go b/tlsutil/tlsutil_test.go index c0ebe54..c307e0c 100644 --- a/tlsutil/tlsutil_test.go +++ b/tlsutil/tlsutil_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package tlsutil diff --git a/toggledlogger/toggledlogger.go b/toggledlogger/toggledlogger.go index 2317dd2..abf9198 100644 --- a/toggledlogger/toggledlogger.go +++ b/toggledlogger/toggledlogger.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package toggledlogger diff --git a/toggledlogger/toggledlogger_test.go b/toggledlogger/toggledlogger_test.go index 60e515c..bd0e3a0 100644 --- a/toggledlogger/toggledlogger_test.go +++ b/toggledlogger/toggledlogger_test.go @@ -1,4 +1,4 @@ -// Copyright IBM Corp. 2020, 2025 +// Copyright IBM Corp. 2020, 2026 // SPDX-License-Identifier: MPL-2.0 package toggledlogger