From e6d91905ccb400b534aca70d2927836ca4043cee Mon Sep 17 00:00:00 2001 From: Pooneh Mortazavi Date: Tue, 9 Apr 2019 16:44:47 -0700 Subject: [PATCH] Change License from Google Inc. to Google LLC due to branding change in 2015 --- .dockerignore | 2 +- .gitattributes | 2 +- .gitignore | 2 +- build/Makefile | 2 +- build/boilerplate.go.txt | 2 +- build/build-image/Dockerfile | 2 +- build/build-image/base/Dockerfile | 2 +- build/build-image/gen-crd-client.sh | 2 +- build/build-image/gen-grpc-cpp.sh | 2 +- build/build-image/gen-grpc-go.sh | 2 +- build/build-image/gen-grpc-nodejs.sh | 2 +- build/build-image/gen-grpc-rust.sh | 2 +- build/build-required-src-dist.sh | 2 +- build/e2e-image/e2e.sh | 2 +- build/e2e-image/entrypoint.sh | 2 +- build/extract-licenses.sh | 2 +- build/gke-test-cluster/cluster-e2e.yml | 2 +- build/gke-test-cluster/cluster.yml.jinja | 2 +- build/grafana/dashboard-allocations.yaml | 2 +- .../grafana/dashboard-apiserver-requests.yaml | 2 +- build/grafana/dashboard-autoscalers.yaml | 2 +- build/grafana/dashboard-controller-usage.yaml | 2 +- build/grafana/dashboard-gameservers.yaml | 2 +- build/grafana/dashboard-goclient-caches.yaml | 2 +- .../grafana/dashboard-goclient-requests.yaml | 2 +- .../dashboard-goclient-workqueues.yaml | 2 +- build/grafana/dashboard-status.yaml | 2 +- build/helm.yaml | 2 +- build/includes/google-cloud.mk | 2 +- build/includes/kind.mk | 2 +- build/includes/linux.mk | 2 +- build/includes/macos.mk | 2 +- build/includes/minikube.mk | 2 +- build/includes/release.mk | 2 +- build/includes/website.mk | 2 +- build/includes/windows.mk | 2 +- cloudbuild.yaml | 2 +- cmd/controller/Dockerfile | 2 +- cmd/controller/main.go | 2 +- cmd/controller/pprof.go | 2 +- cmd/ping/Dockerfile | 2 +- cmd/ping/main.go | 2 +- cmd/ping/udp.go | 2 +- cmd/ping/udp_test.go | 2 +- cmd/sdk-server/Dockerfile | 2 +- cmd/sdk-server/main.go | 2 +- doc.go | 2 +- examples/autoscaler-webhook/Dockerfile | 2 +- examples/autoscaler-webhook/Makefile | 2 +- .../autoscaler-service-tls.yaml | 2 +- .../autoscaler-service.yaml | 2 +- examples/autoscaler-webhook/main.go | 2 +- examples/cpp-simple/CMakeLists.txt | 2 +- examples/cpp-simple/Dockerfile | 2 +- examples/cpp-simple/Makefile | 2 +- examples/cpp-simple/fleet.yaml | 2 +- examples/cpp-simple/gameserver.yaml | 2 +- examples/cpp-simple/server.cc | 2 +- examples/fleet.yaml | 2 +- examples/fleetallocation.yaml | 2 +- examples/fleetautoscaler.yaml | 2 +- examples/gameserver.yaml | 2 +- examples/gameserverallocation.yaml | 2 +- examples/rust-simple/Cargo.toml | 2 +- examples/rust-simple/Dockerfile | 2 +- examples/rust-simple/Makefile | 2 +- examples/rust-simple/gameserver.yaml | 2 +- examples/rust-simple/src/main.rs | 2 +- examples/simple-udp/Dockerfile | 2 +- examples/simple-udp/Makefile | 2 +- examples/simple-udp/dev-gameserver.yaml | 2 +- examples/simple-udp/fleet-distributed.yaml | 2 +- examples/simple-udp/fleet.yaml | 2 +- examples/simple-udp/fleetallocation.yaml | 2 +- examples/simple-udp/fleetautoscaler.yaml | 2 +- examples/simple-udp/gameserver.yaml | 2 +- examples/simple-udp/gameserverallocation.yaml | 2 +- examples/simple-udp/gameserverset.yaml | 2 +- examples/simple-udp/main.go | 2 +- examples/webhookfleetautoscaler.yaml | 2 +- examples/webhookfleetautoscalertls.yaml | 2 +- examples/xonotic/Dockerfile | 2 +- examples/xonotic/Makefile | 2 +- examples/xonotic/fleet.yaml | 2 +- examples/xonotic/fleetallocation.yaml | 2 +- examples/xonotic/fleetautoscaler.yaml | 2 +- examples/xonotic/gameserver.yaml | 2 +- examples/xonotic/gameserverallocation.yaml | 2 +- examples/xonotic/main.go | 2 +- install/helm/agones/Chart.yaml | 2 +- .../agones/scripts/delete_agones_resources.sh | 2 +- install/helm/agones/templates/_helpers.tpl | 2 +- .../templates/admissionregistration.yaml | 2 +- install/helm/agones/templates/controller.yaml | 2 +- .../crds/_gameserverspecvalidation.yaml | 2 +- .../helm/agones/templates/crds/_selector.yaml | 2 +- install/helm/agones/templates/crds/fleet.yaml | 2 +- .../templates/crds/fleetallocation.yaml | 2 +- .../templates/crds/fleetautoscaler.yaml | 2 +- .../agones/templates/crds/gameserver.yaml | 2 +- .../templates/crds/gameserverallocation.yaml | 2 +- .../agones/templates/crds/gameserverset.yaml | 2 +- .../templates/hooks/pre_delete_hook.yaml | 2 +- install/helm/agones/templates/hooks/sa.yaml | 2 +- .../helm/agones/templates/hooks/scripts.yaml | 2 +- install/helm/agones/templates/ping.yaml | 2 +- install/helm/agones/templates/service.yaml | 2 +- .../templates/serviceaccounts/controller.yaml | 2 +- .../agones/templates/serviceaccounts/sdk.yaml | 2 +- install/helm/agones/values.yaml | 2 +- install/yaml/install.yaml | 24 +++++++++---------- pkg/apis/doc.go | 2 +- pkg/apis/stable/register.go | 2 +- pkg/apis/stable/v1alpha1/doc.go | 2 +- pkg/apis/stable/v1alpha1/fleet.go | 2 +- pkg/apis/stable/v1alpha1/fleet_test.go | 2 +- pkg/apis/stable/v1alpha1/fleetallocation.go | 2 +- .../stable/v1alpha1/fleetallocation_test.go | 2 +- pkg/apis/stable/v1alpha1/fleetautoscaler.go | 2 +- .../stable/v1alpha1/fleetautoscaler_test.go | 2 +- pkg/apis/stable/v1alpha1/gameserver.go | 2 +- pkg/apis/stable/v1alpha1/gameserver_test.go | 2 +- .../stable/v1alpha1/gameserverallocation.go | 2 +- .../v1alpha1/gameserverallocation_test.go | 2 +- pkg/apis/stable/v1alpha1/gameserverset.go | 2 +- .../stable/v1alpha1/gameserverset_test.go | 2 +- pkg/apis/stable/v1alpha1/register.go | 2 +- pkg/apis/stable/v1alpha1/scheduling.go | 2 +- .../stable/v1alpha1/zz_generated.deepcopy.go | 2 +- pkg/client/clientset/versioned/clientset.go | 2 +- pkg/client/clientset/versioned/doc.go | 2 +- .../versioned/fake/clientset_generated.go | 2 +- pkg/client/clientset/versioned/fake/doc.go | 2 +- .../clientset/versioned/fake/register.go | 2 +- pkg/client/clientset/versioned/scheme/doc.go | 2 +- .../clientset/versioned/scheme/register.go | 2 +- .../versioned/typed/stable/v1alpha1/doc.go | 2 +- .../typed/stable/v1alpha1/fake/doc.go | 2 +- .../typed/stable/v1alpha1/fake/fake_fleet.go | 2 +- .../v1alpha1/fake/fake_fleetallocation.go | 2 +- .../v1alpha1/fake/fake_fleetautoscaler.go | 2 +- .../stable/v1alpha1/fake/fake_gameserver.go | 2 +- .../fake/fake_gameserverallocation.go | 2 +- .../v1alpha1/fake/fake_gameserverset.go | 2 +- .../v1alpha1/fake/fake_stable_client.go | 2 +- .../versioned/typed/stable/v1alpha1/fleet.go | 2 +- .../typed/stable/v1alpha1/fleetallocation.go | 2 +- .../typed/stable/v1alpha1/fleetautoscaler.go | 2 +- .../typed/stable/v1alpha1/gameserver.go | 2 +- .../stable/v1alpha1/gameserverallocation.go | 2 +- .../typed/stable/v1alpha1/gameserverset.go | 2 +- .../stable/v1alpha1/generated_expansion.go | 2 +- .../typed/stable/v1alpha1/stable_client.go | 2 +- pkg/client/doc.go | 2 +- .../informers/externalversions/factory.go | 2 +- .../informers/externalversions/generic.go | 2 +- .../internalinterfaces/factory_interfaces.go | 2 +- .../externalversions/stable/interface.go | 2 +- .../externalversions/stable/v1alpha1/fleet.go | 2 +- .../stable/v1alpha1/fleetallocation.go | 2 +- .../stable/v1alpha1/fleetautoscaler.go | 2 +- .../stable/v1alpha1/gameserver.go | 2 +- .../stable/v1alpha1/gameserverallocation.go | 2 +- .../stable/v1alpha1/gameserverset.go | 2 +- .../stable/v1alpha1/interface.go | 2 +- .../stable/v1alpha1/expansion_generated.go | 2 +- pkg/client/listers/stable/v1alpha1/fleet.go | 2 +- .../stable/v1alpha1/fleetallocation.go | 2 +- .../stable/v1alpha1/fleetautoscaler.go | 2 +- .../listers/stable/v1alpha1/gameserver.go | 2 +- .../stable/v1alpha1/gameserverallocation.go | 2 +- .../listers/stable/v1alpha1/gameserverset.go | 2 +- pkg/doc.go | 2 +- pkg/fleetallocation/controller.go | 2 +- pkg/fleetallocation/controller_test.go | 2 +- pkg/fleetallocation/doc.go | 2 +- pkg/fleetallocation/find.go | 2 +- pkg/fleetallocation/find_test.go | 2 +- pkg/fleetautoscalers/controller.go | 2 +- pkg/fleetautoscalers/controller_test.go | 2 +- pkg/fleetautoscalers/doc.go | 2 +- pkg/fleetautoscalers/fleetautoscalers.go | 2 +- pkg/fleetautoscalers/fleetautoscalers_test.go | 2 +- pkg/fleets/controller.go | 2 +- pkg/fleets/controller_test.go | 2 +- pkg/fleets/doc.go | 2 +- pkg/fleets/fleets.go | 2 +- pkg/fleets/fleets_test.go | 2 +- pkg/gameserverallocations/controller.go | 2 +- pkg/gameserverallocations/controller_test.go | 2 +- pkg/gameserverallocations/doc.go | 2 +- pkg/gameserverallocations/find.go | 2 +- pkg/gameservers/controller.go | 2 +- pkg/gameservers/controller_test.go | 2 +- pkg/gameservers/doc.go | 2 +- pkg/gameservers/health.go | 2 +- pkg/gameservers/health_test.go | 2 +- pkg/gameservers/pernodecounter.go | 2 +- pkg/gameservers/pernodecounter_test.go | 2 +- pkg/gameservers/portallocator.go | 2 +- pkg/gameservers/portallocator_test.go | 2 +- pkg/gameserversets/controller.go | 2 +- pkg/gameserversets/controller_test.go | 2 +- pkg/gameserversets/doc.go | 2 +- pkg/gameserversets/gameserversets.go | 2 +- pkg/gameserversets/gameserversets_test.go | 2 +- pkg/metrics/controller.go | 2 +- pkg/metrics/controller_metrics.go | 2 +- pkg/metrics/controller_test.go | 2 +- pkg/metrics/doc.go | 2 +- pkg/metrics/exporter.go | 2 +- pkg/metrics/gameservers_count.go | 2 +- pkg/metrics/kubernetes_client.go | 2 +- pkg/metrics/util.go | 2 +- pkg/metrics/util_test.go | 2 +- pkg/sdk/sdk.pb.go | 2 +- pkg/sdk/sdk.pb.gw.go | 6 ++--- pkg/sdkserver/doc.go | 2 +- pkg/sdkserver/helper_test.go | 2 +- pkg/sdkserver/localsdk.go | 2 +- pkg/sdkserver/localsdk_test.go | 2 +- pkg/sdkserver/sdk.go | 2 +- pkg/sdkserver/sdk_test.go | 2 +- pkg/sdkserver/sdkserver.go | 2 +- pkg/sdkserver/sdkserver_test.go | 2 +- pkg/testing/controller.go | 2 +- pkg/testing/doc.go | 2 +- pkg/util/apiserver/apiserver.go | 2 +- pkg/util/apiserver/apiserver_test.go | 2 +- pkg/util/crd/crd.go | 2 +- pkg/util/crd/crd_test.go | 2 +- pkg/util/doc.go | 2 +- pkg/util/https/https.go | 2 +- pkg/util/https/https_test.go | 2 +- pkg/util/https/server.go | 2 +- pkg/util/https/server_test.go | 2 +- pkg/util/runtime/runtime.go | 2 +- pkg/util/signals/signals.go | 2 +- pkg/util/webhooks/webhooks.go | 2 +- pkg/util/webhooks/webhooks_test.go | 2 +- pkg/util/workerqueue/workerqueue.go | 2 +- pkg/util/workerqueue/workerqueue_test.go | 2 +- pkg/version.go | 2 +- sdk.proto | 2 +- sdks/cpp/CMakeLists.txt | 2 +- sdks/cpp/Makefile | 2 +- sdks/cpp/build_scripts/build.sh | 2 +- .../build_scripts/msvs_2017_x64_release.bat | 2 +- sdks/cpp/build_scripts/nmake_release.bat | 2 +- sdks/cpp/cmake/Fetch_gRPC.cmake | 2 +- sdks/cpp/cmake/agones_global.h.in | 2 +- sdks/cpp/include/agones/sdk.grpc.pb.h | 4 ++-- sdks/cpp/include/agones/sdk.h | 2 +- sdks/cpp/include/agones/sdk.pb.h | 2 +- sdks/cpp/include/google/api/annotations.pb.h | 2 +- sdks/cpp/include/google/api/http.pb.h | 2 +- sdks/cpp/src/agones/sdk.cc | 2 +- sdks/cpp/src/agones/sdk.grpc.pb.cc | 2 +- sdks/cpp/src/agones/sdk.pb.cc | 2 +- sdks/cpp/src/google/annotations.pb.cc | 2 +- sdks/cpp/src/google/http.pb.cc | 2 +- sdks/go/sdk.go | 2 +- sdks/go/sdk_test.go | 2 +- sdks/nodejs/lib/google/api/annotations_pb.js | 2 +- sdks/nodejs/lib/google/api/http_pb.js | 2 +- sdks/nodejs/lib/sdk_grpc_pb.js | 2 +- sdks/nodejs/lib/sdk_pb.js | 2 +- sdks/nodejs/package.json | 2 +- sdks/rust/Cargo.toml | 2 +- sdks/rust/src/errors.rs | 2 +- sdks/rust/src/grpc/mod.rs | 2 +- sdks/rust/src/grpc/sdk.rs | 2 +- sdks/rust/src/grpc/sdk_grpc.rs | 2 +- sdks/rust/src/lib.rs | 2 +- sdks/rust/src/sdk.rs | 2 +- site/.gcloudignore | 2 +- site/app.yaml | 2 +- site/cloudbuild.yaml | 2 +- site/config.toml | 4 ++-- site/gen-api-docs.sh | 2 +- site/handler.go | 2 +- site/handler_test.go | 2 +- site/htmltest.yaml | 2 +- site/main.go | 2 +- test/e2e/fleet_test.go | 2 +- test/e2e/fleetautoscaler_test.go | 2 +- test/e2e/framework/framework.go | 2 +- test/e2e/gameserver_test.go | 2 +- test/e2e/gameserverallocation_test.go | 2 +- test/e2e/main_test.go | 2 +- test/e2e/ping_test.go | 2 +- test/load/Dockerfile | 2 +- test/load/locust-files/fleet_autoscaling.py | 2 +- .../locust-files/gameserver_allocation.py | 2 +- 294 files changed, 309 insertions(+), 309 deletions(-) diff --git a/.dockerignore b/.dockerignore index c869cb7185..e6f111520b 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/.gitattributes b/.gitattributes index 940e702ec4..9319777f3f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/.gitignore b/.gitignore index e47b4e9855..6e0032b72d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. All Rights Reserved. +# Copyright 2017 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/Makefile b/build/Makefile index 1b85ac3ab3..5cdf5a8581 100644 --- a/build/Makefile +++ b/build/Makefile @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. All Rights Reserved. +# Copyright 2017 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.go.txt b/build/boilerplate.go.txt index 073b3c5ccc..5f7b4a0ce6 100644 --- a/build/boilerplate.go.txt +++ b/build/boilerplate.go.txt @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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-image/Dockerfile b/build/build-image/Dockerfile index d9ecc41948..61774b0e26 100644 --- a/build/build-image/Dockerfile +++ b/build/build-image/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. All Rights Reserved. +# Copyright 2017 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-image/base/Dockerfile b/build/build-image/base/Dockerfile index e4951f5190..08ddec582d 100644 --- a/build/build-image/base/Dockerfile +++ b/build/build-image/base/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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-image/gen-crd-client.sh b/build/build-image/gen-crd-client.sh index 1ea6e0bd55..fed0a77f57 100644 --- a/build/build-image/gen-crd-client.sh +++ b/build/build-image/gen-crd-client.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2017 Google Inc. All Rights Reserved. +# Copyright 2017 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-image/gen-grpc-cpp.sh b/build/build-image/gen-grpc-cpp.sh index 77b295b4f0..a4c6d652fb 100644 --- a/build/build-image/gen-grpc-cpp.sh +++ b/build/build-image/gen-grpc-cpp.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2017 Google Inc. All Rights Reserved. +# Copyright 2017 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-image/gen-grpc-go.sh b/build/build-image/gen-grpc-go.sh index ae92964796..19f6a3a754 100644 --- a/build/build-image/gen-grpc-go.sh +++ b/build/build-image/gen-grpc-go.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2017 Google Inc. All Rights Reserved. +# Copyright 2017 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-image/gen-grpc-nodejs.sh b/build/build-image/gen-grpc-nodejs.sh index 4b623172f4..cb56a2abdb 100644 --- a/build/build-image/gen-grpc-nodejs.sh +++ b/build/build-image/gen-grpc-nodejs.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2017 Google Inc. All Rights Reserved. +# Copyright 2017 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-image/gen-grpc-rust.sh b/build/build-image/gen-grpc-rust.sh index 97f17b6396..d85b88d9c0 100644 --- a/build/build-image/gen-grpc-rust.sh +++ b/build/build-image/gen-grpc-rust.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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-required-src-dist.sh b/build/build-required-src-dist.sh index a022412663..30010e680b 100755 --- a/build/build-required-src-dist.sh +++ b/build/build-required-src-dist.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2017 Google Inc. All Rights Reserved. +# Copyright 2017 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/e2e-image/e2e.sh b/build/e2e-image/e2e.sh index 342437c2ed..ed1e4e6cea 100755 --- a/build/e2e-image/e2e.sh +++ b/build/e2e-image/e2e.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/e2e-image/entrypoint.sh b/build/e2e-image/entrypoint.sh index 49c25c0739..e01520add8 100644 --- a/build/e2e-image/entrypoint.sh +++ b/build/e2e-image/entrypoint.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/extract-licenses.sh b/build/extract-licenses.sh index 506cbe2349..b776221c8d 100755 --- a/build/extract-licenses.sh +++ b/build/extract-licenses.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Copyright 2017 Google Inc. All Rights Reserved. +# Copyright 2017 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/gke-test-cluster/cluster-e2e.yml b/build/gke-test-cluster/cluster-e2e.yml index 2084ea813f..a804d7fc98 100644 --- a/build/gke-test-cluster/cluster-e2e.yml +++ b/build/gke-test-cluster/cluster-e2e.yml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All rights reserved. +# Copyright 2018 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. # You may obtain a copy of the License at diff --git a/build/gke-test-cluster/cluster.yml.jinja b/build/gke-test-cluster/cluster.yml.jinja index 13bf29ed5f..9f0ccf30af 100644 --- a/build/gke-test-cluster/cluster.yml.jinja +++ b/build/gke-test-cluster/cluster.yml.jinja @@ -1,5 +1,5 @@ {# -Copyright 2017 Google Inc. All rights reserved. +Copyright 2017 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. You may obtain a copy of the License at diff --git a/build/grafana/dashboard-allocations.yaml b/build/grafana/dashboard-allocations.yaml index 225341bdff..2d25a92d73 100644 --- a/build/grafana/dashboard-allocations.yaml +++ b/build/grafana/dashboard-allocations.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/grafana/dashboard-apiserver-requests.yaml b/build/grafana/dashboard-apiserver-requests.yaml index d2b64ca6f8..3e54cd9679 100644 --- a/build/grafana/dashboard-apiserver-requests.yaml +++ b/build/grafana/dashboard-apiserver-requests.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google Inc. All Rights Reserved. +# Copyright 2019 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/grafana/dashboard-autoscalers.yaml b/build/grafana/dashboard-autoscalers.yaml index 413fe785e3..618389c1a1 100644 --- a/build/grafana/dashboard-autoscalers.yaml +++ b/build/grafana/dashboard-autoscalers.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/grafana/dashboard-controller-usage.yaml b/build/grafana/dashboard-controller-usage.yaml index f671c6946e..57f23a3583 100644 --- a/build/grafana/dashboard-controller-usage.yaml +++ b/build/grafana/dashboard-controller-usage.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/grafana/dashboard-gameservers.yaml b/build/grafana/dashboard-gameservers.yaml index 925c688e6e..2d677380b0 100644 --- a/build/grafana/dashboard-gameservers.yaml +++ b/build/grafana/dashboard-gameservers.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/grafana/dashboard-goclient-caches.yaml b/build/grafana/dashboard-goclient-caches.yaml index c5c9cc510d..8f46ae939d 100644 --- a/build/grafana/dashboard-goclient-caches.yaml +++ b/build/grafana/dashboard-goclient-caches.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google Inc. All Rights Reserved. +# Copyright 2019 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/grafana/dashboard-goclient-requests.yaml b/build/grafana/dashboard-goclient-requests.yaml index 465017abd3..28c38cd314 100644 --- a/build/grafana/dashboard-goclient-requests.yaml +++ b/build/grafana/dashboard-goclient-requests.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google Inc. All Rights Reserved. +# Copyright 2019 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/grafana/dashboard-goclient-workqueues.yaml b/build/grafana/dashboard-goclient-workqueues.yaml index 7f6b9e1380..1fc8f192c7 100644 --- a/build/grafana/dashboard-goclient-workqueues.yaml +++ b/build/grafana/dashboard-goclient-workqueues.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google Inc. All Rights Reserved. +# Copyright 2019 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/grafana/dashboard-status.yaml b/build/grafana/dashboard-status.yaml index ddef0cd2b3..570d821c4d 100644 --- a/build/grafana/dashboard-status.yaml +++ b/build/grafana/dashboard-status.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/helm.yaml b/build/helm.yaml index 2f2c6f4151..65663f22fd 100644 --- a/build/helm.yaml +++ b/build/helm.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/includes/google-cloud.mk b/build/includes/google-cloud.mk index 3e249720f9..0a48cc27d0 100644 --- a/build/includes/google-cloud.mk +++ b/build/includes/google-cloud.mk @@ -1,4 +1,4 @@ -# Copyright 2019 Google Inc. All Rights Reserved. +# Copyright 2019 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/includes/kind.mk b/build/includes/kind.mk index 7a6becf720..ec4cc2e650 100644 --- a/build/includes/kind.mk +++ b/build/includes/kind.mk @@ -1,4 +1,4 @@ -# Copyright 2019 Google Inc. All Rights Reserved. +# Copyright 2019 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/includes/linux.mk b/build/includes/linux.mk index c087f546b0..adb5267075 100644 --- a/build/includes/linux.mk +++ b/build/includes/linux.mk @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/includes/macos.mk b/build/includes/macos.mk index 0a036e0fb6..c1fe5f6793 100644 --- a/build/includes/macos.mk +++ b/build/includes/macos.mk @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/includes/minikube.mk b/build/includes/minikube.mk index 60efecb788..72cbe3019d 100644 --- a/build/includes/minikube.mk +++ b/build/includes/minikube.mk @@ -1,4 +1,4 @@ -# Copyright 2019 Google Inc. All Rights Reserved. +# Copyright 2019 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/includes/release.mk b/build/includes/release.mk index a448a2dfbc..f7b23f0761 100644 --- a/build/includes/release.mk +++ b/build/includes/release.mk @@ -1,4 +1,4 @@ -# Copyright 2019 Google Inc. All Rights Reserved. +# Copyright 2019 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/includes/website.mk b/build/includes/website.mk index f2ab4cd21f..02f0cb10ae 100644 --- a/build/includes/website.mk +++ b/build/includes/website.mk @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/includes/windows.mk b/build/includes/windows.mk index c311c03ab6..8252308ca7 100644 --- a/build/includes/windows.mk +++ b/build/includes/windows.mk @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/cloudbuild.yaml b/cloudbuild.yaml index 61d2cd42ea..d8d8a4e6e7 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. All Rights Reserved. +# Copyright 2017 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/cmd/controller/Dockerfile b/cmd/controller/Dockerfile index 324eb29583..2b8dc98241 100644 --- a/cmd/controller/Dockerfile +++ b/cmd/controller/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/cmd/controller/main.go b/cmd/controller/main.go index dac103e539..b291132da6 100644 --- a/cmd/controller/main.go +++ b/cmd/controller/main.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/cmd/controller/pprof.go b/cmd/controller/pprof.go index d1f0d057f7..a79e170e1b 100644 --- a/cmd/controller/pprof.go +++ b/cmd/controller/pprof.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/cmd/ping/Dockerfile b/cmd/ping/Dockerfile index 305db75ec0..40df259e29 100644 --- a/cmd/ping/Dockerfile +++ b/cmd/ping/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/cmd/ping/main.go b/cmd/ping/main.go index b00ed90aff..033b2faaf3 100644 --- a/cmd/ping/main.go +++ b/cmd/ping/main.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/cmd/ping/udp.go b/cmd/ping/udp.go index 9a38c8cc29..858e8c745b 100644 --- a/cmd/ping/udp.go +++ b/cmd/ping/udp.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/cmd/ping/udp_test.go b/cmd/ping/udp_test.go index fb63c65832..52b611874b 100644 --- a/cmd/ping/udp_test.go +++ b/cmd/ping/udp_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/cmd/sdk-server/Dockerfile b/cmd/sdk-server/Dockerfile index 7bd4f82e26..e94d090602 100644 --- a/cmd/sdk-server/Dockerfile +++ b/cmd/sdk-server/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/cmd/sdk-server/main.go b/cmd/sdk-server/main.go index ccd671284e..27eff9091c 100644 --- a/cmd/sdk-server/main.go +++ b/cmd/sdk-server/main.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/doc.go b/doc.go index 07dd0dc975..453a204897 100644 --- a/doc.go +++ b/doc.go @@ -1,5 +1,5 @@ /* - * Copyright 2018 Google Inc. All Rights Reserved. + * Copyright 2018 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/examples/autoscaler-webhook/Dockerfile b/examples/autoscaler-webhook/Dockerfile index f2504f06a9..3817f4e5c6 100644 --- a/examples/autoscaler-webhook/Dockerfile +++ b/examples/autoscaler-webhook/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/examples/autoscaler-webhook/Makefile b/examples/autoscaler-webhook/Makefile index 0ff233ccad..c0d7954608 100644 --- a/examples/autoscaler-webhook/Makefile +++ b/examples/autoscaler-webhook/Makefile @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/examples/autoscaler-webhook/autoscaler-service-tls.yaml b/examples/autoscaler-webhook/autoscaler-service-tls.yaml index 0dd6762eef..050555eb03 100644 --- a/examples/autoscaler-webhook/autoscaler-service-tls.yaml +++ b/examples/autoscaler-webhook/autoscaler-service-tls.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/examples/autoscaler-webhook/autoscaler-service.yaml b/examples/autoscaler-webhook/autoscaler-service.yaml index 469094018c..b145943b49 100644 --- a/examples/autoscaler-webhook/autoscaler-service.yaml +++ b/examples/autoscaler-webhook/autoscaler-service.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/examples/autoscaler-webhook/main.go b/examples/autoscaler-webhook/main.go index 1e22d455b7..ecc0998784 100644 --- a/examples/autoscaler-webhook/main.go +++ b/examples/autoscaler-webhook/main.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/examples/cpp-simple/CMakeLists.txt b/examples/cpp-simple/CMakeLists.txt index 044e81ee38..904dc85b6b 100644 --- a/examples/cpp-simple/CMakeLists.txt +++ b/examples/cpp-simple/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2019 Google Inc. All Rights Reserved. +# Copyright 2019 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/examples/cpp-simple/Dockerfile b/examples/cpp-simple/Dockerfile index e7ddd70653..d25def1f5e 100644 --- a/examples/cpp-simple/Dockerfile +++ b/examples/cpp-simple/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. All Rights Reserved. +# Copyright 2017 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/examples/cpp-simple/Makefile b/examples/cpp-simple/Makefile index 713585eaae..d0360ef704 100644 --- a/examples/cpp-simple/Makefile +++ b/examples/cpp-simple/Makefile @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. All Rights Reserved. +# Copyright 2017 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/examples/cpp-simple/fleet.yaml b/examples/cpp-simple/fleet.yaml index 59b02ca767..00bd21edb4 100644 --- a/examples/cpp-simple/fleet.yaml +++ b/examples/cpp-simple/fleet.yaml @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. All Rights Reserved. +# Copyright 2017 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/examples/cpp-simple/gameserver.yaml b/examples/cpp-simple/gameserver.yaml index 996d436979..62518d618b 100644 --- a/examples/cpp-simple/gameserver.yaml +++ b/examples/cpp-simple/gameserver.yaml @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. All Rights Reserved. +# Copyright 2017 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/examples/cpp-simple/server.cc b/examples/cpp-simple/server.cc index 858c6a6a88..cbf18fb1c1 100644 --- a/examples/cpp-simple/server.cc +++ b/examples/cpp-simple/server.cc @@ -1,4 +1,4 @@ -// Copyright 2017 Google Inc. All Rights Reserved. +// Copyright 2017 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/examples/fleet.yaml b/examples/fleet.yaml index 184b8ab749..f199731301 100644 --- a/examples/fleet.yaml +++ b/examples/fleet.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/examples/fleetallocation.yaml b/examples/fleetallocation.yaml index ae2c654e6d..f368f5bf23 100644 --- a/examples/fleetallocation.yaml +++ b/examples/fleetallocation.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/examples/fleetautoscaler.yaml b/examples/fleetautoscaler.yaml index 62a0204bff..742d438d7f 100644 --- a/examples/fleetautoscaler.yaml +++ b/examples/fleetautoscaler.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/examples/gameserver.yaml b/examples/gameserver.yaml index 1b4c1aecc3..97689f755e 100644 --- a/examples/gameserver.yaml +++ b/examples/gameserver.yaml @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. All Rights Reserved. +# Copyright 2017 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/examples/gameserverallocation.yaml b/examples/gameserverallocation.yaml index 80347045b2..3ffdabc4a6 100644 --- a/examples/gameserverallocation.yaml +++ b/examples/gameserverallocation.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/examples/rust-simple/Cargo.toml b/examples/rust-simple/Cargo.toml index 6a03117d8a..59be2c392d 100644 --- a/examples/rust-simple/Cargo.toml +++ b/examples/rust-simple/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/examples/rust-simple/Dockerfile b/examples/rust-simple/Dockerfile index 68b280d75b..7e0ba14c97 100644 --- a/examples/rust-simple/Dockerfile +++ b/examples/rust-simple/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/examples/rust-simple/Makefile b/examples/rust-simple/Makefile index 2dd408a8a9..2aa387838d 100644 --- a/examples/rust-simple/Makefile +++ b/examples/rust-simple/Makefile @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/examples/rust-simple/gameserver.yaml b/examples/rust-simple/gameserver.yaml index 637aa60f38..c87e5af160 100644 --- a/examples/rust-simple/gameserver.yaml +++ b/examples/rust-simple/gameserver.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/examples/rust-simple/src/main.rs b/examples/rust-simple/src/main.rs index b0a7355cff..3b08b1490f 100644 --- a/examples/rust-simple/src/main.rs +++ b/examples/rust-simple/src/main.rs @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/examples/simple-udp/Dockerfile b/examples/simple-udp/Dockerfile index 6ac3347b63..355856bd55 100644 --- a/examples/simple-udp/Dockerfile +++ b/examples/simple-udp/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. All Rights Reserved. +# Copyright 2017 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/examples/simple-udp/Makefile b/examples/simple-udp/Makefile index 587b089cb6..7d99d402c0 100644 --- a/examples/simple-udp/Makefile +++ b/examples/simple-udp/Makefile @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. All Rights Reserved. +# Copyright 2017 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/examples/simple-udp/dev-gameserver.yaml b/examples/simple-udp/dev-gameserver.yaml index 179af70300..a3c3ba5b33 100644 --- a/examples/simple-udp/dev-gameserver.yaml +++ b/examples/simple-udp/dev-gameserver.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google Inc. All Rights Reserved. +# Copyright 2019 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/examples/simple-udp/fleet-distributed.yaml b/examples/simple-udp/fleet-distributed.yaml index 83f21b6f15..1d1c33a915 100644 --- a/examples/simple-udp/fleet-distributed.yaml +++ b/examples/simple-udp/fleet-distributed.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google Inc. All Rights Reserved. +# Copyright 2019 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/examples/simple-udp/fleet.yaml b/examples/simple-udp/fleet.yaml index f06c84cb1e..c4c41a01f5 100644 --- a/examples/simple-udp/fleet.yaml +++ b/examples/simple-udp/fleet.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/examples/simple-udp/fleetallocation.yaml b/examples/simple-udp/fleetallocation.yaml index a65f727bfa..c2b9830a27 100644 --- a/examples/simple-udp/fleetallocation.yaml +++ b/examples/simple-udp/fleetallocation.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/examples/simple-udp/fleetautoscaler.yaml b/examples/simple-udp/fleetautoscaler.yaml index e8860e83a3..77381abf7e 100644 --- a/examples/simple-udp/fleetautoscaler.yaml +++ b/examples/simple-udp/fleetautoscaler.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/examples/simple-udp/gameserver.yaml b/examples/simple-udp/gameserver.yaml index af3a9a04e6..0abc74d7f9 100644 --- a/examples/simple-udp/gameserver.yaml +++ b/examples/simple-udp/gameserver.yaml @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. All Rights Reserved. +# Copyright 2017 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/examples/simple-udp/gameserverallocation.yaml b/examples/simple-udp/gameserverallocation.yaml index b902947957..c5a741da3b 100644 --- a/examples/simple-udp/gameserverallocation.yaml +++ b/examples/simple-udp/gameserverallocation.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/examples/simple-udp/gameserverset.yaml b/examples/simple-udp/gameserverset.yaml index 26c754f210..0c2b0cc510 100644 --- a/examples/simple-udp/gameserverset.yaml +++ b/examples/simple-udp/gameserverset.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/examples/simple-udp/main.go b/examples/simple-udp/main.go index 85e2b14b36..e1d545f9d7 100644 --- a/examples/simple-udp/main.go +++ b/examples/simple-udp/main.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/examples/webhookfleetautoscaler.yaml b/examples/webhookfleetautoscaler.yaml index 8f1a0c3167..ca4ecc286f 100644 --- a/examples/webhookfleetautoscaler.yaml +++ b/examples/webhookfleetautoscaler.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/examples/webhookfleetautoscalertls.yaml b/examples/webhookfleetautoscalertls.yaml index 22fecc8297..55f0479a35 100644 --- a/examples/webhookfleetautoscalertls.yaml +++ b/examples/webhookfleetautoscalertls.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/examples/xonotic/Dockerfile b/examples/xonotic/Dockerfile index 4570fa34d9..03f49ee0f8 100644 --- a/examples/xonotic/Dockerfile +++ b/examples/xonotic/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. All Rights Reserved. +# Copyright 2017 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/examples/xonotic/Makefile b/examples/xonotic/Makefile index d008cabb81..3d549a2fb7 100644 --- a/examples/xonotic/Makefile +++ b/examples/xonotic/Makefile @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. All Rights Reserved. +# Copyright 2017 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/examples/xonotic/fleet.yaml b/examples/xonotic/fleet.yaml index 6b6bbdbd52..47258b2813 100644 --- a/examples/xonotic/fleet.yaml +++ b/examples/xonotic/fleet.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/examples/xonotic/fleetallocation.yaml b/examples/xonotic/fleetallocation.yaml index 50bb8180ee..bf9bac9230 100644 --- a/examples/xonotic/fleetallocation.yaml +++ b/examples/xonotic/fleetallocation.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/examples/xonotic/fleetautoscaler.yaml b/examples/xonotic/fleetautoscaler.yaml index 96f465f2eb..45348fc410 100644 --- a/examples/xonotic/fleetautoscaler.yaml +++ b/examples/xonotic/fleetautoscaler.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/examples/xonotic/gameserver.yaml b/examples/xonotic/gameserver.yaml index 19291dfd79..badfc12b20 100644 --- a/examples/xonotic/gameserver.yaml +++ b/examples/xonotic/gameserver.yaml @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. All Rights Reserved. +# Copyright 2017 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/examples/xonotic/gameserverallocation.yaml b/examples/xonotic/gameserverallocation.yaml index 6384fa6e29..6663afd797 100644 --- a/examples/xonotic/gameserverallocation.yaml +++ b/examples/xonotic/gameserverallocation.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/examples/xonotic/main.go b/examples/xonotic/main.go index e518875d92..51aeefbfbe 100644 --- a/examples/xonotic/main.go +++ b/examples/xonotic/main.go @@ -1,4 +1,4 @@ -// Copyright 2017 Google Inc. All Rights Reserved. +// Copyright 2017 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/install/helm/agones/Chart.yaml b/install/helm/agones/Chart.yaml index e192cb5d93..a5fe3026ec 100644 --- a/install/helm/agones/Chart.yaml +++ b/install/helm/agones/Chart.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/install/helm/agones/scripts/delete_agones_resources.sh b/install/helm/agones/scripts/delete_agones_resources.sh index 5c1f503833..776d1af0b9 100755 --- a/install/helm/agones/scripts/delete_agones_resources.sh +++ b/install/helm/agones/scripts/delete_agones_resources.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/install/helm/agones/templates/_helpers.tpl b/install/helm/agones/templates/_helpers.tpl index e3bf355087..090c2b11ce 100644 --- a/install/helm/agones/templates/_helpers.tpl +++ b/install/helm/agones/templates/_helpers.tpl @@ -1,5 +1,5 @@ {* - Copyright 2018 Google Inc. All Rights Reserved. + Copyright 2018 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/install/helm/agones/templates/admissionregistration.yaml b/install/helm/agones/templates/admissionregistration.yaml index bb038310e1..1d5eecffda 100644 --- a/install/helm/agones/templates/admissionregistration.yaml +++ b/install/helm/agones/templates/admissionregistration.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/install/helm/agones/templates/controller.yaml b/install/helm/agones/templates/controller.yaml index aa499ad4b0..742f40b327 100644 --- a/install/helm/agones/templates/controller.yaml +++ b/install/helm/agones/templates/controller.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/install/helm/agones/templates/crds/_gameserverspecvalidation.yaml b/install/helm/agones/templates/crds/_gameserverspecvalidation.yaml index 104d490255..d9ffb4d74b 100644 --- a/install/helm/agones/templates/crds/_gameserverspecvalidation.yaml +++ b/install/helm/agones/templates/crds/_gameserverspecvalidation.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/install/helm/agones/templates/crds/_selector.yaml b/install/helm/agones/templates/crds/_selector.yaml index 2158d704da..2b68d40f27 100644 --- a/install/helm/agones/templates/crds/_selector.yaml +++ b/install/helm/agones/templates/crds/_selector.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/install/helm/agones/templates/crds/fleet.yaml b/install/helm/agones/templates/crds/fleet.yaml index fdece90e03..75b52f3e65 100644 --- a/install/helm/agones/templates/crds/fleet.yaml +++ b/install/helm/agones/templates/crds/fleet.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/install/helm/agones/templates/crds/fleetallocation.yaml b/install/helm/agones/templates/crds/fleetallocation.yaml index eb596aa6c7..1410438dcd 100644 --- a/install/helm/agones/templates/crds/fleetallocation.yaml +++ b/install/helm/agones/templates/crds/fleetallocation.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/install/helm/agones/templates/crds/fleetautoscaler.yaml b/install/helm/agones/templates/crds/fleetautoscaler.yaml index d9ff3ba776..8f8394089b 100644 --- a/install/helm/agones/templates/crds/fleetautoscaler.yaml +++ b/install/helm/agones/templates/crds/fleetautoscaler.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/install/helm/agones/templates/crds/gameserver.yaml b/install/helm/agones/templates/crds/gameserver.yaml index c906ef1ff2..25ec452e8f 100644 --- a/install/helm/agones/templates/crds/gameserver.yaml +++ b/install/helm/agones/templates/crds/gameserver.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/install/helm/agones/templates/crds/gameserverallocation.yaml b/install/helm/agones/templates/crds/gameserverallocation.yaml index 18cae28c5b..88cf04c392 100644 --- a/install/helm/agones/templates/crds/gameserverallocation.yaml +++ b/install/helm/agones/templates/crds/gameserverallocation.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/install/helm/agones/templates/crds/gameserverset.yaml b/install/helm/agones/templates/crds/gameserverset.yaml index bac2efa30b..93ef632860 100644 --- a/install/helm/agones/templates/crds/gameserverset.yaml +++ b/install/helm/agones/templates/crds/gameserverset.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/install/helm/agones/templates/hooks/pre_delete_hook.yaml b/install/helm/agones/templates/hooks/pre_delete_hook.yaml index e30f248fd1..819714d0dd 100644 --- a/install/helm/agones/templates/hooks/pre_delete_hook.yaml +++ b/install/helm/agones/templates/hooks/pre_delete_hook.yaml @@ -1,5 +1,5 @@ {{- if .Values.agones.crds.cleanupOnDelete }} -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/install/helm/agones/templates/hooks/sa.yaml b/install/helm/agones/templates/hooks/sa.yaml index ca02392edf..ab5b16f426 100644 --- a/install/helm/agones/templates/hooks/sa.yaml +++ b/install/helm/agones/templates/hooks/sa.yaml @@ -1,5 +1,5 @@ {{- if .Values.agones.crds.cleanupOnDelete }} -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/install/helm/agones/templates/hooks/scripts.yaml b/install/helm/agones/templates/hooks/scripts.yaml index 45064716a5..67b9bb54d4 100644 --- a/install/helm/agones/templates/hooks/scripts.yaml +++ b/install/helm/agones/templates/hooks/scripts.yaml @@ -1,5 +1,5 @@ {{- if .Values.agones.crds.cleanupOnDelete }} -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/install/helm/agones/templates/ping.yaml b/install/helm/agones/templates/ping.yaml index cffaaa2085..52e0ab116e 100644 --- a/install/helm/agones/templates/ping.yaml +++ b/install/helm/agones/templates/ping.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/install/helm/agones/templates/service.yaml b/install/helm/agones/templates/service.yaml index f52c4d9646..43cd580421 100644 --- a/install/helm/agones/templates/service.yaml +++ b/install/helm/agones/templates/service.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/install/helm/agones/templates/serviceaccounts/controller.yaml b/install/helm/agones/templates/serviceaccounts/controller.yaml index 2489ce3547..145e6040e8 100644 --- a/install/helm/agones/templates/serviceaccounts/controller.yaml +++ b/install/helm/agones/templates/serviceaccounts/controller.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/install/helm/agones/templates/serviceaccounts/sdk.yaml b/install/helm/agones/templates/serviceaccounts/sdk.yaml index 92b5dd32af..ea4a980848 100644 --- a/install/helm/agones/templates/serviceaccounts/sdk.yaml +++ b/install/helm/agones/templates/serviceaccounts/sdk.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/install/helm/agones/values.yaml b/install/helm/agones/values.yaml index 6a50d0ff9c..3faa15c4c2 100644 --- a/install/helm/agones/values.yaml +++ b/install/helm/agones/values.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/install/yaml/install.yaml b/install/yaml/install.yaml index 5416955d5a..c70a91d752 100644 --- a/install/yaml/install.yaml +++ b/install/yaml/install.yaml @@ -1,6 +1,6 @@ --- # Source: agones/templates/serviceaccounts/controller.yaml -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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. @@ -88,7 +88,7 @@ roleRef: --- # Source: agones/templates/serviceaccounts/sdk.yaml -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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. @@ -152,7 +152,7 @@ roleRef: --- # Source: agones/templates/crds/fleet.yaml -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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. @@ -347,7 +347,7 @@ spec: --- # Source: agones/templates/crds/fleetallocation.yaml -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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. @@ -412,7 +412,7 @@ spec: --- # Source: agones/templates/crds/fleetautoscaler.yaml -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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. @@ -493,7 +493,7 @@ spec: --- # Source: agones/templates/crds/gameserver.yaml -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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. @@ -652,7 +652,7 @@ spec: --- # Source: agones/templates/crds/gameserverallocation.yaml -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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. @@ -768,7 +768,7 @@ spec: --- # Source: agones/templates/crds/gameserverset.yaml -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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. @@ -957,7 +957,7 @@ spec: --- # Source: agones/templates/service.yaml -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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. @@ -993,7 +993,7 @@ spec: port: 8080 --- # Source: agones/templates/controller.yaml -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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. @@ -1119,7 +1119,7 @@ spec: --- # Source: agones/templates/ping.yaml -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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. @@ -1258,7 +1258,7 @@ description: "This priority class should be used for Agones service pods only." --- # Source: agones/templates/admissionregistration.yaml -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/apis/doc.go b/pkg/apis/doc.go index 11808613f6..8becdb4303 100644 --- a/pkg/apis/doc.go +++ b/pkg/apis/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/apis/stable/register.go b/pkg/apis/stable/register.go index 916115b353..d0258384a7 100644 --- a/pkg/apis/stable/register.go +++ b/pkg/apis/stable/register.go @@ -1,4 +1,4 @@ -// Copyright 2017 Google Inc. All Rights Reserved. +// Copyright 2017 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/apis/stable/v1alpha1/doc.go b/pkg/apis/stable/v1alpha1/doc.go index ebb4a5c0ff..2d6dcee928 100644 --- a/pkg/apis/stable/v1alpha1/doc.go +++ b/pkg/apis/stable/v1alpha1/doc.go @@ -1,4 +1,4 @@ -// Copyright 2017 Google Inc. All Rights Reserved. +// Copyright 2017 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/apis/stable/v1alpha1/fleet.go b/pkg/apis/stable/v1alpha1/fleet.go index cc8c21475a..896ba54ad5 100644 --- a/pkg/apis/stable/v1alpha1/fleet.go +++ b/pkg/apis/stable/v1alpha1/fleet.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/apis/stable/v1alpha1/fleet_test.go b/pkg/apis/stable/v1alpha1/fleet_test.go index f690ac811f..7c1b3d718e 100644 --- a/pkg/apis/stable/v1alpha1/fleet_test.go +++ b/pkg/apis/stable/v1alpha1/fleet_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/apis/stable/v1alpha1/fleetallocation.go b/pkg/apis/stable/v1alpha1/fleetallocation.go index d5344bd007..49218358e3 100644 --- a/pkg/apis/stable/v1alpha1/fleetallocation.go +++ b/pkg/apis/stable/v1alpha1/fleetallocation.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/apis/stable/v1alpha1/fleetallocation_test.go b/pkg/apis/stable/v1alpha1/fleetallocation_test.go index 55030fc2af..5b31cd3e10 100644 --- a/pkg/apis/stable/v1alpha1/fleetallocation_test.go +++ b/pkg/apis/stable/v1alpha1/fleetallocation_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/apis/stable/v1alpha1/fleetautoscaler.go b/pkg/apis/stable/v1alpha1/fleetautoscaler.go index 8888fbdb54..0ac9f3f2b2 100644 --- a/pkg/apis/stable/v1alpha1/fleetautoscaler.go +++ b/pkg/apis/stable/v1alpha1/fleetautoscaler.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/apis/stable/v1alpha1/fleetautoscaler_test.go b/pkg/apis/stable/v1alpha1/fleetautoscaler_test.go index 0b9daea05e..5b7dfe8b39 100644 --- a/pkg/apis/stable/v1alpha1/fleetautoscaler_test.go +++ b/pkg/apis/stable/v1alpha1/fleetautoscaler_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/apis/stable/v1alpha1/gameserver.go b/pkg/apis/stable/v1alpha1/gameserver.go index dd40ff3855..97e4ced354 100644 --- a/pkg/apis/stable/v1alpha1/gameserver.go +++ b/pkg/apis/stable/v1alpha1/gameserver.go @@ -1,4 +1,4 @@ -// Copyright 2017 Google Inc. All Rights Reserved. +// Copyright 2017 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/apis/stable/v1alpha1/gameserver_test.go b/pkg/apis/stable/v1alpha1/gameserver_test.go index 10d7f4a954..cfd2fcd294 100644 --- a/pkg/apis/stable/v1alpha1/gameserver_test.go +++ b/pkg/apis/stable/v1alpha1/gameserver_test.go @@ -1,4 +1,4 @@ -// Copyright 2017 Google Inc. All Rights Reserved. +// Copyright 2017 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/apis/stable/v1alpha1/gameserverallocation.go b/pkg/apis/stable/v1alpha1/gameserverallocation.go index 127d056b25..b64079e1ad 100644 --- a/pkg/apis/stable/v1alpha1/gameserverallocation.go +++ b/pkg/apis/stable/v1alpha1/gameserverallocation.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/apis/stable/v1alpha1/gameserverallocation_test.go b/pkg/apis/stable/v1alpha1/gameserverallocation_test.go index 551e9421df..21bd6ed702 100644 --- a/pkg/apis/stable/v1alpha1/gameserverallocation_test.go +++ b/pkg/apis/stable/v1alpha1/gameserverallocation_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/apis/stable/v1alpha1/gameserverset.go b/pkg/apis/stable/v1alpha1/gameserverset.go index 51d6849272..eef47fbeb1 100644 --- a/pkg/apis/stable/v1alpha1/gameserverset.go +++ b/pkg/apis/stable/v1alpha1/gameserverset.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/apis/stable/v1alpha1/gameserverset_test.go b/pkg/apis/stable/v1alpha1/gameserverset_test.go index 5590b43211..422a86fadd 100644 --- a/pkg/apis/stable/v1alpha1/gameserverset_test.go +++ b/pkg/apis/stable/v1alpha1/gameserverset_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/apis/stable/v1alpha1/register.go b/pkg/apis/stable/v1alpha1/register.go index 3661b434af..fb823798f8 100644 --- a/pkg/apis/stable/v1alpha1/register.go +++ b/pkg/apis/stable/v1alpha1/register.go @@ -1,4 +1,4 @@ -// Copyright 2017 Google Inc. All Rights Reserved. +// Copyright 2017 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/apis/stable/v1alpha1/scheduling.go b/pkg/apis/stable/v1alpha1/scheduling.go index 9f17579427..01acb61ef9 100644 --- a/pkg/apis/stable/v1alpha1/scheduling.go +++ b/pkg/apis/stable/v1alpha1/scheduling.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/apis/stable/v1alpha1/zz_generated.deepcopy.go b/pkg/apis/stable/v1alpha1/zz_generated.deepcopy.go index 4fc56d4bc4..3005bb25cf 100644 --- a/pkg/apis/stable/v1alpha1/zz_generated.deepcopy.go +++ b/pkg/apis/stable/v1alpha1/zz_generated.deepcopy.go @@ -1,6 +1,6 @@ // +build !ignore_autogenerated -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/clientset/versioned/clientset.go b/pkg/client/clientset/versioned/clientset.go index b0397438b1..aebf4e14e9 100644 --- a/pkg/client/clientset/versioned/clientset.go +++ b/pkg/client/clientset/versioned/clientset.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/clientset/versioned/doc.go b/pkg/client/clientset/versioned/doc.go index 4e0974f4ba..79c0549ac0 100644 --- a/pkg/client/clientset/versioned/doc.go +++ b/pkg/client/clientset/versioned/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/clientset/versioned/fake/clientset_generated.go b/pkg/client/clientset/versioned/fake/clientset_generated.go index d48e8c7d16..3451bb4732 100644 --- a/pkg/client/clientset/versioned/fake/clientset_generated.go +++ b/pkg/client/clientset/versioned/fake/clientset_generated.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/clientset/versioned/fake/doc.go b/pkg/client/clientset/versioned/fake/doc.go index 65fdec4394..8aaf2d39c3 100644 --- a/pkg/client/clientset/versioned/fake/doc.go +++ b/pkg/client/clientset/versioned/fake/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/clientset/versioned/fake/register.go b/pkg/client/clientset/versioned/fake/register.go index 695d559aac..11a0897de6 100644 --- a/pkg/client/clientset/versioned/fake/register.go +++ b/pkg/client/clientset/versioned/fake/register.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/clientset/versioned/scheme/doc.go b/pkg/client/clientset/versioned/scheme/doc.go index 599b3e8e42..b7513ce1de 100644 --- a/pkg/client/clientset/versioned/scheme/doc.go +++ b/pkg/client/clientset/versioned/scheme/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/clientset/versioned/scheme/register.go b/pkg/client/clientset/versioned/scheme/register.go index a6787f978f..5a24d464a4 100644 --- a/pkg/client/clientset/versioned/scheme/register.go +++ b/pkg/client/clientset/versioned/scheme/register.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/clientset/versioned/typed/stable/v1alpha1/doc.go b/pkg/client/clientset/versioned/typed/stable/v1alpha1/doc.go index b9cc0b0c24..6ec16bf779 100644 --- a/pkg/client/clientset/versioned/typed/stable/v1alpha1/doc.go +++ b/pkg/client/clientset/versioned/typed/stable/v1alpha1/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/clientset/versioned/typed/stable/v1alpha1/fake/doc.go b/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake/doc.go index 8b0bb0a971..0f9684c210 100644 --- a/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake/doc.go +++ b/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_fleet.go b/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_fleet.go index 0c4770d532..77375f002d 100644 --- a/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_fleet.go +++ b/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_fleet.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_fleetallocation.go b/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_fleetallocation.go index 8e872d16aa..6692ac3cd9 100644 --- a/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_fleetallocation.go +++ b/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_fleetallocation.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_fleetautoscaler.go b/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_fleetautoscaler.go index be3d3ee34c..4c10d6d908 100644 --- a/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_fleetautoscaler.go +++ b/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_fleetautoscaler.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_gameserver.go b/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_gameserver.go index 3bee063dfa..a2b1e35ce7 100644 --- a/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_gameserver.go +++ b/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_gameserver.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_gameserverallocation.go b/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_gameserverallocation.go index 35ff1d196c..b3452d5fdd 100644 --- a/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_gameserverallocation.go +++ b/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_gameserverallocation.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_gameserverset.go b/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_gameserverset.go index 57c46de31f..3cf2032f78 100644 --- a/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_gameserverset.go +++ b/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_gameserverset.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_stable_client.go b/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_stable_client.go index ccdc6198b2..633eecff88 100644 --- a/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_stable_client.go +++ b/pkg/client/clientset/versioned/typed/stable/v1alpha1/fake/fake_stable_client.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/clientset/versioned/typed/stable/v1alpha1/fleet.go b/pkg/client/clientset/versioned/typed/stable/v1alpha1/fleet.go index e3cd03f634..b785dab05e 100644 --- a/pkg/client/clientset/versioned/typed/stable/v1alpha1/fleet.go +++ b/pkg/client/clientset/versioned/typed/stable/v1alpha1/fleet.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/clientset/versioned/typed/stable/v1alpha1/fleetallocation.go b/pkg/client/clientset/versioned/typed/stable/v1alpha1/fleetallocation.go index 5c601477f1..e1ff51378d 100644 --- a/pkg/client/clientset/versioned/typed/stable/v1alpha1/fleetallocation.go +++ b/pkg/client/clientset/versioned/typed/stable/v1alpha1/fleetallocation.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/clientset/versioned/typed/stable/v1alpha1/fleetautoscaler.go b/pkg/client/clientset/versioned/typed/stable/v1alpha1/fleetautoscaler.go index 5e42c4cd6c..4c79d1f574 100644 --- a/pkg/client/clientset/versioned/typed/stable/v1alpha1/fleetautoscaler.go +++ b/pkg/client/clientset/versioned/typed/stable/v1alpha1/fleetautoscaler.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/clientset/versioned/typed/stable/v1alpha1/gameserver.go b/pkg/client/clientset/versioned/typed/stable/v1alpha1/gameserver.go index c86a8189ac..066f82598a 100644 --- a/pkg/client/clientset/versioned/typed/stable/v1alpha1/gameserver.go +++ b/pkg/client/clientset/versioned/typed/stable/v1alpha1/gameserver.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/clientset/versioned/typed/stable/v1alpha1/gameserverallocation.go b/pkg/client/clientset/versioned/typed/stable/v1alpha1/gameserverallocation.go index e2c7829706..2cdf4bde90 100644 --- a/pkg/client/clientset/versioned/typed/stable/v1alpha1/gameserverallocation.go +++ b/pkg/client/clientset/versioned/typed/stable/v1alpha1/gameserverallocation.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/clientset/versioned/typed/stable/v1alpha1/gameserverset.go b/pkg/client/clientset/versioned/typed/stable/v1alpha1/gameserverset.go index 92cee7eb81..365a05135b 100644 --- a/pkg/client/clientset/versioned/typed/stable/v1alpha1/gameserverset.go +++ b/pkg/client/clientset/versioned/typed/stable/v1alpha1/gameserverset.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/clientset/versioned/typed/stable/v1alpha1/generated_expansion.go b/pkg/client/clientset/versioned/typed/stable/v1alpha1/generated_expansion.go index 35eee70af9..9142b35894 100644 --- a/pkg/client/clientset/versioned/typed/stable/v1alpha1/generated_expansion.go +++ b/pkg/client/clientset/versioned/typed/stable/v1alpha1/generated_expansion.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/clientset/versioned/typed/stable/v1alpha1/stable_client.go b/pkg/client/clientset/versioned/typed/stable/v1alpha1/stable_client.go index 5890d9d272..f03f9a3b14 100644 --- a/pkg/client/clientset/versioned/typed/stable/v1alpha1/stable_client.go +++ b/pkg/client/clientset/versioned/typed/stable/v1alpha1/stable_client.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/doc.go b/pkg/client/doc.go index 19a5c9fecc..6464ba341f 100644 --- a/pkg/client/doc.go +++ b/pkg/client/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/informers/externalversions/factory.go b/pkg/client/informers/externalversions/factory.go index c5c89fbe43..c343788bff 100644 --- a/pkg/client/informers/externalversions/factory.go +++ b/pkg/client/informers/externalversions/factory.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/informers/externalversions/generic.go b/pkg/client/informers/externalversions/generic.go index 88a03f5ec6..bef80a7620 100644 --- a/pkg/client/informers/externalversions/generic.go +++ b/pkg/client/informers/externalversions/generic.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/informers/externalversions/internalinterfaces/factory_interfaces.go b/pkg/client/informers/externalversions/internalinterfaces/factory_interfaces.go index 84ec1b9113..14311e1d91 100644 --- a/pkg/client/informers/externalversions/internalinterfaces/factory_interfaces.go +++ b/pkg/client/informers/externalversions/internalinterfaces/factory_interfaces.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/informers/externalversions/stable/interface.go b/pkg/client/informers/externalversions/stable/interface.go index 144e6e6279..9a02229a8d 100644 --- a/pkg/client/informers/externalversions/stable/interface.go +++ b/pkg/client/informers/externalversions/stable/interface.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/informers/externalversions/stable/v1alpha1/fleet.go b/pkg/client/informers/externalversions/stable/v1alpha1/fleet.go index 483bc0c0fc..d4d9bec6b2 100644 --- a/pkg/client/informers/externalversions/stable/v1alpha1/fleet.go +++ b/pkg/client/informers/externalversions/stable/v1alpha1/fleet.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/informers/externalversions/stable/v1alpha1/fleetallocation.go b/pkg/client/informers/externalversions/stable/v1alpha1/fleetallocation.go index 2b580664b4..3b59934b3b 100644 --- a/pkg/client/informers/externalversions/stable/v1alpha1/fleetallocation.go +++ b/pkg/client/informers/externalversions/stable/v1alpha1/fleetallocation.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/informers/externalversions/stable/v1alpha1/fleetautoscaler.go b/pkg/client/informers/externalversions/stable/v1alpha1/fleetautoscaler.go index 4ea101e3fb..d8c43300bb 100644 --- a/pkg/client/informers/externalversions/stable/v1alpha1/fleetautoscaler.go +++ b/pkg/client/informers/externalversions/stable/v1alpha1/fleetautoscaler.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/informers/externalversions/stable/v1alpha1/gameserver.go b/pkg/client/informers/externalversions/stable/v1alpha1/gameserver.go index 1f719d63c6..57e766a8d4 100644 --- a/pkg/client/informers/externalversions/stable/v1alpha1/gameserver.go +++ b/pkg/client/informers/externalversions/stable/v1alpha1/gameserver.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/informers/externalversions/stable/v1alpha1/gameserverallocation.go b/pkg/client/informers/externalversions/stable/v1alpha1/gameserverallocation.go index ab6abccb47..502dfddc30 100644 --- a/pkg/client/informers/externalversions/stable/v1alpha1/gameserverallocation.go +++ b/pkg/client/informers/externalversions/stable/v1alpha1/gameserverallocation.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/informers/externalversions/stable/v1alpha1/gameserverset.go b/pkg/client/informers/externalversions/stable/v1alpha1/gameserverset.go index b5d6560086..c2e4d132f7 100644 --- a/pkg/client/informers/externalversions/stable/v1alpha1/gameserverset.go +++ b/pkg/client/informers/externalversions/stable/v1alpha1/gameserverset.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/informers/externalversions/stable/v1alpha1/interface.go b/pkg/client/informers/externalversions/stable/v1alpha1/interface.go index 47e9a60e9b..aea83baa83 100644 --- a/pkg/client/informers/externalversions/stable/v1alpha1/interface.go +++ b/pkg/client/informers/externalversions/stable/v1alpha1/interface.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/listers/stable/v1alpha1/expansion_generated.go b/pkg/client/listers/stable/v1alpha1/expansion_generated.go index e32fde5caa..2ea00f1b1d 100644 --- a/pkg/client/listers/stable/v1alpha1/expansion_generated.go +++ b/pkg/client/listers/stable/v1alpha1/expansion_generated.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/listers/stable/v1alpha1/fleet.go b/pkg/client/listers/stable/v1alpha1/fleet.go index 2cb233de17..08dc339554 100644 --- a/pkg/client/listers/stable/v1alpha1/fleet.go +++ b/pkg/client/listers/stable/v1alpha1/fleet.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/listers/stable/v1alpha1/fleetallocation.go b/pkg/client/listers/stable/v1alpha1/fleetallocation.go index db311b5fbb..d15fa1a7ab 100644 --- a/pkg/client/listers/stable/v1alpha1/fleetallocation.go +++ b/pkg/client/listers/stable/v1alpha1/fleetallocation.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/listers/stable/v1alpha1/fleetautoscaler.go b/pkg/client/listers/stable/v1alpha1/fleetautoscaler.go index 752f82af9a..74c990d31e 100644 --- a/pkg/client/listers/stable/v1alpha1/fleetautoscaler.go +++ b/pkg/client/listers/stable/v1alpha1/fleetautoscaler.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/listers/stable/v1alpha1/gameserver.go b/pkg/client/listers/stable/v1alpha1/gameserver.go index 6f6da3c792..dcc705a27c 100644 --- a/pkg/client/listers/stable/v1alpha1/gameserver.go +++ b/pkg/client/listers/stable/v1alpha1/gameserver.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/listers/stable/v1alpha1/gameserverallocation.go b/pkg/client/listers/stable/v1alpha1/gameserverallocation.go index 9f7fa96dae..c9216bb4d5 100644 --- a/pkg/client/listers/stable/v1alpha1/gameserverallocation.go +++ b/pkg/client/listers/stable/v1alpha1/gameserverallocation.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/client/listers/stable/v1alpha1/gameserverset.go b/pkg/client/listers/stable/v1alpha1/gameserverset.go index c6b2df29d3..54e77b6e9e 100644 --- a/pkg/client/listers/stable/v1alpha1/gameserverset.go +++ b/pkg/client/listers/stable/v1alpha1/gameserverset.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/doc.go b/pkg/doc.go index 17da60d89b..3587817a75 100644 --- a/pkg/doc.go +++ b/pkg/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/fleetallocation/controller.go b/pkg/fleetallocation/controller.go index f6ddcfde2f..b5bf878ead 100644 --- a/pkg/fleetallocation/controller.go +++ b/pkg/fleetallocation/controller.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/fleetallocation/controller_test.go b/pkg/fleetallocation/controller_test.go index a34d6c73b1..526da1ac76 100644 --- a/pkg/fleetallocation/controller_test.go +++ b/pkg/fleetallocation/controller_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/fleetallocation/doc.go b/pkg/fleetallocation/doc.go index 501bb21629..ad95a89809 100644 --- a/pkg/fleetallocation/doc.go +++ b/pkg/fleetallocation/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/fleetallocation/find.go b/pkg/fleetallocation/find.go index 71672fb59f..c59203fdfe 100644 --- a/pkg/fleetallocation/find.go +++ b/pkg/fleetallocation/find.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/fleetallocation/find_test.go b/pkg/fleetallocation/find_test.go index 5059e41847..f842373d06 100644 --- a/pkg/fleetallocation/find_test.go +++ b/pkg/fleetallocation/find_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/fleetautoscalers/controller.go b/pkg/fleetautoscalers/controller.go index f92b916ec3..d781efb7cb 100644 --- a/pkg/fleetautoscalers/controller.go +++ b/pkg/fleetautoscalers/controller.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/fleetautoscalers/controller_test.go b/pkg/fleetautoscalers/controller_test.go index 3ac934efd0..9d262286c8 100644 --- a/pkg/fleetautoscalers/controller_test.go +++ b/pkg/fleetautoscalers/controller_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/fleetautoscalers/doc.go b/pkg/fleetautoscalers/doc.go index 72b8d74f47..c2f7ad7aee 100644 --- a/pkg/fleetautoscalers/doc.go +++ b/pkg/fleetautoscalers/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/fleetautoscalers/fleetautoscalers.go b/pkg/fleetautoscalers/fleetautoscalers.go index 590bfafe5c..ae4098efa6 100644 --- a/pkg/fleetautoscalers/fleetautoscalers.go +++ b/pkg/fleetautoscalers/fleetautoscalers.go @@ -1,5 +1,5 @@ /* - * Copyright 2018 Google Inc. All Rights Reserved. + * Copyright 2018 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/fleetautoscalers/fleetautoscalers_test.go b/pkg/fleetautoscalers/fleetautoscalers_test.go index 63569c0f73..09cb6ae2a4 100644 --- a/pkg/fleetautoscalers/fleetautoscalers_test.go +++ b/pkg/fleetautoscalers/fleetautoscalers_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2018 Google Inc. All Rights Reserved. + * Copyright 2018 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/fleets/controller.go b/pkg/fleets/controller.go index d558d17fba..8f43f3db14 100644 --- a/pkg/fleets/controller.go +++ b/pkg/fleets/controller.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/fleets/controller_test.go b/pkg/fleets/controller_test.go index 78a70d86c2..91f4db9ec8 100644 --- a/pkg/fleets/controller_test.go +++ b/pkg/fleets/controller_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/fleets/doc.go b/pkg/fleets/doc.go index 80ba858a9c..9464e61e79 100644 --- a/pkg/fleets/doc.go +++ b/pkg/fleets/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/fleets/fleets.go b/pkg/fleets/fleets.go index f5c5455b03..0d8ae992a4 100644 --- a/pkg/fleets/fleets.go +++ b/pkg/fleets/fleets.go @@ -1,5 +1,5 @@ /* - * Copyright 2018 Google Inc. All Rights Reserved. + * Copyright 2018 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/fleets/fleets_test.go b/pkg/fleets/fleets_test.go index df73c99b6c..d18cd134da 100644 --- a/pkg/fleets/fleets_test.go +++ b/pkg/fleets/fleets_test.go @@ -1,5 +1,5 @@ /* - * Copyright 2018 Google Inc. All Rights Reserved. + * Copyright 2018 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/gameserverallocations/controller.go b/pkg/gameserverallocations/controller.go index 48e641689f..1fd38ead49 100644 --- a/pkg/gameserverallocations/controller.go +++ b/pkg/gameserverallocations/controller.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/gameserverallocations/controller_test.go b/pkg/gameserverallocations/controller_test.go index 36a350b77d..b3945c3def 100644 --- a/pkg/gameserverallocations/controller_test.go +++ b/pkg/gameserverallocations/controller_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/gameserverallocations/doc.go b/pkg/gameserverallocations/doc.go index f07995ffe2..20cfde1cd6 100644 --- a/pkg/gameserverallocations/doc.go +++ b/pkg/gameserverallocations/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/gameserverallocations/find.go b/pkg/gameserverallocations/find.go index 99cd257662..d413044d60 100644 --- a/pkg/gameserverallocations/find.go +++ b/pkg/gameserverallocations/find.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/gameservers/controller.go b/pkg/gameservers/controller.go index bfa240cdeb..8885c57b45 100644 --- a/pkg/gameservers/controller.go +++ b/pkg/gameservers/controller.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/gameservers/controller_test.go b/pkg/gameservers/controller_test.go index a70da58a1d..37f9f18138 100644 --- a/pkg/gameservers/controller_test.go +++ b/pkg/gameservers/controller_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/gameservers/doc.go b/pkg/gameservers/doc.go index 3d49adb3c9..776d699b0f 100644 --- a/pkg/gameservers/doc.go +++ b/pkg/gameservers/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/gameservers/health.go b/pkg/gameservers/health.go index fdb82d73cf..112d58a35e 100644 --- a/pkg/gameservers/health.go +++ b/pkg/gameservers/health.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/gameservers/health_test.go b/pkg/gameservers/health_test.go index c12e947981..777b90bb3f 100644 --- a/pkg/gameservers/health_test.go +++ b/pkg/gameservers/health_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/gameservers/pernodecounter.go b/pkg/gameservers/pernodecounter.go index 483c6d4d61..cf87aaadca 100644 --- a/pkg/gameservers/pernodecounter.go +++ b/pkg/gameservers/pernodecounter.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/gameservers/pernodecounter_test.go b/pkg/gameservers/pernodecounter_test.go index e74f9282c6..29673ad866 100644 --- a/pkg/gameservers/pernodecounter_test.go +++ b/pkg/gameservers/pernodecounter_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Google Inc. All Rights Reserved. +// Copyright 2019 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/gameservers/portallocator.go b/pkg/gameservers/portallocator.go index 0cc19479ea..7092bc5679 100644 --- a/pkg/gameservers/portallocator.go +++ b/pkg/gameservers/portallocator.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/gameservers/portallocator_test.go b/pkg/gameservers/portallocator_test.go index 8908422b3d..7198338c4e 100644 --- a/pkg/gameservers/portallocator_test.go +++ b/pkg/gameservers/portallocator_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/gameserversets/controller.go b/pkg/gameserversets/controller.go index ae28754299..ef02abec45 100644 --- a/pkg/gameserversets/controller.go +++ b/pkg/gameserversets/controller.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/gameserversets/controller_test.go b/pkg/gameserversets/controller_test.go index 93b66a7962..ad0d83fc26 100644 --- a/pkg/gameserversets/controller_test.go +++ b/pkg/gameserversets/controller_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/gameserversets/doc.go b/pkg/gameserversets/doc.go index 08346531fa..877a395ab3 100644 --- a/pkg/gameserversets/doc.go +++ b/pkg/gameserversets/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/gameserversets/gameserversets.go b/pkg/gameserversets/gameserversets.go index 64463b9b2d..56671097d7 100644 --- a/pkg/gameserversets/gameserversets.go +++ b/pkg/gameserversets/gameserversets.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/gameserversets/gameserversets_test.go b/pkg/gameserversets/gameserversets_test.go index 712ff7389b..ff77fcffbe 100644 --- a/pkg/gameserversets/gameserversets_test.go +++ b/pkg/gameserversets/gameserversets_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/metrics/controller.go b/pkg/metrics/controller.go index c8f12a9bb7..1530628a50 100644 --- a/pkg/metrics/controller.go +++ b/pkg/metrics/controller.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/metrics/controller_metrics.go b/pkg/metrics/controller_metrics.go index 9df2c3055e..84fde93d7b 100644 --- a/pkg/metrics/controller_metrics.go +++ b/pkg/metrics/controller_metrics.go @@ -1,4 +1,4 @@ -// Copyright 2019 Google Inc. All Rights Reserved. +// Copyright 2019 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/metrics/controller_test.go b/pkg/metrics/controller_test.go index 4a60cc73f5..7973ec5bcf 100644 --- a/pkg/metrics/controller_test.go +++ b/pkg/metrics/controller_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/metrics/doc.go b/pkg/metrics/doc.go index bf4b0708e3..6c7ab0c84c 100644 --- a/pkg/metrics/doc.go +++ b/pkg/metrics/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/metrics/exporter.go b/pkg/metrics/exporter.go index 110eb53a4a..4f259fed34 100644 --- a/pkg/metrics/exporter.go +++ b/pkg/metrics/exporter.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/metrics/gameservers_count.go b/pkg/metrics/gameservers_count.go index 7c3dff21d3..617a8caa7d 100644 --- a/pkg/metrics/gameservers_count.go +++ b/pkg/metrics/gameservers_count.go @@ -1,4 +1,4 @@ -// Copyright 2019 Google Inc. All Rights Reserved. +// Copyright 2019 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/metrics/kubernetes_client.go b/pkg/metrics/kubernetes_client.go index eb9377e398..f4ace021fa 100644 --- a/pkg/metrics/kubernetes_client.go +++ b/pkg/metrics/kubernetes_client.go @@ -1,4 +1,4 @@ -// Copyright 2019 Google Inc. All Rights Reserved. +// Copyright 2019 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/metrics/util.go b/pkg/metrics/util.go index 46c01baad3..59a9299370 100644 --- a/pkg/metrics/util.go +++ b/pkg/metrics/util.go @@ -1,4 +1,4 @@ -// Copyright 2019 Google Inc. All Rights Reserved. +// Copyright 2019 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/metrics/util_test.go b/pkg/metrics/util_test.go index 391b752de0..1c82cd7d68 100644 --- a/pkg/metrics/util_test.go +++ b/pkg/metrics/util_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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 fbda8a0723..e9ad499463 100644 --- a/pkg/sdk/sdk.pb.go +++ b/pkg/sdk/sdk.pb.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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 9c533c74a1..081195749c 100644 --- a/pkg/sdk/sdk.pb.gw.go +++ b/pkg/sdk/sdk.pb.gw.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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. @@ -13,7 +13,7 @@ // limitations under the License. // This code was autogenerated. Do not edit directly. -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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. @@ -28,7 +28,7 @@ // limitations under the License. // This code was autogenerated. Do not edit directly. -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/sdkserver/doc.go b/pkg/sdkserver/doc.go index d25e27f533..ca84d14664 100644 --- a/pkg/sdkserver/doc.go +++ b/pkg/sdkserver/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/sdkserver/helper_test.go b/pkg/sdkserver/helper_test.go index c780b13548..cd161a8ec5 100644 --- a/pkg/sdkserver/helper_test.go +++ b/pkg/sdkserver/helper_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/sdkserver/localsdk.go b/pkg/sdkserver/localsdk.go index af67b99ffa..cfff36383c 100644 --- a/pkg/sdkserver/localsdk.go +++ b/pkg/sdkserver/localsdk.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/sdkserver/localsdk_test.go b/pkg/sdkserver/localsdk_test.go index 02b4aa7732..0a1b8f07e3 100644 --- a/pkg/sdkserver/localsdk_test.go +++ b/pkg/sdkserver/localsdk_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/sdkserver/sdk.go b/pkg/sdkserver/sdk.go index c93838b3bf..e6c3a4530a 100644 --- a/pkg/sdkserver/sdk.go +++ b/pkg/sdkserver/sdk.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/sdkserver/sdk_test.go b/pkg/sdkserver/sdk_test.go index ae4aced2bf..df512915fb 100644 --- a/pkg/sdkserver/sdk_test.go +++ b/pkg/sdkserver/sdk_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/sdkserver/sdkserver.go b/pkg/sdkserver/sdkserver.go index 93ffa35c8d..02802507de 100644 --- a/pkg/sdkserver/sdkserver.go +++ b/pkg/sdkserver/sdkserver.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/sdkserver/sdkserver_test.go b/pkg/sdkserver/sdkserver_test.go index 49a3440331..04d08fb127 100644 --- a/pkg/sdkserver/sdkserver_test.go +++ b/pkg/sdkserver/sdkserver_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/testing/controller.go b/pkg/testing/controller.go index 7b9e749e95..079af9b8db 100644 --- a/pkg/testing/controller.go +++ b/pkg/testing/controller.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/testing/doc.go b/pkg/testing/doc.go index 3965e1d750..c1fcacacd6 100644 --- a/pkg/testing/doc.go +++ b/pkg/testing/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/util/apiserver/apiserver.go b/pkg/util/apiserver/apiserver.go index 050d5301f0..bf12d8d1c7 100644 --- a/pkg/util/apiserver/apiserver.go +++ b/pkg/util/apiserver/apiserver.go @@ -1,4 +1,4 @@ -// Copyright 2019 Google Inc. All Rights Reserved. +// Copyright 2019 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/util/apiserver/apiserver_test.go b/pkg/util/apiserver/apiserver_test.go index fb3752832f..06bc97c69b 100644 --- a/pkg/util/apiserver/apiserver_test.go +++ b/pkg/util/apiserver/apiserver_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Google Inc. All Rights Reserved. +// Copyright 2019 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/util/crd/crd.go b/pkg/util/crd/crd.go index 344a22671b..c6c6cfe507 100644 --- a/pkg/util/crd/crd.go +++ b/pkg/util/crd/crd.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/util/crd/crd_test.go b/pkg/util/crd/crd_test.go index 41ae3024ef..13e7c2312c 100644 --- a/pkg/util/crd/crd_test.go +++ b/pkg/util/crd/crd_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/util/doc.go b/pkg/util/doc.go index c62b4726fb..649d760e2e 100644 --- a/pkg/util/doc.go +++ b/pkg/util/doc.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/util/https/https.go b/pkg/util/https/https.go index 155294f223..8a91d7c038 100644 --- a/pkg/util/https/https.go +++ b/pkg/util/https/https.go @@ -1,4 +1,4 @@ -// Copyright 2019 Google Inc. All Rights Reserved. +// Copyright 2019 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/util/https/https_test.go b/pkg/util/https/https_test.go index 730a01efe7..1553118344 100644 --- a/pkg/util/https/https_test.go +++ b/pkg/util/https/https_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Google Inc. All Rights Reserved. +// Copyright 2019 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/util/https/server.go b/pkg/util/https/server.go index 71606d94b7..5ef6fd58af 100644 --- a/pkg/util/https/server.go +++ b/pkg/util/https/server.go @@ -1,4 +1,4 @@ -// Copyright 2019 Google Inc. All Rights Reserved. +// Copyright 2019 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/util/https/server_test.go b/pkg/util/https/server_test.go index e3b970d62d..822464f738 100644 --- a/pkg/util/https/server_test.go +++ b/pkg/util/https/server_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 Google Inc. All Rights Reserved. +// Copyright 2019 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/util/runtime/runtime.go b/pkg/util/runtime/runtime.go index 1b0c1ef819..368c576d62 100644 --- a/pkg/util/runtime/runtime.go +++ b/pkg/util/runtime/runtime.go @@ -1,4 +1,4 @@ -// Copyright 2017 Google Inc. All Rights Reserved. +// Copyright 2017 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/util/signals/signals.go b/pkg/util/signals/signals.go index 714005a7d8..ddb69224d9 100644 --- a/pkg/util/signals/signals.go +++ b/pkg/util/signals/signals.go @@ -1,4 +1,4 @@ -// Copyright 2017 Google Inc. All Rights Reserved. +// Copyright 2017 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/util/webhooks/webhooks.go b/pkg/util/webhooks/webhooks.go index 788b8a29be..6b9313ab6e 100644 --- a/pkg/util/webhooks/webhooks.go +++ b/pkg/util/webhooks/webhooks.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/util/webhooks/webhooks_test.go b/pkg/util/webhooks/webhooks_test.go index 4e1322913f..98586d63f4 100644 --- a/pkg/util/webhooks/webhooks_test.go +++ b/pkg/util/webhooks/webhooks_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/util/workerqueue/workerqueue.go b/pkg/util/workerqueue/workerqueue.go index 898750432c..55812390de 100644 --- a/pkg/util/workerqueue/workerqueue.go +++ b/pkg/util/workerqueue/workerqueue.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/util/workerqueue/workerqueue_test.go b/pkg/util/workerqueue/workerqueue_test.go index f2c0707588..762cce6b29 100644 --- a/pkg/util/workerqueue/workerqueue_test.go +++ b/pkg/util/workerqueue/workerqueue_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/version.go b/pkg/version.go index 219730ec47..e3aff63482 100644 --- a/pkg/version.go +++ b/pkg/version.go @@ -1,4 +1,4 @@ -// Copyright 2017 Google Inc. All Rights Reserved. +// Copyright 2017 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/sdk.proto b/sdk.proto index f4a803c5be..1abae4404a 100644 --- a/sdk.proto +++ b/sdk.proto @@ -1,4 +1,4 @@ -// Copyright 2017 Google Inc. All Rights Reserved. +// Copyright 2017 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/CMakeLists.txt b/sdks/cpp/CMakeLists.txt index 65645a1eb0..3fe83e630a 100644 --- a/sdks/cpp/CMakeLists.txt +++ b/sdks/cpp/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/Makefile b/sdks/cpp/Makefile index 06ee2b1bdf..f10494229f 100644 --- a/sdks/cpp/Makefile +++ b/sdks/cpp/Makefile @@ -1,4 +1,4 @@ -# Copyright 2019 Google Inc. All Rights Reserved. +# Copyright 2019 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/build_scripts/build.sh b/sdks/cpp/build_scripts/build.sh index a622eddfd4..c8c17bfda6 100644 --- a/sdks/cpp/build_scripts/build.sh +++ b/sdks/cpp/build_scripts/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/build_scripts/msvs_2017_x64_release.bat b/sdks/cpp/build_scripts/msvs_2017_x64_release.bat index 704ae77a16..e56429ba06 100644 --- a/sdks/cpp/build_scripts/msvs_2017_x64_release.bat +++ b/sdks/cpp/build_scripts/msvs_2017_x64_release.bat @@ -1,5 +1,5 @@ @echo off -REM Copyright 2018 Google Inc. All Rights Reserved. +REM Copyright 2018 Google LLC All Rights Reserved. REM REM Licensed under the Apache License, Version 2.0 (the "License"); REM you may not use this file except in compliance with the License. diff --git a/sdks/cpp/build_scripts/nmake_release.bat b/sdks/cpp/build_scripts/nmake_release.bat index 9b3a069280..7707f1e024 100644 --- a/sdks/cpp/build_scripts/nmake_release.bat +++ b/sdks/cpp/build_scripts/nmake_release.bat @@ -1,5 +1,5 @@ @echo off -REM Copyright 2018 Google Inc. All Rights Reserved. +REM Copyright 2018 Google LLC All Rights Reserved. REM REM Licensed under the Apache License, Version 2.0 (the "License"); REM you may not use this file except in compliance with the License. diff --git a/sdks/cpp/cmake/Fetch_gRPC.cmake b/sdks/cpp/cmake/Fetch_gRPC.cmake index bbae132730..4701b1ad2d 100644 --- a/sdks/cpp/cmake/Fetch_gRPC.cmake +++ b/sdks/cpp/cmake/Fetch_gRPC.cmake @@ -1,4 +1,4 @@ -# Copyright 2019 Google Inc. All Rights Reserved. +# Copyright 2019 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/cmake/agones_global.h.in b/sdks/cpp/cmake/agones_global.h.in index b8b1b0d082..5920783eb0 100644 --- a/sdks/cpp/cmake/agones_global.h.in +++ b/sdks/cpp/cmake/agones_global.h.in @@ -1,4 +1,4 @@ -// Copyright 2019 Google Inc. All Rights Reserved. +// Copyright 2019 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 93fa49c7ee..10ed1df4f4 100644 --- a/sdks/cpp/include/agones/sdk.grpc.pb.h +++ b/sdks/cpp/include/agones/sdk.grpc.pb.h @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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. @@ -17,7 +17,7 @@ // If you make any local change, they will be lost. // source: sdk.proto // Original file comments: -// Copyright 2017 Google Inc. All Rights Reserved. +// Copyright 2017 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.h b/sdks/cpp/include/agones/sdk.h index e3291e587c..4f1d4a0b7b 100644 --- a/sdks/cpp/include/agones/sdk.h +++ b/sdks/cpp/include/agones/sdk.h @@ -1,4 +1,4 @@ -// Copyright 2017 Google Inc. All Rights Reserved. +// Copyright 2017 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 ef71002082..993ddc12e2 100644 --- a/sdks/cpp/include/agones/sdk.pb.h +++ b/sdks/cpp/include/agones/sdk.pb.h @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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 8fca6ee29b..86a29c868a 100644 --- a/sdks/cpp/include/google/api/annotations.pb.h +++ b/sdks/cpp/include/google/api/annotations.pb.h @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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 b9c24c7457..957a3b8247 100644 --- a/sdks/cpp/include/google/api/http.pb.h +++ b/sdks/cpp/include/google/api/http.pb.h @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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.cc b/sdks/cpp/src/agones/sdk.cc index a38f335ab2..9b12f04e0e 100644 --- a/sdks/cpp/src/agones/sdk.cc +++ b/sdks/cpp/src/agones/sdk.cc @@ -1,4 +1,4 @@ -// Copyright 2017 Google Inc. All Rights Reserved. +// Copyright 2017 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 90ffe27003..9ee79a4b54 100644 --- a/sdks/cpp/src/agones/sdk.grpc.pb.cc +++ b/sdks/cpp/src/agones/sdk.grpc.pb.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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 bbd01720bf..e91ad5f96f 100644 --- a/sdks/cpp/src/agones/sdk.pb.cc +++ b/sdks/cpp/src/agones/sdk.pb.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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 ace27e8060..6dda02f432 100644 --- a/sdks/cpp/src/google/annotations.pb.cc +++ b/sdks/cpp/src/google/annotations.pb.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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 9beef12614..5c7c27011a 100644 --- a/sdks/cpp/src/google/http.pb.cc +++ b/sdks/cpp/src/google/http.pb.cc @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/go/sdk.go b/sdks/go/sdk.go index bbfc18647f..9b01bb8cd0 100644 --- a/sdks/go/sdk.go +++ b/sdks/go/sdk.go @@ -1,4 +1,4 @@ -// Copyright 2017 Google Inc. All Rights Reserved. +// Copyright 2017 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/go/sdk_test.go b/sdks/go/sdk_test.go index db110b42ec..1aa272dcd9 100644 --- a/sdks/go/sdk_test.go +++ b/sdks/go/sdk_test.go @@ -1,4 +1,4 @@ -// Copyright 2017 Google Inc. All Rights Reserved. +// Copyright 2017 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 bcc4e4a77f..a7bb8fb3a6 100644 --- a/sdks/nodejs/lib/google/api/annotations_pb.js +++ b/sdks/nodejs/lib/google/api/annotations_pb.js @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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 748f24ac0b..6a3c74a3ab 100644 --- a/sdks/nodejs/lib/google/api/http_pb.js +++ b/sdks/nodejs/lib/google/api/http_pb.js @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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 e11817ce32..3ac7cf1a99 100644 --- a/sdks/nodejs/lib/sdk_grpc_pb.js +++ b/sdks/nodejs/lib/sdk_grpc_pb.js @@ -1,7 +1,7 @@ // GENERATED CODE -- DO NOT EDIT! // Original file comments: -// Copyright 2017 Google Inc. All Rights Reserved. +// Copyright 2017 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 fe059728ac..27b328c72d 100644 --- a/sdks/nodejs/lib/sdk_pb.js +++ b/sdks/nodejs/lib/sdk_pb.js @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/package.json b/sdks/nodejs/package.json index ea1455f4e2..6708078ef5 100644 --- a/sdks/nodejs/package.json +++ b/sdks/nodejs/package.json @@ -1,5 +1,5 @@ { - "author": "Google Inc.", + "author": "Google LLC", "bugs": { "url": "https://github.com/GoogleCloudPlatform/agones/issues" }, diff --git a/sdks/rust/Cargo.toml b/sdks/rust/Cargo.toml index fc4127c8aa..ad3adb8125 100644 --- a/sdks/rust/Cargo.toml +++ b/sdks/rust/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/rust/src/errors.rs b/sdks/rust/src/errors.rs index 79f59e80a2..909514127b 100644 --- a/sdks/rust/src/errors.rs +++ b/sdks/rust/src/errors.rs @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/rust/src/grpc/mod.rs b/sdks/rust/src/grpc/mod.rs index 66de973def..9051a9c920 100644 --- a/sdks/rust/src/grpc/mod.rs +++ b/sdks/rust/src/grpc/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Google Inc. All Rights Reserved. +// Copyright 2017 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/rust/src/grpc/sdk.rs b/sdks/rust/src/grpc/sdk.rs index 5710c917e2..5cd6b431c4 100644 --- a/sdks/rust/src/grpc/sdk.rs +++ b/sdks/rust/src/grpc/sdk.rs @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/rust/src/grpc/sdk_grpc.rs b/sdks/rust/src/grpc/sdk_grpc.rs index ebd63f7e3c..1acac86a17 100644 --- a/sdks/rust/src/grpc/sdk_grpc.rs +++ b/sdks/rust/src/grpc/sdk_grpc.rs @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/rust/src/lib.rs b/sdks/rust/src/lib.rs index e1125bb885..e506dd7bf0 100644 --- a/sdks/rust/src/lib.rs +++ b/sdks/rust/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/rust/src/sdk.rs b/sdks/rust/src/sdk.rs index 934d9548bd..bc7461b1f9 100644 --- a/sdks/rust/src/sdk.rs +++ b/sdks/rust/src/sdk.rs @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/site/.gcloudignore b/site/.gcloudignore index 6759bdddc3..f69fc71f84 100644 --- a/site/.gcloudignore +++ b/site/.gcloudignore @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. All Rights Reserved. +# Copyright 2017 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/site/app.yaml b/site/app.yaml index 84b921e333..32613c2418 100644 --- a/site/app.yaml +++ b/site/app.yaml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/site/cloudbuild.yaml b/site/cloudbuild.yaml index d26e99172a..26cce66fc3 100644 --- a/site/cloudbuild.yaml +++ b/site/cloudbuild.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google Inc. All Rights Reserved. +# Copyright 2019 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/site/config.toml b/site/config.toml index 72d825eaef..f3f91b0c34 100644 --- a/site/config.toml +++ b/site/config.toml @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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. @@ -78,7 +78,7 @@ weight = 1 # Everything below this are Site Params [params] -copyright = "Copyright Google Inc. All Rights Reserved." +copyright = "Copyright Google LLC All Rights Reserved." privacy_policy = "https://policies.google.com/privacy" github_repo = "https://github.com/GoogleCloudPlatform/agones" diff --git a/site/gen-api-docs.sh b/site/gen-api-docs.sh index a79f851138..5738cc99b4 100755 --- a/site/gen-api-docs.sh +++ b/site/gen-api-docs.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2019 Google Inc. All Rights Reserved. +# Copyright 2019 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/site/handler.go b/site/handler.go index 163fd01b4d..548b2bfbf9 100644 --- a/site/handler.go +++ b/site/handler.go @@ -1,4 +1,4 @@ -// Copyright 2017 Google Inc. All Rights Reserved. +// Copyright 2017 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/site/handler_test.go b/site/handler_test.go index 22ba2cf08a..8d94ee0935 100644 --- a/site/handler_test.go +++ b/site/handler_test.go @@ -1,4 +1,4 @@ -// Copyright 2017 Google Inc. All Rights Reserved. +// Copyright 2017 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/site/htmltest.yaml b/site/htmltest.yaml index d54a53603c..583918764b 100644 --- a/site/htmltest.yaml +++ b/site/htmltest.yaml @@ -1,4 +1,4 @@ -# Copyright 2019 Google Inc. All Rights Reserved. +# Copyright 2019 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/site/main.go b/site/main.go index 62d44487f8..372f548802 100644 --- a/site/main.go +++ b/site/main.go @@ -1,4 +1,4 @@ -// Copyright 2017 Google Inc. All Rights Reserved. +// Copyright 2017 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/e2e/fleet_test.go b/test/e2e/fleet_test.go index 9eb00090d8..67c5fd682c 100644 --- a/test/e2e/fleet_test.go +++ b/test/e2e/fleet_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/e2e/fleetautoscaler_test.go b/test/e2e/fleetautoscaler_test.go index 530536512a..b125177a84 100644 --- a/test/e2e/fleetautoscaler_test.go +++ b/test/e2e/fleetautoscaler_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/e2e/framework/framework.go b/test/e2e/framework/framework.go index a2c763231a..b0af110158 100644 --- a/test/e2e/framework/framework.go +++ b/test/e2e/framework/framework.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/e2e/gameserver_test.go b/test/e2e/gameserver_test.go index 912ef85f3a..fc2c070795 100644 --- a/test/e2e/gameserver_test.go +++ b/test/e2e/gameserver_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/e2e/gameserverallocation_test.go b/test/e2e/gameserverallocation_test.go index a8101aeb14..bfe843122c 100644 --- a/test/e2e/gameserverallocation_test.go +++ b/test/e2e/gameserverallocation_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/e2e/main_test.go b/test/e2e/main_test.go index 8eae1d1de9..e49a3675e2 100644 --- a/test/e2e/main_test.go +++ b/test/e2e/main_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/e2e/ping_test.go b/test/e2e/ping_test.go index 5d2b8ce2ba..81b5f93f7e 100644 --- a/test/e2e/ping_test.go +++ b/test/e2e/ping_test.go @@ -1,4 +1,4 @@ -// Copyright 2018 Google Inc. All Rights Reserved. +// Copyright 2018 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/load/Dockerfile b/test/load/Dockerfile index 8c41a4864d..66e61fb8dc 100644 --- a/test/load/Dockerfile +++ b/test/load/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/load/locust-files/fleet_autoscaling.py b/test/load/locust-files/fleet_autoscaling.py index 07dc496603..42bfcf0306 100644 --- a/test/load/locust-files/fleet_autoscaling.py +++ b/test/load/locust-files/fleet_autoscaling.py @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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/load/locust-files/gameserver_allocation.py b/test/load/locust-files/gameserver_allocation.py index 930d28485f..d2231286b0 100644 --- a/test/load/locust-files/gameserver_allocation.py +++ b/test/load/locust-files/gameserver_allocation.py @@ -1,4 +1,4 @@ -# Copyright 2018 Google Inc. All Rights Reserved. +# Copyright 2018 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.