From 72dc55be5d524217dd30eee89453680d7493db64 Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Thu, 24 Jun 2021 11:39:52 -0700 Subject: [PATCH] Fix for Apache Licence header Apparently I applied the Apache header licence wrong to everything, so this is a fix for that so that now everything has the correct details. --- .dockerignore | 2 +- .gcloudignore | 2 +- .gitignore | 2 +- Cargo.toml | 2 +- about.toml | 2 +- build.rs | 2 +- build/ci/buildstep/Dockerfile | 2 +- build/ci/buildstep/Makefile | 2 +- build/ci/buildstep/cloudbuild.yaml | 2 +- build/ci/github-bot/Makefile | 2 +- build/ci/github-bot/cloudbuild.yaml | 2 +- build/ci/github-bot/go.mod | 2 +- build/ci/github-bot/main.go | 2 +- build/release/Dockerfile.builder | 2 +- build/release/Dockerfile.release | 2 +- build/release/Makefile | 2 +- build/release/archive_dependencies.sh | 2 +- build/release/cloudbuild.yaml | 2 +- build/release/quilkin.yaml | 2 +- cloudbuild.yaml | 2 +- deny.toml | 2 +- examples/agones-xonotic/client-compress.yaml | 2 +- examples/agones-xonotic/sidecar-compress.yaml | 2 +- examples/agones-xonotic/sidecar.yaml | 2 +- examples/control-plane.yaml | 2 +- examples/iperf3/.gitignore | 2 +- examples/iperf3/clean.sh | 2 +- examples/iperf3/proxy.yaml | 2 +- examples/iperf3/run.sh | 2 +- examples/proxy.yaml | 2 +- examples/quilkin-filter-example/.gitignore | 2 +- examples/quilkin-filter-example/Cargo.toml | 2 +- examples/quilkin-filter-example/build.rs | 2 +- examples/quilkin-filter-example/config.yaml | 2 +- examples/quilkin-filter-example/src/greet.proto | 2 +- examples/quilkin-filter-example/src/main.rs | 2 +- license.csv.hbs | 2 +- license.html.hbs | 2 +- macros/Cargo.toml | 2 +- macros/src/filter.rs | 2 +- macros/src/include.rs | 2 +- macros/src/lib.rs | 2 +- .../filters/capture_bytes/v1alpha1/capture_bytes.proto | 2 +- .../quilkin/extensions/filters/compress/v1alpha1/compress.proto | 2 +- .../filters/concatenate_bytes/v1alpha1/concatenate_bytes.proto | 2 +- proto/quilkin/extensions/filters/debug/v1alpha1/debug.proto | 2 +- .../filters/load_balancer/v1alpha1/load_balancer.proto | 2 +- .../filters/local_rate_limit/v1alpha1/local_rate_limit.proto | 2 +- .../extensions/filters/token_router/v1alpha1/token_router.proto | 2 +- rust-toolchain.toml | 2 +- src/cluster.rs | 2 +- src/cluster/cluster_manager.rs | 2 +- src/cluster/metrics.rs | 2 +- src/config.rs | 2 +- src/config/builder.rs | 2 +- src/config/endpoints.rs | 2 +- src/config/error.rs | 2 +- src/config/metadata.rs | 2 +- src/extensions.rs | 2 +- src/extensions/filter_registry.rs | 2 +- src/filters.rs | 2 +- src/filters/chain.rs | 2 +- src/filters/config.rs | 2 +- src/filters/error.rs | 2 +- src/filters/extensions.rs | 2 +- src/filters/extensions/capture_bytes.rs | 2 +- src/filters/extensions/capture_bytes/metrics.rs | 2 +- src/filters/extensions/capture_bytes/proto.rs | 2 +- src/filters/extensions/compress.rs | 2 +- src/filters/extensions/compress/metrics.rs | 2 +- src/filters/extensions/compress/proto.rs | 2 +- src/filters/extensions/concatenate_bytes.rs | 2 +- src/filters/extensions/debug.rs | 2 +- src/filters/extensions/load_balancer.rs | 2 +- src/filters/extensions/load_balancer/proto.rs | 2 +- src/filters/extensions/local_rate_limit.rs | 2 +- src/filters/extensions/local_rate_limit/metrics.rs | 2 +- src/filters/extensions/local_rate_limit/proto.rs | 2 +- src/filters/extensions/token_router.rs | 2 +- src/filters/extensions/token_router/metrics.rs | 2 +- src/filters/extensions/token_router/proto.rs | 2 +- src/filters/factory.rs | 2 +- src/filters/manager.rs | 2 +- src/filters/read.rs | 2 +- src/filters/registry.rs | 2 +- src/filters/set.rs | 2 +- src/filters/write.rs | 2 +- src/lib.rs | 2 +- src/main.rs | 2 +- src/metrics.rs | 2 +- src/proxy.rs | 2 +- src/proxy/admin.rs | 2 +- src/proxy/builder.rs | 2 +- src/proxy/health.rs | 2 +- src/proxy/metrics.rs | 2 +- src/proxy/server.rs | 2 +- src/proxy/server/error.rs | 2 +- src/proxy/server/metrics.rs | 2 +- src/proxy/server/resource_manager.rs | 2 +- src/proxy/sessions.rs | 2 +- src/proxy/sessions/error.rs | 2 +- src/proxy/sessions/metrics.rs | 2 +- src/proxy/sessions/session.rs | 2 +- src/proxy/sessions/session_manager.rs | 2 +- src/runner.rs | 2 +- src/test_utils.rs | 2 +- src/utils.rs | 2 +- src/utils/debug.rs | 2 +- src/xds.rs | 2 +- src/xds/ads_client.rs | 2 +- src/xds/cluster.rs | 2 +- src/xds/error.rs | 2 +- src/xds/listener.rs | 2 +- src/xds/metadata.rs | 2 +- src/xds/metrics.rs | 2 +- tests/compress.rs | 2 +- tests/concatenate_bytes.rs | 2 +- tests/filter_order.rs | 2 +- tests/filters.rs | 2 +- tests/health.rs | 2 +- tests/load_balancer.rs | 2 +- tests/local_rate_limit.rs | 2 +- tests/metrics.rs | 2 +- tests/no_filter.rs | 2 +- tests/token_router.rs | 2 +- tests/xds.rs | 2 +- 126 files changed, 126 insertions(+), 126 deletions(-) diff --git a/.dockerignore b/.dockerignore index e5713c0b59..e1be91315e 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,5 @@ # -# Copyright 2021 Google LLC All Rights Reserved. +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.gcloudignore b/.gcloudignore index 891245aae3..68397f4d09 100644 --- a/.gcloudignore +++ b/.gcloudignore @@ -1,5 +1,5 @@ # -# Copyright 2021 Google LLC All Rights Reserved. +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/.gitignore b/.gitignore index 01c1d855e9..7384edb738 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # -# Copyright 2020 Google LLC All Rights Reserved. +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/Cargo.toml b/Cargo.toml index 4056818f07..acd4fc5eeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ # -# Copyright 2020 Google LLC All Rights Reserved. +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/about.toml b/about.toml index 55340fc9cf..41419a836b 100644 --- a/about.toml +++ b/about.toml @@ -1,5 +1,5 @@ # -# Copyright 2021 Google LLC All Rights Reserved. +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/build.rs b/build.rs index d1190ac4bf..52beaf217c 100644 --- a/build.rs +++ b/build.rs @@ -1,5 +1,5 @@ /* - * Copyright 2020 Google LLC All Rights Reserved. + * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/build/ci/buildstep/Dockerfile b/build/ci/buildstep/Dockerfile index e76e2cdc04..4cd5db25b9 100644 --- a/build/ci/buildstep/Dockerfile +++ b/build/ci/buildstep/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC All Rights Reserved. +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/build/ci/buildstep/Makefile b/build/ci/buildstep/Makefile index 01e6101015..42775e4248 100644 --- a/build/ci/buildstep/Makefile +++ b/build/ci/buildstep/Makefile @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC All Rights Reserved. +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/build/ci/buildstep/cloudbuild.yaml b/build/ci/buildstep/cloudbuild.yaml index 10065953b6..0d01033843 100644 --- a/build/ci/buildstep/cloudbuild.yaml +++ b/build/ci/buildstep/cloudbuild.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC All Rights Reserved. +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/build/ci/github-bot/Makefile b/build/ci/github-bot/Makefile index 7cb90ac059..9b8df14602 100644 --- a/build/ci/github-bot/Makefile +++ b/build/ci/github-bot/Makefile @@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC All Rights Reserved. +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/build/ci/github-bot/cloudbuild.yaml b/build/ci/github-bot/cloudbuild.yaml index 6b901909f3..898276ec7a 100644 --- a/build/ci/github-bot/cloudbuild.yaml +++ b/build/ci/github-bot/cloudbuild.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC All Rights Reserved. +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/build/ci/github-bot/go.mod b/build/ci/github-bot/go.mod index bb4fed837e..575f64727d 100644 --- a/build/ci/github-bot/go.mod +++ b/build/ci/github-bot/go.mod @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC All Rights Reserved. +// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/build/ci/github-bot/main.go b/build/ci/github-bot/main.go index e93a10f59f..b7f4305b30 100644 --- a/build/ci/github-bot/main.go +++ b/build/ci/github-bot/main.go @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC All Rights Reserved. + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/build/release/Dockerfile.builder b/build/release/Dockerfile.builder index cb775fb0a4..d99f481bce 100644 --- a/build/release/Dockerfile.builder +++ b/build/release/Dockerfile.builder @@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC All Rights Reserved. +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/build/release/Dockerfile.release b/build/release/Dockerfile.release index 96c6ebfca3..3231f4327f 100644 --- a/build/release/Dockerfile.release +++ b/build/release/Dockerfile.release @@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC All Rights Reserved. +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/build/release/Makefile b/build/release/Makefile index ff78538549..95b1aa95d2 100644 --- a/build/release/Makefile +++ b/build/release/Makefile @@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC All Rights Reserved. +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/build/release/archive_dependencies.sh b/build/release/archive_dependencies.sh index d5f2b89cf2..14e3a3e21a 100755 --- a/build/release/archive_dependencies.sh +++ b/build/release/archive_dependencies.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -# Copyright 2021 Google LLC All Rights Reserved. +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/build/release/cloudbuild.yaml b/build/release/cloudbuild.yaml index 096ac3bb6e..274dac6c4c 100644 --- a/build/release/cloudbuild.yaml +++ b/build/release/cloudbuild.yaml @@ -1,4 +1,4 @@ -# Copyright 2021 Google LLC All Rights Reserved. +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/build/release/quilkin.yaml b/build/release/quilkin.yaml index fce497ac4f..150923d836 100644 --- a/build/release/quilkin.yaml +++ b/build/release/quilkin.yaml @@ -1,5 +1,5 @@ # -# Copyright 2021 Google LLC All Rights Reserved. +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 09fcaa4d46..93d1247ba8 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -1,4 +1,4 @@ -# Copyright 2020 Google LLC All Rights Reserved. +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/deny.toml b/deny.toml index 14eb040eed..d531f9dde7 100644 --- a/deny.toml +++ b/deny.toml @@ -1,5 +1,5 @@ # -# Copyright 2021 Google LLC All Rights Reserved. +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/agones-xonotic/client-compress.yaml b/examples/agones-xonotic/client-compress.yaml index 12f94ace4c..79101a440b 100644 --- a/examples/agones-xonotic/client-compress.yaml +++ b/examples/agones-xonotic/client-compress.yaml @@ -1,5 +1,5 @@ # -# Copyright 2021 Google LLC All Rights Reserved. +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/agones-xonotic/sidecar-compress.yaml b/examples/agones-xonotic/sidecar-compress.yaml index 76ba797e8c..992a209827 100644 --- a/examples/agones-xonotic/sidecar-compress.yaml +++ b/examples/agones-xonotic/sidecar-compress.yaml @@ -1,5 +1,5 @@ # -# Copyright 2021 Google LLC All Rights Reserved. +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/agones-xonotic/sidecar.yaml b/examples/agones-xonotic/sidecar.yaml index 1118cf5ee4..4c9d680324 100644 --- a/examples/agones-xonotic/sidecar.yaml +++ b/examples/agones-xonotic/sidecar.yaml @@ -1,5 +1,5 @@ # -# Copyright 2021 Google LLC All Rights Reserved. +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/control-plane.yaml b/examples/control-plane.yaml index 4dd8bcca00..fdc04c360f 100644 --- a/examples/control-plane.yaml +++ b/examples/control-plane.yaml @@ -1,5 +1,5 @@ # -# Copyright 2020 Google LLC All Rights Reserved. +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/iperf3/.gitignore b/examples/iperf3/.gitignore index 92637e3ea7..c5d0d34ad8 100644 --- a/examples/iperf3/.gitignore +++ b/examples/iperf3/.gitignore @@ -1,5 +1,5 @@ # -# Copyright 2021 Google LLC All Rights Reserved. +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/iperf3/clean.sh b/examples/iperf3/clean.sh index 8fafa81d7d..9713cab79c 100755 --- a/examples/iperf3/clean.sh +++ b/examples/iperf3/clean.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Copyright 2021 Google LLC All Rights Reserved. +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/iperf3/proxy.yaml b/examples/iperf3/proxy.yaml index bafc131375..cb21efc85e 100644 --- a/examples/iperf3/proxy.yaml +++ b/examples/iperf3/proxy.yaml @@ -1,5 +1,5 @@ # -# Copyright 2020 Google LLC All Rights Reserved. +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/iperf3/run.sh b/examples/iperf3/run.sh index 8f4d301ae4..e312c06576 100755 --- a/examples/iperf3/run.sh +++ b/examples/iperf3/run.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Copyright 2021 Google LLC All Rights Reserved. +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/proxy.yaml b/examples/proxy.yaml index 5b9864357e..8985e5f843 100644 --- a/examples/proxy.yaml +++ b/examples/proxy.yaml @@ -1,5 +1,5 @@ # -# Copyright 2020 Google LLC All Rights Reserved. +# Copyright 2020 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/quilkin-filter-example/.gitignore b/examples/quilkin-filter-example/.gitignore index aec7d4c054..da48e4ceb1 100644 --- a/examples/quilkin-filter-example/.gitignore +++ b/examples/quilkin-filter-example/.gitignore @@ -1,5 +1,5 @@ # -# Copyright 2021 Google LLC All Rights Reserved. +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/quilkin-filter-example/Cargo.toml b/examples/quilkin-filter-example/Cargo.toml index a255005233..cd41d9fa85 100644 --- a/examples/quilkin-filter-example/Cargo.toml +++ b/examples/quilkin-filter-example/Cargo.toml @@ -1,5 +1,5 @@ # -# Copyright 2021 Google LLC All Rights Reserved. +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/quilkin-filter-example/build.rs b/examples/quilkin-filter-example/build.rs index 66b2b41fa2..e243dfc839 100644 --- a/examples/quilkin-filter-example/build.rs +++ b/examples/quilkin-filter-example/build.rs @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC All Rights Reserved. + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/quilkin-filter-example/config.yaml b/examples/quilkin-filter-example/config.yaml index fdc46e8d63..3578d77596 100644 --- a/examples/quilkin-filter-example/config.yaml +++ b/examples/quilkin-filter-example/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2021 Google LLC All Rights Reserved. +# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/examples/quilkin-filter-example/src/greet.proto b/examples/quilkin-filter-example/src/greet.proto index 185a59a766..48fa21815e 100644 --- a/examples/quilkin-filter-example/src/greet.proto +++ b/examples/quilkin-filter-example/src/greet.proto @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC All Rights Reserved. + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/examples/quilkin-filter-example/src/main.rs b/examples/quilkin-filter-example/src/main.rs index 7077526ea3..4f47d33d2e 100644 --- a/examples/quilkin-filter-example/src/main.rs +++ b/examples/quilkin-filter-example/src/main.rs @@ -1,5 +1,5 @@ /* - * Copyright 2021 Google LLC All Rights Reserved. + * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/license.csv.hbs b/license.csv.hbs index d26a4a3519..ea20328464 100644 --- a/license.csv.hbs +++ b/license.csv.hbs @@ -1,5 +1,5 @@ {{! -Copyright 2021 Google LLC All Rights Reserved. +Copyright 2021 Google LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/license.html.hbs b/license.html.hbs index 05b8fa5fd8..466fa92124 100644 --- a/license.html.hbs +++ b/license.html.hbs @@ -1,5 +1,5 @@