diff --git a/google-cloud-product_registry/.owlbot-manifest.json b/google-cloud-product_registry/.owlbot-manifest.json index 13ade79c3d92..54a1489f64a0 100644 --- a/google-cloud-product_registry/.owlbot-manifest.json +++ b/google-cloud-product_registry/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-product_registry/Gemfile b/google-cloud-product_registry/Gemfile index 33f1edc61b6e..cfdc76941470 100644 --- a/google-cloud-product_registry/Gemfile +++ b/google-cloud-product_registry/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-cloud-profiler/.owlbot-manifest.json b/google-cloud-profiler/.owlbot-manifest.json index cefa176a1607..c07622cc7ea0 100644 --- a/google-cloud-profiler/.owlbot-manifest.json +++ b/google-cloud-profiler/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-profiler/.toys.rb b/google-cloud-profiler/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-profiler/.toys.rb +++ b/google-cloud-profiler/.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-cloud-profiler/Gemfile b/google-cloud-profiler/Gemfile index ab3bff45d41f..e9c272fd6ddd 100644 --- a/google-cloud-profiler/Gemfile +++ b/google-cloud-profiler/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-cloud-profiler/Rakefile b/google-cloud-profiler/Rakefile index a371e29546a2..d5348d15ab40 100644 --- a/google-cloud-profiler/Rakefile +++ b/google-cloud-profiler/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 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-cloud-profiler/lib/google-cloud-profiler.rb b/google-cloud-profiler/lib/google-cloud-profiler.rb index fc7abbcb0cec..2aeff728ee34 100644 --- a/google-cloud-profiler/lib/google-cloud-profiler.rb +++ b/google-cloud-profiler/lib/google-cloud-profiler.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 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-cloud-profiler/lib/google/cloud/profiler.rb b/google-cloud-profiler/lib/google/cloud/profiler.rb index 0189811e1e3e..d38b8ce87a80 100644 --- a/google-cloud-profiler/lib/google/cloud/profiler.rb +++ b/google-cloud-profiler/lib/google/cloud/profiler.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 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-cloud-profiler/test/google/cloud/profiler/client_test.rb b/google-cloud-profiler/test/google/cloud/profiler/client_test.rb index 67ad2e5feb9a..e3a0d1dcc342 100644 --- a/google-cloud-profiler/test/google/cloud/profiler/client_test.rb +++ b/google-cloud-profiler/test/google/cloud/profiler/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 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-cloud-profiler/test/google/cloud/profiler/version_test.rb b/google-cloud-profiler/test/google/cloud/profiler/version_test.rb index eec5450edc54..19e7626008b0 100644 --- a/google-cloud-profiler/test/google/cloud/profiler/version_test.rb +++ b/google-cloud-profiler/test/google/cloud/profiler/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 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-cloud-profiler/test/helper.rb b/google-cloud-profiler/test/helper.rb index 9ead73a4e10a..4fb6756ac7e2 100644 --- a/google-cloud-profiler/test/helper.rb +++ b/google-cloud-profiler/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 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-cloud-rapid_migration_assessment/.owlbot-manifest.json b/google-cloud-rapid_migration_assessment/.owlbot-manifest.json index 469ce2af3c19..dc775b47f457 100644 --- a/google-cloud-rapid_migration_assessment/.owlbot-manifest.json +++ b/google-cloud-rapid_migration_assessment/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-rapid_migration_assessment/.toys.rb b/google-cloud-rapid_migration_assessment/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-rapid_migration_assessment/.toys.rb +++ b/google-cloud-rapid_migration_assessment/.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-cloud-rapid_migration_assessment/Gemfile b/google-cloud-rapid_migration_assessment/Gemfile index b81621adc8bb..2c9d94368a6e 100644 --- a/google-cloud-rapid_migration_assessment/Gemfile +++ b/google-cloud-rapid_migration_assessment/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-cloud-rapid_migration_assessment/Rakefile b/google-cloud-rapid_migration_assessment/Rakefile index 5187c01b5ead..a4f6110ae221 100644 --- a/google-cloud-rapid_migration_assessment/Rakefile +++ b/google-cloud-rapid_migration_assessment/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-cloud-rapid_migration_assessment/lib/google-cloud-rapid_migration_assessment.rb b/google-cloud-rapid_migration_assessment/lib/google-cloud-rapid_migration_assessment.rb index 775981a15b94..e24e54ee8658 100644 --- a/google-cloud-rapid_migration_assessment/lib/google-cloud-rapid_migration_assessment.rb +++ b/google-cloud-rapid_migration_assessment/lib/google-cloud-rapid_migration_assessment.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-cloud-rapid_migration_assessment/lib/google/cloud/rapid_migration_assessment.rb b/google-cloud-rapid_migration_assessment/lib/google/cloud/rapid_migration_assessment.rb index 4c7072a489c2..3497a0fa20f8 100644 --- a/google-cloud-rapid_migration_assessment/lib/google/cloud/rapid_migration_assessment.rb +++ b/google-cloud-rapid_migration_assessment/lib/google/cloud/rapid_migration_assessment.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-cloud-rapid_migration_assessment/test/google/cloud/rapid_migration_assessment/client_test.rb b/google-cloud-rapid_migration_assessment/test/google/cloud/rapid_migration_assessment/client_test.rb index 912e6989c120..705fb490d739 100644 --- a/google-cloud-rapid_migration_assessment/test/google/cloud/rapid_migration_assessment/client_test.rb +++ b/google-cloud-rapid_migration_assessment/test/google/cloud/rapid_migration_assessment/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-cloud-rapid_migration_assessment/test/google/cloud/rapid_migration_assessment/version_test.rb b/google-cloud-rapid_migration_assessment/test/google/cloud/rapid_migration_assessment/version_test.rb index 28847cb6eb48..61766b818718 100644 --- a/google-cloud-rapid_migration_assessment/test/google/cloud/rapid_migration_assessment/version_test.rb +++ b/google-cloud-rapid_migration_assessment/test/google/cloud/rapid_migration_assessment/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-cloud-rapid_migration_assessment/test/helper.rb b/google-cloud-rapid_migration_assessment/test/helper.rb index 7e4ec6975a18..4fb6756ac7e2 100644 --- a/google-cloud-rapid_migration_assessment/test/helper.rb +++ b/google-cloud-rapid_migration_assessment/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-cloud-recaptcha_enterprise/.owlbot-manifest.json b/google-cloud-recaptcha_enterprise/.owlbot-manifest.json index f973446c2bb5..c21b6d4c154d 100644 --- a/google-cloud-recaptcha_enterprise/.owlbot-manifest.json +++ b/google-cloud-recaptcha_enterprise/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "MIGRATING.md", "samples/.rubocop.yml", "samples/Gemfile", diff --git a/google-cloud-recaptcha_enterprise/.toys.rb b/google-cloud-recaptcha_enterprise/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-recaptcha_enterprise/.toys.rb +++ b/google-cloud-recaptcha_enterprise/.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-cloud-recaptcha_enterprise/Gemfile b/google-cloud-recaptcha_enterprise/Gemfile index b789a4e36b50..d08328f1bac2 100644 --- a/google-cloud-recaptcha_enterprise/Gemfile +++ b/google-cloud-recaptcha_enterprise/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-cloud-recaptcha_enterprise/Rakefile b/google-cloud-recaptcha_enterprise/Rakefile index 6c0098a2ae72..8801ccc811f1 100644 --- a/google-cloud-recaptcha_enterprise/Rakefile +++ b/google-cloud-recaptcha_enterprise/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/google-cloud-recaptcha_enterprise/lib/google-cloud-recaptcha_enterprise.rb b/google-cloud-recaptcha_enterprise/lib/google-cloud-recaptcha_enterprise.rb index 145b6d308bc9..7a2eb0be3ece 100644 --- a/google-cloud-recaptcha_enterprise/lib/google-cloud-recaptcha_enterprise.rb +++ b/google-cloud-recaptcha_enterprise/lib/google-cloud-recaptcha_enterprise.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/google-cloud-recaptcha_enterprise/lib/google/cloud/recaptcha_enterprise.rb b/google-cloud-recaptcha_enterprise/lib/google/cloud/recaptcha_enterprise.rb index ef122940f88e..feac7c465136 100644 --- a/google-cloud-recaptcha_enterprise/lib/google/cloud/recaptcha_enterprise.rb +++ b/google-cloud-recaptcha_enterprise/lib/google/cloud/recaptcha_enterprise.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/google-cloud-recaptcha_enterprise/test/google/cloud/recaptcha_enterprise/client_test.rb b/google-cloud-recaptcha_enterprise/test/google/cloud/recaptcha_enterprise/client_test.rb index aeb91e0925d9..8875f83e7aff 100644 --- a/google-cloud-recaptcha_enterprise/test/google/cloud/recaptcha_enterprise/client_test.rb +++ b/google-cloud-recaptcha_enterprise/test/google/cloud/recaptcha_enterprise/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/google-cloud-recaptcha_enterprise/test/google/cloud/recaptcha_enterprise/version_test.rb b/google-cloud-recaptcha_enterprise/test/google/cloud/recaptcha_enterprise/version_test.rb index a1b190c3b8b4..cfc6497f1d9b 100644 --- a/google-cloud-recaptcha_enterprise/test/google/cloud/recaptcha_enterprise/version_test.rb +++ b/google-cloud-recaptcha_enterprise/test/google/cloud/recaptcha_enterprise/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/google-cloud-recaptcha_enterprise/test/helper.rb b/google-cloud-recaptcha_enterprise/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-recaptcha_enterprise/test/helper.rb +++ b/google-cloud-recaptcha_enterprise/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. diff --git a/google-cloud-recommendation_engine/.owlbot-manifest.json b/google-cloud-recommendation_engine/.owlbot-manifest.json index 9d6a754d637f..f77a411ddd62 100644 --- a/google-cloud-recommendation_engine/.owlbot-manifest.json +++ b/google-cloud-recommendation_engine/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-recommendation_engine/.toys.rb b/google-cloud-recommendation_engine/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-recommendation_engine/.toys.rb +++ b/google-cloud-recommendation_engine/.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-cloud-recommendation_engine/Gemfile b/google-cloud-recommendation_engine/Gemfile index 71197280dc8e..977763624f4a 100644 --- a/google-cloud-recommendation_engine/Gemfile +++ b/google-cloud-recommendation_engine/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-cloud-recommendation_engine/Rakefile b/google-cloud-recommendation_engine/Rakefile index 03123579a525..3a827aff4b13 100644 --- a/google-cloud-recommendation_engine/Rakefile +++ b/google-cloud-recommendation_engine/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/google-cloud-recommendation_engine/lib/google-cloud-recommendation_engine.rb b/google-cloud-recommendation_engine/lib/google-cloud-recommendation_engine.rb index f8bb56c7024a..afc81d0994a6 100644 --- a/google-cloud-recommendation_engine/lib/google-cloud-recommendation_engine.rb +++ b/google-cloud-recommendation_engine/lib/google-cloud-recommendation_engine.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/google-cloud-recommendation_engine/lib/google/cloud/recommendation_engine.rb b/google-cloud-recommendation_engine/lib/google/cloud/recommendation_engine.rb index 401f94329f95..bf98c7f7d3aa 100644 --- a/google-cloud-recommendation_engine/lib/google/cloud/recommendation_engine.rb +++ b/google-cloud-recommendation_engine/lib/google/cloud/recommendation_engine.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/google-cloud-recommendation_engine/test/google/cloud/recommendation_engine/client_test.rb b/google-cloud-recommendation_engine/test/google/cloud/recommendation_engine/client_test.rb index 611931020471..f582f7064a11 100644 --- a/google-cloud-recommendation_engine/test/google/cloud/recommendation_engine/client_test.rb +++ b/google-cloud-recommendation_engine/test/google/cloud/recommendation_engine/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/google-cloud-recommendation_engine/test/google/cloud/recommendation_engine/version_test.rb b/google-cloud-recommendation_engine/test/google/cloud/recommendation_engine/version_test.rb index c7a424786601..fd4e833d1a0e 100644 --- a/google-cloud-recommendation_engine/test/google/cloud/recommendation_engine/version_test.rb +++ b/google-cloud-recommendation_engine/test/google/cloud/recommendation_engine/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/google-cloud-recommendation_engine/test/helper.rb b/google-cloud-recommendation_engine/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-recommendation_engine/test/helper.rb +++ b/google-cloud-recommendation_engine/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. diff --git a/google-cloud-recommender/.owlbot-manifest.json b/google-cloud-recommender/.owlbot-manifest.json index 200843f0a856..2079092608b8 100644 --- a/google-cloud-recommender/.owlbot-manifest.json +++ b/google-cloud-recommender/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-recommender/.toys.rb b/google-cloud-recommender/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-recommender/.toys.rb +++ b/google-cloud-recommender/.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-cloud-recommender/Gemfile b/google-cloud-recommender/Gemfile index 797ade4013c1..0b6d1ac9b148 100644 --- a/google-cloud-recommender/Gemfile +++ b/google-cloud-recommender/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-cloud-recommender/Rakefile b/google-cloud-recommender/Rakefile index 0ab03385f7ef..c04db1ffb5eb 100644 --- a/google-cloud-recommender/Rakefile +++ b/google-cloud-recommender/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/google-cloud-recommender/lib/google-cloud-recommender.rb b/google-cloud-recommender/lib/google-cloud-recommender.rb index d049ae54d363..ac3b14c26b03 100644 --- a/google-cloud-recommender/lib/google-cloud-recommender.rb +++ b/google-cloud-recommender/lib/google-cloud-recommender.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/google-cloud-recommender/lib/google/cloud/recommender.rb b/google-cloud-recommender/lib/google/cloud/recommender.rb index 65ef197a9345..6588abd6e9a0 100644 --- a/google-cloud-recommender/lib/google/cloud/recommender.rb +++ b/google-cloud-recommender/lib/google/cloud/recommender.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/google-cloud-recommender/test/google/cloud/recommender/client_test.rb b/google-cloud-recommender/test/google/cloud/recommender/client_test.rb index 5dbe2f6cd155..c7303bf4879a 100644 --- a/google-cloud-recommender/test/google/cloud/recommender/client_test.rb +++ b/google-cloud-recommender/test/google/cloud/recommender/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/google-cloud-recommender/test/google/cloud/recommender/version_test.rb b/google-cloud-recommender/test/google/cloud/recommender/version_test.rb index c6dfa146e040..c28abec8aed6 100644 --- a/google-cloud-recommender/test/google/cloud/recommender/version_test.rb +++ b/google-cloud-recommender/test/google/cloud/recommender/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/google-cloud-recommender/test/helper.rb b/google-cloud-recommender/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-recommender/test/helper.rb +++ b/google-cloud-recommender/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. diff --git a/google-cloud-redis-cluster/.owlbot-manifest.json b/google-cloud-redis-cluster/.owlbot-manifest.json index 79e07d3f2eaf..1dacd38fa86e 100644 --- a/google-cloud-redis-cluster/.owlbot-manifest.json +++ b/google-cloud-redis-cluster/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-redis-cluster/.toys.rb b/google-cloud-redis-cluster/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-redis-cluster/.toys.rb +++ b/google-cloud-redis-cluster/.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-cloud-redis-cluster/Gemfile b/google-cloud-redis-cluster/Gemfile index 9ce5fdcc3191..8358ea525575 100644 --- a/google-cloud-redis-cluster/Gemfile +++ b/google-cloud-redis-cluster/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-cloud-redis-cluster/Rakefile b/google-cloud-redis-cluster/Rakefile index e96492bd888d..2738a728b0eb 100644 --- a/google-cloud-redis-cluster/Rakefile +++ b/google-cloud-redis-cluster/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-cloud-redis-cluster/lib/google-cloud-redis-cluster.rb b/google-cloud-redis-cluster/lib/google-cloud-redis-cluster.rb index 296e1e3febca..32acf287e53b 100644 --- a/google-cloud-redis-cluster/lib/google-cloud-redis-cluster.rb +++ b/google-cloud-redis-cluster/lib/google-cloud-redis-cluster.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-cloud-redis-cluster/lib/google/cloud/redis/cluster.rb b/google-cloud-redis-cluster/lib/google/cloud/redis/cluster.rb index 37c0a54a4940..9b8f045877fa 100644 --- a/google-cloud-redis-cluster/lib/google/cloud/redis/cluster.rb +++ b/google-cloud-redis-cluster/lib/google/cloud/redis/cluster.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-cloud-redis-cluster/test/google/cloud/redis/cluster/client_test.rb b/google-cloud-redis-cluster/test/google/cloud/redis/cluster/client_test.rb index 39277b8bc2c3..ebe5ffde87a6 100644 --- a/google-cloud-redis-cluster/test/google/cloud/redis/cluster/client_test.rb +++ b/google-cloud-redis-cluster/test/google/cloud/redis/cluster/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-cloud-redis-cluster/test/google/cloud/redis/cluster/version_test.rb b/google-cloud-redis-cluster/test/google/cloud/redis/cluster/version_test.rb index daccce198bbd..f4255931d11b 100644 --- a/google-cloud-redis-cluster/test/google/cloud/redis/cluster/version_test.rb +++ b/google-cloud-redis-cluster/test/google/cloud/redis/cluster/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-cloud-redis-cluster/test/helper.rb b/google-cloud-redis-cluster/test/helper.rb index 7e4ec6975a18..4fb6756ac7e2 100644 --- a/google-cloud-redis-cluster/test/helper.rb +++ b/google-cloud-redis-cluster/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-cloud-redis/.owlbot-manifest.json b/google-cloud-redis/.owlbot-manifest.json index 34e9cdc1727f..4272c6a88f4e 100644 --- a/google-cloud-redis/.owlbot-manifest.json +++ b/google-cloud-redis/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "MIGRATING.md", "acceptance/redis_smoke_test.rb" ] diff --git a/google-cloud-redis/.toys.rb b/google-cloud-redis/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-redis/.toys.rb +++ b/google-cloud-redis/.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-cloud-redis/Gemfile b/google-cloud-redis/Gemfile index e5797ce4d4b7..f8ca4d7fc143 100644 --- a/google-cloud-redis/Gemfile +++ b/google-cloud-redis/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-cloud-redis/Rakefile b/google-cloud-redis/Rakefile index a7ac32ae82ed..fab25f21e041 100644 --- a/google-cloud-redis/Rakefile +++ b/google-cloud-redis/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/google-cloud-redis/lib/google-cloud-redis.rb b/google-cloud-redis/lib/google-cloud-redis.rb index 04d484e290ae..24f7f7efe908 100644 --- a/google-cloud-redis/lib/google-cloud-redis.rb +++ b/google-cloud-redis/lib/google-cloud-redis.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/google-cloud-redis/lib/google/cloud/redis.rb b/google-cloud-redis/lib/google/cloud/redis.rb index 2d65cb174bb0..369b2b1354be 100644 --- a/google-cloud-redis/lib/google/cloud/redis.rb +++ b/google-cloud-redis/lib/google/cloud/redis.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/google-cloud-redis/test/google/cloud/redis/client_test.rb b/google-cloud-redis/test/google/cloud/redis/client_test.rb index 3d32a891fbac..73cd355f4744 100644 --- a/google-cloud-redis/test/google/cloud/redis/client_test.rb +++ b/google-cloud-redis/test/google/cloud/redis/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/google-cloud-redis/test/google/cloud/redis/version_test.rb b/google-cloud-redis/test/google/cloud/redis/version_test.rb index e089e0a02cec..d762219f9508 100644 --- a/google-cloud-redis/test/google/cloud/redis/version_test.rb +++ b/google-cloud-redis/test/google/cloud/redis/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/google-cloud-redis/test/helper.rb b/google-cloud-redis/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-redis/test/helper.rb +++ b/google-cloud-redis/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. diff --git a/google-cloud-resource_manager/.owlbot-manifest.json b/google-cloud-resource_manager/.owlbot-manifest.json index b63b99f71b1c..9ba0e1ff3778 100644 --- a/google-cloud-resource_manager/.owlbot-manifest.json +++ b/google-cloud-resource_manager/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "MIGRATING.md" ] } diff --git a/google-cloud-resource_manager/.toys.rb b/google-cloud-resource_manager/.toys.rb index 9a210f1427c7..177e22456e8a 100644 --- a/google-cloud-resource_manager/.toys.rb +++ b/google-cloud-resource_manager/.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-cloud-resource_manager/Gemfile b/google-cloud-resource_manager/Gemfile index 3bb4298c4c6e..7b834f17cdbd 100644 --- a/google-cloud-resource_manager/Gemfile +++ b/google-cloud-resource_manager/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-cloud-resource_manager/Rakefile b/google-cloud-resource_manager/Rakefile index d15bae7ac9e0..46ca31bfc501 100644 --- a/google-cloud-resource_manager/Rakefile +++ b/google-cloud-resource_manager/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-cloud-resource_manager/lib/google-cloud-resource_manager.rb b/google-cloud-resource_manager/lib/google-cloud-resource_manager.rb index 68d2f7fc915f..a17c3b857361 100644 --- a/google-cloud-resource_manager/lib/google-cloud-resource_manager.rb +++ b/google-cloud-resource_manager/lib/google-cloud-resource_manager.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-cloud-resource_manager/lib/google/cloud/resource_manager.rb b/google-cloud-resource_manager/lib/google/cloud/resource_manager.rb index 07e801af4b23..62583916a9e9 100644 --- a/google-cloud-resource_manager/lib/google/cloud/resource_manager.rb +++ b/google-cloud-resource_manager/lib/google/cloud/resource_manager.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-cloud-resource_manager/test/google/cloud/resource_manager/client_test.rb b/google-cloud-resource_manager/test/google/cloud/resource_manager/client_test.rb index 5da0efc09e37..76d471122b3a 100644 --- a/google-cloud-resource_manager/test/google/cloud/resource_manager/client_test.rb +++ b/google-cloud-resource_manager/test/google/cloud/resource_manager/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-cloud-resource_manager/test/google/cloud/resource_manager/version_test.rb b/google-cloud-resource_manager/test/google/cloud/resource_manager/version_test.rb index 9cef7c617934..23c8cdbe40ca 100644 --- a/google-cloud-resource_manager/test/google/cloud/resource_manager/version_test.rb +++ b/google-cloud-resource_manager/test/google/cloud/resource_manager/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-cloud-resource_manager/test/helper.rb b/google-cloud-resource_manager/test/helper.rb index 60c50984be58..4fb6756ac7e2 100644 --- a/google-cloud-resource_manager/test/helper.rb +++ b/google-cloud-resource_manager/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-cloud-retail/.owlbot-manifest.json b/google-cloud-retail/.owlbot-manifest.json index aec5964b0587..be8d09d2e8a3 100644 --- a/google-cloud-retail/.owlbot-manifest.json +++ b/google-cloud-retail/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-retail/.toys.rb b/google-cloud-retail/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-retail/.toys.rb +++ b/google-cloud-retail/.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-cloud-retail/Gemfile b/google-cloud-retail/Gemfile index 4fabf5e7ca9b..27a0cf18da6d 100644 --- a/google-cloud-retail/Gemfile +++ b/google-cloud-retail/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-cloud-retail/Rakefile b/google-cloud-retail/Rakefile index dcb8447c38cb..b6f97c47d721 100644 --- a/google-cloud-retail/Rakefile +++ b/google-cloud-retail/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 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-cloud-retail/lib/google-cloud-retail.rb b/google-cloud-retail/lib/google-cloud-retail.rb index fdeda691f6cf..5d5f31cfdc1d 100644 --- a/google-cloud-retail/lib/google-cloud-retail.rb +++ b/google-cloud-retail/lib/google-cloud-retail.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 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-cloud-retail/lib/google/cloud/retail.rb b/google-cloud-retail/lib/google/cloud/retail.rb index 42aca8453315..2e2588f59658 100644 --- a/google-cloud-retail/lib/google/cloud/retail.rb +++ b/google-cloud-retail/lib/google/cloud/retail.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 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-cloud-retail/test/google/cloud/retail/client_test.rb b/google-cloud-retail/test/google/cloud/retail/client_test.rb index 5804475f0387..66c341b97da2 100644 --- a/google-cloud-retail/test/google/cloud/retail/client_test.rb +++ b/google-cloud-retail/test/google/cloud/retail/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 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-cloud-retail/test/google/cloud/retail/version_test.rb b/google-cloud-retail/test/google/cloud/retail/version_test.rb index 5ec0205da554..d6b0727bd7a8 100644 --- a/google-cloud-retail/test/google/cloud/retail/version_test.rb +++ b/google-cloud-retail/test/google/cloud/retail/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 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-cloud-retail/test/helper.rb b/google-cloud-retail/test/helper.rb index 9ead73a4e10a..4fb6756ac7e2 100644 --- a/google-cloud-retail/test/helper.rb +++ b/google-cloud-retail/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2021 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-cloud-run-client/.owlbot-manifest.json b/google-cloud-run-client/.owlbot-manifest.json index b87b2d5c02f8..278c0003684d 100644 --- a/google-cloud-run-client/.owlbot-manifest.json +++ b/google-cloud-run-client/.owlbot-manifest.json @@ -21,6 +21,7 @@ "static": [ ".OwlBot.yaml", ".owlbot.rb", + "Gemfile.lock", "lib/google/cloud/run/client/version.rb" ] } diff --git a/google-cloud-run-client/.toys.rb b/google-cloud-run-client/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-run-client/.toys.rb +++ b/google-cloud-run-client/.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-cloud-run-client/Gemfile b/google-cloud-run-client/Gemfile index 69b3a017e4be..1300029f7877 100644 --- a/google-cloud-run-client/Gemfile +++ b/google-cloud-run-client/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-cloud-run-client/Rakefile b/google-cloud-run-client/Rakefile index ed3b11d33d08..647ee5c8fd0a 100644 --- a/google-cloud-run-client/Rakefile +++ b/google-cloud-run-client/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 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-cloud-run-client/lib/google-cloud-run-client.rb b/google-cloud-run-client/lib/google-cloud-run-client.rb index f96e36cfa05a..758f53dd69bd 100644 --- a/google-cloud-run-client/lib/google-cloud-run-client.rb +++ b/google-cloud-run-client/lib/google-cloud-run-client.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 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-cloud-run-client/lib/google/cloud/run.rb b/google-cloud-run-client/lib/google/cloud/run.rb index 741df4b4f9e9..cb18fe75f49e 100644 --- a/google-cloud-run-client/lib/google/cloud/run.rb +++ b/google-cloud-run-client/lib/google/cloud/run.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 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-cloud-run-client/test/google/cloud/run/client_test.rb b/google-cloud-run-client/test/google/cloud/run/client_test.rb index 586bd3a6422c..798955480791 100644 --- a/google-cloud-run-client/test/google/cloud/run/client_test.rb +++ b/google-cloud-run-client/test/google/cloud/run/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 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-cloud-run-client/test/google/cloud/run/version_test.rb b/google-cloud-run-client/test/google/cloud/run/version_test.rb index 57a4086a3f11..b89406aba08f 100644 --- a/google-cloud-run-client/test/google/cloud/run/version_test.rb +++ b/google-cloud-run-client/test/google/cloud/run/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 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-cloud-run-client/test/helper.rb b/google-cloud-run-client/test/helper.rb index 8d97e8142b62..4fb6756ac7e2 100644 --- a/google-cloud-run-client/test/helper.rb +++ b/google-cloud-run-client/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 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-cloud-saas_platform-saas_service_mgmt/.owlbot-manifest.json b/google-cloud-saas_platform-saas_service_mgmt/.owlbot-manifest.json index 487f84961973..072139bd9a14 100644 --- a/google-cloud-saas_platform-saas_service_mgmt/.owlbot-manifest.json +++ b/google-cloud-saas_platform-saas_service_mgmt/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-saas_platform-saas_service_mgmt/.toys.rb b/google-cloud-saas_platform-saas_service_mgmt/.toys.rb index 9a210f1427c7..177e22456e8a 100644 --- a/google-cloud-saas_platform-saas_service_mgmt/.toys.rb +++ b/google-cloud-saas_platform-saas_service_mgmt/.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-cloud-saas_platform-saas_service_mgmt/Gemfile b/google-cloud-saas_platform-saas_service_mgmt/Gemfile index 698d63d96b7a..8f88307f27d2 100644 --- a/google-cloud-saas_platform-saas_service_mgmt/Gemfile +++ b/google-cloud-saas_platform-saas_service_mgmt/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-cloud-saas_platform-saas_service_mgmt/Rakefile b/google-cloud-saas_platform-saas_service_mgmt/Rakefile index cd5d03f576ef..10f8c02a616a 100644 --- a/google-cloud-saas_platform-saas_service_mgmt/Rakefile +++ b/google-cloud-saas_platform-saas_service_mgmt/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-cloud-saas_platform-saas_service_mgmt/lib/google-cloud-saas_platform-saas_service_mgmt.rb b/google-cloud-saas_platform-saas_service_mgmt/lib/google-cloud-saas_platform-saas_service_mgmt.rb index e3666d90ddfb..864dbb472e44 100644 --- a/google-cloud-saas_platform-saas_service_mgmt/lib/google-cloud-saas_platform-saas_service_mgmt.rb +++ b/google-cloud-saas_platform-saas_service_mgmt/lib/google-cloud-saas_platform-saas_service_mgmt.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-cloud-saas_platform-saas_service_mgmt/lib/google/cloud/saas_platform/saas_service_mgmt.rb b/google-cloud-saas_platform-saas_service_mgmt/lib/google/cloud/saas_platform/saas_service_mgmt.rb index 144b01833604..938eab48ac66 100644 --- a/google-cloud-saas_platform-saas_service_mgmt/lib/google/cloud/saas_platform/saas_service_mgmt.rb +++ b/google-cloud-saas_platform-saas_service_mgmt/lib/google/cloud/saas_platform/saas_service_mgmt.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-cloud-saas_platform-saas_service_mgmt/test/google/cloud/saas_platform/saas_service_mgmt/client_test.rb b/google-cloud-saas_platform-saas_service_mgmt/test/google/cloud/saas_platform/saas_service_mgmt/client_test.rb index 7bca2889b0e4..75a386d33524 100644 --- a/google-cloud-saas_platform-saas_service_mgmt/test/google/cloud/saas_platform/saas_service_mgmt/client_test.rb +++ b/google-cloud-saas_platform-saas_service_mgmt/test/google/cloud/saas_platform/saas_service_mgmt/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-cloud-saas_platform-saas_service_mgmt/test/google/cloud/saas_platform/saas_service_mgmt/version_test.rb b/google-cloud-saas_platform-saas_service_mgmt/test/google/cloud/saas_platform/saas_service_mgmt/version_test.rb index f6d1cc1767be..b5ea633ed383 100644 --- a/google-cloud-saas_platform-saas_service_mgmt/test/google/cloud/saas_platform/saas_service_mgmt/version_test.rb +++ b/google-cloud-saas_platform-saas_service_mgmt/test/google/cloud/saas_platform/saas_service_mgmt/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-cloud-saas_platform-saas_service_mgmt/test/helper.rb b/google-cloud-saas_platform-saas_service_mgmt/test/helper.rb index 60c50984be58..4fb6756ac7e2 100644 --- a/google-cloud-saas_platform-saas_service_mgmt/test/helper.rb +++ b/google-cloud-saas_platform-saas_service_mgmt/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-cloud-scheduler/.owlbot-manifest.json b/google-cloud-scheduler/.owlbot-manifest.json index 41b3e128c82c..9034f8d0e4ca 100644 --- a/google-cloud-scheduler/.owlbot-manifest.json +++ b/google-cloud-scheduler/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "MIGRATING.md", "samples/.rubocop.yml", "samples/Gemfile", diff --git a/google-cloud-scheduler/.toys.rb b/google-cloud-scheduler/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-scheduler/.toys.rb +++ b/google-cloud-scheduler/.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-cloud-scheduler/Gemfile b/google-cloud-scheduler/Gemfile index c256c293ca5a..c44a1a569acd 100644 --- a/google-cloud-scheduler/Gemfile +++ b/google-cloud-scheduler/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-cloud-scheduler/Rakefile b/google-cloud-scheduler/Rakefile index 2be14517cd9e..ca517666c458 100644 --- a/google-cloud-scheduler/Rakefile +++ b/google-cloud-scheduler/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/google-cloud-scheduler/lib/google-cloud-scheduler.rb b/google-cloud-scheduler/lib/google-cloud-scheduler.rb index 0ab996e7e13e..5dbd39bbc30f 100644 --- a/google-cloud-scheduler/lib/google-cloud-scheduler.rb +++ b/google-cloud-scheduler/lib/google-cloud-scheduler.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/google-cloud-scheduler/lib/google/cloud/scheduler.rb b/google-cloud-scheduler/lib/google/cloud/scheduler.rb index a725b1490c34..086445509c72 100644 --- a/google-cloud-scheduler/lib/google/cloud/scheduler.rb +++ b/google-cloud-scheduler/lib/google/cloud/scheduler.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/google-cloud-scheduler/test/google/cloud/scheduler/client_test.rb b/google-cloud-scheduler/test/google/cloud/scheduler/client_test.rb index b698ddf13a32..5ab48d5d0553 100644 --- a/google-cloud-scheduler/test/google/cloud/scheduler/client_test.rb +++ b/google-cloud-scheduler/test/google/cloud/scheduler/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/google-cloud-scheduler/test/google/cloud/scheduler/version_test.rb b/google-cloud-scheduler/test/google/cloud/scheduler/version_test.rb index 8d9af0249fb9..02bfe3ac6be4 100644 --- a/google-cloud-scheduler/test/google/cloud/scheduler/version_test.rb +++ b/google-cloud-scheduler/test/google/cloud/scheduler/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/google-cloud-scheduler/test/helper.rb b/google-cloud-scheduler/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-scheduler/test/helper.rb +++ b/google-cloud-scheduler/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. diff --git a/google-cloud-secret_manager/.owlbot-manifest.json b/google-cloud-secret_manager/.owlbot-manifest.json index c10c3991daed..317cd2e915f3 100644 --- a/google-cloud-secret_manager/.owlbot-manifest.json +++ b/google-cloud-secret_manager/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "samples/Gemfile", "samples/README.md", "samples/Rakefile", diff --git a/google-cloud-secret_manager/.toys.rb b/google-cloud-secret_manager/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-secret_manager/.toys.rb +++ b/google-cloud-secret_manager/.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-cloud-secret_manager/Gemfile b/google-cloud-secret_manager/Gemfile index cfe361a06ed0..2fe2a37e1ebe 100644 --- a/google-cloud-secret_manager/Gemfile +++ b/google-cloud-secret_manager/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-cloud-secret_manager/Rakefile b/google-cloud-secret_manager/Rakefile index 082c725bc453..fde45ed3739d 100644 --- a/google-cloud-secret_manager/Rakefile +++ b/google-cloud-secret_manager/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/google-cloud-secret_manager/lib/google-cloud-secret_manager.rb b/google-cloud-secret_manager/lib/google-cloud-secret_manager.rb index 01570a3f2e42..ed54373735d2 100644 --- a/google-cloud-secret_manager/lib/google-cloud-secret_manager.rb +++ b/google-cloud-secret_manager/lib/google-cloud-secret_manager.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/google-cloud-secret_manager/lib/google/cloud/secret_manager.rb b/google-cloud-secret_manager/lib/google/cloud/secret_manager.rb index 35a2471be9b8..0d7f99c14013 100644 --- a/google-cloud-secret_manager/lib/google/cloud/secret_manager.rb +++ b/google-cloud-secret_manager/lib/google/cloud/secret_manager.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/google-cloud-secret_manager/test/google/cloud/secret_manager/client_test.rb b/google-cloud-secret_manager/test/google/cloud/secret_manager/client_test.rb index bb17c20d9a42..9bf24e4ef2a7 100644 --- a/google-cloud-secret_manager/test/google/cloud/secret_manager/client_test.rb +++ b/google-cloud-secret_manager/test/google/cloud/secret_manager/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/google-cloud-secret_manager/test/google/cloud/secret_manager/version_test.rb b/google-cloud-secret_manager/test/google/cloud/secret_manager/version_test.rb index 5caaf4a10db9..7188a10c49e1 100644 --- a/google-cloud-secret_manager/test/google/cloud/secret_manager/version_test.rb +++ b/google-cloud-secret_manager/test/google/cloud/secret_manager/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/google-cloud-secret_manager/test/helper.rb b/google-cloud-secret_manager/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-secret_manager/test/helper.rb +++ b/google-cloud-secret_manager/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. diff --git a/google-cloud-secure_source_manager/.owlbot-manifest.json b/google-cloud-secure_source_manager/.owlbot-manifest.json index 2bd2b2bddba8..d9747d54cb50 100644 --- a/google-cloud-secure_source_manager/.owlbot-manifest.json +++ b/google-cloud-secure_source_manager/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-secure_source_manager/.toys.rb b/google-cloud-secure_source_manager/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-secure_source_manager/.toys.rb +++ b/google-cloud-secure_source_manager/.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-cloud-secure_source_manager/Gemfile b/google-cloud-secure_source_manager/Gemfile index e6876a1229ba..62aad3de0c1f 100644 --- a/google-cloud-secure_source_manager/Gemfile +++ b/google-cloud-secure_source_manager/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-cloud-secure_source_manager/Rakefile b/google-cloud-secure_source_manager/Rakefile index 8fdbc27173e9..c7970accf7b4 100644 --- a/google-cloud-secure_source_manager/Rakefile +++ b/google-cloud-secure_source_manager/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-cloud-secure_source_manager/lib/google-cloud-secure_source_manager.rb b/google-cloud-secure_source_manager/lib/google-cloud-secure_source_manager.rb index 4b806d9b16bc..268a417c2881 100644 --- a/google-cloud-secure_source_manager/lib/google-cloud-secure_source_manager.rb +++ b/google-cloud-secure_source_manager/lib/google-cloud-secure_source_manager.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-cloud-secure_source_manager/lib/google/cloud/secure_source_manager.rb b/google-cloud-secure_source_manager/lib/google/cloud/secure_source_manager.rb index 8bce1298e52f..486b73863305 100644 --- a/google-cloud-secure_source_manager/lib/google/cloud/secure_source_manager.rb +++ b/google-cloud-secure_source_manager/lib/google/cloud/secure_source_manager.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-cloud-secure_source_manager/test/google/cloud/secure_source_manager/client_test.rb b/google-cloud-secure_source_manager/test/google/cloud/secure_source_manager/client_test.rb index 5c34fc3d1792..190212437d4c 100644 --- a/google-cloud-secure_source_manager/test/google/cloud/secure_source_manager/client_test.rb +++ b/google-cloud-secure_source_manager/test/google/cloud/secure_source_manager/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-cloud-secure_source_manager/test/google/cloud/secure_source_manager/version_test.rb b/google-cloud-secure_source_manager/test/google/cloud/secure_source_manager/version_test.rb index 4a092982fd90..bd800a9c364b 100644 --- a/google-cloud-secure_source_manager/test/google/cloud/secure_source_manager/version_test.rb +++ b/google-cloud-secure_source_manager/test/google/cloud/secure_source_manager/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-cloud-secure_source_manager/test/helper.rb b/google-cloud-secure_source_manager/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-cloud-secure_source_manager/test/helper.rb +++ b/google-cloud-secure_source_manager/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-cloud-security-private_ca/.owlbot-manifest.json b/google-cloud-security-private_ca/.owlbot-manifest.json index b97ed70ba4ce..fc6302f3786e 100644 --- a/google-cloud-security-private_ca/.owlbot-manifest.json +++ b/google-cloud-security-private_ca/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-security-private_ca/.toys.rb b/google-cloud-security-private_ca/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-security-private_ca/.toys.rb +++ b/google-cloud-security-private_ca/.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-cloud-security-private_ca/Gemfile b/google-cloud-security-private_ca/Gemfile index f83c3d64ddc1..75f48ab4c72a 100644 --- a/google-cloud-security-private_ca/Gemfile +++ b/google-cloud-security-private_ca/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-cloud-security-private_ca/Rakefile b/google-cloud-security-private_ca/Rakefile index 7861a5b90bc8..9d47be393410 100644 --- a/google-cloud-security-private_ca/Rakefile +++ b/google-cloud-security-private_ca/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/google-cloud-security-private_ca/lib/google-cloud-security-private_ca.rb b/google-cloud-security-private_ca/lib/google-cloud-security-private_ca.rb index 6b6f23e11444..dfcf801e91e7 100644 --- a/google-cloud-security-private_ca/lib/google-cloud-security-private_ca.rb +++ b/google-cloud-security-private_ca/lib/google-cloud-security-private_ca.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/google-cloud-security-private_ca/lib/google/cloud/security/private_ca.rb b/google-cloud-security-private_ca/lib/google/cloud/security/private_ca.rb index ab945f911bea..9e4201a2067f 100644 --- a/google-cloud-security-private_ca/lib/google/cloud/security/private_ca.rb +++ b/google-cloud-security-private_ca/lib/google/cloud/security/private_ca.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/google-cloud-security-private_ca/test/google/cloud/security/private_ca/client_test.rb b/google-cloud-security-private_ca/test/google/cloud/security/private_ca/client_test.rb index b41d6748906e..713e8a57dfed 100644 --- a/google-cloud-security-private_ca/test/google/cloud/security/private_ca/client_test.rb +++ b/google-cloud-security-private_ca/test/google/cloud/security/private_ca/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/google-cloud-security-private_ca/test/google/cloud/security/private_ca/version_test.rb b/google-cloud-security-private_ca/test/google/cloud/security/private_ca/version_test.rb index dcca0ced3d25..155f19753fba 100644 --- a/google-cloud-security-private_ca/test/google/cloud/security/private_ca/version_test.rb +++ b/google-cloud-security-private_ca/test/google/cloud/security/private_ca/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/google-cloud-security-private_ca/test/helper.rb b/google-cloud-security-private_ca/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-security-private_ca/test/helper.rb +++ b/google-cloud-security-private_ca/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. diff --git a/google-cloud-security-public_ca/.owlbot-manifest.json b/google-cloud-security-public_ca/.owlbot-manifest.json index 99a6d8a4e3c6..b6e84150e03e 100644 --- a/google-cloud-security-public_ca/.owlbot-manifest.json +++ b/google-cloud-security-public_ca/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-security-public_ca/.toys.rb b/google-cloud-security-public_ca/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-security-public_ca/.toys.rb +++ b/google-cloud-security-public_ca/.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-cloud-security-public_ca/Gemfile b/google-cloud-security-public_ca/Gemfile index 2068de04f80a..b0f36d13850e 100644 --- a/google-cloud-security-public_ca/Gemfile +++ b/google-cloud-security-public_ca/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-cloud-security-public_ca/Rakefile b/google-cloud-security-public_ca/Rakefile index 5036054edc10..dd0c72029fb3 100644 --- a/google-cloud-security-public_ca/Rakefile +++ b/google-cloud-security-public_ca/Rakefile @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 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-cloud-security-public_ca/lib/google-cloud-security-public_ca.rb b/google-cloud-security-public_ca/lib/google-cloud-security-public_ca.rb index 72e40adef87c..02d86471dd61 100644 --- a/google-cloud-security-public_ca/lib/google-cloud-security-public_ca.rb +++ b/google-cloud-security-public_ca/lib/google-cloud-security-public_ca.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 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-cloud-security-public_ca/lib/google/cloud/security/public_ca.rb b/google-cloud-security-public_ca/lib/google/cloud/security/public_ca.rb index 808d760c4670..e74a9eb7a405 100644 --- a/google-cloud-security-public_ca/lib/google/cloud/security/public_ca.rb +++ b/google-cloud-security-public_ca/lib/google/cloud/security/public_ca.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 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-cloud-security-public_ca/test/google/cloud/security/public_ca/client_test.rb b/google-cloud-security-public_ca/test/google/cloud/security/public_ca/client_test.rb index fe3407641d34..5362979abaf9 100644 --- a/google-cloud-security-public_ca/test/google/cloud/security/public_ca/client_test.rb +++ b/google-cloud-security-public_ca/test/google/cloud/security/public_ca/client_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 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-cloud-security-public_ca/test/google/cloud/security/public_ca/version_test.rb b/google-cloud-security-public_ca/test/google/cloud/security/public_ca/version_test.rb index 6c928c8e1a43..90b9af92bc5c 100644 --- a/google-cloud-security-public_ca/test/google/cloud/security/public_ca/version_test.rb +++ b/google-cloud-security-public_ca/test/google/cloud/security/public_ca/version_test.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 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-cloud-security-public_ca/test/helper.rb b/google-cloud-security-public_ca/test/helper.rb index 8d97e8142b62..4fb6756ac7e2 100644 --- a/google-cloud-security-public_ca/test/helper.rb +++ b/google-cloud-security-public_ca/test/helper.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -# Copyright 2022 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-cloud-security_center/.owlbot-manifest.json b/google-cloud-security_center/.owlbot-manifest.json index 190ea301f0ce..9ff6f1bda12b 100644 --- a/google-cloud-security_center/.owlbot-manifest.json +++ b/google-cloud-security_center/.owlbot-manifest.json @@ -21,6 +21,7 @@ ], "static": [ ".OwlBot.yaml", + "Gemfile.lock", "MIGRATING.md", "samples/Gemfile", "samples/Rakefile", diff --git a/google-cloud-security_center/.toys.rb b/google-cloud-security_center/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-security_center/.toys.rb +++ b/google-cloud-security_center/.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-cloud-security_center/Gemfile b/google-cloud-security_center/Gemfile index 17b8c6a397ae..9ea5b10b9d72 100644 --- a/google-cloud-security_center/Gemfile +++ b/google-cloud-security_center/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-cloud-security_center/Rakefile b/google-cloud-security_center/Rakefile index 04b2f586c979..84bd60853024 100644 --- a/google-cloud-security_center/Rakefile +++ b/google-cloud-security_center/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/google-cloud-security_center/lib/google-cloud-security_center.rb b/google-cloud-security_center/lib/google-cloud-security_center.rb index 5e875bfafd46..fe6260d8dad8 100644 --- a/google-cloud-security_center/lib/google-cloud-security_center.rb +++ b/google-cloud-security_center/lib/google-cloud-security_center.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/google-cloud-security_center/lib/google/cloud/security_center.rb b/google-cloud-security_center/lib/google/cloud/security_center.rb index 24820a771b29..9b56b412b55e 100644 --- a/google-cloud-security_center/lib/google/cloud/security_center.rb +++ b/google-cloud-security_center/lib/google/cloud/security_center.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/google-cloud-security_center/test/google/cloud/security_center/client_test.rb b/google-cloud-security_center/test/google/cloud/security_center/client_test.rb index 7c6f12b6e0f7..8c3f1e06dfe4 100644 --- a/google-cloud-security_center/test/google/cloud/security_center/client_test.rb +++ b/google-cloud-security_center/test/google/cloud/security_center/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/google-cloud-security_center/test/google/cloud/security_center/version_test.rb b/google-cloud-security_center/test/google/cloud/security_center/version_test.rb index 381f0056c4bb..437d0c72c376 100644 --- a/google-cloud-security_center/test/google/cloud/security_center/version_test.rb +++ b/google-cloud-security_center/test/google/cloud/security_center/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/google-cloud-security_center/test/helper.rb b/google-cloud-security_center/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-security_center/test/helper.rb +++ b/google-cloud-security_center/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. diff --git a/google-cloud-security_center_management/.owlbot-manifest.json b/google-cloud-security_center_management/.owlbot-manifest.json index e10a28a4ff48..4a0eca0de7a7 100644 --- a/google-cloud-security_center_management/.owlbot-manifest.json +++ b/google-cloud-security_center_management/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-security_center_management/.toys.rb b/google-cloud-security_center_management/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-security_center_management/.toys.rb +++ b/google-cloud-security_center_management/.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-cloud-security_center_management/Gemfile b/google-cloud-security_center_management/Gemfile index d68801b279b4..4181426cc4c0 100644 --- a/google-cloud-security_center_management/Gemfile +++ b/google-cloud-security_center_management/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-cloud-security_center_management/Rakefile b/google-cloud-security_center_management/Rakefile index 9896a168dca9..ae4211523697 100644 --- a/google-cloud-security_center_management/Rakefile +++ b/google-cloud-security_center_management/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-cloud-security_center_management/lib/google-cloud-security_center_management.rb b/google-cloud-security_center_management/lib/google-cloud-security_center_management.rb index c6f10fd28be0..64a6361608f1 100644 --- a/google-cloud-security_center_management/lib/google-cloud-security_center_management.rb +++ b/google-cloud-security_center_management/lib/google-cloud-security_center_management.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-cloud-security_center_management/lib/google/cloud/security_center_management.rb b/google-cloud-security_center_management/lib/google/cloud/security_center_management.rb index 66f134fc7410..8c0d3abc31df 100644 --- a/google-cloud-security_center_management/lib/google/cloud/security_center_management.rb +++ b/google-cloud-security_center_management/lib/google/cloud/security_center_management.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-cloud-security_center_management/test/google/cloud/security_center_management/client_test.rb b/google-cloud-security_center_management/test/google/cloud/security_center_management/client_test.rb index e8bedc096801..0b41e9e51f38 100644 --- a/google-cloud-security_center_management/test/google/cloud/security_center_management/client_test.rb +++ b/google-cloud-security_center_management/test/google/cloud/security_center_management/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-cloud-security_center_management/test/google/cloud/security_center_management/version_test.rb b/google-cloud-security_center_management/test/google/cloud/security_center_management/version_test.rb index 40393eaa37c2..0e5abb53009e 100644 --- a/google-cloud-security_center_management/test/google/cloud/security_center_management/version_test.rb +++ b/google-cloud-security_center_management/test/google/cloud/security_center_management/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-cloud-security_center_management/test/helper.rb b/google-cloud-security_center_management/test/helper.rb index 5838f6bd94e7..4fb6756ac7e2 100644 --- a/google-cloud-security_center_management/test/helper.rb +++ b/google-cloud-security_center_management/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-cloud-service_control/.owlbot-manifest.json b/google-cloud-service_control/.owlbot-manifest.json index 39f706221255..2d3c1313fbe5 100644 --- a/google-cloud-service_control/.owlbot-manifest.json +++ b/google-cloud-service_control/.owlbot-manifest.json @@ -20,6 +20,7 @@ "test/helper.rb" ], "static": [ - ".OwlBot.yaml" + ".OwlBot.yaml", + "Gemfile.lock" ] } diff --git a/google-cloud-service_control/.toys.rb b/google-cloud-service_control/.toys.rb index 23434bdd5d5b..177e22456e8a 100644 --- a/google-cloud-service_control/.toys.rb +++ b/google-cloud-service_control/.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-cloud-service_control/Gemfile b/google-cloud-service_control/Gemfile index 9540f302f26c..7c9d9fbef522 100644 --- a/google-cloud-service_control/Gemfile +++ b/google-cloud-service_control/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-cloud-service_control/Rakefile b/google-cloud-service_control/Rakefile index c673a44a60dc..71014908742d 100644 --- a/google-cloud-service_control/Rakefile +++ b/google-cloud-service_control/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/google-cloud-service_control/lib/google-cloud-service_control.rb b/google-cloud-service_control/lib/google-cloud-service_control.rb index 32c65e5e42fa..dd4b9fda45e0 100644 --- a/google-cloud-service_control/lib/google-cloud-service_control.rb +++ b/google-cloud-service_control/lib/google-cloud-service_control.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/google-cloud-service_control/lib/google/cloud/service_control.rb b/google-cloud-service_control/lib/google/cloud/service_control.rb index 76728fcd6224..aab78a11e486 100644 --- a/google-cloud-service_control/lib/google/cloud/service_control.rb +++ b/google-cloud-service_control/lib/google/cloud/service_control.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/google-cloud-service_control/test/google/cloud/service_control/client_test.rb b/google-cloud-service_control/test/google/cloud/service_control/client_test.rb index d5a18794ee0d..6c5e27771a35 100644 --- a/google-cloud-service_control/test/google/cloud/service_control/client_test.rb +++ b/google-cloud-service_control/test/google/cloud/service_control/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/google-cloud-service_control/test/google/cloud/service_control/version_test.rb b/google-cloud-service_control/test/google/cloud/service_control/version_test.rb index f59a2a27bc19..6b1cc8ae1ce3 100644 --- a/google-cloud-service_control/test/google/cloud/service_control/version_test.rb +++ b/google-cloud-service_control/test/google/cloud/service_control/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/google-cloud-service_control/test/helper.rb b/google-cloud-service_control/test/helper.rb index 9d59e7f6d179..4fb6756ac7e2 100644 --- a/google-cloud-service_control/test/helper.rb +++ b/google-cloud-service_control/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.