diff --git a/build/boilerplate.go.txt b/build/boilerplate.go.txt index cecffd0847..7350e851da 100644 --- a/build/boilerplate.go.txt +++ b/build/boilerplate.go.txt @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/build/boilerplate.yaml.txt b/build/boilerplate.yaml.txt index 33b711eabe..7be643e234 100644 --- a/build/boilerplate.yaml.txt +++ b/build/boilerplate.yaml.txt @@ -1,4 +1,4 @@ -# Copyright 2022 Google LLC All Rights Reserved. +# Copyright 2023 Google LLC All Rights Reserved. # # 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/build/build-sdk-images/restapi/gen.sh b/build/build-sdk-images/restapi/gen.sh index cad3ab5d81..b952b6aa2b 100644 --- a/build/build-sdk-images/restapi/gen.sh +++ b/build/build-sdk-images/restapi/gen.sh @@ -19,6 +19,8 @@ header() { } wget -q https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.35/swagger-codegen-cli-3.0.35.jar -O /tmp/swagger-codegen-cli.jar + +rm -rf /go/src/agones.dev/agones/test/sdk/restapi/swagger /go/src/agones.dev/agones/test/sdk/restapi/alpha/swagger java -jar /tmp/swagger-codegen-cli.jar generate -i /go/src/agones.dev/agones/sdks/swagger/sdk.swagger.json -l go -o /go/src/agones.dev/agones/test/sdk/restapi/swagger java -jar /tmp/swagger-codegen-cli.jar generate -i /go/src/agones.dev/agones/sdks/swagger/alpha.swagger.json -l go -o /go/src/agones.dev/agones/test/sdk/restapi/alpha/swagger diff --git a/pkg/sdk/alpha/alpha.pb.go b/pkg/sdk/alpha/alpha.pb.go index 14fd05e162..9077961e42 100644 --- a/pkg/sdk/alpha/alpha.pb.go +++ b/pkg/sdk/alpha/alpha.pb.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/pkg/sdk/alpha/alpha.pb.gw.go b/pkg/sdk/alpha/alpha.pb.gw.go index 7ee7bd80d9..f0c227f853 100644 --- a/pkg/sdk/alpha/alpha.pb.gw.go +++ b/pkg/sdk/alpha/alpha.pb.gw.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/pkg/sdk/alpha/alpha_grpc.pb.go b/pkg/sdk/alpha/alpha_grpc.pb.go index fc7b35fc2c..5aab5b156c 100644 --- a/pkg/sdk/alpha/alpha_grpc.pb.go +++ b/pkg/sdk/alpha/alpha_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/pkg/sdk/beta/beta.pb.go b/pkg/sdk/beta/beta.pb.go index 3f16658162..02a686c3a8 100644 --- a/pkg/sdk/beta/beta.pb.go +++ b/pkg/sdk/beta/beta.pb.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/pkg/sdk/beta/beta_grpc.pb.go b/pkg/sdk/beta/beta_grpc.pb.go index 0d3db7bd4a..721f2cc983 100644 --- a/pkg/sdk/beta/beta_grpc.pb.go +++ b/pkg/sdk/beta/beta_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/pkg/sdk/sdk.pb.go b/pkg/sdk/sdk.pb.go index a1512fc6b3..e295f68508 100644 --- a/pkg/sdk/sdk.pb.go +++ b/pkg/sdk/sdk.pb.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/pkg/sdk/sdk.pb.gw.go b/pkg/sdk/sdk.pb.gw.go index 11404b7878..8f820cbc58 100644 --- a/pkg/sdk/sdk.pb.gw.go +++ b/pkg/sdk/sdk.pb.gw.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/pkg/sdk/sdk_grpc.pb.go b/pkg/sdk/sdk_grpc.pb.go index b9dbd9881f..e2aa70e64c 100644 --- a/pkg/sdk/sdk_grpc.pb.go +++ b/pkg/sdk/sdk_grpc.pb.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/cpp/include/agones/sdk.grpc.pb.h b/sdks/cpp/include/agones/sdk.grpc.pb.h index 3ff3a59364..97ac497e5b 100644 --- a/sdks/cpp/include/agones/sdk.grpc.pb.h +++ b/sdks/cpp/include/agones/sdk.grpc.pb.h @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/cpp/include/agones/sdk.pb.h b/sdks/cpp/include/agones/sdk.pb.h index 45bb36b994..e527fafc79 100644 --- a/sdks/cpp/include/agones/sdk.pb.h +++ b/sdks/cpp/include/agones/sdk.pb.h @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/cpp/include/google/api/annotations.pb.h b/sdks/cpp/include/google/api/annotations.pb.h index 5a9e91c75d..696a353cce 100644 --- a/sdks/cpp/include/google/api/annotations.pb.h +++ b/sdks/cpp/include/google/api/annotations.pb.h @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/cpp/include/google/api/http.pb.h b/sdks/cpp/include/google/api/http.pb.h index 3ebd3b1058..006c357d1b 100644 --- a/sdks/cpp/include/google/api/http.pb.h +++ b/sdks/cpp/include/google/api/http.pb.h @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/cpp/include/protoc-gen-openapiv2/options/annotations.pb.h b/sdks/cpp/include/protoc-gen-openapiv2/options/annotations.pb.h index f4509db6bc..67a772fced 100644 --- a/sdks/cpp/include/protoc-gen-openapiv2/options/annotations.pb.h +++ b/sdks/cpp/include/protoc-gen-openapiv2/options/annotations.pb.h @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/cpp/include/protoc-gen-openapiv2/options/openapiv2.pb.h b/sdks/cpp/include/protoc-gen-openapiv2/options/openapiv2.pb.h index 302cfa578c..ea1857bc79 100644 --- a/sdks/cpp/include/protoc-gen-openapiv2/options/openapiv2.pb.h +++ b/sdks/cpp/include/protoc-gen-openapiv2/options/openapiv2.pb.h @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/cpp/src/agones/sdk.grpc.pb.cc b/sdks/cpp/src/agones/sdk.grpc.pb.cc index e216093943..0f55fe439c 100644 --- a/sdks/cpp/src/agones/sdk.grpc.pb.cc +++ b/sdks/cpp/src/agones/sdk.grpc.pb.cc @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/cpp/src/agones/sdk.pb.cc b/sdks/cpp/src/agones/sdk.pb.cc index bc07f7974a..5c6f2c0194 100644 --- a/sdks/cpp/src/agones/sdk.pb.cc +++ b/sdks/cpp/src/agones/sdk.pb.cc @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/cpp/src/google/annotations.pb.cc b/sdks/cpp/src/google/annotations.pb.cc index c287683c18..c500bcaf2a 100644 --- a/sdks/cpp/src/google/annotations.pb.cc +++ b/sdks/cpp/src/google/annotations.pb.cc @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/cpp/src/google/http.pb.cc b/sdks/cpp/src/google/http.pb.cc index 190cb7eb1a..0e4b5d5500 100644 --- a/sdks/cpp/src/google/http.pb.cc +++ b/sdks/cpp/src/google/http.pb.cc @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/cpp/src/protoc-gen-openapiv2/annotations.pb.cc b/sdks/cpp/src/protoc-gen-openapiv2/annotations.pb.cc index eec7ee3c3c..75fe64dd75 100644 --- a/sdks/cpp/src/protoc-gen-openapiv2/annotations.pb.cc +++ b/sdks/cpp/src/protoc-gen-openapiv2/annotations.pb.cc @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/cpp/src/protoc-gen-openapiv2/openapiv2.pb.cc b/sdks/cpp/src/protoc-gen-openapiv2/openapiv2.pb.cc index b40de8cfd0..1bba076d06 100644 --- a/sdks/cpp/src/protoc-gen-openapiv2/openapiv2.pb.cc +++ b/sdks/cpp/src/protoc-gen-openapiv2/openapiv2.pb.cc @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/csharp/sdk/generated/Alpha.cs b/sdks/csharp/sdk/generated/Alpha.cs index 2ff0c78cfc..5ab6658dfa 100644 --- a/sdks/csharp/sdk/generated/Alpha.cs +++ b/sdks/csharp/sdk/generated/Alpha.cs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/csharp/sdk/generated/AlphaGrpc.cs b/sdks/csharp/sdk/generated/AlphaGrpc.cs index d5b13f1c68..338faea9da 100644 --- a/sdks/csharp/sdk/generated/AlphaGrpc.cs +++ b/sdks/csharp/sdk/generated/AlphaGrpc.cs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/csharp/sdk/generated/Sdk.cs b/sdks/csharp/sdk/generated/Sdk.cs index 80662a2bc4..b4c558b304 100644 --- a/sdks/csharp/sdk/generated/Sdk.cs +++ b/sdks/csharp/sdk/generated/Sdk.cs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/csharp/sdk/generated/SdkGrpc.cs b/sdks/csharp/sdk/generated/SdkGrpc.cs index 320a988bdf..fbccdcce85 100644 --- a/sdks/csharp/sdk/generated/SdkGrpc.cs +++ b/sdks/csharp/sdk/generated/SdkGrpc.cs @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/nodejs/lib/alpha/alpha_grpc_pb.js b/sdks/nodejs/lib/alpha/alpha_grpc_pb.js index 726adbc5e9..3fb4e06f06 100644 --- a/sdks/nodejs/lib/alpha/alpha_grpc_pb.js +++ b/sdks/nodejs/lib/alpha/alpha_grpc_pb.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/nodejs/lib/alpha/alpha_pb.js b/sdks/nodejs/lib/alpha/alpha_pb.js index 2ee1cd17af..2604aaf6e2 100644 --- a/sdks/nodejs/lib/alpha/alpha_pb.js +++ b/sdks/nodejs/lib/alpha/alpha_pb.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/nodejs/lib/alpha/google/api/annotations_pb.js b/sdks/nodejs/lib/alpha/google/api/annotations_pb.js index 659cddbb23..fbfedf1b12 100644 --- a/sdks/nodejs/lib/alpha/google/api/annotations_pb.js +++ b/sdks/nodejs/lib/alpha/google/api/annotations_pb.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/nodejs/lib/alpha/google/api/http_pb.js b/sdks/nodejs/lib/alpha/google/api/http_pb.js index 73f330a05f..28eebe9f0d 100644 --- a/sdks/nodejs/lib/alpha/google/api/http_pb.js +++ b/sdks/nodejs/lib/alpha/google/api/http_pb.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/nodejs/lib/alpha/protoc-gen-openapiv2/options/annotations_pb.js b/sdks/nodejs/lib/alpha/protoc-gen-openapiv2/options/annotations_pb.js index 15d1824650..b4c8aff3ff 100644 --- a/sdks/nodejs/lib/alpha/protoc-gen-openapiv2/options/annotations_pb.js +++ b/sdks/nodejs/lib/alpha/protoc-gen-openapiv2/options/annotations_pb.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/nodejs/lib/alpha/protoc-gen-openapiv2/options/openapiv2_pb.js b/sdks/nodejs/lib/alpha/protoc-gen-openapiv2/options/openapiv2_pb.js index c4bfd933f5..e34a7e5065 100644 --- a/sdks/nodejs/lib/alpha/protoc-gen-openapiv2/options/openapiv2_pb.js +++ b/sdks/nodejs/lib/alpha/protoc-gen-openapiv2/options/openapiv2_pb.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/nodejs/lib/google/api/annotations_pb.js b/sdks/nodejs/lib/google/api/annotations_pb.js index 659cddbb23..fbfedf1b12 100644 --- a/sdks/nodejs/lib/google/api/annotations_pb.js +++ b/sdks/nodejs/lib/google/api/annotations_pb.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/nodejs/lib/google/api/http_pb.js b/sdks/nodejs/lib/google/api/http_pb.js index 73f330a05f..28eebe9f0d 100644 --- a/sdks/nodejs/lib/google/api/http_pb.js +++ b/sdks/nodejs/lib/google/api/http_pb.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/nodejs/lib/protoc-gen-openapiv2/options/annotations_pb.js b/sdks/nodejs/lib/protoc-gen-openapiv2/options/annotations_pb.js index 15d1824650..b4c8aff3ff 100644 --- a/sdks/nodejs/lib/protoc-gen-openapiv2/options/annotations_pb.js +++ b/sdks/nodejs/lib/protoc-gen-openapiv2/options/annotations_pb.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/nodejs/lib/protoc-gen-openapiv2/options/openapiv2_pb.js b/sdks/nodejs/lib/protoc-gen-openapiv2/options/openapiv2_pb.js index c4bfd933f5..e34a7e5065 100644 --- a/sdks/nodejs/lib/protoc-gen-openapiv2/options/openapiv2_pb.js +++ b/sdks/nodejs/lib/protoc-gen-openapiv2/options/openapiv2_pb.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/nodejs/lib/sdk_grpc_pb.js b/sdks/nodejs/lib/sdk_grpc_pb.js index 30dd3cd6fa..3c4b55e7b8 100644 --- a/sdks/nodejs/lib/sdk_grpc_pb.js +++ b/sdks/nodejs/lib/sdk_grpc_pb.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/sdks/nodejs/lib/sdk_pb.js b/sdks/nodejs/lib/sdk_pb.js index 3c31ebde54..bab08877a0 100644 --- a/sdks/nodejs/lib/sdk_pb.js +++ b/sdks/nodejs/lib/sdk_pb.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/alpha/swagger/api_sdk.go b/test/sdk/restapi/alpha/swagger/api_sdk.go index a56c978896..d318b846f5 100644 --- a/test/sdk/restapi/alpha/swagger/api_sdk.go +++ b/test/sdk/restapi/alpha/swagger/api_sdk.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/alpha/swagger/client.go b/test/sdk/restapi/alpha/swagger/client.go index a3b2165f07..ed23440fe8 100644 --- a/test/sdk/restapi/alpha/swagger/client.go +++ b/test/sdk/restapi/alpha/swagger/client.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/alpha/swagger/configuration.go b/test/sdk/restapi/alpha/swagger/configuration.go index 1ab7d06737..fdfeeb41fa 100644 --- a/test/sdk/restapi/alpha/swagger/configuration.go +++ b/test/sdk/restapi/alpha/swagger/configuration.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/alpha/swagger/model_alpha_bool.go b/test/sdk/restapi/alpha/swagger/model_alpha_bool.go index b57e765dba..dbd9f619ac 100644 --- a/test/sdk/restapi/alpha/swagger/model_alpha_bool.go +++ b/test/sdk/restapi/alpha/swagger/model_alpha_bool.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/alpha/swagger/model_alpha_count.go b/test/sdk/restapi/alpha/swagger/model_alpha_count.go index 540ee0fd9c..a025bc1a54 100644 --- a/test/sdk/restapi/alpha/swagger/model_alpha_count.go +++ b/test/sdk/restapi/alpha/swagger/model_alpha_count.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/alpha/swagger/model_alpha_counter.go b/test/sdk/restapi/alpha/swagger/model_alpha_counter.go index 75c95195bb..8fa2da790c 100644 --- a/test/sdk/restapi/alpha/swagger/model_alpha_counter.go +++ b/test/sdk/restapi/alpha/swagger/model_alpha_counter.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/alpha/swagger/model_alpha_list.go b/test/sdk/restapi/alpha/swagger/model_alpha_list.go index c2150e702a..c9cf307520 100644 --- a/test/sdk/restapi/alpha/swagger/model_alpha_list.go +++ b/test/sdk/restapi/alpha/swagger/model_alpha_list.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/alpha/swagger/model_alpha_player_id.go b/test/sdk/restapi/alpha/swagger/model_alpha_player_id.go index 0158bb0c2a..6010a3c59a 100644 --- a/test/sdk/restapi/alpha/swagger/model_alpha_player_id.go +++ b/test/sdk/restapi/alpha/swagger/model_alpha_player_id.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/alpha/swagger/model_alpha_player_id_list.go b/test/sdk/restapi/alpha/swagger/model_alpha_player_id_list.go index 5544b503da..be8febedfd 100644 --- a/test/sdk/restapi/alpha/swagger/model_alpha_player_id_list.go +++ b/test/sdk/restapi/alpha/swagger/model_alpha_player_id_list.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/alpha/swagger/model_sdkalpha_empty.go b/test/sdk/restapi/alpha/swagger/model_sdkalpha_empty.go index c8ac2f8cf1..8eda60e9da 100644 --- a/test/sdk/restapi/alpha/swagger/model_sdkalpha_empty.go +++ b/test/sdk/restapi/alpha/swagger/model_sdkalpha_empty.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/alpha/swagger/model_the_counter_to_update.go b/test/sdk/restapi/alpha/swagger/model_the_counter_to_update.go index 33ae4b8eeb..e8bb3ce94d 100644 --- a/test/sdk/restapi/alpha/swagger/model_the_counter_to_update.go +++ b/test/sdk/restapi/alpha/swagger/model_the_counter_to_update.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/alpha/swagger/model_the_list_to_update.go b/test/sdk/restapi/alpha/swagger/model_the_list_to_update.go index 35c4d2c3f7..bf9d961a95 100644 --- a/test/sdk/restapi/alpha/swagger/model_the_list_to_update.go +++ b/test/sdk/restapi/alpha/swagger/model_the_list_to_update.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/alpha/swagger/model_v1alpha1_nameadd_value_body.go b/test/sdk/restapi/alpha/swagger/model_v1alpha1_nameadd_value_body.go index b5120b82f0..cd1e22a3e0 100644 --- a/test/sdk/restapi/alpha/swagger/model_v1alpha1_nameadd_value_body.go +++ b/test/sdk/restapi/alpha/swagger/model_v1alpha1_nameadd_value_body.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/alpha/swagger/model_v1alpha1_nameremove_value_body.go b/test/sdk/restapi/alpha/swagger/model_v1alpha1_nameremove_value_body.go index fe356c28b3..5840dfb3b4 100644 --- a/test/sdk/restapi/alpha/swagger/model_v1alpha1_nameremove_value_body.go +++ b/test/sdk/restapi/alpha/swagger/model_v1alpha1_nameremove_value_body.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/alpha/swagger/response.go b/test/sdk/restapi/alpha/swagger/response.go index 5157ee7cbd..0da068a486 100644 --- a/test/sdk/restapi/alpha/swagger/response.go +++ b/test/sdk/restapi/alpha/swagger/response.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/swagger/api_sdk.go b/test/sdk/restapi/swagger/api_sdk.go index 4642c9ab80..ef6d79fe8f 100644 --- a/test/sdk/restapi/swagger/api_sdk.go +++ b/test/sdk/restapi/swagger/api_sdk.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/swagger/client.go b/test/sdk/restapi/swagger/client.go index db81a5e535..70162ea7a4 100644 --- a/test/sdk/restapi/swagger/client.go +++ b/test/sdk/restapi/swagger/client.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/swagger/configuration.go b/test/sdk/restapi/swagger/configuration.go index 195c5535eb..f98ce4673b 100644 --- a/test/sdk/restapi/swagger/configuration.go +++ b/test/sdk/restapi/swagger/configuration.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/swagger/model_game_server_object_meta.go b/test/sdk/restapi/swagger/model_game_server_object_meta.go index 9dd173bcf0..bd799811f3 100644 --- a/test/sdk/restapi/swagger/model_game_server_object_meta.go +++ b/test/sdk/restapi/swagger/model_game_server_object_meta.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/swagger/model_game_server_spec.go b/test/sdk/restapi/swagger/model_game_server_spec.go index aaa40ae86d..5708786a83 100644 --- a/test/sdk/restapi/swagger/model_game_server_spec.go +++ b/test/sdk/restapi/swagger/model_game_server_spec.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/swagger/model_googlerpc_status.go b/test/sdk/restapi/swagger/model_googlerpc_status.go index 3d0ac517af..93e68cb08d 100644 --- a/test/sdk/restapi/swagger/model_googlerpc_status.go +++ b/test/sdk/restapi/swagger/model_googlerpc_status.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/swagger/model_sdk_duration.go b/test/sdk/restapi/swagger/model_sdk_duration.go index 7e82a9935e..f5a755f640 100644 --- a/test/sdk/restapi/swagger/model_sdk_duration.go +++ b/test/sdk/restapi/swagger/model_sdk_duration.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/swagger/model_sdk_empty.go b/test/sdk/restapi/swagger/model_sdk_empty.go index 78280e963f..5a0f767986 100644 --- a/test/sdk/restapi/swagger/model_sdk_empty.go +++ b/test/sdk/restapi/swagger/model_sdk_empty.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/swagger/model_sdk_game_server.go b/test/sdk/restapi/swagger/model_sdk_game_server.go index 2d17adb42c..903cdd006f 100644 --- a/test/sdk/restapi/swagger/model_sdk_game_server.go +++ b/test/sdk/restapi/swagger/model_sdk_game_server.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/swagger/model_sdk_game_server_status.go b/test/sdk/restapi/swagger/model_sdk_game_server_status.go index df60377da2..e3388fdf28 100644 --- a/test/sdk/restapi/swagger/model_sdk_game_server_status.go +++ b/test/sdk/restapi/swagger/model_sdk_game_server_status.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/swagger/model_sdk_key_value.go b/test/sdk/restapi/swagger/model_sdk_key_value.go index 07ba52f494..8533c2f0de 100644 --- a/test/sdk/restapi/swagger/model_sdk_key_value.go +++ b/test/sdk/restapi/swagger/model_sdk_key_value.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/swagger/model_spec_health.go b/test/sdk/restapi/swagger/model_spec_health.go index 3b6254e16a..c6f1130c99 100644 --- a/test/sdk/restapi/swagger/model_spec_health.go +++ b/test/sdk/restapi/swagger/model_spec_health.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/swagger/model_status_address.go b/test/sdk/restapi/swagger/model_status_address.go index 5e44e91490..7be2af6778 100644 --- a/test/sdk/restapi/swagger/model_status_address.go +++ b/test/sdk/restapi/swagger/model_status_address.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/swagger/model_status_counter_status.go b/test/sdk/restapi/swagger/model_status_counter_status.go index 73ccb632de..ecd47ebc84 100644 --- a/test/sdk/restapi/swagger/model_status_counter_status.go +++ b/test/sdk/restapi/swagger/model_status_counter_status.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/swagger/model_status_list_status.go b/test/sdk/restapi/swagger/model_status_list_status.go index 2616582820..ab1df2f748 100644 --- a/test/sdk/restapi/swagger/model_status_list_status.go +++ b/test/sdk/restapi/swagger/model_status_list_status.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/swagger/model_status_player_status.go b/test/sdk/restapi/swagger/model_status_player_status.go index 38cccff315..51d0334005 100644 --- a/test/sdk/restapi/swagger/model_status_player_status.go +++ b/test/sdk/restapi/swagger/model_status_player_status.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/swagger/model_status_port.go b/test/sdk/restapi/swagger/model_status_port.go index ca31609da3..d822adb026 100644 --- a/test/sdk/restapi/swagger/model_status_port.go +++ b/test/sdk/restapi/swagger/model_status_port.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/swagger/model_stream_result_of_sdk_game_server.go b/test/sdk/restapi/swagger/model_stream_result_of_sdk_game_server.go index 81187e6a60..d71665f5e4 100644 --- a/test/sdk/restapi/swagger/model_stream_result_of_sdk_game_server.go +++ b/test/sdk/restapi/swagger/model_stream_result_of_sdk_game_server.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // 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/test/sdk/restapi/swagger/response.go b/test/sdk/restapi/swagger/response.go index 688ebedd98..fc21c406ac 100644 --- a/test/sdk/restapi/swagger/response.go +++ b/test/sdk/restapi/swagger/response.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC All Rights Reserved. +// Copyright 2023 Google LLC All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.