diff --git a/google-shopping-merchant-accounts/.owlbot-manifest.json b/google-shopping-merchant-accounts/.owlbot-manifest.json index 613c7ffb2bf7..5e596655b6b4 100644 --- a/google-shopping-merchant-accounts/.owlbot-manifest.json +++ b/google-shopping-merchant-accounts/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-shopping-merchant-accounts/.toys.rb b/google-shopping-merchant-accounts/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-shopping-merchant-accounts/.toys.rb +++ b/google-shopping-merchant-accounts/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-accounts/Gemfile b/google-shopping-merchant-accounts/Gemfile index 751e9e9d422e..0a805caff773 100644 --- a/google-shopping-merchant-accounts/Gemfile +++ b/google-shopping-merchant-accounts/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-shopping-merchant-accounts/Rakefile b/google-shopping-merchant-accounts/Rakefile index f5b597187baa..ad578d0a8d76 100644 --- a/google-shopping-merchant-accounts/Rakefile +++ b/google-shopping-merchant-accounts/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-accounts/lib/google-shopping-merchant-accounts.rb b/google-shopping-merchant-accounts/lib/google-shopping-merchant-accounts.rb index fab4c72eda64..a1952a0c840e 100644 --- a/google-shopping-merchant-accounts/lib/google-shopping-merchant-accounts.rb +++ b/google-shopping-merchant-accounts/lib/google-shopping-merchant-accounts.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-accounts/lib/google/shopping/merchant/accounts.rb b/google-shopping-merchant-accounts/lib/google/shopping/merchant/accounts.rb index c598873114bd..f26f5ed7b220 100644 --- a/google-shopping-merchant-accounts/lib/google/shopping/merchant/accounts.rb +++ b/google-shopping-merchant-accounts/lib/google/shopping/merchant/accounts.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-accounts/test/google/shopping/merchant/accounts/client_test.rb b/google-shopping-merchant-accounts/test/google/shopping/merchant/accounts/client_test.rb index ee8a627b5f2e..55d831210aa4 100644 --- a/google-shopping-merchant-accounts/test/google/shopping/merchant/accounts/client_test.rb +++ b/google-shopping-merchant-accounts/test/google/shopping/merchant/accounts/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-accounts/test/google/shopping/merchant/accounts/version_test.rb b/google-shopping-merchant-accounts/test/google/shopping/merchant/accounts/version_test.rb index 0a74bcea01d8..2be1d30ba818 100644 --- a/google-shopping-merchant-accounts/test/google/shopping/merchant/accounts/version_test.rb +++ b/google-shopping-merchant-accounts/test/google/shopping/merchant/accounts/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-accounts/test/helper.rb b/google-shopping-merchant-accounts/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-shopping-merchant-accounts/test/helper.rb +++ b/google-shopping-merchant-accounts/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-conversions/.owlbot-manifest.json b/google-shopping-merchant-conversions/.owlbot-manifest.json index 7e85831e3478..66605701a314 100644 --- a/google-shopping-merchant-conversions/.owlbot-manifest.json +++ b/google-shopping-merchant-conversions/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-shopping-merchant-conversions/.toys.rb b/google-shopping-merchant-conversions/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-shopping-merchant-conversions/.toys.rb +++ b/google-shopping-merchant-conversions/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-conversions/Gemfile b/google-shopping-merchant-conversions/Gemfile index 0de2d8aca15c..d4ba8d2154ad 100644 --- a/google-shopping-merchant-conversions/Gemfile +++ b/google-shopping-merchant-conversions/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-shopping-merchant-conversions/Rakefile b/google-shopping-merchant-conversions/Rakefile index da32a669939c..0c0afc4a89e7 100644 --- a/google-shopping-merchant-conversions/Rakefile +++ b/google-shopping-merchant-conversions/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-conversions/lib/google-shopping-merchant-conversions.rb b/google-shopping-merchant-conversions/lib/google-shopping-merchant-conversions.rb index 4b774b603a47..4f2c02acf1c5 100644 --- a/google-shopping-merchant-conversions/lib/google-shopping-merchant-conversions.rb +++ b/google-shopping-merchant-conversions/lib/google-shopping-merchant-conversions.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-conversions/lib/google/shopping/merchant/conversions.rb b/google-shopping-merchant-conversions/lib/google/shopping/merchant/conversions.rb index 483ad4aca6cd..fe299fff0196 100644 --- a/google-shopping-merchant-conversions/lib/google/shopping/merchant/conversions.rb +++ b/google-shopping-merchant-conversions/lib/google/shopping/merchant/conversions.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-conversions/test/google/shopping/merchant/conversions/client_test.rb b/google-shopping-merchant-conversions/test/google/shopping/merchant/conversions/client_test.rb index 2eb074d6ad97..76de83d3738d 100644 --- a/google-shopping-merchant-conversions/test/google/shopping/merchant/conversions/client_test.rb +++ b/google-shopping-merchant-conversions/test/google/shopping/merchant/conversions/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-conversions/test/google/shopping/merchant/conversions/version_test.rb b/google-shopping-merchant-conversions/test/google/shopping/merchant/conversions/version_test.rb index 95f6d425e110..eb0ac141a25b 100644 --- a/google-shopping-merchant-conversions/test/google/shopping/merchant/conversions/version_test.rb +++ b/google-shopping-merchant-conversions/test/google/shopping/merchant/conversions/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-conversions/test/helper.rb b/google-shopping-merchant-conversions/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-shopping-merchant-conversions/test/helper.rb +++ b/google-shopping-merchant-conversions/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-data_sources/.owlbot-manifest.json b/google-shopping-merchant-data_sources/.owlbot-manifest.json index 8839b03d4083..0b64074ab914 100644 --- a/google-shopping-merchant-data_sources/.owlbot-manifest.json +++ b/google-shopping-merchant-data_sources/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-shopping-merchant-data_sources/.toys.rb b/google-shopping-merchant-data_sources/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-shopping-merchant-data_sources/.toys.rb +++ b/google-shopping-merchant-data_sources/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-data_sources/Gemfile b/google-shopping-merchant-data_sources/Gemfile index 5502605b53bb..fb85c86d7bea 100644 --- a/google-shopping-merchant-data_sources/Gemfile +++ b/google-shopping-merchant-data_sources/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-shopping-merchant-data_sources/Rakefile b/google-shopping-merchant-data_sources/Rakefile index 402d4b9a3f4d..c4c201c5e60c 100644 --- a/google-shopping-merchant-data_sources/Rakefile +++ b/google-shopping-merchant-data_sources/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-data_sources/lib/google-shopping-merchant-data_sources.rb b/google-shopping-merchant-data_sources/lib/google-shopping-merchant-data_sources.rb index 814d4292e6f6..445edac87aba 100644 --- a/google-shopping-merchant-data_sources/lib/google-shopping-merchant-data_sources.rb +++ b/google-shopping-merchant-data_sources/lib/google-shopping-merchant-data_sources.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-data_sources/lib/google/shopping/merchant/data_sources.rb b/google-shopping-merchant-data_sources/lib/google/shopping/merchant/data_sources.rb index 6c05b2a61d01..c1299ad2d008 100644 --- a/google-shopping-merchant-data_sources/lib/google/shopping/merchant/data_sources.rb +++ b/google-shopping-merchant-data_sources/lib/google/shopping/merchant/data_sources.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-data_sources/test/google/shopping/merchant/data_sources/client_test.rb b/google-shopping-merchant-data_sources/test/google/shopping/merchant/data_sources/client_test.rb index a40ff556c65b..08314a66193e 100644 --- a/google-shopping-merchant-data_sources/test/google/shopping/merchant/data_sources/client_test.rb +++ b/google-shopping-merchant-data_sources/test/google/shopping/merchant/data_sources/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-data_sources/test/google/shopping/merchant/data_sources/version_test.rb b/google-shopping-merchant-data_sources/test/google/shopping/merchant/data_sources/version_test.rb index f76cbada741f..fe8e06c8ea81 100644 --- a/google-shopping-merchant-data_sources/test/google/shopping/merchant/data_sources/version_test.rb +++ b/google-shopping-merchant-data_sources/test/google/shopping/merchant/data_sources/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-data_sources/test/helper.rb b/google-shopping-merchant-data_sources/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-shopping-merchant-data_sources/test/helper.rb +++ b/google-shopping-merchant-data_sources/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-inventories/.owlbot-manifest.json b/google-shopping-merchant-inventories/.owlbot-manifest.json index efb6e82baa6a..96ef8c5a23ca 100644 --- a/google-shopping-merchant-inventories/.owlbot-manifest.json +++ b/google-shopping-merchant-inventories/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-shopping-merchant-inventories/.toys.rb b/google-shopping-merchant-inventories/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-shopping-merchant-inventories/.toys.rb +++ b/google-shopping-merchant-inventories/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-inventories/Gemfile b/google-shopping-merchant-inventories/Gemfile index 94c141611a79..0ef18f7b9d2b 100644 --- a/google-shopping-merchant-inventories/Gemfile +++ b/google-shopping-merchant-inventories/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-shopping-merchant-inventories/Rakefile b/google-shopping-merchant-inventories/Rakefile index 79ca519d1360..f66009e66012 100644 --- a/google-shopping-merchant-inventories/Rakefile +++ b/google-shopping-merchant-inventories/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-inventories/lib/google-shopping-merchant-inventories.rb b/google-shopping-merchant-inventories/lib/google-shopping-merchant-inventories.rb index aeba7be0f2b6..cc6309cd7da8 100644 --- a/google-shopping-merchant-inventories/lib/google-shopping-merchant-inventories.rb +++ b/google-shopping-merchant-inventories/lib/google-shopping-merchant-inventories.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-inventories/lib/google/shopping/merchant/inventories.rb b/google-shopping-merchant-inventories/lib/google/shopping/merchant/inventories.rb index d84b93d52e6d..7ba0b4c0b034 100644 --- a/google-shopping-merchant-inventories/lib/google/shopping/merchant/inventories.rb +++ b/google-shopping-merchant-inventories/lib/google/shopping/merchant/inventories.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-inventories/test/google/shopping/merchant/inventories/client_test.rb b/google-shopping-merchant-inventories/test/google/shopping/merchant/inventories/client_test.rb index 544dc353b82c..55582cfc006e 100644 --- a/google-shopping-merchant-inventories/test/google/shopping/merchant/inventories/client_test.rb +++ b/google-shopping-merchant-inventories/test/google/shopping/merchant/inventories/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-inventories/test/google/shopping/merchant/inventories/version_test.rb b/google-shopping-merchant-inventories/test/google/shopping/merchant/inventories/version_test.rb index 275572bd3203..6119bdba00f9 100644 --- a/google-shopping-merchant-inventories/test/google/shopping/merchant/inventories/version_test.rb +++ b/google-shopping-merchant-inventories/test/google/shopping/merchant/inventories/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-inventories/test/helper.rb b/google-shopping-merchant-inventories/test/helper.rb index 7e4ec6975a18..4fb6756ac7e2 100644 --- a/google-shopping-merchant-inventories/test/helper.rb +++ b/google-shopping-merchant-inventories/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-issue_resolution/.owlbot-manifest.json b/google-shopping-merchant-issue_resolution/.owlbot-manifest.json index 5c3871706814..f10dbf4390d5 100644 --- a/google-shopping-merchant-issue_resolution/.owlbot-manifest.json +++ b/google-shopping-merchant-issue_resolution/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-shopping-merchant-issue_resolution/.toys.rb b/google-shopping-merchant-issue_resolution/.toys.rb index 9a210f1427c7..177e22456e8a 100644 --- a/google-shopping-merchant-issue_resolution/.toys.rb +++ b/google-shopping-merchant-issue_resolution/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-issue_resolution/Gemfile b/google-shopping-merchant-issue_resolution/Gemfile index 2ec50d7b2fab..556e775e4ae2 100644 --- a/google-shopping-merchant-issue_resolution/Gemfile +++ b/google-shopping-merchant-issue_resolution/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-shopping-merchant-issue_resolution/Rakefile b/google-shopping-merchant-issue_resolution/Rakefile index 5e94a70b57f2..cf1089038e5f 100644 --- a/google-shopping-merchant-issue_resolution/Rakefile +++ b/google-shopping-merchant-issue_resolution/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-issue_resolution/lib/google-shopping-merchant-issue_resolution.rb b/google-shopping-merchant-issue_resolution/lib/google-shopping-merchant-issue_resolution.rb index 5199dc354bd8..3ea2f7a4c28e 100644 --- a/google-shopping-merchant-issue_resolution/lib/google-shopping-merchant-issue_resolution.rb +++ b/google-shopping-merchant-issue_resolution/lib/google-shopping-merchant-issue_resolution.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-issue_resolution/lib/google/shopping/merchant/issue_resolution.rb b/google-shopping-merchant-issue_resolution/lib/google/shopping/merchant/issue_resolution.rb index ad21e4b25163..7339c63c7249 100644 --- a/google-shopping-merchant-issue_resolution/lib/google/shopping/merchant/issue_resolution.rb +++ b/google-shopping-merchant-issue_resolution/lib/google/shopping/merchant/issue_resolution.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-issue_resolution/test/google/shopping/merchant/issue_resolution/client_test.rb b/google-shopping-merchant-issue_resolution/test/google/shopping/merchant/issue_resolution/client_test.rb index 5ce178ad138a..3bd93c01bfbc 100644 --- a/google-shopping-merchant-issue_resolution/test/google/shopping/merchant/issue_resolution/client_test.rb +++ b/google-shopping-merchant-issue_resolution/test/google/shopping/merchant/issue_resolution/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-issue_resolution/test/google/shopping/merchant/issue_resolution/version_test.rb b/google-shopping-merchant-issue_resolution/test/google/shopping/merchant/issue_resolution/version_test.rb index 34a5e10d55d5..90977c1ca3fb 100644 --- a/google-shopping-merchant-issue_resolution/test/google/shopping/merchant/issue_resolution/version_test.rb +++ b/google-shopping-merchant-issue_resolution/test/google/shopping/merchant/issue_resolution/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-issue_resolution/test/helper.rb b/google-shopping-merchant-issue_resolution/test/helper.rb index 60c50984be58..4fb6756ac7e2 100644 --- a/google-shopping-merchant-issue_resolution/test/helper.rb +++ b/google-shopping-merchant-issue_resolution/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-lfp/.owlbot-manifest.json b/google-shopping-merchant-lfp/.owlbot-manifest.json index f5b6c2c5f9b4..5a9e36daa357 100644 --- a/google-shopping-merchant-lfp/.owlbot-manifest.json +++ b/google-shopping-merchant-lfp/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-shopping-merchant-lfp/.toys.rb b/google-shopping-merchant-lfp/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-shopping-merchant-lfp/.toys.rb +++ b/google-shopping-merchant-lfp/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-lfp/Gemfile b/google-shopping-merchant-lfp/Gemfile index 20f3023c87b8..514ee5bd4658 100644 --- a/google-shopping-merchant-lfp/Gemfile +++ b/google-shopping-merchant-lfp/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-shopping-merchant-lfp/Rakefile b/google-shopping-merchant-lfp/Rakefile index cc9a6397fd57..afcb5be1235c 100644 --- a/google-shopping-merchant-lfp/Rakefile +++ b/google-shopping-merchant-lfp/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-lfp/lib/google-shopping-merchant-lfp.rb b/google-shopping-merchant-lfp/lib/google-shopping-merchant-lfp.rb index 2a758a338a8e..c2e5c39c70ed 100644 --- a/google-shopping-merchant-lfp/lib/google-shopping-merchant-lfp.rb +++ b/google-shopping-merchant-lfp/lib/google-shopping-merchant-lfp.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-lfp/lib/google/shopping/merchant/lfp.rb b/google-shopping-merchant-lfp/lib/google/shopping/merchant/lfp.rb index fbd8e1dd66ee..c9e2bfd55e4a 100644 --- a/google-shopping-merchant-lfp/lib/google/shopping/merchant/lfp.rb +++ b/google-shopping-merchant-lfp/lib/google/shopping/merchant/lfp.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-lfp/test/google/shopping/merchant/lfp/client_test.rb b/google-shopping-merchant-lfp/test/google/shopping/merchant/lfp/client_test.rb index 823e47ef7c82..418f28eadc9b 100644 --- a/google-shopping-merchant-lfp/test/google/shopping/merchant/lfp/client_test.rb +++ b/google-shopping-merchant-lfp/test/google/shopping/merchant/lfp/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-lfp/test/google/shopping/merchant/lfp/version_test.rb b/google-shopping-merchant-lfp/test/google/shopping/merchant/lfp/version_test.rb index 3a215a36b0b0..b3a424b0c56f 100644 --- a/google-shopping-merchant-lfp/test/google/shopping/merchant/lfp/version_test.rb +++ b/google-shopping-merchant-lfp/test/google/shopping/merchant/lfp/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-lfp/test/helper.rb b/google-shopping-merchant-lfp/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-shopping-merchant-lfp/test/helper.rb +++ b/google-shopping-merchant-lfp/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-notifications/.owlbot-manifest.json b/google-shopping-merchant-notifications/.owlbot-manifest.json index af767362d0cb..7a578350c380 100644 --- a/google-shopping-merchant-notifications/.owlbot-manifest.json +++ b/google-shopping-merchant-notifications/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-shopping-merchant-notifications/.toys.rb b/google-shopping-merchant-notifications/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-shopping-merchant-notifications/.toys.rb +++ b/google-shopping-merchant-notifications/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-notifications/Gemfile b/google-shopping-merchant-notifications/Gemfile index e08903f20ca3..69c94a6b84aa 100644 --- a/google-shopping-merchant-notifications/Gemfile +++ b/google-shopping-merchant-notifications/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-shopping-merchant-notifications/Rakefile b/google-shopping-merchant-notifications/Rakefile index 66ed091d35f5..c554dbdbf30f 100644 --- a/google-shopping-merchant-notifications/Rakefile +++ b/google-shopping-merchant-notifications/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-notifications/lib/google-shopping-merchant-notifications.rb b/google-shopping-merchant-notifications/lib/google-shopping-merchant-notifications.rb index 6ca5fb19d59b..d9cb970e147e 100644 --- a/google-shopping-merchant-notifications/lib/google-shopping-merchant-notifications.rb +++ b/google-shopping-merchant-notifications/lib/google-shopping-merchant-notifications.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-notifications/lib/google/shopping/merchant/notifications.rb b/google-shopping-merchant-notifications/lib/google/shopping/merchant/notifications.rb index 47a34d8ba690..a8be373416eb 100644 --- a/google-shopping-merchant-notifications/lib/google/shopping/merchant/notifications.rb +++ b/google-shopping-merchant-notifications/lib/google/shopping/merchant/notifications.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-notifications/test/google/shopping/merchant/notifications/client_test.rb b/google-shopping-merchant-notifications/test/google/shopping/merchant/notifications/client_test.rb index 873f8ae027b0..603f5a0dfc4d 100644 --- a/google-shopping-merchant-notifications/test/google/shopping/merchant/notifications/client_test.rb +++ b/google-shopping-merchant-notifications/test/google/shopping/merchant/notifications/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-notifications/test/google/shopping/merchant/notifications/version_test.rb b/google-shopping-merchant-notifications/test/google/shopping/merchant/notifications/version_test.rb index 10bd232f24de..63501abe26fd 100644 --- a/google-shopping-merchant-notifications/test/google/shopping/merchant/notifications/version_test.rb +++ b/google-shopping-merchant-notifications/test/google/shopping/merchant/notifications/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-notifications/test/helper.rb b/google-shopping-merchant-notifications/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-shopping-merchant-notifications/test/helper.rb +++ b/google-shopping-merchant-notifications/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-order_tracking/.owlbot-manifest.json b/google-shopping-merchant-order_tracking/.owlbot-manifest.json index 7076fd85afc9..87eef4a56795 100644 --- a/google-shopping-merchant-order_tracking/.owlbot-manifest.json +++ b/google-shopping-merchant-order_tracking/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-shopping-merchant-order_tracking/.toys.rb b/google-shopping-merchant-order_tracking/.toys.rb index 9a210f1427c7..177e22456e8a 100644 --- a/google-shopping-merchant-order_tracking/.toys.rb +++ b/google-shopping-merchant-order_tracking/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-order_tracking/Gemfile b/google-shopping-merchant-order_tracking/Gemfile index 4c59919d6a85..c29766500dc2 100644 --- a/google-shopping-merchant-order_tracking/Gemfile +++ b/google-shopping-merchant-order_tracking/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-shopping-merchant-order_tracking/Rakefile b/google-shopping-merchant-order_tracking/Rakefile index e6f9b02692c7..fa46a5a492b8 100644 --- a/google-shopping-merchant-order_tracking/Rakefile +++ b/google-shopping-merchant-order_tracking/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-order_tracking/lib/google-shopping-merchant-order_tracking.rb b/google-shopping-merchant-order_tracking/lib/google-shopping-merchant-order_tracking.rb index 8c1d2765862e..7b0c9d1f1fcd 100644 --- a/google-shopping-merchant-order_tracking/lib/google-shopping-merchant-order_tracking.rb +++ b/google-shopping-merchant-order_tracking/lib/google-shopping-merchant-order_tracking.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-order_tracking/lib/google/shopping/merchant/order_tracking.rb b/google-shopping-merchant-order_tracking/lib/google/shopping/merchant/order_tracking.rb index cc017aaaf930..a31bbbaa1ee3 100644 --- a/google-shopping-merchant-order_tracking/lib/google/shopping/merchant/order_tracking.rb +++ b/google-shopping-merchant-order_tracking/lib/google/shopping/merchant/order_tracking.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-order_tracking/test/google/shopping/merchant/order_tracking/client_test.rb b/google-shopping-merchant-order_tracking/test/google/shopping/merchant/order_tracking/client_test.rb index c10b3693b3ab..196fe1197f89 100644 --- a/google-shopping-merchant-order_tracking/test/google/shopping/merchant/order_tracking/client_test.rb +++ b/google-shopping-merchant-order_tracking/test/google/shopping/merchant/order_tracking/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-order_tracking/test/google/shopping/merchant/order_tracking/version_test.rb b/google-shopping-merchant-order_tracking/test/google/shopping/merchant/order_tracking/version_test.rb index 142c0a9f8698..3eb1338ef847 100644 --- a/google-shopping-merchant-order_tracking/test/google/shopping/merchant/order_tracking/version_test.rb +++ b/google-shopping-merchant-order_tracking/test/google/shopping/merchant/order_tracking/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-order_tracking/test/helper.rb b/google-shopping-merchant-order_tracking/test/helper.rb index 60c50984be58..4fb6756ac7e2 100644 --- a/google-shopping-merchant-order_tracking/test/helper.rb +++ b/google-shopping-merchant-order_tracking/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2025 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-products/.owlbot-manifest.json b/google-shopping-merchant-products/.owlbot-manifest.json index 29b3649a3e49..59eb59d48d43 100644 --- a/google-shopping-merchant-products/.owlbot-manifest.json +++ b/google-shopping-merchant-products/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-shopping-merchant-products/.toys.rb b/google-shopping-merchant-products/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-shopping-merchant-products/.toys.rb +++ b/google-shopping-merchant-products/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-products/Gemfile b/google-shopping-merchant-products/Gemfile index 79aab4c24316..9661bfc7d7ba 100644 --- a/google-shopping-merchant-products/Gemfile +++ b/google-shopping-merchant-products/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-shopping-merchant-products/Rakefile b/google-shopping-merchant-products/Rakefile index 6c487eb57f05..72971530f0b5 100644 --- a/google-shopping-merchant-products/Rakefile +++ b/google-shopping-merchant-products/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-products/lib/google-shopping-merchant-products.rb b/google-shopping-merchant-products/lib/google-shopping-merchant-products.rb index 5571f6b3c28d..de47dbad8102 100644 --- a/google-shopping-merchant-products/lib/google-shopping-merchant-products.rb +++ b/google-shopping-merchant-products/lib/google-shopping-merchant-products.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-products/lib/google/shopping/merchant/products.rb b/google-shopping-merchant-products/lib/google/shopping/merchant/products.rb index f4e2d0e18c9d..63c258fd6f53 100644 --- a/google-shopping-merchant-products/lib/google/shopping/merchant/products.rb +++ b/google-shopping-merchant-products/lib/google/shopping/merchant/products.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-products/test/google/shopping/merchant/products/client_test.rb b/google-shopping-merchant-products/test/google/shopping/merchant/products/client_test.rb index 5b252d841a67..2dd7e5657f10 100644 --- a/google-shopping-merchant-products/test/google/shopping/merchant/products/client_test.rb +++ b/google-shopping-merchant-products/test/google/shopping/merchant/products/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-products/test/google/shopping/merchant/products/version_test.rb b/google-shopping-merchant-products/test/google/shopping/merchant/products/version_test.rb index e6044512b074..ca9d10420b45 100644 --- a/google-shopping-merchant-products/test/google/shopping/merchant/products/version_test.rb +++ b/google-shopping-merchant-products/test/google/shopping/merchant/products/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-products/test/helper.rb b/google-shopping-merchant-products/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-shopping-merchant-products/test/helper.rb +++ b/google-shopping-merchant-products/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-promotions/.owlbot-manifest.json b/google-shopping-merchant-promotions/.owlbot-manifest.json index 32ed05adb07a..02c474fc1440 100644 --- a/google-shopping-merchant-promotions/.owlbot-manifest.json +++ b/google-shopping-merchant-promotions/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-shopping-merchant-promotions/.toys.rb b/google-shopping-merchant-promotions/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-shopping-merchant-promotions/.toys.rb +++ b/google-shopping-merchant-promotions/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-promotions/Gemfile b/google-shopping-merchant-promotions/Gemfile index 3d55173bc9a8..df31a8b74f7d 100644 --- a/google-shopping-merchant-promotions/Gemfile +++ b/google-shopping-merchant-promotions/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-shopping-merchant-promotions/Rakefile b/google-shopping-merchant-promotions/Rakefile index 7e42b1056fc5..df5b921112ce 100644 --- a/google-shopping-merchant-promotions/Rakefile +++ b/google-shopping-merchant-promotions/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-promotions/lib/google-shopping-merchant-promotions.rb b/google-shopping-merchant-promotions/lib/google-shopping-merchant-promotions.rb index 7530a8f1426a..a1129cfa8801 100644 --- a/google-shopping-merchant-promotions/lib/google-shopping-merchant-promotions.rb +++ b/google-shopping-merchant-promotions/lib/google-shopping-merchant-promotions.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-promotions/lib/google/shopping/merchant/promotions.rb b/google-shopping-merchant-promotions/lib/google/shopping/merchant/promotions.rb index 7d1a0be63469..6e299e497884 100644 --- a/google-shopping-merchant-promotions/lib/google/shopping/merchant/promotions.rb +++ b/google-shopping-merchant-promotions/lib/google/shopping/merchant/promotions.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-promotions/test/google/shopping/merchant/promotions/client_test.rb b/google-shopping-merchant-promotions/test/google/shopping/merchant/promotions/client_test.rb index dd46cf213369..1357de5686f4 100644 --- a/google-shopping-merchant-promotions/test/google/shopping/merchant/promotions/client_test.rb +++ b/google-shopping-merchant-promotions/test/google/shopping/merchant/promotions/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-promotions/test/google/shopping/merchant/promotions/version_test.rb b/google-shopping-merchant-promotions/test/google/shopping/merchant/promotions/version_test.rb index 2f443857d8de..e3e7d0a74f4c 100644 --- a/google-shopping-merchant-promotions/test/google/shopping/merchant/promotions/version_test.rb +++ b/google-shopping-merchant-promotions/test/google/shopping/merchant/promotions/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-promotions/test/helper.rb b/google-shopping-merchant-promotions/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-shopping-merchant-promotions/test/helper.rb +++ b/google-shopping-merchant-promotions/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-quota/.owlbot-manifest.json b/google-shopping-merchant-quota/.owlbot-manifest.json index 9f112bdc29ca..05f3bfa958c8 100644 --- a/google-shopping-merchant-quota/.owlbot-manifest.json +++ b/google-shopping-merchant-quota/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-shopping-merchant-quota/.toys.rb b/google-shopping-merchant-quota/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-shopping-merchant-quota/.toys.rb +++ b/google-shopping-merchant-quota/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-quota/Gemfile b/google-shopping-merchant-quota/Gemfile index 29fa018af771..7fa74553432b 100644 --- a/google-shopping-merchant-quota/Gemfile +++ b/google-shopping-merchant-quota/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-shopping-merchant-quota/Rakefile b/google-shopping-merchant-quota/Rakefile index 18c6ef64e80e..3cbff3874526 100644 --- a/google-shopping-merchant-quota/Rakefile +++ b/google-shopping-merchant-quota/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-quota/lib/google-shopping-merchant-quota.rb b/google-shopping-merchant-quota/lib/google-shopping-merchant-quota.rb index ac8399c48750..21570f47f24b 100644 --- a/google-shopping-merchant-quota/lib/google-shopping-merchant-quota.rb +++ b/google-shopping-merchant-quota/lib/google-shopping-merchant-quota.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-quota/lib/google/shopping/merchant/quota.rb b/google-shopping-merchant-quota/lib/google/shopping/merchant/quota.rb index a16d7f38dd03..afac3af84cb5 100644 --- a/google-shopping-merchant-quota/lib/google/shopping/merchant/quota.rb +++ b/google-shopping-merchant-quota/lib/google/shopping/merchant/quota.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-quota/test/google/shopping/merchant/quota/client_test.rb b/google-shopping-merchant-quota/test/google/shopping/merchant/quota/client_test.rb index 7a04ab356a60..dfbf52c02a4c 100644 --- a/google-shopping-merchant-quota/test/google/shopping/merchant/quota/client_test.rb +++ b/google-shopping-merchant-quota/test/google/shopping/merchant/quota/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-quota/test/google/shopping/merchant/quota/version_test.rb b/google-shopping-merchant-quota/test/google/shopping/merchant/quota/version_test.rb index 6b6933ae160c..06ede7f277f2 100644 --- a/google-shopping-merchant-quota/test/google/shopping/merchant/quota/version_test.rb +++ b/google-shopping-merchant-quota/test/google/shopping/merchant/quota/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-quota/test/helper.rb b/google-shopping-merchant-quota/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-shopping-merchant-quota/test/helper.rb +++ b/google-shopping-merchant-quota/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-reports/.owlbot-manifest.json b/google-shopping-merchant-reports/.owlbot-manifest.json index 3d38a0c95bcd..6d3fafcdd0ae 100644 --- a/google-shopping-merchant-reports/.owlbot-manifest.json +++ b/google-shopping-merchant-reports/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-shopping-merchant-reports/.toys.rb b/google-shopping-merchant-reports/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-shopping-merchant-reports/.toys.rb +++ b/google-shopping-merchant-reports/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-reports/Gemfile b/google-shopping-merchant-reports/Gemfile index e3e4831ff87e..422b1c5e123a 100644 --- a/google-shopping-merchant-reports/Gemfile +++ b/google-shopping-merchant-reports/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-shopping-merchant-reports/Rakefile b/google-shopping-merchant-reports/Rakefile index 500d6cfaad2b..2e76dd3b266c 100644 --- a/google-shopping-merchant-reports/Rakefile +++ b/google-shopping-merchant-reports/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-reports/lib/google-shopping-merchant-reports.rb b/google-shopping-merchant-reports/lib/google-shopping-merchant-reports.rb index d742e530d3f5..299201921001 100644 --- a/google-shopping-merchant-reports/lib/google-shopping-merchant-reports.rb +++ b/google-shopping-merchant-reports/lib/google-shopping-merchant-reports.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-reports/lib/google/shopping/merchant/reports.rb b/google-shopping-merchant-reports/lib/google/shopping/merchant/reports.rb index 302c03becaec..328fd73e42be 100644 --- a/google-shopping-merchant-reports/lib/google/shopping/merchant/reports.rb +++ b/google-shopping-merchant-reports/lib/google/shopping/merchant/reports.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-reports/test/google/shopping/merchant/reports/client_test.rb b/google-shopping-merchant-reports/test/google/shopping/merchant/reports/client_test.rb index d9f5e9c752ff..afc8cdd7bf16 100644 --- a/google-shopping-merchant-reports/test/google/shopping/merchant/reports/client_test.rb +++ b/google-shopping-merchant-reports/test/google/shopping/merchant/reports/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-reports/test/google/shopping/merchant/reports/version_test.rb b/google-shopping-merchant-reports/test/google/shopping/merchant/reports/version_test.rb index cf781738efa8..6d982384e1cb 100644 --- a/google-shopping-merchant-reports/test/google/shopping/merchant/reports/version_test.rb +++ b/google-shopping-merchant-reports/test/google/shopping/merchant/reports/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-reports/test/helper.rb b/google-shopping-merchant-reports/test/helper.rb index 7e4ec6975a18..4fb6756ac7e2 100644 --- a/google-shopping-merchant-reports/test/helper.rb +++ b/google-shopping-merchant-reports/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2023 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-reviews/.owlbot-manifest.json b/google-shopping-merchant-reviews/.owlbot-manifest.json index cf27e3f9fca3..bc41343bb731 100644 --- a/google-shopping-merchant-reviews/.owlbot-manifest.json +++ b/google-shopping-merchant-reviews/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-shopping-merchant-reviews/.toys.rb b/google-shopping-merchant-reviews/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-shopping-merchant-reviews/.toys.rb +++ b/google-shopping-merchant-reviews/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-reviews/Gemfile b/google-shopping-merchant-reviews/Gemfile index d171620b40f6..4b72193a1fc2 100644 --- a/google-shopping-merchant-reviews/Gemfile +++ b/google-shopping-merchant-reviews/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/google-shopping-merchant-reviews/Rakefile b/google-shopping-merchant-reviews/Rakefile index 5f665026fb1f..ce2f86e7d16a 100644 --- a/google-shopping-merchant-reviews/Rakefile +++ b/google-shopping-merchant-reviews/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-reviews/lib/google-shopping-merchant-reviews.rb b/google-shopping-merchant-reviews/lib/google-shopping-merchant-reviews.rb index d687e9f762cb..da526e8cb8c3 100644 --- a/google-shopping-merchant-reviews/lib/google-shopping-merchant-reviews.rb +++ b/google-shopping-merchant-reviews/lib/google-shopping-merchant-reviews.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-reviews/lib/google/shopping/merchant/reviews.rb b/google-shopping-merchant-reviews/lib/google/shopping/merchant/reviews.rb index 0ed5abe2c593..422c2b46b960 100644 --- a/google-shopping-merchant-reviews/lib/google/shopping/merchant/reviews.rb +++ b/google-shopping-merchant-reviews/lib/google/shopping/merchant/reviews.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-reviews/test/google/shopping/merchant/reviews/client_test.rb b/google-shopping-merchant-reviews/test/google/shopping/merchant/reviews/client_test.rb index 27fcdb8f4f27..3383b170342d 100644 --- a/google-shopping-merchant-reviews/test/google/shopping/merchant/reviews/client_test.rb +++ b/google-shopping-merchant-reviews/test/google/shopping/merchant/reviews/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-reviews/test/google/shopping/merchant/reviews/version_test.rb b/google-shopping-merchant-reviews/test/google/shopping/merchant/reviews/version_test.rb index 69c3fa9b364e..761eb753e173 100644 --- a/google-shopping-merchant-reviews/test/google/shopping/merchant/reviews/version_test.rb +++ b/google-shopping-merchant-reviews/test/google/shopping/merchant/reviews/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/google-shopping-merchant-reviews/test/helper.rb b/google-shopping-merchant-reviews/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-shopping-merchant-reviews/test/helper.rb +++ b/google-shopping-merchant-reviews/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/grafeas/.owlbot-manifest.json b/grafeas/.owlbot-manifest.json index ff9d84d60f5d..ba8d4d10eee9 100644 --- a/grafeas/.owlbot-manifest.json +++ b/grafeas/.owlbot-manifest.json @@ -19,6 +19,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "MIGRATING.md" ] } diff --git a/grafeas/.toys.rb b/grafeas/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/grafeas/.toys.rb +++ b/grafeas/.toys.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2024 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/grafeas/Gemfile b/grafeas/Gemfile index 93f0b23cff08..34f61b901c57 100644 --- a/grafeas/Gemfile +++ b/grafeas/Gemfile @@ -24,7 +24,7 @@ gem "irb", "~> 1.17" gem "minitest", "~> 6.0.2" gem "minitest-focus", "~> 1.4" gem "minitest-mock", "~> 5.27" -gem "minitest-reporters", "~> 1.5.0", require: false +gem "minitest-reporters", "~> 1.8.0", require: false gem "minitest-rg", "~> 5.3" gem "ostruct", "~> 0.5.5" gem "rake", ">= 13.0" diff --git a/grafeas/Rakefile b/grafeas/Rakefile index 144ad24ed08c..64c6543c23d7 100644 --- a/grafeas/Rakefile +++ b/grafeas/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/grafeas/lib/grafeas.rb b/grafeas/lib/grafeas.rb index 204b7346e072..139b7f374a08 100644 --- a/grafeas/lib/grafeas.rb +++ b/grafeas/lib/grafeas.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/grafeas/test/grafeas/client_test.rb b/grafeas/test/grafeas/client_test.rb index e14fa55b3657..3b8bd5299501 100644 --- a/grafeas/test/grafeas/client_test.rb +++ b/grafeas/test/grafeas/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/grafeas/test/grafeas/version_test.rb b/grafeas/test/grafeas/version_test.rb index b050202b0a61..53f955ac9604 100644 --- a/grafeas/test/grafeas/version_test.rb +++ b/grafeas/test/grafeas/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/grafeas/test/helper.rb b/grafeas/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/grafeas/test/helper.rb +++ b/grafeas/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2020 Google LLC +# Copyright 2026 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.