diff --git a/LICENSE.txt b/LICENSE.txt index 78f81f9bc..984713a49 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) Microsoft Corporation. +Copyright (c) .NET Foundation and Contributors All rights reserved. @@ -20,4 +20,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/samples/BasicYarpSample/Program.cs b/samples/BasicYarpSample/Program.cs index ed93603e0..974b1fdb9 100644 --- a/samples/BasicYarpSample/Program.cs +++ b/samples/BasicYarpSample/Program.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.DependencyInjection; diff --git a/samples/KubernetesIngress.Sample/Combined/Program.cs b/samples/KubernetesIngress.Sample/Combined/Program.cs index 724d119bd..599ba5f32 100644 --- a/samples/KubernetesIngress.Sample/Combined/Program.cs +++ b/samples/KubernetesIngress.Sample/Combined/Program.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/samples/KubernetesIngress.Sample/Ingress/Program.cs b/samples/KubernetesIngress.Sample/Ingress/Program.cs index fed56463e..2fe19c0be 100644 --- a/samples/KubernetesIngress.Sample/Ingress/Program.cs +++ b/samples/KubernetesIngress.Sample/Ingress/Program.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/samples/KubernetesIngress.Sample/Monitor/Program.cs b/samples/KubernetesIngress.Sample/Monitor/Program.cs index f7fc3b9cf..b1c14f3a6 100644 --- a/samples/KubernetesIngress.Sample/Monitor/Program.cs +++ b/samples/KubernetesIngress.Sample/Monitor/Program.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.Configuration; diff --git a/samples/KubernetesIngress.Sample/backend/Program.cs b/samples/KubernetesIngress.Sample/backend/Program.cs index 698feab88..f65ae96c6 100644 --- a/samples/KubernetesIngress.Sample/backend/Program.cs +++ b/samples/KubernetesIngress.Sample/backend/Program.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Diagnostics; using System.Net; diff --git a/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/Program.cs b/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/Program.cs index a5634900c..2c1ed97a2 100644 --- a/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/Program.cs +++ b/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/Program.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.DependencyInjection; diff --git a/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusDnsMetrics.cs b/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusDnsMetrics.cs index 29aaea204..2a540f9c3 100644 --- a/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusDnsMetrics.cs +++ b/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusDnsMetrics.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Yarp.Telemetry.Consumption; using Prometheus; diff --git a/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusForwarderMetrics.cs b/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusForwarderMetrics.cs index fd66ab3bd..5160e2182 100644 --- a/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusForwarderMetrics.cs +++ b/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusForwarderMetrics.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Yarp.Telemetry.Consumption; using Prometheus; diff --git a/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusKestrelMetrics.cs b/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusKestrelMetrics.cs index 75be8cfea..d78f0227d 100644 --- a/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusKestrelMetrics.cs +++ b/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusKestrelMetrics.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Yarp.Telemetry.Consumption; using Prometheus; diff --git a/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusOutboundHttpMetrics.cs b/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusOutboundHttpMetrics.cs index 5ef576d13..78551d5f1 100644 --- a/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusOutboundHttpMetrics.cs +++ b/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusOutboundHttpMetrics.cs @@ -1,6 +1,6 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Yarp.Telemetry.Consumption; diff --git a/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusServiceExtensions.cs b/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusServiceExtensions.cs index c42743872..ada05780d 100644 --- a/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusServiceExtensions.cs +++ b/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusServiceExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.Extensions.DependencyInjection; using Yarp.Telemetry.Consumption; diff --git a/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusSocketMetrics.cs b/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusSocketMetrics.cs index a4c5ab6af..547076fa6 100644 --- a/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusSocketMetrics.cs +++ b/samples/Prometheus/ReverseProxy.Metrics-Prometheus.Sample/PrometheusSocketMetrics.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Yarp.Telemetry.Consumption; using Prometheus; diff --git a/samples/ReverseProxy.Auth.Sample/Controllers/AccountController.cs b/samples/ReverseProxy.Auth.Sample/Controllers/AccountController.cs index 142d8a641..5ba51e3d4 100644 --- a/samples/ReverseProxy.Auth.Sample/Controllers/AccountController.cs +++ b/samples/ReverseProxy.Auth.Sample/Controllers/AccountController.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Security.Claims; using Microsoft.AspNetCore.Authentication; diff --git a/samples/ReverseProxy.Auth.Sample/Program.cs b/samples/ReverseProxy.Auth.Sample/Program.cs index 59497cd66..16e5b66cc 100644 --- a/samples/ReverseProxy.Auth.Sample/Program.cs +++ b/samples/ReverseProxy.Auth.Sample/Program.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Net.Http.Headers; using Microsoft.AspNetCore.Authentication; diff --git a/samples/ReverseProxy.Auth.Sample/TokenService.cs b/samples/ReverseProxy.Auth.Sample/TokenService.cs index c703de186..a8cc88acd 100644 --- a/samples/ReverseProxy.Auth.Sample/TokenService.cs +++ b/samples/ReverseProxy.Auth.Sample/TokenService.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Security.Claims; diff --git a/samples/ReverseProxy.Code.Sample/Program.cs b/samples/ReverseProxy.Code.Sample/Program.cs index d9507289a..72e5df234 100644 --- a/samples/ReverseProxy.Code.Sample/Program.cs +++ b/samples/ReverseProxy.Code.Sample/Program.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System; diff --git a/samples/ReverseProxy.Config.Sample/Program.cs b/samples/ReverseProxy.Config.Sample/Program.cs index 78bd9f72e..c925170c7 100644 --- a/samples/ReverseProxy.Config.Sample/Program.cs +++ b/samples/ReverseProxy.Config.Sample/Program.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.DependencyInjection; diff --git a/samples/ReverseProxy.ConfigFilter.Sample/CustomConfigFilter.cs b/samples/ReverseProxy.ConfigFilter.Sample/CustomConfigFilter.cs index 564010c1d..be4898d51 100644 --- a/samples/ReverseProxy.ConfigFilter.Sample/CustomConfigFilter.cs +++ b/samples/ReverseProxy.ConfigFilter.Sample/CustomConfigFilter.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/samples/ReverseProxy.ConfigFilter.Sample/Program.cs b/samples/ReverseProxy.ConfigFilter.Sample/Program.cs index 6cf4fe635..a1895f809 100644 --- a/samples/ReverseProxy.ConfigFilter.Sample/Program.cs +++ b/samples/ReverseProxy.ConfigFilter.Sample/Program.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.DependencyInjection; diff --git a/samples/ReverseProxy.Direct.Sample/Program.cs b/samples/ReverseProxy.Direct.Sample/Program.cs index 86534aa80..541267e7e 100644 --- a/samples/ReverseProxy.Direct.Sample/Program.cs +++ b/samples/ReverseProxy.Direct.Sample/Program.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/samples/ReverseProxy.LetsEncrypt.Sample/Program.cs b/samples/ReverseProxy.LetsEncrypt.Sample/Program.cs index da43d6d1f..9e4c3bdfa 100644 --- a/samples/ReverseProxy.LetsEncrypt.Sample/Program.cs +++ b/samples/ReverseProxy.LetsEncrypt.Sample/Program.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.DependencyInjection; diff --git a/samples/ReverseProxy.Metrics.Sample/ForwarderMetricsConsumer.cs b/samples/ReverseProxy.Metrics.Sample/ForwarderMetricsConsumer.cs index 4b9df62dd..05eb9a4a2 100644 --- a/samples/ReverseProxy.Metrics.Sample/ForwarderMetricsConsumer.cs +++ b/samples/ReverseProxy.Metrics.Sample/ForwarderMetricsConsumer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Yarp.Telemetry.Consumption; diff --git a/samples/ReverseProxy.Metrics.Sample/ForwarderTelemetryConsumer.cs b/samples/ReverseProxy.Metrics.Sample/ForwarderTelemetryConsumer.cs index 1892fea8d..e3764560d 100644 --- a/samples/ReverseProxy.Metrics.Sample/ForwarderTelemetryConsumer.cs +++ b/samples/ReverseProxy.Metrics.Sample/ForwarderTelemetryConsumer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Yarp.ReverseProxy.Forwarder; diff --git a/samples/ReverseProxy.Metrics.Sample/HttpClientTelemetryConsumer.cs b/samples/ReverseProxy.Metrics.Sample/HttpClientTelemetryConsumer.cs index 10e75614f..8ca98bd52 100644 --- a/samples/ReverseProxy.Metrics.Sample/HttpClientTelemetryConsumer.cs +++ b/samples/ReverseProxy.Metrics.Sample/HttpClientTelemetryConsumer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Net.Http; diff --git a/samples/ReverseProxy.Metrics.Sample/Program.cs b/samples/ReverseProxy.Metrics.Sample/Program.cs index aad83256d..4f9542ca1 100644 --- a/samples/ReverseProxy.Metrics.Sample/Program.cs +++ b/samples/ReverseProxy.Metrics.Sample/Program.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.DependencyInjection; diff --git a/samples/ReverseProxy.Transforms.Sample/MyTransformFactory.cs b/samples/ReverseProxy.Transforms.Sample/MyTransformFactory.cs index d39cd4ef5..1830397f0 100644 --- a/samples/ReverseProxy.Transforms.Sample/MyTransformFactory.cs +++ b/samples/ReverseProxy.Transforms.Sample/MyTransformFactory.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/samples/ReverseProxy.Transforms.Sample/MyTransformProvider.cs b/samples/ReverseProxy.Transforms.Sample/MyTransformProvider.cs index 98caf6cd5..1a6eef620 100644 --- a/samples/ReverseProxy.Transforms.Sample/MyTransformProvider.cs +++ b/samples/ReverseProxy.Transforms.Sample/MyTransformProvider.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Net.Http; diff --git a/samples/ReverseProxy.Transforms.Sample/Program.cs b/samples/ReverseProxy.Transforms.Sample/Program.cs index b79d8a72b..5928bb5d6 100644 --- a/samples/ReverseProxy.Transforms.Sample/Program.cs +++ b/samples/ReverseProxy.Transforms.Sample/Program.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Net.Http.Headers; using Microsoft.AspNetCore.Authentication; diff --git a/samples/ReverseProxy.Transforms.Sample/TokenService.cs b/samples/ReverseProxy.Transforms.Sample/TokenService.cs index 6129ac887..320f593ab 100644 --- a/samples/ReverseProxy.Transforms.Sample/TokenService.cs +++ b/samples/ReverseProxy.Transforms.Sample/TokenService.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Security.Claims; using System.Threading.Tasks; diff --git a/samples/SampleServer/Controllers/HealthController.cs b/samples/SampleServer/Controllers/HealthController.cs index 9c6ea9161..ab63a693b 100644 --- a/samples/SampleServer/Controllers/HealthController.cs +++ b/samples/SampleServer/Controllers/HealthController.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Mvc; diff --git a/samples/SampleServer/Controllers/HttpController.cs b/samples/SampleServer/Controllers/HttpController.cs index e72ebfcb6..716ece11b 100644 --- a/samples/SampleServer/Controllers/HttpController.cs +++ b/samples/SampleServer/Controllers/HttpController.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/samples/SampleServer/Controllers/WebSocketsController.cs b/samples/SampleServer/Controllers/WebSocketsController.cs index d10f35e3e..868c140ad 100644 --- a/samples/SampleServer/Controllers/WebSocketsController.cs +++ b/samples/SampleServer/Controllers/WebSocketsController.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Net.WebSockets; diff --git a/samples/SampleServer/Program.cs b/samples/SampleServer/Program.cs index b83f9d5ad..99a686700 100644 --- a/samples/SampleServer/Program.cs +++ b/samples/SampleServer/Program.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Kubernetes.Controller/Caching/Endpoints.cs b/src/Kubernetes.Controller/Caching/Endpoints.cs index cec9727bd..7d63c75c2 100644 --- a/src/Kubernetes.Controller/Caching/Endpoints.cs +++ b/src/Kubernetes.Controller/Caching/Endpoints.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s.Models; using System; diff --git a/src/Kubernetes.Controller/Caching/ICache.cs b/src/Kubernetes.Controller/Caching/ICache.cs index 1c65c5c34..465725fd5 100644 --- a/src/Kubernetes.Controller/Caching/ICache.cs +++ b/src/Kubernetes.Controller/Caching/ICache.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s; using k8s.Models; diff --git a/src/Kubernetes.Controller/Caching/IngressCache.cs b/src/Kubernetes.Controller/Caching/IngressCache.cs index 25cad0edc..835610569 100644 --- a/src/Kubernetes.Controller/Caching/IngressCache.cs +++ b/src/Kubernetes.Controller/Caching/IngressCache.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s; using k8s.Models; diff --git a/src/Kubernetes.Controller/Caching/IngressClassData.cs b/src/Kubernetes.Controller/Caching/IngressClassData.cs index c0aa0b379..6389561b7 100644 --- a/src/Kubernetes.Controller/Caching/IngressClassData.cs +++ b/src/Kubernetes.Controller/Caching/IngressClassData.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using k8s.Models; diff --git a/src/Kubernetes.Controller/Caching/IngressData.cs b/src/Kubernetes.Controller/Caching/IngressData.cs index 1930ae90c..73552b1d2 100644 --- a/src/Kubernetes.Controller/Caching/IngressData.cs +++ b/src/Kubernetes.Controller/Caching/IngressData.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s.Models; using System; diff --git a/src/Kubernetes.Controller/Caching/NamespaceCache.cs b/src/Kubernetes.Controller/Caching/NamespaceCache.cs index 30729643e..9a4beb146 100644 --- a/src/Kubernetes.Controller/Caching/NamespaceCache.cs +++ b/src/Kubernetes.Controller/Caching/NamespaceCache.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s; using k8s.Models; diff --git a/src/Kubernetes.Controller/Caching/ServiceData.cs b/src/Kubernetes.Controller/Caching/ServiceData.cs index f1b374b85..df087158c 100644 --- a/src/Kubernetes.Controller/Caching/ServiceData.cs +++ b/src/Kubernetes.Controller/Caching/ServiceData.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s.Models; using System; diff --git a/src/Kubernetes.Controller/Certificates/CertificateHelper.cs b/src/Kubernetes.Controller/Certificates/CertificateHelper.cs index 9e1a1e38c..8ea2bd4d2 100644 --- a/src/Kubernetes.Controller/Certificates/CertificateHelper.cs +++ b/src/Kubernetes.Controller/Certificates/CertificateHelper.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; diff --git a/src/Kubernetes.Controller/Certificates/ICertificateHelper.cs b/src/Kubernetes.Controller/Certificates/ICertificateHelper.cs index 841bff17e..b2c483a5b 100644 --- a/src/Kubernetes.Controller/Certificates/ICertificateHelper.cs +++ b/src/Kubernetes.Controller/Certificates/ICertificateHelper.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Security.Cryptography.X509Certificates; using k8s.Models; diff --git a/src/Kubernetes.Controller/Certificates/IServerCertificateSelector.cs b/src/Kubernetes.Controller/Certificates/IServerCertificateSelector.cs index 29481e019..7dd913bc7 100644 --- a/src/Kubernetes.Controller/Certificates/IServerCertificateSelector.cs +++ b/src/Kubernetes.Controller/Certificates/IServerCertificateSelector.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Security.Cryptography.X509Certificates; using Microsoft.AspNetCore.Connections; diff --git a/src/Kubernetes.Controller/Certificates/ServerCertificateSelector.cs b/src/Kubernetes.Controller/Certificates/ServerCertificateSelector.cs index 1513e5f19..0c2bfdd10 100644 --- a/src/Kubernetes.Controller/Certificates/ServerCertificateSelector.cs +++ b/src/Kubernetes.Controller/Certificates/ServerCertificateSelector.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Security.Cryptography.X509Certificates; using Microsoft.AspNetCore.Connections; diff --git a/src/Kubernetes.Controller/Client/GroupApiVersionKind.cs b/src/Kubernetes.Controller/Client/GroupApiVersionKind.cs index bcc988d24..c6cd911ff 100644 --- a/src/Kubernetes.Controller/Client/GroupApiVersionKind.cs +++ b/src/Kubernetes.Controller/Client/GroupApiVersionKind.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s.Models; using System; diff --git a/src/Kubernetes.Controller/Client/IIngressResourceStatusUpdater.cs b/src/Kubernetes.Controller/Client/IIngressResourceStatusUpdater.cs index c53d56e61..ffca787ab 100644 --- a/src/Kubernetes.Controller/Client/IIngressResourceStatusUpdater.cs +++ b/src/Kubernetes.Controller/Client/IIngressResourceStatusUpdater.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Threading; using System.Threading.Tasks; diff --git a/src/Kubernetes.Controller/Client/IResourceInformer.cs b/src/Kubernetes.Controller/Client/IResourceInformer.cs index 4df011f01..e7041de66 100644 --- a/src/Kubernetes.Controller/Client/IResourceInformer.cs +++ b/src/Kubernetes.Controller/Client/IResourceInformer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s; using k8s.Models; diff --git a/src/Kubernetes.Controller/Client/IResourceInformerRegistration.cs b/src/Kubernetes.Controller/Client/IResourceInformerRegistration.cs index 53fbf4f65..0de03317d 100644 --- a/src/Kubernetes.Controller/Client/IResourceInformerRegistration.cs +++ b/src/Kubernetes.Controller/Client/IResourceInformerRegistration.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading; diff --git a/src/Kubernetes.Controller/Client/KubernetesClientOptions.cs b/src/Kubernetes.Controller/Client/KubernetesClientOptions.cs index 0b115c91c..4251484cc 100644 --- a/src/Kubernetes.Controller/Client/KubernetesClientOptions.cs +++ b/src/Kubernetes.Controller/Client/KubernetesClientOptions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s; diff --git a/src/Kubernetes.Controller/Client/ResourceInformer.cs b/src/Kubernetes.Controller/Client/ResourceInformer.cs index 015d9bd9b..4df4bb8b7 100644 --- a/src/Kubernetes.Controller/Client/ResourceInformer.cs +++ b/src/Kubernetes.Controller/Client/ResourceInformer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s; using k8s.Autorest; diff --git a/src/Kubernetes.Controller/Client/ResourceSelector.cs b/src/Kubernetes.Controller/Client/ResourceSelector.cs index c6ccda642..0611f29d3 100644 --- a/src/Kubernetes.Controller/Client/ResourceSelector.cs +++ b/src/Kubernetes.Controller/Client/ResourceSelector.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s; using k8s.Models; diff --git a/src/Kubernetes.Controller/Client/V1EndpointsResourceInformer.cs b/src/Kubernetes.Controller/Client/V1EndpointsResourceInformer.cs index 431362781..44f3a36f8 100644 --- a/src/Kubernetes.Controller/Client/V1EndpointsResourceInformer.cs +++ b/src/Kubernetes.Controller/Client/V1EndpointsResourceInformer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s; using k8s.Autorest; diff --git a/src/Kubernetes.Controller/Client/V1IngressClassResourceInformer.cs b/src/Kubernetes.Controller/Client/V1IngressClassResourceInformer.cs index 0c0c94bb2..eb30ec526 100644 --- a/src/Kubernetes.Controller/Client/V1IngressClassResourceInformer.cs +++ b/src/Kubernetes.Controller/Client/V1IngressClassResourceInformer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s; using k8s.Autorest; diff --git a/src/Kubernetes.Controller/Client/V1IngressResourceInformer.cs b/src/Kubernetes.Controller/Client/V1IngressResourceInformer.cs index 46ab520c9..15221cd78 100644 --- a/src/Kubernetes.Controller/Client/V1IngressResourceInformer.cs +++ b/src/Kubernetes.Controller/Client/V1IngressResourceInformer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s; using k8s.Autorest; diff --git a/src/Kubernetes.Controller/Client/V1IngressResourceStatusUpdater.cs b/src/Kubernetes.Controller/Client/V1IngressResourceStatusUpdater.cs index 273e0db5b..eb3b92055 100644 --- a/src/Kubernetes.Controller/Client/V1IngressResourceStatusUpdater.cs +++ b/src/Kubernetes.Controller/Client/V1IngressResourceStatusUpdater.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Linq; using k8s; diff --git a/src/Kubernetes.Controller/Client/V1SecretResourceInformer.cs b/src/Kubernetes.Controller/Client/V1SecretResourceInformer.cs index c9cd16904..65995bd7c 100644 --- a/src/Kubernetes.Controller/Client/V1SecretResourceInformer.cs +++ b/src/Kubernetes.Controller/Client/V1SecretResourceInformer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s; using k8s.Autorest; diff --git a/src/Kubernetes.Controller/Client/V1ServiceResourceInformer.cs b/src/Kubernetes.Controller/Client/V1ServiceResourceInformer.cs index 90399802d..ea86e43b8 100644 --- a/src/Kubernetes.Controller/Client/V1ServiceResourceInformer.cs +++ b/src/Kubernetes.Controller/Client/V1ServiceResourceInformer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s; using k8s.Autorest; diff --git a/src/Kubernetes.Controller/ConfigProvider/IUpdateConfig.cs b/src/Kubernetes.Controller/ConfigProvider/IUpdateConfig.cs index f07c72c48..09e32e96b 100644 --- a/src/Kubernetes.Controller/ConfigProvider/IUpdateConfig.cs +++ b/src/Kubernetes.Controller/ConfigProvider/IUpdateConfig.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Threading; diff --git a/src/Kubernetes.Controller/ConfigProvider/KubernetesConfigProvider.cs b/src/Kubernetes.Controller/ConfigProvider/KubernetesConfigProvider.cs index caea9003a..64b92bba8 100644 --- a/src/Kubernetes.Controller/ConfigProvider/KubernetesConfigProvider.cs +++ b/src/Kubernetes.Controller/ConfigProvider/KubernetesConfigProvider.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/Kubernetes.Controller/Converters/ClusterTransfer.cs b/src/Kubernetes.Controller/Converters/ClusterTransfer.cs index a01e533ee..dc7316261 100644 --- a/src/Kubernetes.Controller/Converters/ClusterTransfer.cs +++ b/src/Kubernetes.Controller/Converters/ClusterTransfer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Yarp.ReverseProxy.Configuration; diff --git a/src/Kubernetes.Controller/Converters/YarpConfigContext.cs b/src/Kubernetes.Controller/Converters/YarpConfigContext.cs index 1116675f7..3389967fa 100644 --- a/src/Kubernetes.Controller/Converters/YarpConfigContext.cs +++ b/src/Kubernetes.Controller/Converters/YarpConfigContext.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Linq; diff --git a/src/Kubernetes.Controller/Converters/YarpIngressContext.cs b/src/Kubernetes.Controller/Converters/YarpIngressContext.cs index d5e9240fc..dc3945698 100644 --- a/src/Kubernetes.Controller/Converters/YarpIngressContext.cs +++ b/src/Kubernetes.Controller/Converters/YarpIngressContext.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Yarp.Kubernetes.Controller.Caching; diff --git a/src/Kubernetes.Controller/Converters/YarpIngressOptions.cs b/src/Kubernetes.Controller/Converters/YarpIngressOptions.cs index c5674e6b3..f4481e4f1 100644 --- a/src/Kubernetes.Controller/Converters/YarpIngressOptions.cs +++ b/src/Kubernetes.Controller/Converters/YarpIngressOptions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/Kubernetes.Controller/Hosting/BackgroundHostedService.cs b/src/Kubernetes.Controller/Hosting/BackgroundHostedService.cs index ce63c9703..8a5336593 100644 --- a/src/Kubernetes.Controller/Hosting/BackgroundHostedService.cs +++ b/src/Kubernetes.Controller/Hosting/BackgroundHostedService.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; diff --git a/src/Kubernetes.Controller/Hosting/HostedServiceAdapter.cs b/src/Kubernetes.Controller/Hosting/HostedServiceAdapter.cs index 2e4c263fd..102053886 100644 --- a/src/Kubernetes.Controller/Hosting/HostedServiceAdapter.cs +++ b/src/Kubernetes.Controller/Hosting/HostedServiceAdapter.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.Extensions.Hosting; using System.Threading; diff --git a/src/Kubernetes.Controller/Hosting/ServiceCollectionHostedServiceAdapterExtensions.cs b/src/Kubernetes.Controller/Hosting/ServiceCollectionHostedServiceAdapterExtensions.cs index 73d6cf77d..21e903ec9 100644 --- a/src/Kubernetes.Controller/Hosting/ServiceCollectionHostedServiceAdapterExtensions.cs +++ b/src/Kubernetes.Controller/Hosting/ServiceCollectionHostedServiceAdapterExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.Extensions.Hosting; using System.Linq; diff --git a/src/Kubernetes.Controller/Management/KubernetesCoreExtensions.cs b/src/Kubernetes.Controller/Management/KubernetesCoreExtensions.cs index 862e77d75..2b74621a2 100644 --- a/src/Kubernetes.Controller/Management/KubernetesCoreExtensions.cs +++ b/src/Kubernetes.Controller/Management/KubernetesCoreExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s; using Microsoft.Extensions.Options; diff --git a/src/Kubernetes.Controller/Management/KubernetesReverseProxyServiceCollectionExtensions.cs b/src/Kubernetes.Controller/Management/KubernetesReverseProxyServiceCollectionExtensions.cs index 530973f61..3fd880d62 100644 --- a/src/Kubernetes.Controller/Management/KubernetesReverseProxyServiceCollectionExtensions.cs +++ b/src/Kubernetes.Controller/Management/KubernetesReverseProxyServiceCollectionExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics.CodeAnalysis; diff --git a/src/Kubernetes.Controller/Management/KubernetesReverseProxyWebHostBuilderExtensions.cs b/src/Kubernetes.Controller/Management/KubernetesReverseProxyWebHostBuilderExtensions.cs index 24a0f5694..fedbf4fd2 100644 --- a/src/Kubernetes.Controller/Management/KubernetesReverseProxyWebHostBuilderExtensions.cs +++ b/src/Kubernetes.Controller/Management/KubernetesReverseProxyWebHostBuilderExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Kubernetes.Controller/NamespacedName.cs b/src/Kubernetes.Controller/NamespacedName.cs index dc7de3f06..e046e9f8b 100644 --- a/src/Kubernetes.Controller/NamespacedName.cs +++ b/src/Kubernetes.Controller/NamespacedName.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s; using k8s.Models; diff --git a/src/Kubernetes.Controller/Protocol/DispatchActionResult.cs b/src/Kubernetes.Controller/Protocol/DispatchActionResult.cs index 5cb8687d1..76a5893ef 100644 --- a/src/Kubernetes.Controller/Protocol/DispatchActionResult.cs +++ b/src/Kubernetes.Controller/Protocol/DispatchActionResult.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Text; diff --git a/src/Kubernetes.Controller/Protocol/DispatchController.cs b/src/Kubernetes.Controller/Protocol/DispatchController.cs index 55ad6ebf5..9b956536a 100644 --- a/src/Kubernetes.Controller/Protocol/DispatchController.cs +++ b/src/Kubernetes.Controller/Protocol/DispatchController.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; diff --git a/src/Kubernetes.Controller/Protocol/Dispatcher.cs b/src/Kubernetes.Controller/Protocol/Dispatcher.cs index 781216165..fcabeb55d 100644 --- a/src/Kubernetes.Controller/Protocol/Dispatcher.cs +++ b/src/Kubernetes.Controller/Protocol/Dispatcher.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.Extensions.Logging; using System.Collections.Immutable; diff --git a/src/Kubernetes.Controller/Protocol/IDispatchTarget.cs b/src/Kubernetes.Controller/Protocol/IDispatchTarget.cs index d1602bad7..560a14745 100644 --- a/src/Kubernetes.Controller/Protocol/IDispatchTarget.cs +++ b/src/Kubernetes.Controller/Protocol/IDispatchTarget.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Threading; using System.Threading.Tasks; diff --git a/src/Kubernetes.Controller/Protocol/IDispatcher.cs b/src/Kubernetes.Controller/Protocol/IDispatcher.cs index a3f91c19d..52b267d33 100644 --- a/src/Kubernetes.Controller/Protocol/IDispatcher.cs +++ b/src/Kubernetes.Controller/Protocol/IDispatcher.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Threading; using System.Threading.Tasks; diff --git a/src/Kubernetes.Controller/Protocol/Message.cs b/src/Kubernetes.Controller/Protocol/Message.cs index 83c1d7a88..4bdaddd91 100644 --- a/src/Kubernetes.Controller/Protocol/Message.cs +++ b/src/Kubernetes.Controller/Protocol/Message.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Text.Json.Serialization; diff --git a/src/Kubernetes.Controller/Protocol/MessageConfigProviderExtensions.cs b/src/Kubernetes.Controller/Protocol/MessageConfigProviderExtensions.cs index a110c21cd..afed0444d 100644 --- a/src/Kubernetes.Controller/Protocol/MessageConfigProviderExtensions.cs +++ b/src/Kubernetes.Controller/Protocol/MessageConfigProviderExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Microsoft.Extensions.DependencyInjection; diff --git a/src/Kubernetes.Controller/Protocol/Receiver.cs b/src/Kubernetes.Controller/Protocol/Receiver.cs index 9daaa8229..ee74bc9b0 100644 --- a/src/Kubernetes.Controller/Protocol/Receiver.cs +++ b/src/Kubernetes.Controller/Protocol/Receiver.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/src/Kubernetes.Controller/Protocol/ReceiverOptions.cs b/src/Kubernetes.Controller/Protocol/ReceiverOptions.cs index 2c501a9e9..2e08c143f 100644 --- a/src/Kubernetes.Controller/Protocol/ReceiverOptions.cs +++ b/src/Kubernetes.Controller/Protocol/ReceiverOptions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Net.Http; diff --git a/src/Kubernetes.Controller/Queues/IWorkQueue.cs b/src/Kubernetes.Controller/Queues/IWorkQueue.cs index 0bd45ebf5..0566754d7 100644 --- a/src/Kubernetes.Controller/Queues/IWorkQueue.cs +++ b/src/Kubernetes.Controller/Queues/IWorkQueue.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading; diff --git a/src/Kubernetes.Controller/Queues/ProcessingRateLimitedQueue.cs b/src/Kubernetes.Controller/Queues/ProcessingRateLimitedQueue.cs index d1062f357..53e69fee1 100644 --- a/src/Kubernetes.Controller/Queues/ProcessingRateLimitedQueue.cs +++ b/src/Kubernetes.Controller/Queues/ProcessingRateLimitedQueue.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Threading; using System.Threading.Tasks; diff --git a/src/Kubernetes.Controller/Queues/WorkQueue.cs b/src/Kubernetes.Controller/Queues/WorkQueue.cs index 4cf33d291..6c0d52e79 100644 --- a/src/Kubernetes.Controller/Queues/WorkQueue.cs +++ b/src/Kubernetes.Controller/Queues/WorkQueue.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/Kubernetes.Controller/Rate/Limit.cs b/src/Kubernetes.Controller/Rate/Limit.cs index 6986aa9ce..7c831ff3f 100644 --- a/src/Kubernetes.Controller/Rate/Limit.cs +++ b/src/Kubernetes.Controller/Rate/Limit.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics.CodeAnalysis; diff --git a/src/Kubernetes.Controller/Rate/Limiter.cs b/src/Kubernetes.Controller/Rate/Limiter.cs index 373e8d171..0eeabb0b3 100644 --- a/src/Kubernetes.Controller/Rate/Limiter.cs +++ b/src/Kubernetes.Controller/Rate/Limiter.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.Extensions.Internal; using System; diff --git a/src/Kubernetes.Controller/Rate/Reservation.cs b/src/Kubernetes.Controller/Rate/Reservation.cs index 99540d1ef..c9e5711a3 100644 --- a/src/Kubernetes.Controller/Rate/Reservation.cs +++ b/src/Kubernetes.Controller/Rate/Reservation.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.Extensions.Internal; using System; diff --git a/src/Kubernetes.Controller/Services/IReconciler.cs b/src/Kubernetes.Controller/Services/IReconciler.cs index 64dd77c0b..b8f49fde4 100644 --- a/src/Kubernetes.Controller/Services/IReconciler.cs +++ b/src/Kubernetes.Controller/Services/IReconciler.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Threading; using System.Threading.Tasks; diff --git a/src/Kubernetes.Controller/Services/IngressController.cs b/src/Kubernetes.Controller/Services/IngressController.cs index eec45a76c..b3e11ac9e 100644 --- a/src/Kubernetes.Controller/Services/IngressController.cs +++ b/src/Kubernetes.Controller/Services/IngressController.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/Kubernetes.Controller/Services/QueueItem.cs b/src/Kubernetes.Controller/Services/QueueItem.cs index bba6a8a4d..1325d3c09 100644 --- a/src/Kubernetes.Controller/Services/QueueItem.cs +++ b/src/Kubernetes.Controller/Services/QueueItem.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/src/Kubernetes.Controller/Services/ReconcileData.cs b/src/Kubernetes.Controller/Services/ReconcileData.cs index ab2c5188d..c90058a74 100644 --- a/src/Kubernetes.Controller/Services/ReconcileData.cs +++ b/src/Kubernetes.Controller/Services/ReconcileData.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Yarp.Kubernetes.Controller.Caching; diff --git a/src/Kubernetes.Controller/Services/Reconciler.cs b/src/Kubernetes.Controller/Services/Reconciler.cs index 3e8cf0d0d..cc7f9ecc8 100644 --- a/src/Kubernetes.Controller/Services/Reconciler.cs +++ b/src/Kubernetes.Controller/Services/Reconciler.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Linq; diff --git a/src/Kubernetes.Controller/YarpOptions.cs b/src/Kubernetes.Controller/YarpOptions.cs index f160eefd3..81db6087e 100644 --- a/src/Kubernetes.Controller/YarpOptions.cs +++ b/src/Kubernetes.Controller/YarpOptions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.Kubernetes.Controller; diff --git a/src/ReverseProxy/Configuration/ActiveHealthCheckConfig.cs b/src/ReverseProxy/Configuration/ActiveHealthCheckConfig.cs index b2fde55c4..9a93675db 100644 --- a/src/ReverseProxy/Configuration/ActiveHealthCheckConfig.cs +++ b/src/ReverseProxy/Configuration/ActiveHealthCheckConfig.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/src/ReverseProxy/Configuration/AuthorizationConstants.cs b/src/ReverseProxy/Configuration/AuthorizationConstants.cs index e29735e16..dbf098d48 100644 --- a/src/ReverseProxy/Configuration/AuthorizationConstants.cs +++ b/src/ReverseProxy/Configuration/AuthorizationConstants.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.ReverseProxy.Configuration; diff --git a/src/ReverseProxy/Configuration/ClusterConfig.cs b/src/ReverseProxy/Configuration/ClusterConfig.cs index 22e714777..263780378 100644 --- a/src/ReverseProxy/Configuration/ClusterConfig.cs +++ b/src/ReverseProxy/Configuration/ClusterConfig.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Configuration/ConfigProvider/ConfigurationConfigProvider.cs b/src/ReverseProxy/Configuration/ConfigProvider/ConfigurationConfigProvider.cs index c6035cd96..e9a49c928 100644 --- a/src/ReverseProxy/Configuration/ConfigProvider/ConfigurationConfigProvider.cs +++ b/src/ReverseProxy/Configuration/ConfigProvider/ConfigurationConfigProvider.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Configuration/ConfigProvider/ConfigurationReadingExtensions.cs b/src/ReverseProxy/Configuration/ConfigProvider/ConfigurationReadingExtensions.cs index 32b2f9a7a..ec65948a5 100644 --- a/src/ReverseProxy/Configuration/ConfigProvider/ConfigurationReadingExtensions.cs +++ b/src/ReverseProxy/Configuration/ConfigProvider/ConfigurationReadingExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Configuration/ConfigProvider/ConfigurationSnapshot.cs b/src/ReverseProxy/Configuration/ConfigProvider/ConfigurationSnapshot.cs index 19e920f86..d60a279c2 100644 --- a/src/ReverseProxy/Configuration/ConfigProvider/ConfigurationSnapshot.cs +++ b/src/ReverseProxy/Configuration/ConfigProvider/ConfigurationSnapshot.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Microsoft.Extensions.Primitives; diff --git a/src/ReverseProxy/Configuration/ConfigValidator.cs b/src/ReverseProxy/Configuration/ConfigValidator.cs index 4cf0ca6b6..8df4334d2 100644 --- a/src/ReverseProxy/Configuration/ConfigValidator.cs +++ b/src/ReverseProxy/Configuration/ConfigValidator.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Configuration/CorsConstants.cs b/src/ReverseProxy/Configuration/CorsConstants.cs index 8fccfe5db..5a78ac02e 100644 --- a/src/ReverseProxy/Configuration/CorsConstants.cs +++ b/src/ReverseProxy/Configuration/CorsConstants.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.ReverseProxy.Configuration; diff --git a/src/ReverseProxy/Configuration/DestinationConfig.cs b/src/ReverseProxy/Configuration/DestinationConfig.cs index 295170ef6..4c4a9ed25 100644 --- a/src/ReverseProxy/Configuration/DestinationConfig.cs +++ b/src/ReverseProxy/Configuration/DestinationConfig.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Configuration/HeaderMatchMode.cs b/src/ReverseProxy/Configuration/HeaderMatchMode.cs index 69b0a127f..19b3f1a8b 100644 --- a/src/ReverseProxy/Configuration/HeaderMatchMode.cs +++ b/src/ReverseProxy/Configuration/HeaderMatchMode.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.ReverseProxy.Configuration; diff --git a/src/ReverseProxy/Configuration/HealthCheckConfig.cs b/src/ReverseProxy/Configuration/HealthCheckConfig.cs index 814891810..471ea20fa 100644 --- a/src/ReverseProxy/Configuration/HealthCheckConfig.cs +++ b/src/ReverseProxy/Configuration/HealthCheckConfig.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/src/ReverseProxy/Configuration/HttpClientConfig.cs b/src/ReverseProxy/Configuration/HttpClientConfig.cs index fef3c082b..4dfa71d02 100644 --- a/src/ReverseProxy/Configuration/HttpClientConfig.cs +++ b/src/ReverseProxy/Configuration/HttpClientConfig.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Net.Http; diff --git a/src/ReverseProxy/Configuration/IConfigChangeListener.cs b/src/ReverseProxy/Configuration/IConfigChangeListener.cs index 2ec544db5..692d9324e 100644 --- a/src/ReverseProxy/Configuration/IConfigChangeListener.cs +++ b/src/ReverseProxy/Configuration/IConfigChangeListener.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Configuration/IConfigValidator.cs b/src/ReverseProxy/Configuration/IConfigValidator.cs index 347e11cd6..30a0634e1 100644 --- a/src/ReverseProxy/Configuration/IConfigValidator.cs +++ b/src/ReverseProxy/Configuration/IConfigValidator.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Configuration/IProxyConfig.cs b/src/ReverseProxy/Configuration/IProxyConfig.cs index dcf2c47d9..2b0ea7106 100644 --- a/src/ReverseProxy/Configuration/IProxyConfig.cs +++ b/src/ReverseProxy/Configuration/IProxyConfig.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Configuration/IProxyConfigFilter.cs b/src/ReverseProxy/Configuration/IProxyConfigFilter.cs index f84a92b6e..44bb3ae1a 100644 --- a/src/ReverseProxy/Configuration/IProxyConfigFilter.cs +++ b/src/ReverseProxy/Configuration/IProxyConfigFilter.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Threading; using System.Threading.Tasks; diff --git a/src/ReverseProxy/Configuration/IProxyConfigProvider.cs b/src/ReverseProxy/Configuration/IProxyConfigProvider.cs index 1fd0f36cf..3cd38ccf8 100644 --- a/src/ReverseProxy/Configuration/IProxyConfigProvider.cs +++ b/src/ReverseProxy/Configuration/IProxyConfigProvider.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.ReverseProxy.Configuration; diff --git a/src/ReverseProxy/Configuration/IYarpOutputCachePolicyProvider.cs b/src/ReverseProxy/Configuration/IYarpOutputCachePolicyProvider.cs index 3bde5fbe3..40bf078b7 100644 --- a/src/ReverseProxy/Configuration/IYarpOutputCachePolicyProvider.cs +++ b/src/ReverseProxy/Configuration/IYarpOutputCachePolicyProvider.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. #if NET7_0_OR_GREATER using System; diff --git a/src/ReverseProxy/Configuration/IYarpRateLimiterPolicyProvider.cs b/src/ReverseProxy/Configuration/IYarpRateLimiterPolicyProvider.cs index 1a6d6702f..92a0d6fb8 100644 --- a/src/ReverseProxy/Configuration/IYarpRateLimiterPolicyProvider.cs +++ b/src/ReverseProxy/Configuration/IYarpRateLimiterPolicyProvider.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. #if NET7_0_OR_GREATER using System; diff --git a/src/ReverseProxy/Configuration/InMemoryConfigProvider.cs b/src/ReverseProxy/Configuration/InMemoryConfigProvider.cs index 42e9c7447..163d5cdab 100644 --- a/src/ReverseProxy/Configuration/InMemoryConfigProvider.cs +++ b/src/ReverseProxy/Configuration/InMemoryConfigProvider.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Configuration/InMemoryConfigProviderExtensions.cs b/src/ReverseProxy/Configuration/InMemoryConfigProviderExtensions.cs index 3ab324e2c..b2f5626d1 100644 --- a/src/ReverseProxy/Configuration/InMemoryConfigProviderExtensions.cs +++ b/src/ReverseProxy/Configuration/InMemoryConfigProviderExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Yarp.ReverseProxy.Configuration; diff --git a/src/ReverseProxy/Configuration/PassiveHealthCheckConfig.cs b/src/ReverseProxy/Configuration/PassiveHealthCheckConfig.cs index 25ba4ae64..f3af3bfb2 100644 --- a/src/ReverseProxy/Configuration/PassiveHealthCheckConfig.cs +++ b/src/ReverseProxy/Configuration/PassiveHealthCheckConfig.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/src/ReverseProxy/Configuration/QueryParameterMatchMode.cs b/src/ReverseProxy/Configuration/QueryParameterMatchMode.cs index fb7c0597a..99f1c184e 100644 --- a/src/ReverseProxy/Configuration/QueryParameterMatchMode.cs +++ b/src/ReverseProxy/Configuration/QueryParameterMatchMode.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.ReverseProxy.Configuration; diff --git a/src/ReverseProxy/Configuration/RateLimitingConstants.cs b/src/ReverseProxy/Configuration/RateLimitingConstants.cs index 49a5cd1d2..071ad3fcd 100644 --- a/src/ReverseProxy/Configuration/RateLimitingConstants.cs +++ b/src/ReverseProxy/Configuration/RateLimitingConstants.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.ReverseProxy.Configuration; diff --git a/src/ReverseProxy/Configuration/RouteConfig.cs b/src/ReverseProxy/Configuration/RouteConfig.cs index dd9cfb6d4..68ff25143 100644 --- a/src/ReverseProxy/Configuration/RouteConfig.cs +++ b/src/ReverseProxy/Configuration/RouteConfig.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Configuration/RouteHeader.cs b/src/ReverseProxy/Configuration/RouteHeader.cs index 6d87a9f75..a92b21da8 100644 --- a/src/ReverseProxy/Configuration/RouteHeader.cs +++ b/src/ReverseProxy/Configuration/RouteHeader.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Configuration/RouteMatch.cs b/src/ReverseProxy/Configuration/RouteMatch.cs index aab20a346..3c9374ae3 100644 --- a/src/ReverseProxy/Configuration/RouteMatch.cs +++ b/src/ReverseProxy/Configuration/RouteMatch.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Configuration/RouteQueryParameter.cs b/src/ReverseProxy/Configuration/RouteQueryParameter.cs index a2b67ca0d..3a987f447 100644 --- a/src/ReverseProxy/Configuration/RouteQueryParameter.cs +++ b/src/ReverseProxy/Configuration/RouteQueryParameter.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Configuration/SessionAffinityConfig.cs b/src/ReverseProxy/Configuration/SessionAffinityConfig.cs index e8de2a985..35b2612da 100644 --- a/src/ReverseProxy/Configuration/SessionAffinityConfig.cs +++ b/src/ReverseProxy/Configuration/SessionAffinityConfig.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/src/ReverseProxy/Configuration/SessionAffinityCookieConfig.cs b/src/ReverseProxy/Configuration/SessionAffinityCookieConfig.cs index 9127f1535..a847059db 100644 --- a/src/ReverseProxy/Configuration/SessionAffinityCookieConfig.cs +++ b/src/ReverseProxy/Configuration/SessionAffinityCookieConfig.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Microsoft.AspNetCore.Http; diff --git a/src/ReverseProxy/Configuration/TimeoutPolicyConstants.cs b/src/ReverseProxy/Configuration/TimeoutPolicyConstants.cs index 71f0fd38d..021f7daf3 100644 --- a/src/ReverseProxy/Configuration/TimeoutPolicyConstants.cs +++ b/src/ReverseProxy/Configuration/TimeoutPolicyConstants.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.ReverseProxy.Configuration; diff --git a/src/ReverseProxy/Configuration/WebProxyConfig.cs b/src/ReverseProxy/Configuration/WebProxyConfig.cs index a55013f74..e24de93d1 100644 --- a/src/ReverseProxy/Configuration/WebProxyConfig.cs +++ b/src/ReverseProxy/Configuration/WebProxyConfig.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/src/ReverseProxy/Delegation/AppBuilderDelegationExtensions.cs b/src/ReverseProxy/Delegation/AppBuilderDelegationExtensions.cs index 9c827ebf8..1fbc807eb 100644 --- a/src/ReverseProxy/Delegation/AppBuilderDelegationExtensions.cs +++ b/src/ReverseProxy/Delegation/AppBuilderDelegationExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Microsoft.AspNetCore.Hosting.Server; diff --git a/src/ReverseProxy/Delegation/DelegationExtensions.cs b/src/ReverseProxy/Delegation/DelegationExtensions.cs index 3fad621f8..b6f583c43 100644 --- a/src/ReverseProxy/Delegation/DelegationExtensions.cs +++ b/src/ReverseProxy/Delegation/DelegationExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Yarp.ReverseProxy.Model; diff --git a/src/ReverseProxy/Delegation/DummyHttpSysDelegator.cs b/src/ReverseProxy/Delegation/DummyHttpSysDelegator.cs index 909eb8c7b..29fe77207 100644 --- a/src/ReverseProxy/Delegation/DummyHttpSysDelegator.cs +++ b/src/ReverseProxy/Delegation/DummyHttpSysDelegator.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.ReverseProxy.Delegation; diff --git a/src/ReverseProxy/Delegation/HttpSysDelegator.cs b/src/ReverseProxy/Delegation/HttpSysDelegator.cs index 8103d14d1..908a74bb5 100644 --- a/src/ReverseProxy/Delegation/HttpSysDelegator.cs +++ b/src/ReverseProxy/Delegation/HttpSysDelegator.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Concurrent; diff --git a/src/ReverseProxy/Delegation/HttpSysDelegatorMiddleware.cs b/src/ReverseProxy/Delegation/HttpSysDelegatorMiddleware.cs index f783d9c69..c82e0c62a 100644 --- a/src/ReverseProxy/Delegation/HttpSysDelegatorMiddleware.cs +++ b/src/ReverseProxy/Delegation/HttpSysDelegatorMiddleware.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Linq; diff --git a/src/ReverseProxy/Forwarder/CallbackHttpClientFactory.cs b/src/ReverseProxy/Forwarder/CallbackHttpClientFactory.cs index dc6f4aa45..574d859e4 100644 --- a/src/ReverseProxy/Forwarder/CallbackHttpClientFactory.cs +++ b/src/ReverseProxy/Forwarder/CallbackHttpClientFactory.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Net.Http; diff --git a/src/ReverseProxy/Forwarder/DirectForwardingHttpClientProvider.cs b/src/ReverseProxy/Forwarder/DirectForwardingHttpClientProvider.cs index 7e35e1fb5..e986c13e5 100644 --- a/src/ReverseProxy/Forwarder/DirectForwardingHttpClientProvider.cs +++ b/src/ReverseProxy/Forwarder/DirectForwardingHttpClientProvider.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Net.Http; using Yarp.ReverseProxy.Configuration; diff --git a/src/ReverseProxy/Forwarder/EmptyHttpContent.cs b/src/ReverseProxy/Forwarder/EmptyHttpContent.cs index 91046dd9f..8949a1134 100644 --- a/src/ReverseProxy/Forwarder/EmptyHttpContent.cs +++ b/src/ReverseProxy/Forwarder/EmptyHttpContent.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.IO; using System.Net; diff --git a/src/ReverseProxy/Forwarder/ForwarderError.cs b/src/ReverseProxy/Forwarder/ForwarderError.cs index 895aa5ec5..208b62ee5 100644 --- a/src/ReverseProxy/Forwarder/ForwarderError.cs +++ b/src/ReverseProxy/Forwarder/ForwarderError.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.ReverseProxy.Forwarder; diff --git a/src/ReverseProxy/Forwarder/ForwarderErrorFeature.cs b/src/ReverseProxy/Forwarder/ForwarderErrorFeature.cs index 9911baddd..380a57b96 100644 --- a/src/ReverseProxy/Forwarder/ForwarderErrorFeature.cs +++ b/src/ReverseProxy/Forwarder/ForwarderErrorFeature.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/src/ReverseProxy/Forwarder/ForwarderHttpClientContext.cs b/src/ReverseProxy/Forwarder/ForwarderHttpClientContext.cs index b33e2d415..998f31d58 100644 --- a/src/ReverseProxy/Forwarder/ForwarderHttpClientContext.cs +++ b/src/ReverseProxy/Forwarder/ForwarderHttpClientContext.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Net.Http; diff --git a/src/ReverseProxy/Forwarder/ForwarderHttpClientFactory.cs b/src/ReverseProxy/Forwarder/ForwarderHttpClientFactory.cs index 2240d5bde..ef330c10f 100644 --- a/src/ReverseProxy/Forwarder/ForwarderHttpClientFactory.cs +++ b/src/ReverseProxy/Forwarder/ForwarderHttpClientFactory.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/src/ReverseProxy/Forwarder/ForwarderMiddleware.cs b/src/ReverseProxy/Forwarder/ForwarderMiddleware.cs index 8073b9921..af90eb65c 100644 --- a/src/ReverseProxy/Forwarder/ForwarderMiddleware.cs +++ b/src/ReverseProxy/Forwarder/ForwarderMiddleware.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/src/ReverseProxy/Forwarder/ForwarderRequestConfig.cs b/src/ReverseProxy/Forwarder/ForwarderRequestConfig.cs index e8b0dea18..2a45550d8 100644 --- a/src/ReverseProxy/Forwarder/ForwarderRequestConfig.cs +++ b/src/ReverseProxy/Forwarder/ForwarderRequestConfig.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Net.Http; diff --git a/src/ReverseProxy/Forwarder/ForwarderStage.cs b/src/ReverseProxy/Forwarder/ForwarderStage.cs index 3ef276628..9d1de30c3 100644 --- a/src/ReverseProxy/Forwarder/ForwarderStage.cs +++ b/src/ReverseProxy/Forwarder/ForwarderStage.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.ReverseProxy.Forwarder; diff --git a/src/ReverseProxy/Forwarder/ForwarderTelemetry.cs b/src/ReverseProxy/Forwarder/ForwarderTelemetry.cs index 5a93738c1..a9293e6aa 100644 --- a/src/ReverseProxy/Forwarder/ForwarderTelemetry.cs +++ b/src/ReverseProxy/Forwarder/ForwarderTelemetry.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/src/ReverseProxy/Forwarder/HttpForwarder.cs b/src/ReverseProxy/Forwarder/HttpForwarder.cs index 597e47d5b..594b4e9a0 100644 --- a/src/ReverseProxy/Forwarder/HttpForwarder.cs +++ b/src/ReverseProxy/Forwarder/HttpForwarder.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Forwarder/HttpTransformer.cs b/src/ReverseProxy/Forwarder/HttpTransformer.cs index c8d7c36ab..24dd706b5 100644 --- a/src/ReverseProxy/Forwarder/HttpTransformer.cs +++ b/src/ReverseProxy/Forwarder/HttpTransformer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/src/ReverseProxy/Forwarder/IForwarderErrorFeature.cs b/src/ReverseProxy/Forwarder/IForwarderErrorFeature.cs index 443d642b2..7d00950c6 100644 --- a/src/ReverseProxy/Forwarder/IForwarderErrorFeature.cs +++ b/src/ReverseProxy/Forwarder/IForwarderErrorFeature.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/src/ReverseProxy/Forwarder/IForwarderHttpClientFactory.cs b/src/ReverseProxy/Forwarder/IForwarderHttpClientFactory.cs index 4a74f7a78..8324ece89 100644 --- a/src/ReverseProxy/Forwarder/IForwarderHttpClientFactory.cs +++ b/src/ReverseProxy/Forwarder/IForwarderHttpClientFactory.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Net.Http; diff --git a/src/ReverseProxy/Forwarder/IHttpForwarder.cs b/src/ReverseProxy/Forwarder/IHttpForwarder.cs index 8372625df..6f7632c48 100644 --- a/src/ReverseProxy/Forwarder/IHttpForwarder.cs +++ b/src/ReverseProxy/Forwarder/IHttpForwarder.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Net.Http; using System.Threading; diff --git a/src/ReverseProxy/Forwarder/IHttpForwarderExtensions.cs b/src/ReverseProxy/Forwarder/IHttpForwarderExtensions.cs index 4621b96f0..de43ca21e 100644 --- a/src/ReverseProxy/Forwarder/IHttpForwarderExtensions.cs +++ b/src/ReverseProxy/Forwarder/IHttpForwarderExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Net.Http; diff --git a/src/ReverseProxy/Forwarder/ProtocolHelper.cs b/src/ReverseProxy/Forwarder/ProtocolHelper.cs index 467b9145b..4d172290c 100644 --- a/src/ReverseProxy/Forwarder/ProtocolHelper.cs +++ b/src/ReverseProxy/Forwarder/ProtocolHelper.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/src/ReverseProxy/Forwarder/RequestTransformer.cs b/src/ReverseProxy/Forwarder/RequestTransformer.cs index d780a75ee..b23d7bd79 100644 --- a/src/ReverseProxy/Forwarder/RequestTransformer.cs +++ b/src/ReverseProxy/Forwarder/RequestTransformer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Net.Http; diff --git a/src/ReverseProxy/Forwarder/RequestUtilities.cs b/src/ReverseProxy/Forwarder/RequestUtilities.cs index 7b10afa42..7e0a4f459 100644 --- a/src/ReverseProxy/Forwarder/RequestUtilities.cs +++ b/src/ReverseProxy/Forwarder/RequestUtilities.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Buffers; diff --git a/src/ReverseProxy/Forwarder/ReverseProxyPropagator.cs b/src/ReverseProxy/Forwarder/ReverseProxyPropagator.cs index d62de0621..b6b665512 100644 --- a/src/ReverseProxy/Forwarder/ReverseProxyPropagator.cs +++ b/src/ReverseProxy/Forwarder/ReverseProxyPropagator.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Forwarder/StreamCopier.cs b/src/ReverseProxy/Forwarder/StreamCopier.cs index 5b1b0e1ea..17970d62f 100644 --- a/src/ReverseProxy/Forwarder/StreamCopier.cs +++ b/src/ReverseProxy/Forwarder/StreamCopier.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Buffers; diff --git a/src/ReverseProxy/Forwarder/StreamCopyHttpContent.cs b/src/ReverseProxy/Forwarder/StreamCopyHttpContent.cs index ba654efed..2de271296 100644 --- a/src/ReverseProxy/Forwarder/StreamCopyHttpContent.cs +++ b/src/ReverseProxy/Forwarder/StreamCopyHttpContent.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/src/ReverseProxy/Forwarder/StreamCopyResult.cs b/src/ReverseProxy/Forwarder/StreamCopyResult.cs index 7e1fcaf5d..208b8879d 100644 --- a/src/ReverseProxy/Forwarder/StreamCopyResult.cs +++ b/src/ReverseProxy/Forwarder/StreamCopyResult.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.ReverseProxy.Forwarder; diff --git a/src/ReverseProxy/Health/ActiveHealthCheckMonitor.Log.cs b/src/ReverseProxy/Health/ActiveHealthCheckMonitor.Log.cs index c4055a8db..e1478350b 100644 --- a/src/ReverseProxy/Health/ActiveHealthCheckMonitor.Log.cs +++ b/src/ReverseProxy/Health/ActiveHealthCheckMonitor.Log.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Microsoft.Extensions.Logging; diff --git a/src/ReverseProxy/Health/ActiveHealthCheckMonitor.cs b/src/ReverseProxy/Health/ActiveHealthCheckMonitor.cs index cd4f2e23c..e4b817dee 100644 --- a/src/ReverseProxy/Health/ActiveHealthCheckMonitor.cs +++ b/src/ReverseProxy/Health/ActiveHealthCheckMonitor.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Frozen; diff --git a/src/ReverseProxy/Health/ActiveHealthCheckMonitorOptions.cs b/src/ReverseProxy/Health/ActiveHealthCheckMonitorOptions.cs index 3381a86f4..980a30d7f 100644 --- a/src/ReverseProxy/Health/ActiveHealthCheckMonitorOptions.cs +++ b/src/ReverseProxy/Health/ActiveHealthCheckMonitorOptions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/src/ReverseProxy/Health/AppBuilderHealthExtensions.cs b/src/ReverseProxy/Health/AppBuilderHealthExtensions.cs index 34ad147f8..ef90c81c3 100644 --- a/src/ReverseProxy/Health/AppBuilderHealthExtensions.cs +++ b/src/ReverseProxy/Health/AppBuilderHealthExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Yarp.ReverseProxy.Health; diff --git a/src/ReverseProxy/Health/ClusterDestinationsUpdater.cs b/src/ReverseProxy/Health/ClusterDestinationsUpdater.cs index 90ccdd322..aa31b8e3b 100644 --- a/src/ReverseProxy/Health/ClusterDestinationsUpdater.cs +++ b/src/ReverseProxy/Health/ClusterDestinationsUpdater.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Frozen; diff --git a/src/ReverseProxy/Health/ConsecutiveFailuresHealthPolicy.cs b/src/ReverseProxy/Health/ConsecutiveFailuresHealthPolicy.cs index 719c0023e..da8258e63 100644 --- a/src/ReverseProxy/Health/ConsecutiveFailuresHealthPolicy.cs +++ b/src/ReverseProxy/Health/ConsecutiveFailuresHealthPolicy.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Health/ConsecutiveFailuresHealthPolicyOptions.cs b/src/ReverseProxy/Health/ConsecutiveFailuresHealthPolicyOptions.cs index fe92a504f..384206cfa 100644 --- a/src/ReverseProxy/Health/ConsecutiveFailuresHealthPolicyOptions.cs +++ b/src/ReverseProxy/Health/ConsecutiveFailuresHealthPolicyOptions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.ReverseProxy.Health; diff --git a/src/ReverseProxy/Health/DefaultProbingRequestFactory.cs b/src/ReverseProxy/Health/DefaultProbingRequestFactory.cs index f0269f11d..afb62a06a 100644 --- a/src/ReverseProxy/Health/DefaultProbingRequestFactory.cs +++ b/src/ReverseProxy/Health/DefaultProbingRequestFactory.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Net; using System.Net.Http; diff --git a/src/ReverseProxy/Health/DestinationHealthUpdater.cs b/src/ReverseProxy/Health/DestinationHealthUpdater.cs index 9cc1f0021..96489fa90 100644 --- a/src/ReverseProxy/Health/DestinationHealthUpdater.cs +++ b/src/ReverseProxy/Health/DestinationHealthUpdater.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Health/DestinationProbingResult.cs b/src/ReverseProxy/Health/DestinationProbingResult.cs index 47ac0aada..3c0a77b30 100644 --- a/src/ReverseProxy/Health/DestinationProbingResult.cs +++ b/src/ReverseProxy/Health/DestinationProbingResult.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Net.Http; diff --git a/src/ReverseProxy/Health/EntityActionScheduler.cs b/src/ReverseProxy/Health/EntityActionScheduler.cs index 63c7d02ad..992ff3297 100644 --- a/src/ReverseProxy/Health/EntityActionScheduler.cs +++ b/src/ReverseProxy/Health/EntityActionScheduler.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Concurrent; diff --git a/src/ReverseProxy/Health/HealthCheckConstants.cs b/src/ReverseProxy/Health/HealthCheckConstants.cs index 30aeb6351..27de66835 100644 --- a/src/ReverseProxy/Health/HealthCheckConstants.cs +++ b/src/ReverseProxy/Health/HealthCheckConstants.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.ReverseProxy.Health; diff --git a/src/ReverseProxy/Health/HealthyAndUnknownDestinationsPolicy.cs b/src/ReverseProxy/Health/HealthyAndUnknownDestinationsPolicy.cs index 430daa655..40644d465 100644 --- a/src/ReverseProxy/Health/HealthyAndUnknownDestinationsPolicy.cs +++ b/src/ReverseProxy/Health/HealthyAndUnknownDestinationsPolicy.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Linq; diff --git a/src/ReverseProxy/Health/HealthyOrPanicDestinationsPolicy.cs b/src/ReverseProxy/Health/HealthyOrPanicDestinationsPolicy.cs index 2bf353960..8203ebd8e 100644 --- a/src/ReverseProxy/Health/HealthyOrPanicDestinationsPolicy.cs +++ b/src/ReverseProxy/Health/HealthyOrPanicDestinationsPolicy.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Yarp.ReverseProxy.Configuration; diff --git a/src/ReverseProxy/Health/IActiveHealthCheckMonitor.cs b/src/ReverseProxy/Health/IActiveHealthCheckMonitor.cs index c845d2f6c..769786dbc 100644 --- a/src/ReverseProxy/Health/IActiveHealthCheckMonitor.cs +++ b/src/ReverseProxy/Health/IActiveHealthCheckMonitor.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/src/ReverseProxy/Health/IActiveHealthCheckPolicy.cs b/src/ReverseProxy/Health/IActiveHealthCheckPolicy.cs index be5d0ce11..e89f77837 100644 --- a/src/ReverseProxy/Health/IActiveHealthCheckPolicy.cs +++ b/src/ReverseProxy/Health/IActiveHealthCheckPolicy.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Yarp.ReverseProxy.Model; diff --git a/src/ReverseProxy/Health/IAvailableDestinationsPolicy.cs b/src/ReverseProxy/Health/IAvailableDestinationsPolicy.cs index 604f1afb9..a93ba8abe 100644 --- a/src/ReverseProxy/Health/IAvailableDestinationsPolicy.cs +++ b/src/ReverseProxy/Health/IAvailableDestinationsPolicy.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Yarp.ReverseProxy.Configuration; diff --git a/src/ReverseProxy/Health/IClusterDestinationsUpdater.cs b/src/ReverseProxy/Health/IClusterDestinationsUpdater.cs index 60bafbef3..d1162c5ce 100644 --- a/src/ReverseProxy/Health/IClusterDestinationsUpdater.cs +++ b/src/ReverseProxy/Health/IClusterDestinationsUpdater.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Yarp.ReverseProxy.Model; diff --git a/src/ReverseProxy/Health/IDestinationHealthUpdater.cs b/src/ReverseProxy/Health/IDestinationHealthUpdater.cs index 76c188b2a..34a89a04c 100644 --- a/src/ReverseProxy/Health/IDestinationHealthUpdater.cs +++ b/src/ReverseProxy/Health/IDestinationHealthUpdater.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Health/IPassiveHealthCheckPolicy.cs b/src/ReverseProxy/Health/IPassiveHealthCheckPolicy.cs index 0543362e7..512d767e1 100644 --- a/src/ReverseProxy/Health/IPassiveHealthCheckPolicy.cs +++ b/src/ReverseProxy/Health/IPassiveHealthCheckPolicy.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Http; using Yarp.ReverseProxy.Model; diff --git a/src/ReverseProxy/Health/IProbingRequestFactory.cs b/src/ReverseProxy/Health/IProbingRequestFactory.cs index 608b6c161..37b334606 100644 --- a/src/ReverseProxy/Health/IProbingRequestFactory.cs +++ b/src/ReverseProxy/Health/IProbingRequestFactory.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Net.Http; using Yarp.ReverseProxy.Model; diff --git a/src/ReverseProxy/Health/NewActiveDestinationHealth.cs b/src/ReverseProxy/Health/NewActiveDestinationHealth.cs index 72c68193b..964054284 100644 --- a/src/ReverseProxy/Health/NewActiveDestinationHealth.cs +++ b/src/ReverseProxy/Health/NewActiveDestinationHealth.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Yarp.ReverseProxy.Model; diff --git a/src/ReverseProxy/Health/PassiveHealthCheckMiddleware.cs b/src/ReverseProxy/Health/PassiveHealthCheckMiddleware.cs index 801c4c2dc..57f3b25c9 100644 --- a/src/ReverseProxy/Health/PassiveHealthCheckMiddleware.cs +++ b/src/ReverseProxy/Health/PassiveHealthCheckMiddleware.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Frozen; diff --git a/src/ReverseProxy/Health/TransportFailureRateHealthPolicy.cs b/src/ReverseProxy/Health/TransportFailureRateHealthPolicy.cs index 2d77009d3..01b5307cd 100644 --- a/src/ReverseProxy/Health/TransportFailureRateHealthPolicy.cs +++ b/src/ReverseProxy/Health/TransportFailureRateHealthPolicy.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Health/TransportFailureRateHealthPolicyOptions.cs b/src/ReverseProxy/Health/TransportFailureRateHealthPolicyOptions.cs index 6332cbc0b..d7c86a492 100644 --- a/src/ReverseProxy/Health/TransportFailureRateHealthPolicyOptions.cs +++ b/src/ReverseProxy/Health/TransportFailureRateHealthPolicyOptions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/src/ReverseProxy/Limits/LimitsMiddleware.cs b/src/ReverseProxy/Limits/LimitsMiddleware.cs index 4306175d2..acddb20b7 100644 --- a/src/ReverseProxy/Limits/LimitsMiddleware.cs +++ b/src/ReverseProxy/Limits/LimitsMiddleware.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading.Tasks; diff --git a/src/ReverseProxy/LoadBalancing/AppBuilderLoadBalancingExtensions.cs b/src/ReverseProxy/LoadBalancing/AppBuilderLoadBalancingExtensions.cs index dc6998181..e320c0557 100644 --- a/src/ReverseProxy/LoadBalancing/AppBuilderLoadBalancingExtensions.cs +++ b/src/ReverseProxy/LoadBalancing/AppBuilderLoadBalancingExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Yarp.ReverseProxy.LoadBalancing; diff --git a/src/ReverseProxy/LoadBalancing/FirstLoadBalancingPolicy.cs b/src/ReverseProxy/LoadBalancing/FirstLoadBalancingPolicy.cs index d853682b1..d3b709230 100644 --- a/src/ReverseProxy/LoadBalancing/FirstLoadBalancingPolicy.cs +++ b/src/ReverseProxy/LoadBalancing/FirstLoadBalancingPolicy.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/LoadBalancing/ILoadBalancingPolicy.cs b/src/ReverseProxy/LoadBalancing/ILoadBalancingPolicy.cs index f3c5f72fd..4aa2b8547 100644 --- a/src/ReverseProxy/LoadBalancing/ILoadBalancingPolicy.cs +++ b/src/ReverseProxy/LoadBalancing/ILoadBalancingPolicy.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Microsoft.AspNetCore.Http; diff --git a/src/ReverseProxy/LoadBalancing/LeastRequestsLoadBalancingPolicy.cs b/src/ReverseProxy/LoadBalancing/LeastRequestsLoadBalancingPolicy.cs index 931d3ec72..390cbb1ab 100644 --- a/src/ReverseProxy/LoadBalancing/LeastRequestsLoadBalancingPolicy.cs +++ b/src/ReverseProxy/LoadBalancing/LeastRequestsLoadBalancingPolicy.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Microsoft.AspNetCore.Http; diff --git a/src/ReverseProxy/LoadBalancing/LoadBalancingMiddleware.cs b/src/ReverseProxy/LoadBalancing/LoadBalancingMiddleware.cs index 64830a2e2..02d165afd 100644 --- a/src/ReverseProxy/LoadBalancing/LoadBalancingMiddleware.cs +++ b/src/ReverseProxy/LoadBalancing/LoadBalancingMiddleware.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Frozen; diff --git a/src/ReverseProxy/LoadBalancing/LoadBalancingPolicies.cs b/src/ReverseProxy/LoadBalancing/LoadBalancingPolicies.cs index 666c7bc5a..f1512cb9c 100644 --- a/src/ReverseProxy/LoadBalancing/LoadBalancingPolicies.cs +++ b/src/ReverseProxy/LoadBalancing/LoadBalancingPolicies.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.ReverseProxy.LoadBalancing; diff --git a/src/ReverseProxy/LoadBalancing/PowerOfTwoChoicesLoadBalancingPolicy.cs b/src/ReverseProxy/LoadBalancing/PowerOfTwoChoicesLoadBalancingPolicy.cs index 43f763a76..a8a73704a 100644 --- a/src/ReverseProxy/LoadBalancing/PowerOfTwoChoicesLoadBalancingPolicy.cs +++ b/src/ReverseProxy/LoadBalancing/PowerOfTwoChoicesLoadBalancingPolicy.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Microsoft.AspNetCore.Http; diff --git a/src/ReverseProxy/LoadBalancing/RandomLoadBalancingPolicy.cs b/src/ReverseProxy/LoadBalancing/RandomLoadBalancingPolicy.cs index e50e7a849..eaa649b54 100644 --- a/src/ReverseProxy/LoadBalancing/RandomLoadBalancingPolicy.cs +++ b/src/ReverseProxy/LoadBalancing/RandomLoadBalancingPolicy.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Microsoft.AspNetCore.Http; diff --git a/src/ReverseProxy/LoadBalancing/RoundRobinLoadBalancingPolicy.cs b/src/ReverseProxy/LoadBalancing/RoundRobinLoadBalancingPolicy.cs index 1eb14b3f4..bebd8c5da 100644 --- a/src/ReverseProxy/LoadBalancing/RoundRobinLoadBalancingPolicy.cs +++ b/src/ReverseProxy/LoadBalancing/RoundRobinLoadBalancingPolicy.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Runtime.CompilerServices; diff --git a/src/ReverseProxy/Management/IProxyStateLookup.cs b/src/ReverseProxy/Management/IProxyStateLookup.cs index 452c24016..fd7f3f696 100644 --- a/src/ReverseProxy/Management/IProxyStateLookup.cs +++ b/src/ReverseProxy/Management/IProxyStateLookup.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; diff --git a/src/ReverseProxy/Management/IReverseProxyBuilder.cs b/src/ReverseProxy/Management/IReverseProxyBuilder.cs index c18ac1fe4..15a2810d2 100644 --- a/src/ReverseProxy/Management/IReverseProxyBuilder.cs +++ b/src/ReverseProxy/Management/IReverseProxyBuilder.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.Extensions.DependencyInjection; diff --git a/src/ReverseProxy/Management/IReverseProxyBuilderExtensions.cs b/src/ReverseProxy/Management/IReverseProxyBuilderExtensions.cs index e2c0674de..05be7bd78 100644 --- a/src/ReverseProxy/Management/IReverseProxyBuilderExtensions.cs +++ b/src/ReverseProxy/Management/IReverseProxyBuilderExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Linq; using Microsoft.AspNetCore.Routing; diff --git a/src/ReverseProxy/Management/ProxyConfigManager.cs b/src/ReverseProxy/Management/ProxyConfigManager.cs index cd663691a..06d4b7e85 100644 --- a/src/ReverseProxy/Management/ProxyConfigManager.cs +++ b/src/ReverseProxy/Management/ProxyConfigManager.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Concurrent; diff --git a/src/ReverseProxy/Management/ReverseProxyBuilder.cs b/src/ReverseProxy/Management/ReverseProxyBuilder.cs index cd3a2f789..986697ac0 100644 --- a/src/ReverseProxy/Management/ReverseProxyBuilder.cs +++ b/src/ReverseProxy/Management/ReverseProxyBuilder.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Microsoft.Extensions.DependencyInjection; diff --git a/src/ReverseProxy/Management/ReverseProxyServiceCollectionExtensions.cs b/src/ReverseProxy/Management/ReverseProxyServiceCollectionExtensions.cs index 52a0a930e..955d370d3 100644 --- a/src/ReverseProxy/Management/ReverseProxyServiceCollectionExtensions.cs +++ b/src/ReverseProxy/Management/ReverseProxyServiceCollectionExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics.CodeAnalysis; diff --git a/src/ReverseProxy/Model/ClusterDestinationsState.cs b/src/ReverseProxy/Model/ClusterDestinationsState.cs index d3955a535..cbb1e21e0 100644 --- a/src/ReverseProxy/Model/ClusterDestinationsState.cs +++ b/src/ReverseProxy/Model/ClusterDestinationsState.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Model/ClusterModel.cs b/src/ReverseProxy/Model/ClusterModel.cs index 2dc8ae8e3..3fe331ed4 100644 --- a/src/ReverseProxy/Model/ClusterModel.cs +++ b/src/ReverseProxy/Model/ClusterModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Net.Http; diff --git a/src/ReverseProxy/Model/ClusterState.cs b/src/ReverseProxy/Model/ClusterState.cs index feb5dde86..9507c9efc 100644 --- a/src/ReverseProxy/Model/ClusterState.cs +++ b/src/ReverseProxy/Model/ClusterState.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Concurrent; diff --git a/src/ReverseProxy/Model/DestinationHealth.cs b/src/ReverseProxy/Model/DestinationHealth.cs index 8f3cd26ed..d1158fa90 100644 --- a/src/ReverseProxy/Model/DestinationHealth.cs +++ b/src/ReverseProxy/Model/DestinationHealth.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.ReverseProxy.Model; diff --git a/src/ReverseProxy/Model/DestinationHealthState.cs b/src/ReverseProxy/Model/DestinationHealthState.cs index b643bf937..5d3bacb5d 100644 --- a/src/ReverseProxy/Model/DestinationHealthState.cs +++ b/src/ReverseProxy/Model/DestinationHealthState.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.ReverseProxy.Model; diff --git a/src/ReverseProxy/Model/DestinationModel.cs b/src/ReverseProxy/Model/DestinationModel.cs index 074030e68..a428a1ee8 100644 --- a/src/ReverseProxy/Model/DestinationModel.cs +++ b/src/ReverseProxy/Model/DestinationModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Yarp.ReverseProxy.Configuration; diff --git a/src/ReverseProxy/Model/DestinationState.cs b/src/ReverseProxy/Model/DestinationState.cs index b7b1a86d3..a68b8b707 100644 --- a/src/ReverseProxy/Model/DestinationState.cs +++ b/src/ReverseProxy/Model/DestinationState.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections; diff --git a/src/ReverseProxy/Model/HttpContextFeaturesExtensions.cs b/src/ReverseProxy/Model/HttpContextFeaturesExtensions.cs index ced55ecc0..d7dde74a9 100644 --- a/src/ReverseProxy/Model/HttpContextFeaturesExtensions.cs +++ b/src/ReverseProxy/Model/HttpContextFeaturesExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Yarp.ReverseProxy.Model; diff --git a/src/ReverseProxy/Model/IClusterChangeListener.cs b/src/ReverseProxy/Model/IClusterChangeListener.cs index cf3117ed6..f2b47d03e 100644 --- a/src/ReverseProxy/Model/IClusterChangeListener.cs +++ b/src/ReverseProxy/Model/IClusterChangeListener.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.ReverseProxy.Model; diff --git a/src/ReverseProxy/Model/IReverseProxyApplicationBuilder.cs b/src/ReverseProxy/Model/IReverseProxyApplicationBuilder.cs index 3db31b39f..67749591f 100644 --- a/src/ReverseProxy/Model/IReverseProxyApplicationBuilder.cs +++ b/src/ReverseProxy/Model/IReverseProxyApplicationBuilder.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.AspNetCore.Builder; diff --git a/src/ReverseProxy/Model/IReverseProxyFeature.cs b/src/ReverseProxy/Model/IReverseProxyFeature.cs index 04939b5fa..3adcab783 100644 --- a/src/ReverseProxy/Model/IReverseProxyFeature.cs +++ b/src/ReverseProxy/Model/IReverseProxyFeature.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; diff --git a/src/ReverseProxy/Model/ProxyPipelineInitializerMiddleware.cs b/src/ReverseProxy/Model/ProxyPipelineInitializerMiddleware.cs index c5cb5d574..c4e3104ce 100644 --- a/src/ReverseProxy/Model/ProxyPipelineInitializerMiddleware.cs +++ b/src/ReverseProxy/Model/ProxyPipelineInitializerMiddleware.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/src/ReverseProxy/Model/ReverseProxyApplicationBuilder.cs b/src/ReverseProxy/Model/ReverseProxyApplicationBuilder.cs index 90d570d99..98d4e7191 100644 --- a/src/ReverseProxy/Model/ReverseProxyApplicationBuilder.cs +++ b/src/ReverseProxy/Model/ReverseProxyApplicationBuilder.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Model/ReverseProxyFeature.cs b/src/ReverseProxy/Model/ReverseProxyFeature.cs index 5abd4a697..542b1ea0b 100644 --- a/src/ReverseProxy/Model/ReverseProxyFeature.cs +++ b/src/ReverseProxy/Model/ReverseProxyFeature.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Model/RouteModel.cs b/src/ReverseProxy/Model/RouteModel.cs index e1ba0bbd2..fb1404177 100644 --- a/src/ReverseProxy/Model/RouteModel.cs +++ b/src/ReverseProxy/Model/RouteModel.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Yarp.ReverseProxy.Configuration; diff --git a/src/ReverseProxy/Model/RouteState.cs b/src/ReverseProxy/Model/RouteState.cs index afededd36..b7568709c 100644 --- a/src/ReverseProxy/Model/RouteState.cs +++ b/src/ReverseProxy/Model/RouteState.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Microsoft.AspNetCore.Http; diff --git a/src/ReverseProxy/Routing/DirectForwardingIEndpointRouteBuilderExtensions.cs b/src/ReverseProxy/Routing/DirectForwardingIEndpointRouteBuilderExtensions.cs index 194fb573e..a7f127c19 100644 --- a/src/ReverseProxy/Routing/DirectForwardingIEndpointRouteBuilderExtensions.cs +++ b/src/ReverseProxy/Routing/DirectForwardingIEndpointRouteBuilderExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics.CodeAnalysis; diff --git a/src/ReverseProxy/Routing/HeaderMatcher.cs b/src/ReverseProxy/Routing/HeaderMatcher.cs index e2001a096..09ab05cd2 100644 --- a/src/ReverseProxy/Routing/HeaderMatcher.cs +++ b/src/ReverseProxy/Routing/HeaderMatcher.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Routing/HeaderMatcherPolicy.cs b/src/ReverseProxy/Routing/HeaderMatcherPolicy.cs index eb3ca6a59..56ccec724 100644 --- a/src/ReverseProxy/Routing/HeaderMatcherPolicy.cs +++ b/src/ReverseProxy/Routing/HeaderMatcherPolicy.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Routing/HeaderMetadata.cs b/src/ReverseProxy/Routing/HeaderMetadata.cs index 31690fdfe..d51b22e00 100644 --- a/src/ReverseProxy/Routing/HeaderMetadata.cs +++ b/src/ReverseProxy/Routing/HeaderMetadata.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Routing/IHeaderMetadata.cs b/src/ReverseProxy/Routing/IHeaderMetadata.cs index 9210aa52d..1d977651e 100644 --- a/src/ReverseProxy/Routing/IHeaderMetadata.cs +++ b/src/ReverseProxy/Routing/IHeaderMetadata.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.ReverseProxy.Routing; diff --git a/src/ReverseProxy/Routing/IQueryParameterMetadata.cs b/src/ReverseProxy/Routing/IQueryParameterMetadata.cs index ecf945fcc..336ef397a 100644 --- a/src/ReverseProxy/Routing/IQueryParameterMetadata.cs +++ b/src/ReverseProxy/Routing/IQueryParameterMetadata.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.ReverseProxy.Routing; diff --git a/src/ReverseProxy/Routing/ProxyEndpointFactory.cs b/src/ReverseProxy/Routing/ProxyEndpointFactory.cs index da1c82a0e..97462c2fc 100644 --- a/src/ReverseProxy/Routing/ProxyEndpointFactory.cs +++ b/src/ReverseProxy/Routing/ProxyEndpointFactory.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Routing/QueryParameterMatcher.cs b/src/ReverseProxy/Routing/QueryParameterMatcher.cs index 948b20bd1..994553d9f 100644 --- a/src/ReverseProxy/Routing/QueryParameterMatcher.cs +++ b/src/ReverseProxy/Routing/QueryParameterMatcher.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Routing/QueryParameterMatcherPolicy.cs b/src/ReverseProxy/Routing/QueryParameterMatcherPolicy.cs index 29cfa216c..782b30472 100644 --- a/src/ReverseProxy/Routing/QueryParameterMatcherPolicy.cs +++ b/src/ReverseProxy/Routing/QueryParameterMatcherPolicy.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Routing/QueryParameterMetadata.cs b/src/ReverseProxy/Routing/QueryParameterMetadata.cs index 7a5a19273..35a231888 100644 --- a/src/ReverseProxy/Routing/QueryParameterMetadata.cs +++ b/src/ReverseProxy/Routing/QueryParameterMetadata.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Routing/ReverseProxyConventionBuilder.cs b/src/ReverseProxy/Routing/ReverseProxyConventionBuilder.cs index 10e72b57f..532d43337 100644 --- a/src/ReverseProxy/Routing/ReverseProxyConventionBuilder.cs +++ b/src/ReverseProxy/Routing/ReverseProxyConventionBuilder.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Routing/ReverseProxyIEndpointRouteBuilderExtensions.cs b/src/ReverseProxy/Routing/ReverseProxyIEndpointRouteBuilderExtensions.cs index 666b38c73..6d7baf45e 100644 --- a/src/ReverseProxy/Routing/ReverseProxyIEndpointRouteBuilderExtensions.cs +++ b/src/ReverseProxy/Routing/ReverseProxyIEndpointRouteBuilderExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Linq; diff --git a/src/ReverseProxy/ServiceDiscovery/DnsDestinationResolver.cs b/src/ReverseProxy/ServiceDiscovery/DnsDestinationResolver.cs index d4de5c00c..2bd1eec65 100644 --- a/src/ReverseProxy/ServiceDiscovery/DnsDestinationResolver.cs +++ b/src/ReverseProxy/ServiceDiscovery/DnsDestinationResolver.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/ServiceDiscovery/DnsDestinationResolverOptions.cs b/src/ReverseProxy/ServiceDiscovery/DnsDestinationResolverOptions.cs index 48540e970..90203a67a 100644 --- a/src/ReverseProxy/ServiceDiscovery/DnsDestinationResolverOptions.cs +++ b/src/ReverseProxy/ServiceDiscovery/DnsDestinationResolverOptions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Net.Sockets; diff --git a/src/ReverseProxy/ServiceDiscovery/IDestinationResolver.cs b/src/ReverseProxy/ServiceDiscovery/IDestinationResolver.cs index 81d0f1daf..ad8f5c9c9 100644 --- a/src/ReverseProxy/ServiceDiscovery/IDestinationResolver.cs +++ b/src/ReverseProxy/ServiceDiscovery/IDestinationResolver.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Threading; diff --git a/src/ReverseProxy/ServiceDiscovery/NoOpDestinationResolver.cs b/src/ReverseProxy/ServiceDiscovery/NoOpDestinationResolver.cs index 956588b7f..bc01e1302 100644 --- a/src/ReverseProxy/ServiceDiscovery/NoOpDestinationResolver.cs +++ b/src/ReverseProxy/ServiceDiscovery/NoOpDestinationResolver.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Threading; diff --git a/src/ReverseProxy/ServiceDiscovery/ResolvedDestinationCollection.cs b/src/ReverseProxy/ServiceDiscovery/ResolvedDestinationCollection.cs index 13cd5d8c3..b30855730 100644 --- a/src/ReverseProxy/ServiceDiscovery/ResolvedDestinationCollection.cs +++ b/src/ReverseProxy/ServiceDiscovery/ResolvedDestinationCollection.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Microsoft.Extensions.Primitives; diff --git a/src/ReverseProxy/SessionAffinity/AffinitizeTransform.cs b/src/ReverseProxy/SessionAffinity/AffinitizeTransform.cs index 88068ee1c..d04193ea9 100644 --- a/src/ReverseProxy/SessionAffinity/AffinitizeTransform.cs +++ b/src/ReverseProxy/SessionAffinity/AffinitizeTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/src/ReverseProxy/SessionAffinity/AffinitizeTransformProvider.cs b/src/ReverseProxy/SessionAffinity/AffinitizeTransformProvider.cs index 2934d8be0..aabb58083 100644 --- a/src/ReverseProxy/SessionAffinity/AffinitizeTransformProvider.cs +++ b/src/ReverseProxy/SessionAffinity/AffinitizeTransformProvider.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Frozen; diff --git a/src/ReverseProxy/SessionAffinity/AffinityHelpers.cs b/src/ReverseProxy/SessionAffinity/AffinityHelpers.cs index 7c865c81d..3f581feaf 100644 --- a/src/ReverseProxy/SessionAffinity/AffinityHelpers.cs +++ b/src/ReverseProxy/SessionAffinity/AffinityHelpers.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Microsoft.AspNetCore.Http; diff --git a/src/ReverseProxy/SessionAffinity/AffinityResult.cs b/src/ReverseProxy/SessionAffinity/AffinityResult.cs index 51841b58c..fea4b7736 100644 --- a/src/ReverseProxy/SessionAffinity/AffinityResult.cs +++ b/src/ReverseProxy/SessionAffinity/AffinityResult.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Yarp.ReverseProxy.Model; diff --git a/src/ReverseProxy/SessionAffinity/AffinityStatus.cs b/src/ReverseProxy/SessionAffinity/AffinityStatus.cs index 6c304f35e..bf4340999 100644 --- a/src/ReverseProxy/SessionAffinity/AffinityStatus.cs +++ b/src/ReverseProxy/SessionAffinity/AffinityStatus.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.ReverseProxy.SessionAffinity; diff --git a/src/ReverseProxy/SessionAffinity/AppBuilderSessionAffinityExtensions.cs b/src/ReverseProxy/SessionAffinity/AppBuilderSessionAffinityExtensions.cs index 01634770d..f64af1a71 100644 --- a/src/ReverseProxy/SessionAffinity/AppBuilderSessionAffinityExtensions.cs +++ b/src/ReverseProxy/SessionAffinity/AppBuilderSessionAffinityExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Yarp.ReverseProxy.SessionAffinity; diff --git a/src/ReverseProxy/SessionAffinity/ArrCookieSessionAffinityPolicy.cs b/src/ReverseProxy/SessionAffinity/ArrCookieSessionAffinityPolicy.cs index 091aad985..a3eafccb1 100644 --- a/src/ReverseProxy/SessionAffinity/ArrCookieSessionAffinityPolicy.cs +++ b/src/ReverseProxy/SessionAffinity/ArrCookieSessionAffinityPolicy.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.CompilerServices; diff --git a/src/ReverseProxy/SessionAffinity/BaseEncryptedSessionAffinityPolicy.cs b/src/ReverseProxy/SessionAffinity/BaseEncryptedSessionAffinityPolicy.cs index c56b9ebdc..f96d6e55a 100644 --- a/src/ReverseProxy/SessionAffinity/BaseEncryptedSessionAffinityPolicy.cs +++ b/src/ReverseProxy/SessionAffinity/BaseEncryptedSessionAffinityPolicy.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/SessionAffinity/BaseHashCookieSessionAffinityPolicy.cs b/src/ReverseProxy/SessionAffinity/BaseHashCookieSessionAffinityPolicy.cs index bbe0c2fb9..d77854adc 100644 --- a/src/ReverseProxy/SessionAffinity/BaseHashCookieSessionAffinityPolicy.cs +++ b/src/ReverseProxy/SessionAffinity/BaseHashCookieSessionAffinityPolicy.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/SessionAffinity/CookieSessionAffinityPolicy.cs b/src/ReverseProxy/SessionAffinity/CookieSessionAffinityPolicy.cs index 0dbc5d29f..2d7981862 100644 --- a/src/ReverseProxy/SessionAffinity/CookieSessionAffinityPolicy.cs +++ b/src/ReverseProxy/SessionAffinity/CookieSessionAffinityPolicy.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Microsoft.AspNetCore.DataProtection; diff --git a/src/ReverseProxy/SessionAffinity/CustomHeaderSessionAffinityPolicy.cs b/src/ReverseProxy/SessionAffinity/CustomHeaderSessionAffinityPolicy.cs index 8a737b334..a4a27eda0 100644 --- a/src/ReverseProxy/SessionAffinity/CustomHeaderSessionAffinityPolicy.cs +++ b/src/ReverseProxy/SessionAffinity/CustomHeaderSessionAffinityPolicy.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Microsoft.AspNetCore.DataProtection; diff --git a/src/ReverseProxy/SessionAffinity/HashCookieSessionAffinityPolicy.cs b/src/ReverseProxy/SessionAffinity/HashCookieSessionAffinityPolicy.cs index 8135d442e..5a583f503 100644 --- a/src/ReverseProxy/SessionAffinity/HashCookieSessionAffinityPolicy.cs +++ b/src/ReverseProxy/SessionAffinity/HashCookieSessionAffinityPolicy.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.IO.Hashing; diff --git a/src/ReverseProxy/SessionAffinity/IAffinityFailurePolicy.cs b/src/ReverseProxy/SessionAffinity/IAffinityFailurePolicy.cs index dc279cdd1..223a340ea 100644 --- a/src/ReverseProxy/SessionAffinity/IAffinityFailurePolicy.cs +++ b/src/ReverseProxy/SessionAffinity/IAffinityFailurePolicy.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Threading.Tasks; using Microsoft.AspNetCore.Http; diff --git a/src/ReverseProxy/SessionAffinity/ISessionAffinityPolicy.cs b/src/ReverseProxy/SessionAffinity/ISessionAffinityPolicy.cs index 4ee361e47..99c11ce0a 100644 --- a/src/ReverseProxy/SessionAffinity/ISessionAffinityPolicy.cs +++ b/src/ReverseProxy/SessionAffinity/ISessionAffinityPolicy.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Threading; diff --git a/src/ReverseProxy/SessionAffinity/Log.cs b/src/ReverseProxy/SessionAffinity/Log.cs index bfc2a584e..301f749e8 100644 --- a/src/ReverseProxy/SessionAffinity/Log.cs +++ b/src/ReverseProxy/SessionAffinity/Log.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Microsoft.Extensions.Logging; diff --git a/src/ReverseProxy/SessionAffinity/RedistributeAffinityFailurePolicy.cs b/src/ReverseProxy/SessionAffinity/RedistributeAffinityFailurePolicy.cs index 25f9f600f..7fb824df5 100644 --- a/src/ReverseProxy/SessionAffinity/RedistributeAffinityFailurePolicy.cs +++ b/src/ReverseProxy/SessionAffinity/RedistributeAffinityFailurePolicy.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading.Tasks; diff --git a/src/ReverseProxy/SessionAffinity/Return503ErrorAffinityFailurePolicy.cs b/src/ReverseProxy/SessionAffinity/Return503ErrorAffinityFailurePolicy.cs index 24aa9e687..3cfafc092 100644 --- a/src/ReverseProxy/SessionAffinity/Return503ErrorAffinityFailurePolicy.cs +++ b/src/ReverseProxy/SessionAffinity/Return503ErrorAffinityFailurePolicy.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading.Tasks; diff --git a/src/ReverseProxy/SessionAffinity/SessionAffinityConstants.cs b/src/ReverseProxy/SessionAffinity/SessionAffinityConstants.cs index 8295ff1e9..6fe1083e2 100644 --- a/src/ReverseProxy/SessionAffinity/SessionAffinityConstants.cs +++ b/src/ReverseProxy/SessionAffinity/SessionAffinityConstants.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.ReverseProxy.SessionAffinity; diff --git a/src/ReverseProxy/SessionAffinity/SessionAffinityMiddleware.cs b/src/ReverseProxy/SessionAffinity/SessionAffinityMiddleware.cs index c72b81f78..1950e3836 100644 --- a/src/ReverseProxy/SessionAffinity/SessionAffinityMiddleware.cs +++ b/src/ReverseProxy/SessionAffinity/SessionAffinityMiddleware.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Frozen; diff --git a/src/ReverseProxy/Transforms/Builder/ActionTransformProvider.cs b/src/ReverseProxy/Transforms/Builder/ActionTransformProvider.cs index 325449507..d4cd6dc72 100644 --- a/src/ReverseProxy/Transforms/Builder/ActionTransformProvider.cs +++ b/src/ReverseProxy/Transforms/Builder/ActionTransformProvider.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/src/ReverseProxy/Transforms/Builder/ITransformBuilder.cs b/src/ReverseProxy/Transforms/Builder/ITransformBuilder.cs index c3d4124a3..758a3dcdc 100644 --- a/src/ReverseProxy/Transforms/Builder/ITransformBuilder.cs +++ b/src/ReverseProxy/Transforms/Builder/ITransformBuilder.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Transforms/Builder/ITransformFactory.cs b/src/ReverseProxy/Transforms/Builder/ITransformFactory.cs index 971a350aa..564f7bb63 100644 --- a/src/ReverseProxy/Transforms/Builder/ITransformFactory.cs +++ b/src/ReverseProxy/Transforms/Builder/ITransformFactory.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; diff --git a/src/ReverseProxy/Transforms/Builder/ITransformProvider.cs b/src/ReverseProxy/Transforms/Builder/ITransformProvider.cs index 4813e7074..b49f4a35d 100644 --- a/src/ReverseProxy/Transforms/Builder/ITransformProvider.cs +++ b/src/ReverseProxy/Transforms/Builder/ITransformProvider.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.ReverseProxy.Transforms.Builder; diff --git a/src/ReverseProxy/Transforms/Builder/StructuredTransformer.cs b/src/ReverseProxy/Transforms/Builder/StructuredTransformer.cs index 49249ec73..8b0c80bf7 100644 --- a/src/ReverseProxy/Transforms/Builder/StructuredTransformer.cs +++ b/src/ReverseProxy/Transforms/Builder/StructuredTransformer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Transforms/Builder/TransformBuilder.cs b/src/ReverseProxy/Transforms/Builder/TransformBuilder.cs index fa35bf46d..4c1f65810 100644 --- a/src/ReverseProxy/Transforms/Builder/TransformBuilder.cs +++ b/src/ReverseProxy/Transforms/Builder/TransformBuilder.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Transforms/Builder/TransformBuilderContext.cs b/src/ReverseProxy/Transforms/Builder/TransformBuilderContext.cs index a84536b34..2813fbe57 100644 --- a/src/ReverseProxy/Transforms/Builder/TransformBuilderContext.cs +++ b/src/ReverseProxy/Transforms/Builder/TransformBuilderContext.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Transforms/Builder/TransformClusterValidationContext.cs b/src/ReverseProxy/Transforms/Builder/TransformClusterValidationContext.cs index 8bc822abd..43eba2bdc 100644 --- a/src/ReverseProxy/Transforms/Builder/TransformClusterValidationContext.cs +++ b/src/ReverseProxy/Transforms/Builder/TransformClusterValidationContext.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Transforms/Builder/TransformHelpers.cs b/src/ReverseProxy/Transforms/Builder/TransformHelpers.cs index 1bc0f6d57..d4992fc0b 100644 --- a/src/ReverseProxy/Transforms/Builder/TransformHelpers.cs +++ b/src/ReverseProxy/Transforms/Builder/TransformHelpers.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Transforms/Builder/TransformRouteValidationContext.cs b/src/ReverseProxy/Transforms/Builder/TransformRouteValidationContext.cs index 3e5f90a9e..da4f6dad8 100644 --- a/src/ReverseProxy/Transforms/Builder/TransformRouteValidationContext.cs +++ b/src/ReverseProxy/Transforms/Builder/TransformRouteValidationContext.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Transforms/ForwardedTransformActions.cs b/src/ReverseProxy/Transforms/ForwardedTransformActions.cs index 00282e534..aa9a52bba 100644 --- a/src/ReverseProxy/Transforms/ForwardedTransformActions.cs +++ b/src/ReverseProxy/Transforms/ForwardedTransformActions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.ReverseProxy.Transforms; diff --git a/src/ReverseProxy/Transforms/ForwardedTransformExtensions.cs b/src/ReverseProxy/Transforms/ForwardedTransformExtensions.cs index 0a0cf9869..9e4151765 100644 --- a/src/ReverseProxy/Transforms/ForwardedTransformExtensions.cs +++ b/src/ReverseProxy/Transforms/ForwardedTransformExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Microsoft.Extensions.DependencyInjection; diff --git a/src/ReverseProxy/Transforms/ForwardedTransformFactory.cs b/src/ReverseProxy/Transforms/ForwardedTransformFactory.cs index 997605d4d..9af6f6f48 100644 --- a/src/ReverseProxy/Transforms/ForwardedTransformFactory.cs +++ b/src/ReverseProxy/Transforms/ForwardedTransformFactory.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Transforms/HttpMethodChangeTransform.cs b/src/ReverseProxy/Transforms/HttpMethodChangeTransform.cs index 06ae1a65c..2a85ccf5f 100644 --- a/src/ReverseProxy/Transforms/HttpMethodChangeTransform.cs +++ b/src/ReverseProxy/Transforms/HttpMethodChangeTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Net.Http; diff --git a/src/ReverseProxy/Transforms/HttpMethodTransformExtensions.cs b/src/ReverseProxy/Transforms/HttpMethodTransformExtensions.cs index 083325474..063d9ecac 100644 --- a/src/ReverseProxy/Transforms/HttpMethodTransformExtensions.cs +++ b/src/ReverseProxy/Transforms/HttpMethodTransformExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Yarp.ReverseProxy.Configuration; using Yarp.ReverseProxy.Transforms.Builder; diff --git a/src/ReverseProxy/Transforms/HttpMethodTransformFactory.cs b/src/ReverseProxy/Transforms/HttpMethodTransformFactory.cs index 557d634ab..7a25acd2d 100644 --- a/src/ReverseProxy/Transforms/HttpMethodTransformFactory.cs +++ b/src/ReverseProxy/Transforms/HttpMethodTransformFactory.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Transforms/NodeFormat.cs b/src/ReverseProxy/Transforms/NodeFormat.cs index 5813edfcc..713008698 100644 --- a/src/ReverseProxy/Transforms/NodeFormat.cs +++ b/src/ReverseProxy/Transforms/NodeFormat.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.ReverseProxy.Transforms; diff --git a/src/ReverseProxy/Transforms/PathRouteValuesTransform.cs b/src/ReverseProxy/Transforms/PathRouteValuesTransform.cs index 514d0435e..0a5ccf0dd 100644 --- a/src/ReverseProxy/Transforms/PathRouteValuesTransform.cs +++ b/src/ReverseProxy/Transforms/PathRouteValuesTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics.CodeAnalysis; diff --git a/src/ReverseProxy/Transforms/PathStringTransform.cs b/src/ReverseProxy/Transforms/PathStringTransform.cs index 85a8ebe27..6fd602c7a 100644 --- a/src/ReverseProxy/Transforms/PathStringTransform.cs +++ b/src/ReverseProxy/Transforms/PathStringTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading.Tasks; diff --git a/src/ReverseProxy/Transforms/PathTransformExtensions.cs b/src/ReverseProxy/Transforms/PathTransformExtensions.cs index 82f6f36c3..bb9861ed4 100644 --- a/src/ReverseProxy/Transforms/PathTransformExtensions.cs +++ b/src/ReverseProxy/Transforms/PathTransformExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics.CodeAnalysis; diff --git a/src/ReverseProxy/Transforms/PathTransformFactory.cs b/src/ReverseProxy/Transforms/PathTransformFactory.cs index 238b3b097..04f2b2cdd 100644 --- a/src/ReverseProxy/Transforms/PathTransformFactory.cs +++ b/src/ReverseProxy/Transforms/PathTransformFactory.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Transforms/QueryParameterFromRouteTransform.cs b/src/ReverseProxy/Transforms/QueryParameterFromRouteTransform.cs index 42dccd920..667b71a73 100644 --- a/src/ReverseProxy/Transforms/QueryParameterFromRouteTransform.cs +++ b/src/ReverseProxy/Transforms/QueryParameterFromRouteTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/src/ReverseProxy/Transforms/QueryParameterFromStaticTransform.cs b/src/ReverseProxy/Transforms/QueryParameterFromStaticTransform.cs index 31adf09c4..e60e133db 100644 --- a/src/ReverseProxy/Transforms/QueryParameterFromStaticTransform.cs +++ b/src/ReverseProxy/Transforms/QueryParameterFromStaticTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/src/ReverseProxy/Transforms/QueryParameterRemoveTransform.cs b/src/ReverseProxy/Transforms/QueryParameterRemoveTransform.cs index f92ce633d..5b088d836 100644 --- a/src/ReverseProxy/Transforms/QueryParameterRemoveTransform.cs +++ b/src/ReverseProxy/Transforms/QueryParameterRemoveTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading.Tasks; diff --git a/src/ReverseProxy/Transforms/QueryParameterTransform.cs b/src/ReverseProxy/Transforms/QueryParameterTransform.cs index 115117fe8..ea4c59e82 100644 --- a/src/ReverseProxy/Transforms/QueryParameterTransform.cs +++ b/src/ReverseProxy/Transforms/QueryParameterTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading.Tasks; diff --git a/src/ReverseProxy/Transforms/QueryTransformContext.cs b/src/ReverseProxy/Transforms/QueryTransformContext.cs index eb0a9dd72..7e0e5ff4d 100644 --- a/src/ReverseProxy/Transforms/QueryTransformContext.cs +++ b/src/ReverseProxy/Transforms/QueryTransformContext.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Transforms/QueryTransformExtensions.cs b/src/ReverseProxy/Transforms/QueryTransformExtensions.cs index 3c8c7b1c5..f6be87a86 100644 --- a/src/ReverseProxy/Transforms/QueryTransformExtensions.cs +++ b/src/ReverseProxy/Transforms/QueryTransformExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Yarp.ReverseProxy.Configuration; using Yarp.ReverseProxy.Transforms.Builder; diff --git a/src/ReverseProxy/Transforms/QueryTransformFactory.cs b/src/ReverseProxy/Transforms/QueryTransformFactory.cs index c2aebfa62..401eb0d2b 100644 --- a/src/ReverseProxy/Transforms/QueryTransformFactory.cs +++ b/src/ReverseProxy/Transforms/QueryTransformFactory.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Transforms/RequestFuncTransform.cs b/src/ReverseProxy/Transforms/RequestFuncTransform.cs index 3332c5f3b..f53cb62e9 100644 --- a/src/ReverseProxy/Transforms/RequestFuncTransform.cs +++ b/src/ReverseProxy/Transforms/RequestFuncTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading.Tasks; diff --git a/src/ReverseProxy/Transforms/RequestHeaderClientCertTransform.cs b/src/ReverseProxy/Transforms/RequestHeaderClientCertTransform.cs index c8a2e5b15..61fb0b818 100644 --- a/src/ReverseProxy/Transforms/RequestHeaderClientCertTransform.cs +++ b/src/ReverseProxy/Transforms/RequestHeaderClientCertTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading.Tasks; diff --git a/src/ReverseProxy/Transforms/RequestHeaderForwardedTransform.cs b/src/ReverseProxy/Transforms/RequestHeaderForwardedTransform.cs index 2d9f365f4..9e0a25a12 100644 --- a/src/ReverseProxy/Transforms/RequestHeaderForwardedTransform.cs +++ b/src/ReverseProxy/Transforms/RequestHeaderForwardedTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/src/ReverseProxy/Transforms/RequestHeaderOriginalHostTransform.cs b/src/ReverseProxy/Transforms/RequestHeaderOriginalHostTransform.cs index 5e71ad1f5..b029c9a72 100644 --- a/src/ReverseProxy/Transforms/RequestHeaderOriginalHostTransform.cs +++ b/src/ReverseProxy/Transforms/RequestHeaderOriginalHostTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading.Tasks; diff --git a/src/ReverseProxy/Transforms/RequestHeaderRemoveTransform.cs b/src/ReverseProxy/Transforms/RequestHeaderRemoveTransform.cs index 09077de4c..f08908cda 100644 --- a/src/ReverseProxy/Transforms/RequestHeaderRemoveTransform.cs +++ b/src/ReverseProxy/Transforms/RequestHeaderRemoveTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading.Tasks; diff --git a/src/ReverseProxy/Transforms/RequestHeaderValueTransform.cs b/src/ReverseProxy/Transforms/RequestHeaderValueTransform.cs index 892c789d7..47e91c55e 100644 --- a/src/ReverseProxy/Transforms/RequestHeaderValueTransform.cs +++ b/src/ReverseProxy/Transforms/RequestHeaderValueTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading.Tasks; diff --git a/src/ReverseProxy/Transforms/RequestHeaderXForwardedForTransform.cs b/src/ReverseProxy/Transforms/RequestHeaderXForwardedForTransform.cs index af6a56b4d..aa630260f 100644 --- a/src/ReverseProxy/Transforms/RequestHeaderXForwardedForTransform.cs +++ b/src/ReverseProxy/Transforms/RequestHeaderXForwardedForTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/src/ReverseProxy/Transforms/RequestHeaderXForwardedHostTransform.cs b/src/ReverseProxy/Transforms/RequestHeaderXForwardedHostTransform.cs index 04d876cac..4fbd3decf 100644 --- a/src/ReverseProxy/Transforms/RequestHeaderXForwardedHostTransform.cs +++ b/src/ReverseProxy/Transforms/RequestHeaderXForwardedHostTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/src/ReverseProxy/Transforms/RequestHeaderXForwardedPrefixTransform.cs b/src/ReverseProxy/Transforms/RequestHeaderXForwardedPrefixTransform.cs index e10b0cf4c..1fa465674 100644 --- a/src/ReverseProxy/Transforms/RequestHeaderXForwardedPrefixTransform.cs +++ b/src/ReverseProxy/Transforms/RequestHeaderXForwardedPrefixTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/src/ReverseProxy/Transforms/RequestHeaderXForwardedProtoTransform.cs b/src/ReverseProxy/Transforms/RequestHeaderXForwardedProtoTransform.cs index 846e1f7c4..f4e4c7a93 100644 --- a/src/ReverseProxy/Transforms/RequestHeaderXForwardedProtoTransform.cs +++ b/src/ReverseProxy/Transforms/RequestHeaderXForwardedProtoTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/src/ReverseProxy/Transforms/RequestHeadersAllowedTransform.cs b/src/ReverseProxy/Transforms/RequestHeadersAllowedTransform.cs index f02630e96..d71ca2ce3 100644 --- a/src/ReverseProxy/Transforms/RequestHeadersAllowedTransform.cs +++ b/src/ReverseProxy/Transforms/RequestHeadersAllowedTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Frozen; diff --git a/src/ReverseProxy/Transforms/RequestHeadersTransformExtensions.cs b/src/ReverseProxy/Transforms/RequestHeadersTransformExtensions.cs index 9fc47b118..a43018bc3 100644 --- a/src/ReverseProxy/Transforms/RequestHeadersTransformExtensions.cs +++ b/src/ReverseProxy/Transforms/RequestHeadersTransformExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Yarp.ReverseProxy.Configuration; using Yarp.ReverseProxy.Transforms.Builder; diff --git a/src/ReverseProxy/Transforms/RequestHeadersTransformFactory.cs b/src/ReverseProxy/Transforms/RequestHeadersTransformFactory.cs index 44a35345c..7d7f922c4 100644 --- a/src/ReverseProxy/Transforms/RequestHeadersTransformFactory.cs +++ b/src/ReverseProxy/Transforms/RequestHeadersTransformFactory.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Transforms/RequestTransform.cs b/src/ReverseProxy/Transforms/RequestTransform.cs index a0bc15718..8872efee5 100644 --- a/src/ReverseProxy/Transforms/RequestTransform.cs +++ b/src/ReverseProxy/Transforms/RequestTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading.Tasks; diff --git a/src/ReverseProxy/Transforms/RequestTransformContext.cs b/src/ReverseProxy/Transforms/RequestTransformContext.cs index 52255e428..80042c428 100644 --- a/src/ReverseProxy/Transforms/RequestTransformContext.cs +++ b/src/ReverseProxy/Transforms/RequestTransformContext.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Net.Http; using System.Threading; diff --git a/src/ReverseProxy/Transforms/ResponseCondition.cs b/src/ReverseProxy/Transforms/ResponseCondition.cs index b0ea4c9ea..a73951875 100644 --- a/src/ReverseProxy/Transforms/ResponseCondition.cs +++ b/src/ReverseProxy/Transforms/ResponseCondition.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.ReverseProxy.Transforms; diff --git a/src/ReverseProxy/Transforms/ResponseFuncTransform.cs b/src/ReverseProxy/Transforms/ResponseFuncTransform.cs index f48e1696e..f4ea7f160 100644 --- a/src/ReverseProxy/Transforms/ResponseFuncTransform.cs +++ b/src/ReverseProxy/Transforms/ResponseFuncTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading.Tasks; diff --git a/src/ReverseProxy/Transforms/ResponseHeaderRemoveTransform.cs b/src/ReverseProxy/Transforms/ResponseHeaderRemoveTransform.cs index 1fd6db07f..dd82a47b5 100644 --- a/src/ReverseProxy/Transforms/ResponseHeaderRemoveTransform.cs +++ b/src/ReverseProxy/Transforms/ResponseHeaderRemoveTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading.Tasks; diff --git a/src/ReverseProxy/Transforms/ResponseHeaderValueTransform.cs b/src/ReverseProxy/Transforms/ResponseHeaderValueTransform.cs index d4013a64a..41168819d 100644 --- a/src/ReverseProxy/Transforms/ResponseHeaderValueTransform.cs +++ b/src/ReverseProxy/Transforms/ResponseHeaderValueTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading.Tasks; diff --git a/src/ReverseProxy/Transforms/ResponseHeadersAllowedTransform.cs b/src/ReverseProxy/Transforms/ResponseHeadersAllowedTransform.cs index f7ab2b7f9..17e725056 100644 --- a/src/ReverseProxy/Transforms/ResponseHeadersAllowedTransform.cs +++ b/src/ReverseProxy/Transforms/ResponseHeadersAllowedTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Frozen; diff --git a/src/ReverseProxy/Transforms/ResponseTrailerRemoveTransform.cs b/src/ReverseProxy/Transforms/ResponseTrailerRemoveTransform.cs index 7650f6330..cdec51a16 100644 --- a/src/ReverseProxy/Transforms/ResponseTrailerRemoveTransform.cs +++ b/src/ReverseProxy/Transforms/ResponseTrailerRemoveTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/src/ReverseProxy/Transforms/ResponseTrailerValueTransform.cs b/src/ReverseProxy/Transforms/ResponseTrailerValueTransform.cs index 02faa6771..676d4c48c 100644 --- a/src/ReverseProxy/Transforms/ResponseTrailerValueTransform.cs +++ b/src/ReverseProxy/Transforms/ResponseTrailerValueTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading.Tasks; diff --git a/src/ReverseProxy/Transforms/ResponseTrailersAllowedTransform.cs b/src/ReverseProxy/Transforms/ResponseTrailersAllowedTransform.cs index 0c072227d..e27ff6bc9 100644 --- a/src/ReverseProxy/Transforms/ResponseTrailersAllowedTransform.cs +++ b/src/ReverseProxy/Transforms/ResponseTrailersAllowedTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Frozen; diff --git a/src/ReverseProxy/Transforms/ResponseTrailersFuncTransform.cs b/src/ReverseProxy/Transforms/ResponseTrailersFuncTransform.cs index a8754aaa3..4d9ec85d2 100644 --- a/src/ReverseProxy/Transforms/ResponseTrailersFuncTransform.cs +++ b/src/ReverseProxy/Transforms/ResponseTrailersFuncTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading.Tasks; diff --git a/src/ReverseProxy/Transforms/ResponseTrailersTransform.cs b/src/ReverseProxy/Transforms/ResponseTrailersTransform.cs index 4f42b25f7..5b7805023 100644 --- a/src/ReverseProxy/Transforms/ResponseTrailersTransform.cs +++ b/src/ReverseProxy/Transforms/ResponseTrailersTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/src/ReverseProxy/Transforms/ResponseTrailersTransformContext.cs b/src/ReverseProxy/Transforms/ResponseTrailersTransformContext.cs index d4372fdfa..edcc10a83 100644 --- a/src/ReverseProxy/Transforms/ResponseTrailersTransformContext.cs +++ b/src/ReverseProxy/Transforms/ResponseTrailersTransformContext.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Net.Http; using System.Threading; diff --git a/src/ReverseProxy/Transforms/ResponseTransform.cs b/src/ReverseProxy/Transforms/ResponseTransform.cs index 4345f88a7..77053166d 100644 --- a/src/ReverseProxy/Transforms/ResponseTransform.cs +++ b/src/ReverseProxy/Transforms/ResponseTransform.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading.Tasks; diff --git a/src/ReverseProxy/Transforms/ResponseTransformContext.cs b/src/ReverseProxy/Transforms/ResponseTransformContext.cs index 9eef19a5d..e893a91f0 100644 --- a/src/ReverseProxy/Transforms/ResponseTransformContext.cs +++ b/src/ReverseProxy/Transforms/ResponseTransformContext.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Net.Http; using System.Threading; diff --git a/src/ReverseProxy/Transforms/ResponseTransformExtensions.cs b/src/ReverseProxy/Transforms/ResponseTransformExtensions.cs index 476e3b756..aa627ba23 100644 --- a/src/ReverseProxy/Transforms/ResponseTransformExtensions.cs +++ b/src/ReverseProxy/Transforms/ResponseTransformExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Yarp.ReverseProxy.Configuration; using Yarp.ReverseProxy.Transforms.Builder; diff --git a/src/ReverseProxy/Transforms/ResponseTransformFactory.cs b/src/ReverseProxy/Transforms/ResponseTransformFactory.cs index 022de289e..f34baee1a 100644 --- a/src/ReverseProxy/Transforms/ResponseTransformFactory.cs +++ b/src/ReverseProxy/Transforms/ResponseTransformFactory.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Transforms/RouteConfigTransformExtensions.cs b/src/ReverseProxy/Transforms/RouteConfigTransformExtensions.cs index 24be8c38e..8ae074840 100644 --- a/src/ReverseProxy/Transforms/RouteConfigTransformExtensions.cs +++ b/src/ReverseProxy/Transforms/RouteConfigTransformExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Transforms/TransformBuilderContextFuncExtensions.cs b/src/ReverseProxy/Transforms/TransformBuilderContextFuncExtensions.cs index e0312a95b..84bb1737e 100644 --- a/src/ReverseProxy/Transforms/TransformBuilderContextFuncExtensions.cs +++ b/src/ReverseProxy/Transforms/TransformBuilderContextFuncExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/src/ReverseProxy/Utilities/ActivityCancellationTokenSource.cs b/src/ReverseProxy/Utilities/ActivityCancellationTokenSource.cs index 2471e0eb3..1784d401d 100644 --- a/src/ReverseProxy/Utilities/ActivityCancellationTokenSource.cs +++ b/src/ReverseProxy/Utilities/ActivityCancellationTokenSource.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Concurrent; diff --git a/src/ReverseProxy/Utilities/AtomicCounter.cs b/src/ReverseProxy/Utilities/AtomicCounter.cs index cc47f860b..8e2ec8c7e 100644 --- a/src/ReverseProxy/Utilities/AtomicCounter.cs +++ b/src/ReverseProxy/Utilities/AtomicCounter.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Threading; diff --git a/src/ReverseProxy/Utilities/CaseInsensitiveEqualHelper.cs b/src/ReverseProxy/Utilities/CaseInsensitiveEqualHelper.cs index 0126c8f36..71600f061 100644 --- a/src/ReverseProxy/Utilities/CaseInsensitiveEqualHelper.cs +++ b/src/ReverseProxy/Utilities/CaseInsensitiveEqualHelper.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Utilities/CaseSensitiveEqualHelper.cs b/src/ReverseProxy/Utilities/CaseSensitiveEqualHelper.cs index 5e864c3b1..31c7da813 100644 --- a/src/ReverseProxy/Utilities/CaseSensitiveEqualHelper.cs +++ b/src/ReverseProxy/Utilities/CaseSensitiveEqualHelper.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Utilities/CollectionEqualityHelper.cs b/src/ReverseProxy/Utilities/CollectionEqualityHelper.cs index f79e2082c..e05b29625 100644 --- a/src/ReverseProxy/Utilities/CollectionEqualityHelper.cs +++ b/src/ReverseProxy/Utilities/CollectionEqualityHelper.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/ReverseProxy/Utilities/ConcurrentDictionaryExtensions.cs b/src/ReverseProxy/Utilities/ConcurrentDictionaryExtensions.cs index 05217cd88..9b4d94d23 100644 --- a/src/ReverseProxy/Utilities/ConcurrentDictionaryExtensions.cs +++ b/src/ReverseProxy/Utilities/ConcurrentDictionaryExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Concurrent; using System.Collections.Generic; diff --git a/src/ReverseProxy/Utilities/DelegatingStream.cs b/src/ReverseProxy/Utilities/DelegatingStream.cs index 00db40de8..8519cf1fb 100644 --- a/src/ReverseProxy/Utilities/DelegatingStream.cs +++ b/src/ReverseProxy/Utilities/DelegatingStream.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/src/ReverseProxy/Utilities/EventIds.cs b/src/ReverseProxy/Utilities/EventIds.cs index 324ba1b65..0ece32453 100644 --- a/src/ReverseProxy/Utilities/EventIds.cs +++ b/src/ReverseProxy/Utilities/EventIds.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.Extensions.Logging; diff --git a/src/ReverseProxy/Utilities/IClock.cs b/src/ReverseProxy/Utilities/IClock.cs index 4ac71e8ab..00137b12b 100644 --- a/src/ReverseProxy/Utilities/IClock.cs +++ b/src/ReverseProxy/Utilities/IClock.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading; diff --git a/src/ReverseProxy/Utilities/IRandomFactory.cs b/src/ReverseProxy/Utilities/IRandomFactory.cs index 192ad58c0..8e7d29ad4 100644 --- a/src/ReverseProxy/Utilities/IRandomFactory.cs +++ b/src/ReverseProxy/Utilities/IRandomFactory.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/src/ReverseProxy/Utilities/NullRandomFactory.cs b/src/ReverseProxy/Utilities/NullRandomFactory.cs index e8ce6b04e..a550c3287 100644 --- a/src/ReverseProxy/Utilities/NullRandomFactory.cs +++ b/src/ReverseProxy/Utilities/NullRandomFactory.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/src/ReverseProxy/Utilities/Observability.cs b/src/ReverseProxy/Utilities/Observability.cs index aa4b84f65..95ca60843 100644 --- a/src/ReverseProxy/Utilities/Observability.cs +++ b/src/ReverseProxy/Utilities/Observability.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Diagnostics; using Microsoft.AspNetCore.Http; diff --git a/src/ReverseProxy/Utilities/ParsedMetadataEntry.cs b/src/ReverseProxy/Utilities/ParsedMetadataEntry.cs index 52feda1c9..b279d56b5 100644 --- a/src/ReverseProxy/Utilities/ParsedMetadataEntry.cs +++ b/src/ReverseProxy/Utilities/ParsedMetadataEntry.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Yarp.ReverseProxy.Model; diff --git a/src/ReverseProxy/Utilities/RandomFactory.cs b/src/ReverseProxy/Utilities/RandomFactory.cs index 6552ac996..7f54f7c16 100644 --- a/src/ReverseProxy/Utilities/RandomFactory.cs +++ b/src/ReverseProxy/Utilities/RandomFactory.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/src/ReverseProxy/Utilities/ServiceLookupHelper.cs b/src/ReverseProxy/Utilities/ServiceLookupHelper.cs index 95de05354..102282a1b 100644 --- a/src/ReverseProxy/Utilities/ServiceLookupHelper.cs +++ b/src/ReverseProxy/Utilities/ServiceLookupHelper.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Frozen; diff --git a/src/ReverseProxy/Utilities/SkipLocalsInit.cs b/src/ReverseProxy/Utilities/SkipLocalsInit.cs index c4a5cf52d..b462975c3 100644 --- a/src/ReverseProxy/Utilities/SkipLocalsInit.cs +++ b/src/ReverseProxy/Utilities/SkipLocalsInit.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. // Used to indicate to the compiler that the .locals init flag should not be set in method headers. [module: System.Runtime.CompilerServices.SkipLocalsInit] diff --git a/src/ReverseProxy/Utilities/StringSyntaxAttribute.cs b/src/ReverseProxy/Utilities/StringSyntaxAttribute.cs index 169535baa..fbb417482 100644 --- a/src/ReverseProxy/Utilities/StringSyntaxAttribute.cs +++ b/src/ReverseProxy/Utilities/StringSyntaxAttribute.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace System.Diagnostics.CodeAnalysis { diff --git a/src/ReverseProxy/Utilities/TaskUtilities.cs b/src/ReverseProxy/Utilities/TaskUtilities.cs index 734bbc169..d375481a1 100644 --- a/src/ReverseProxy/Utilities/TaskUtilities.cs +++ b/src/ReverseProxy/Utilities/TaskUtilities.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Threading.Tasks; diff --git a/src/ReverseProxy/Utilities/ValueStopwatch.cs b/src/ReverseProxy/Utilities/ValueStopwatch.cs index 054210c5d..b703ead94 100644 --- a/src/ReverseProxy/Utilities/ValueStopwatch.cs +++ b/src/ReverseProxy/Utilities/ValueStopwatch.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/src/ReverseProxy/Utilities/ValueStringBuilder.cs b/src/ReverseProxy/Utilities/ValueStringBuilder.cs index 51d1dbe35..eaa93b452 100644 --- a/src/ReverseProxy/Utilities/ValueStringBuilder.cs +++ b/src/ReverseProxy/Utilities/ValueStringBuilder.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Buffers; diff --git a/src/ReverseProxy/WebSocketsTelemetry/HttpConnectFeatureWrapper.cs b/src/ReverseProxy/WebSocketsTelemetry/HttpConnectFeatureWrapper.cs index 0ab054eb7..e8511766f 100644 --- a/src/ReverseProxy/WebSocketsTelemetry/HttpConnectFeatureWrapper.cs +++ b/src/ReverseProxy/WebSocketsTelemetry/HttpConnectFeatureWrapper.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. #if NET7_0_OR_GREATER diff --git a/src/ReverseProxy/WebSocketsTelemetry/HttpUpgradeFeatureWrapper.cs b/src/ReverseProxy/WebSocketsTelemetry/HttpUpgradeFeatureWrapper.cs index 8b71e0b13..4aa542494 100644 --- a/src/ReverseProxy/WebSocketsTelemetry/HttpUpgradeFeatureWrapper.cs +++ b/src/ReverseProxy/WebSocketsTelemetry/HttpUpgradeFeatureWrapper.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/src/ReverseProxy/WebSocketsTelemetry/WebSocketCloseReason.cs b/src/ReverseProxy/WebSocketsTelemetry/WebSocketCloseReason.cs index 0158b01f5..391ae9375 100644 --- a/src/ReverseProxy/WebSocketsTelemetry/WebSocketCloseReason.cs +++ b/src/ReverseProxy/WebSocketsTelemetry/WebSocketCloseReason.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.ReverseProxy.WebSocketsTelemetry; diff --git a/src/ReverseProxy/WebSocketsTelemetry/WebSocketsParser.cs b/src/ReverseProxy/WebSocketsTelemetry/WebSocketsParser.cs index 3337abff9..98c4fac2d 100644 --- a/src/ReverseProxy/WebSocketsTelemetry/WebSocketsParser.cs +++ b/src/ReverseProxy/WebSocketsTelemetry/WebSocketsParser.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/src/ReverseProxy/WebSocketsTelemetry/WebSocketsTelemetry.cs b/src/ReverseProxy/WebSocketsTelemetry/WebSocketsTelemetry.cs index 9457c9c81..35735cecf 100644 --- a/src/ReverseProxy/WebSocketsTelemetry/WebSocketsTelemetry.cs +++ b/src/ReverseProxy/WebSocketsTelemetry/WebSocketsTelemetry.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Diagnostics.CodeAnalysis; using System.Diagnostics.Tracing; diff --git a/src/ReverseProxy/WebSocketsTelemetry/WebSocketsTelemetryExtensions.cs b/src/ReverseProxy/WebSocketsTelemetry/WebSocketsTelemetryExtensions.cs index 5a31170f7..66f0aa874 100644 --- a/src/ReverseProxy/WebSocketsTelemetry/WebSocketsTelemetryExtensions.cs +++ b/src/ReverseProxy/WebSocketsTelemetry/WebSocketsTelemetryExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Microsoft.Extensions.DependencyInjection; diff --git a/src/ReverseProxy/WebSocketsTelemetry/WebSocketsTelemetryMiddleware.cs b/src/ReverseProxy/WebSocketsTelemetry/WebSocketsTelemetryMiddleware.cs index b8509c387..93945ede5 100644 --- a/src/ReverseProxy/WebSocketsTelemetry/WebSocketsTelemetryMiddleware.cs +++ b/src/ReverseProxy/WebSocketsTelemetry/WebSocketsTelemetryMiddleware.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading.Tasks; diff --git a/src/ReverseProxy/WebSocketsTelemetry/WebSocketsTelemetryStream.cs b/src/ReverseProxy/WebSocketsTelemetry/WebSocketsTelemetryStream.cs index 77f820769..c390cfa7b 100644 --- a/src/ReverseProxy/WebSocketsTelemetry/WebSocketsTelemetryStream.cs +++ b/src/ReverseProxy/WebSocketsTelemetry/WebSocketsTelemetryStream.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.IO; diff --git a/src/TelemetryConsumption/EventListenerService.cs b/src/TelemetryConsumption/EventListenerService.cs index 1f6d3d456..d162dedb7 100644 --- a/src/TelemetryConsumption/EventListenerService.cs +++ b/src/TelemetryConsumption/EventListenerService.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/TelemetryConsumption/Forwarder/ForwarderEventListenerService.cs b/src/TelemetryConsumption/Forwarder/ForwarderEventListenerService.cs index 01c70cfa7..ea29bec0a 100644 --- a/src/TelemetryConsumption/Forwarder/ForwarderEventListenerService.cs +++ b/src/TelemetryConsumption/Forwarder/ForwarderEventListenerService.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/TelemetryConsumption/Forwarder/ForwarderMetrics.cs b/src/TelemetryConsumption/Forwarder/ForwarderMetrics.cs index da1cbaadc..2df5e96a4 100644 --- a/src/TelemetryConsumption/Forwarder/ForwarderMetrics.cs +++ b/src/TelemetryConsumption/Forwarder/ForwarderMetrics.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/src/TelemetryConsumption/Forwarder/ForwarderStage.cs b/src/TelemetryConsumption/Forwarder/ForwarderStage.cs index e5a08b578..c0aa26903 100644 --- a/src/TelemetryConsumption/Forwarder/ForwarderStage.cs +++ b/src/TelemetryConsumption/Forwarder/ForwarderStage.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.Telemetry.Consumption; diff --git a/src/TelemetryConsumption/Forwarder/IForwarderTelemetryConsumer.cs b/src/TelemetryConsumption/Forwarder/IForwarderTelemetryConsumer.cs index ee431491e..376c7f0e5 100644 --- a/src/TelemetryConsumption/Forwarder/IForwarderTelemetryConsumer.cs +++ b/src/TelemetryConsumption/Forwarder/IForwarderTelemetryConsumer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Yarp.ReverseProxy.Forwarder; diff --git a/src/TelemetryConsumption/Http/HttpEventListenerService.cs b/src/TelemetryConsumption/Http/HttpEventListenerService.cs index 3e98ed028..773ea55fd 100644 --- a/src/TelemetryConsumption/Http/HttpEventListenerService.cs +++ b/src/TelemetryConsumption/Http/HttpEventListenerService.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/TelemetryConsumption/Http/HttpMetrics.cs b/src/TelemetryConsumption/Http/HttpMetrics.cs index 6a653b547..cd886d7c5 100644 --- a/src/TelemetryConsumption/Http/HttpMetrics.cs +++ b/src/TelemetryConsumption/Http/HttpMetrics.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/src/TelemetryConsumption/Http/IHttpTelemetryConsumer.cs b/src/TelemetryConsumption/Http/IHttpTelemetryConsumer.cs index 78ca5c202..cc55dd2d3 100644 --- a/src/TelemetryConsumption/Http/IHttpTelemetryConsumer.cs +++ b/src/TelemetryConsumption/Http/IHttpTelemetryConsumer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Net.Http; diff --git a/src/TelemetryConsumption/IMetricsConsumer.cs b/src/TelemetryConsumption/IMetricsConsumer.cs index b77b7665f..8959723d9 100644 --- a/src/TelemetryConsumption/IMetricsConsumer.cs +++ b/src/TelemetryConsumption/IMetricsConsumer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.Telemetry.Consumption; diff --git a/src/TelemetryConsumption/Kestrel/IKestrelTelemetryConsumer.cs b/src/TelemetryConsumption/Kestrel/IKestrelTelemetryConsumer.cs index 6809097f3..31df2e463 100644 --- a/src/TelemetryConsumption/Kestrel/IKestrelTelemetryConsumer.cs +++ b/src/TelemetryConsumption/Kestrel/IKestrelTelemetryConsumer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/src/TelemetryConsumption/Kestrel/KestrelEventListenerService.cs b/src/TelemetryConsumption/Kestrel/KestrelEventListenerService.cs index 6e2cd3978..c406964a6 100644 --- a/src/TelemetryConsumption/Kestrel/KestrelEventListenerService.cs +++ b/src/TelemetryConsumption/Kestrel/KestrelEventListenerService.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Collections.ObjectModel; diff --git a/src/TelemetryConsumption/Kestrel/KestrelMetrics.cs b/src/TelemetryConsumption/Kestrel/KestrelMetrics.cs index f65c7d699..2f3e0e395 100644 --- a/src/TelemetryConsumption/Kestrel/KestrelMetrics.cs +++ b/src/TelemetryConsumption/Kestrel/KestrelMetrics.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/src/TelemetryConsumption/MetricsOptions.cs b/src/TelemetryConsumption/MetricsOptions.cs index 696e48ab3..bdcdc6690 100644 --- a/src/TelemetryConsumption/MetricsOptions.cs +++ b/src/TelemetryConsumption/MetricsOptions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/src/TelemetryConsumption/NameResolution/INameResolutionTelemetryConsumer.cs b/src/TelemetryConsumption/NameResolution/INameResolutionTelemetryConsumer.cs index 42d12e2e1..9f720506c 100644 --- a/src/TelemetryConsumption/NameResolution/INameResolutionTelemetryConsumer.cs +++ b/src/TelemetryConsumption/NameResolution/INameResolutionTelemetryConsumer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/src/TelemetryConsumption/NameResolution/NameResolutionEventListenerService.cs b/src/TelemetryConsumption/NameResolution/NameResolutionEventListenerService.cs index 7d42f5ebb..448e9b7e9 100644 --- a/src/TelemetryConsumption/NameResolution/NameResolutionEventListenerService.cs +++ b/src/TelemetryConsumption/NameResolution/NameResolutionEventListenerService.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/TelemetryConsumption/NameResolution/NameResolutionMetrics.cs b/src/TelemetryConsumption/NameResolution/NameResolutionMetrics.cs index 224073118..3a913ead0 100644 --- a/src/TelemetryConsumption/NameResolution/NameResolutionMetrics.cs +++ b/src/TelemetryConsumption/NameResolution/NameResolutionMetrics.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/src/TelemetryConsumption/NetSecurity/INetSecurityTelemetryConsumer.cs b/src/TelemetryConsumption/NetSecurity/INetSecurityTelemetryConsumer.cs index 0fe012ab6..aee48d943 100644 --- a/src/TelemetryConsumption/NetSecurity/INetSecurityTelemetryConsumer.cs +++ b/src/TelemetryConsumption/NetSecurity/INetSecurityTelemetryConsumer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Security.Authentication; diff --git a/src/TelemetryConsumption/NetSecurity/NetSecurityEventListenerService.cs b/src/TelemetryConsumption/NetSecurity/NetSecurityEventListenerService.cs index b77b679d6..b5603c400 100644 --- a/src/TelemetryConsumption/NetSecurity/NetSecurityEventListenerService.cs +++ b/src/TelemetryConsumption/NetSecurity/NetSecurityEventListenerService.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/src/TelemetryConsumption/NetSecurity/NetSecurityMetrics.cs b/src/TelemetryConsumption/NetSecurity/NetSecurityMetrics.cs index cb9a5b16c..7c07a7916 100644 --- a/src/TelemetryConsumption/NetSecurity/NetSecurityMetrics.cs +++ b/src/TelemetryConsumption/NetSecurity/NetSecurityMetrics.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/src/TelemetryConsumption/Sockets/ISocketsTelemetryConsumer.cs b/src/TelemetryConsumption/Sockets/ISocketsTelemetryConsumer.cs index 579cb29e2..ed45e7976 100644 --- a/src/TelemetryConsumption/Sockets/ISocketsTelemetryConsumer.cs +++ b/src/TelemetryConsumption/Sockets/ISocketsTelemetryConsumer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Net.Sockets; diff --git a/src/TelemetryConsumption/Sockets/SocketsEventListenerService.cs b/src/TelemetryConsumption/Sockets/SocketsEventListenerService.cs index 47b700181..105766f1b 100644 --- a/src/TelemetryConsumption/Sockets/SocketsEventListenerService.cs +++ b/src/TelemetryConsumption/Sockets/SocketsEventListenerService.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Collections.ObjectModel; diff --git a/src/TelemetryConsumption/Sockets/SocketsMetrics.cs b/src/TelemetryConsumption/Sockets/SocketsMetrics.cs index b9d004aa8..94f42d14d 100644 --- a/src/TelemetryConsumption/Sockets/SocketsMetrics.cs +++ b/src/TelemetryConsumption/Sockets/SocketsMetrics.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/src/TelemetryConsumption/TelemetryConsumptionExtensions.cs b/src/TelemetryConsumption/TelemetryConsumptionExtensions.cs index 3c0e2e275..ea4b443f1 100644 --- a/src/TelemetryConsumption/TelemetryConsumptionExtensions.cs +++ b/src/TelemetryConsumption/TelemetryConsumptionExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics.CodeAnalysis; diff --git a/src/TelemetryConsumption/WebSockets/IWebSocketsTelemetryConsumer.cs b/src/TelemetryConsumption/WebSockets/IWebSocketsTelemetryConsumer.cs index 20dbeaf15..ad10cc56b 100644 --- a/src/TelemetryConsumption/WebSockets/IWebSocketsTelemetryConsumer.cs +++ b/src/TelemetryConsumption/WebSockets/IWebSocketsTelemetryConsumer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/src/TelemetryConsumption/WebSockets/WebSocketCloseReason.cs b/src/TelemetryConsumption/WebSockets/WebSocketCloseReason.cs index 63df79fa2..45e1a1737 100644 --- a/src/TelemetryConsumption/WebSockets/WebSocketCloseReason.cs +++ b/src/TelemetryConsumption/WebSockets/WebSocketCloseReason.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.Telemetry.Consumption; diff --git a/src/TelemetryConsumption/WebSockets/WebSocketsEventListenerService.cs b/src/TelemetryConsumption/WebSockets/WebSocketsEventListenerService.cs index 629d30f8e..9a8032be7 100644 --- a/src/TelemetryConsumption/WebSockets/WebSocketsEventListenerService.cs +++ b/src/TelemetryConsumption/WebSockets/WebSocketsEventListenerService.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/Kubernetes.Tests/Certificates/CertificateHelperTests.cs b/test/Kubernetes.Tests/Certificates/CertificateHelperTests.cs index 0fde15cdf..e877bcf95 100644 --- a/test/Kubernetes.Tests/Certificates/CertificateHelperTests.cs +++ b/test/Kubernetes.Tests/Certificates/CertificateHelperTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.IO; using System.Linq; diff --git a/test/Kubernetes.Tests/Client/ResourceInformerTests.cs b/test/Kubernetes.Tests/Client/ResourceInformerTests.cs index 79b21fdc6..54fef68a7 100644 --- a/test/Kubernetes.Tests/Client/ResourceInformerTests.cs +++ b/test/Kubernetes.Tests/Client/ResourceInformerTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s; using k8s.Models; diff --git a/test/Kubernetes.Tests/Client/SyncResourceInformer.cs b/test/Kubernetes.Tests/Client/SyncResourceInformer.cs index bdff77e8d..0cc37c986 100644 --- a/test/Kubernetes.Tests/Client/SyncResourceInformer.cs +++ b/test/Kubernetes.Tests/Client/SyncResourceInformer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s; using k8s.Models; diff --git a/test/Kubernetes.Tests/Client/V1DeploymentResourceInformer.cs b/test/Kubernetes.Tests/Client/V1DeploymentResourceInformer.cs index 345330292..4ae785a55 100644 --- a/test/Kubernetes.Tests/Client/V1DeploymentResourceInformer.cs +++ b/test/Kubernetes.Tests/Client/V1DeploymentResourceInformer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s; using k8s.Autorest; diff --git a/test/Kubernetes.Tests/Client/V1PodResourceInformer.cs b/test/Kubernetes.Tests/Client/V1PodResourceInformer.cs index dcee981d5..32ab54f28 100644 --- a/test/Kubernetes.Tests/Client/V1PodResourceInformer.cs +++ b/test/Kubernetes.Tests/Client/V1PodResourceInformer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s; using k8s.Autorest; diff --git a/test/Kubernetes.Tests/Hosting/BackgroundHostedServiceTests.cs b/test/Kubernetes.Tests/Hosting/BackgroundHostedServiceTests.cs index 7bd5c6068..9280f287b 100644 --- a/test/Kubernetes.Tests/Hosting/BackgroundHostedServiceTests.cs +++ b/test/Kubernetes.Tests/Hosting/BackgroundHostedServiceTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Hosting.Server; diff --git a/test/Kubernetes.Tests/Hosting/Fakes/FakeBackgroundHostedService.cs b/test/Kubernetes.Tests/Hosting/Fakes/FakeBackgroundHostedService.cs index 9caa991b6..10e9d9e48 100644 --- a/test/Kubernetes.Tests/Hosting/Fakes/FakeBackgroundHostedService.cs +++ b/test/Kubernetes.Tests/Hosting/Fakes/FakeBackgroundHostedService.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; diff --git a/test/Kubernetes.Tests/Hosting/Fakes/FakeServer.cs b/test/Kubernetes.Tests/Hosting/Fakes/FakeServer.cs index 70dbabb1c..3cd4b7068 100644 --- a/test/Kubernetes.Tests/Hosting/Fakes/FakeServer.cs +++ b/test/Kubernetes.Tests/Hosting/Fakes/FakeServer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Hosting.Server; using Microsoft.AspNetCore.Http.Features; diff --git a/test/Kubernetes.Tests/Hosting/Fakes/TestLatch.cs b/test/Kubernetes.Tests/Hosting/Fakes/TestLatch.cs index 58348d53f..fad2f7423 100644 --- a/test/Kubernetes.Tests/Hosting/Fakes/TestLatch.cs +++ b/test/Kubernetes.Tests/Hosting/Fakes/TestLatch.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading; diff --git a/test/Kubernetes.Tests/Hosting/Fakes/TestLatches.cs b/test/Kubernetes.Tests/Hosting/Fakes/TestLatches.cs index f96576556..053ff32c9 100644 --- a/test/Kubernetes.Tests/Hosting/Fakes/TestLatches.cs +++ b/test/Kubernetes.Tests/Hosting/Fakes/TestLatches.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. namespace Yarp.Kubernetes.Tests.Hosting.Fakes; diff --git a/test/Kubernetes.Tests/IngressCacheTests.cs b/test/Kubernetes.Tests/IngressCacheTests.cs index 3b2910052..998904cc0 100644 --- a/test/Kubernetes.Tests/IngressCacheTests.cs +++ b/test/Kubernetes.Tests/IngressCacheTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Linq; diff --git a/test/Kubernetes.Tests/IngressControllerTests.cs b/test/Kubernetes.Tests/IngressControllerTests.cs index ba19a336c..d18b43372 100644 --- a/test/Kubernetes.Tests/IngressControllerTests.cs +++ b/test/Kubernetes.Tests/IngressControllerTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s; using k8s.Models; diff --git a/test/Kubernetes.Tests/IngressConversionTests.cs b/test/Kubernetes.Tests/IngressConversionTests.cs index 40ca72894..05d1c101a 100644 --- a/test/Kubernetes.Tests/IngressConversionTests.cs +++ b/test/Kubernetes.Tests/IngressConversionTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/Kubernetes.Tests/KubeResourceGenerator.cs b/test/Kubernetes.Tests/KubeResourceGenerator.cs index 938ab148b..6690d7577 100644 --- a/test/Kubernetes.Tests/KubeResourceGenerator.cs +++ b/test/Kubernetes.Tests/KubeResourceGenerator.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/Kubernetes.Tests/Management/KubernetesCoreExtensionsTests.cs b/test/Kubernetes.Tests/Management/KubernetesCoreExtensionsTests.cs index c01bb6d03..d185aafdf 100644 --- a/test/Kubernetes.Tests/Management/KubernetesCoreExtensionsTests.cs +++ b/test/Kubernetes.Tests/Management/KubernetesCoreExtensionsTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s; using Microsoft.Extensions.DependencyInjection; diff --git a/test/Kubernetes.Tests/NamespacedNameTests.cs b/test/Kubernetes.Tests/NamespacedNameTests.cs index 2b79a46cc..b415e6a43 100644 --- a/test/Kubernetes.Tests/NamespacedNameTests.cs +++ b/test/Kubernetes.Tests/NamespacedNameTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s.Models; using System.Collections.Generic; diff --git a/test/Kubernetes.Tests/Queues/WorkQueueTests.cs b/test/Kubernetes.Tests/Queues/WorkQueueTests.cs index c464fd2f4..6fb7c9a6c 100644 --- a/test/Kubernetes.Tests/Queues/WorkQueueTests.cs +++ b/test/Kubernetes.Tests/Queues/WorkQueueTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading; diff --git a/test/Kubernetes.Tests/Rate/LimitTests.cs b/test/Kubernetes.Tests/Rate/LimitTests.cs index 1638cbf57..cc9727820 100644 --- a/test/Kubernetes.Tests/Rate/LimitTests.cs +++ b/test/Kubernetes.Tests/Rate/LimitTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Xunit; diff --git a/test/Kubernetes.Tests/Rate/LimiterTests.cs b/test/Kubernetes.Tests/Rate/LimiterTests.cs index 591914f29..0d31bf0a3 100644 --- a/test/Kubernetes.Tests/Rate/LimiterTests.cs +++ b/test/Kubernetes.Tests/Rate/LimiterTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Polly; using System; diff --git a/test/Kubernetes.Tests/Rate/ReservationTests.cs b/test/Kubernetes.Tests/Rate/ReservationTests.cs index e92ca62aa..ba0d17cd2 100644 --- a/test/Kubernetes.Tests/Rate/ReservationTests.cs +++ b/test/Kubernetes.Tests/Rate/ReservationTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Xunit; diff --git a/test/Kubernetes.Tests/ReconcilerTests.cs b/test/Kubernetes.Tests/ReconcilerTests.cs index 5ab589c40..b07337343 100644 --- a/test/Kubernetes.Tests/ReconcilerTests.cs +++ b/test/Kubernetes.Tests/ReconcilerTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Moq; using System; diff --git a/test/Kubernetes.Tests/TestCluster/Controllers/ResourceApiController.cs b/test/Kubernetes.Tests/TestCluster/Controllers/ResourceApiController.cs index f23d276b9..941013370 100644 --- a/test/Kubernetes.Tests/TestCluster/Controllers/ResourceApiController.cs +++ b/test/Kubernetes.Tests/TestCluster/Controllers/ResourceApiController.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s.Models; using Microsoft.AspNetCore.Mvc; diff --git a/test/Kubernetes.Tests/TestCluster/Controllers/ResourceApiGroupController.cs b/test/Kubernetes.Tests/TestCluster/Controllers/ResourceApiGroupController.cs index 02b335a9d..d00529689 100644 --- a/test/Kubernetes.Tests/TestCluster/Controllers/ResourceApiGroupController.cs +++ b/test/Kubernetes.Tests/TestCluster/Controllers/ResourceApiGroupController.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s.Models; using Microsoft.AspNetCore.Mvc; diff --git a/test/Kubernetes.Tests/TestCluster/ITestCluster.cs b/test/Kubernetes.Tests/TestCluster/ITestCluster.cs index 0c7419181..f7d9bd78d 100644 --- a/test/Kubernetes.Tests/TestCluster/ITestCluster.cs +++ b/test/Kubernetes.Tests/TestCluster/ITestCluster.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Http; using System.Threading.Tasks; diff --git a/test/Kubernetes.Tests/TestCluster/ITestClusterHost.cs b/test/Kubernetes.Tests/TestCluster/ITestClusterHost.cs index 5dbb4a344..efd6c6d47 100644 --- a/test/Kubernetes.Tests/TestCluster/ITestClusterHost.cs +++ b/test/Kubernetes.Tests/TestCluster/ITestClusterHost.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s; using k8s.KubeConfigModels; diff --git a/test/Kubernetes.Tests/TestCluster/Models/ListParameters.cs b/test/Kubernetes.Tests/TestCluster/Models/ListParameters.cs index f428351d9..e3492f70b 100644 --- a/test/Kubernetes.Tests/TestCluster/Models/ListParameters.cs +++ b/test/Kubernetes.Tests/TestCluster/Models/ListParameters.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Mvc; diff --git a/test/Kubernetes.Tests/TestCluster/Models/ListResult.cs b/test/Kubernetes.Tests/TestCluster/Models/ListResult.cs index 5215674f0..2543e8945 100644 --- a/test/Kubernetes.Tests/TestCluster/Models/ListResult.cs +++ b/test/Kubernetes.Tests/TestCluster/Models/ListResult.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; diff --git a/test/Kubernetes.Tests/TestCluster/Models/ResourceObject.cs b/test/Kubernetes.Tests/TestCluster/Models/ResourceObject.cs index 621a39dd5..0a69d3f07 100644 --- a/test/Kubernetes.Tests/TestCluster/Models/ResourceObject.cs +++ b/test/Kubernetes.Tests/TestCluster/Models/ResourceObject.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s; using k8s.Models; diff --git a/test/Kubernetes.Tests/TestCluster/TestCluster.cs b/test/Kubernetes.Tests/TestCluster/TestCluster.cs index 340ea38df..304e922de 100644 --- a/test/Kubernetes.Tests/TestCluster/TestCluster.cs +++ b/test/Kubernetes.Tests/TestCluster/TestCluster.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Options; diff --git a/test/Kubernetes.Tests/TestCluster/TestClusterHost.cs b/test/Kubernetes.Tests/TestCluster/TestClusterHost.cs index 8cbb068b2..9423179bf 100644 --- a/test/Kubernetes.Tests/TestCluster/TestClusterHost.cs +++ b/test/Kubernetes.Tests/TestCluster/TestClusterHost.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s; using k8s.KubeConfigModels; diff --git a/test/Kubernetes.Tests/TestCluster/TestClusterHostBuilder.cs b/test/Kubernetes.Tests/TestCluster/TestClusterHostBuilder.cs index e4b45a216..b3b1e2dd5 100644 --- a/test/Kubernetes.Tests/TestCluster/TestClusterHostBuilder.cs +++ b/test/Kubernetes.Tests/TestCluster/TestClusterHostBuilder.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s; using k8s.KubeConfigModels; diff --git a/test/Kubernetes.Tests/TestCluster/TestClusterOptions.cs b/test/Kubernetes.Tests/TestCluster/TestClusterOptions.cs index a83e85fa2..1a5599bc3 100644 --- a/test/Kubernetes.Tests/TestCluster/TestClusterOptions.cs +++ b/test/Kubernetes.Tests/TestCluster/TestClusterOptions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using k8s; using k8s.Models; diff --git a/test/Kubernetes.Tests/TestCluster/TestClusterStartup.cs b/test/Kubernetes.Tests/TestCluster/TestClusterStartup.cs index 1fc2a482b..c6e17d047 100644 --- a/test/Kubernetes.Tests/TestCluster/TestClusterStartup.cs +++ b/test/Kubernetes.Tests/TestCluster/TestClusterStartup.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; diff --git a/test/Kubernetes.Tests/Utils/ResourceSerializers.cs b/test/Kubernetes.Tests/Utils/ResourceSerializers.cs index baf96e3d8..f671b2779 100644 --- a/test/Kubernetes.Tests/Utils/ResourceSerializers.cs +++ b/test/Kubernetes.Tests/Utils/ResourceSerializers.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Text.Json; diff --git a/test/Kubernetes.Tests/Utils/TestLogger.cs b/test/Kubernetes.Tests/Utils/TestLogger.cs index b78538f82..00220c3f3 100644 --- a/test/Kubernetes.Tests/Utils/TestLogger.cs +++ b/test/Kubernetes.Tests/Utils/TestLogger.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Microsoft.Extensions.Logging; diff --git a/test/ReverseProxy.FunctionalTests/Common/Helpers.cs b/test/ReverseProxy.FunctionalTests/Common/Helpers.cs index 10d70c167..56c5337cf 100644 --- a/test/ReverseProxy.FunctionalTests/Common/Helpers.cs +++ b/test/ReverseProxy.FunctionalTests/Common/Helpers.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Hosting.Server; using Microsoft.AspNetCore.Hosting.Server.Features; diff --git a/test/ReverseProxy.FunctionalTests/Common/TestEnvironment.cs b/test/ReverseProxy.FunctionalTests/Common/TestEnvironment.cs index 6ef4a0bb5..394ddc612 100644 --- a/test/ReverseProxy.FunctionalTests/Common/TestEnvironment.cs +++ b/test/ReverseProxy.FunctionalTests/Common/TestEnvironment.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.FunctionalTests/Common/TestUrlHelper.cs b/test/ReverseProxy.FunctionalTests/Common/TestUrlHelper.cs index f2df05313..bc562f6d0 100644 --- a/test/ReverseProxy.FunctionalTests/Common/TestUrlHelper.cs +++ b/test/ReverseProxy.FunctionalTests/Common/TestUrlHelper.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/test/ReverseProxy.FunctionalTests/DistributedTracingTests.cs b/test/ReverseProxy.FunctionalTests/DistributedTracingTests.cs index a922558b5..f7b1b643c 100644 --- a/test/ReverseProxy.FunctionalTests/DistributedTracingTests.cs +++ b/test/ReverseProxy.FunctionalTests/DistributedTracingTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Diagnostics; using System.Linq; diff --git a/test/ReverseProxy.FunctionalTests/Expect100ContinueTests.cs b/test/ReverseProxy.FunctionalTests/Expect100ContinueTests.cs index dbf707787..5d6aece50 100644 --- a/test/ReverseProxy.FunctionalTests/Expect100ContinueTests.cs +++ b/test/ReverseProxy.FunctionalTests/Expect100ContinueTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.IO; diff --git a/test/ReverseProxy.FunctionalTests/HeaderTests.cs b/test/ReverseProxy.FunctionalTests/HeaderTests.cs index f9053dbd8..5e26e215c 100644 --- a/test/ReverseProxy.FunctionalTests/HeaderTests.cs +++ b/test/ReverseProxy.FunctionalTests/HeaderTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.FunctionalTests/HttpForwarderCancellationTests.cs b/test/ReverseProxy.FunctionalTests/HttpForwarderCancellationTests.cs index 901b3ef06..4fe87cc8a 100644 --- a/test/ReverseProxy.FunctionalTests/HttpForwarderCancellationTests.cs +++ b/test/ReverseProxy.FunctionalTests/HttpForwarderCancellationTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.IO; diff --git a/test/ReverseProxy.FunctionalTests/HttpProxyCookieTests.cs b/test/ReverseProxy.FunctionalTests/HttpProxyCookieTests.cs index 3c0b5a726..6a43ceceb 100644 --- a/test/ReverseProxy.FunctionalTests/HttpProxyCookieTests.cs +++ b/test/ReverseProxy.FunctionalTests/HttpProxyCookieTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Net; diff --git a/test/ReverseProxy.FunctionalTests/HttpSysDelegationTests.cs b/test/ReverseProxy.FunctionalTests/HttpSysDelegationTests.cs index 546596606..3b34ad2a2 100644 --- a/test/ReverseProxy.FunctionalTests/HttpSysDelegationTests.cs +++ b/test/ReverseProxy.FunctionalTests/HttpSysDelegationTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.FunctionalTests/PassiveHealthCheckTests.cs b/test/ReverseProxy.FunctionalTests/PassiveHealthCheckTests.cs index 3f1680451..fb882db5b 100644 --- a/test/ReverseProxy.FunctionalTests/PassiveHealthCheckTests.cs +++ b/test/ReverseProxy.FunctionalTests/PassiveHealthCheckTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.IO; diff --git a/test/ReverseProxy.FunctionalTests/TelemetryConsumptionTests.cs b/test/ReverseProxy.FunctionalTests/TelemetryConsumptionTests.cs index 3b595b11c..eb22f5d8b 100644 --- a/test/ReverseProxy.FunctionalTests/TelemetryConsumptionTests.cs +++ b/test/ReverseProxy.FunctionalTests/TelemetryConsumptionTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Concurrent; diff --git a/test/ReverseProxy.FunctionalTests/TelemetryEnumTests.cs b/test/ReverseProxy.FunctionalTests/TelemetryEnumTests.cs index 9bd6c9a8e..6f46be64b 100644 --- a/test/ReverseProxy.FunctionalTests/TelemetryEnumTests.cs +++ b/test/ReverseProxy.FunctionalTests/TelemetryEnumTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Linq; diff --git a/test/ReverseProxy.FunctionalTests/WebSocketTests.cs b/test/ReverseProxy.FunctionalTests/WebSocketTests.cs index bec865339..a30c506d7 100644 --- a/test/ReverseProxy.FunctionalTests/WebSocketTests.cs +++ b/test/ReverseProxy.FunctionalTests/WebSocketTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/test/ReverseProxy.FunctionalTests/WebSocketsTelemetryTests.cs b/test/ReverseProxy.FunctionalTests/WebSocketsTelemetryTests.cs index d428c048e..1cd876c30 100644 --- a/test/ReverseProxy.FunctionalTests/WebSocketsTelemetryTests.cs +++ b/test/ReverseProxy.FunctionalTests/WebSocketsTelemetryTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. #nullable enable diff --git a/test/ReverseProxy.Tests/Common/HttpContentExtensions.cs b/test/ReverseProxy.Tests/Common/HttpContentExtensions.cs index 3944a4bae..bf62c54aa 100644 --- a/test/ReverseProxy.Tests/Common/HttpContentExtensions.cs +++ b/test/ReverseProxy.Tests/Common/HttpContentExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.IO; using System.Net.Http; diff --git a/test/ReverseProxy.Tests/Common/TestResources.cs b/test/ReverseProxy.Tests/Common/TestResources.cs index 802228f79..612d15429 100644 --- a/test/ReverseProxy.Tests/Common/TestResources.cs +++ b/test/ReverseProxy.Tests/Common/TestResources.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.IO; diff --git a/test/ReverseProxy.Tests/Common/TestTrailersFeature.cs b/test/ReverseProxy.Tests/Common/TestTrailersFeature.cs index 630130451..e00d139dd 100644 --- a/test/ReverseProxy.Tests/Common/TestTrailersFeature.cs +++ b/test/ReverseProxy.Tests/Common/TestTrailersFeature.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Http.Features; using Microsoft.AspNetCore.Http; diff --git a/test/ReverseProxy.Tests/Configuration/ActiveHealthCheckConfigTests.cs b/test/ReverseProxy.Tests/Configuration/ActiveHealthCheckConfigTests.cs index c4b925ef3..c628bd758 100644 --- a/test/ReverseProxy.Tests/Configuration/ActiveHealthCheckConfigTests.cs +++ b/test/ReverseProxy.Tests/Configuration/ActiveHealthCheckConfigTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Xunit; diff --git a/test/ReverseProxy.Tests/Configuration/ClusterConfigTests.cs b/test/ReverseProxy.Tests/Configuration/ClusterConfigTests.cs index a2ba46c5a..aae4be25c 100644 --- a/test/ReverseProxy.Tests/Configuration/ClusterConfigTests.cs +++ b/test/ReverseProxy.Tests/Configuration/ClusterConfigTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/Configuration/ConfigProvider/ConfigurationConfigProviderTests.cs b/test/ReverseProxy.Tests/Configuration/ConfigProvider/ConfigurationConfigProviderTests.cs index aa2fa2f8a..f4bc8f268 100644 --- a/test/ReverseProxy.Tests/Configuration/ConfigProvider/ConfigurationConfigProviderTests.cs +++ b/test/ReverseProxy.Tests/Configuration/ConfigProvider/ConfigurationConfigProviderTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections; diff --git a/test/ReverseProxy.Tests/Configuration/ConfigProvider/ConfigurationReadingExtensionsTests.cs b/test/ReverseProxy.Tests/Configuration/ConfigProvider/ConfigurationReadingExtensionsTests.cs index e883e6fec..fd2346070 100644 --- a/test/ReverseProxy.Tests/Configuration/ConfigProvider/ConfigurationReadingExtensionsTests.cs +++ b/test/ReverseProxy.Tests/Configuration/ConfigProvider/ConfigurationReadingExtensionsTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Xunit; diff --git a/test/ReverseProxy.Tests/Configuration/ConfigValidatorTests.cs b/test/ReverseProxy.Tests/Configuration/ConfigValidatorTests.cs index 53c209b69..b16771f0e 100644 --- a/test/ReverseProxy.Tests/Configuration/ConfigValidatorTests.cs +++ b/test/ReverseProxy.Tests/Configuration/ConfigValidatorTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/Configuration/DestinationConfigTests.cs b/test/ReverseProxy.Tests/Configuration/DestinationConfigTests.cs index d79593076..55204357c 100644 --- a/test/ReverseProxy.Tests/Configuration/DestinationConfigTests.cs +++ b/test/ReverseProxy.Tests/Configuration/DestinationConfigTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Xunit; diff --git a/test/ReverseProxy.Tests/Configuration/HealthCheckConfigTests.cs b/test/ReverseProxy.Tests/Configuration/HealthCheckConfigTests.cs index cbc676884..7ed9e78d2 100644 --- a/test/ReverseProxy.Tests/Configuration/HealthCheckConfigTests.cs +++ b/test/ReverseProxy.Tests/Configuration/HealthCheckConfigTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Xunit; diff --git a/test/ReverseProxy.Tests/Configuration/HttpClientConfigTests.cs b/test/ReverseProxy.Tests/Configuration/HttpClientConfigTests.cs index f2de49505..c0cd83137 100644 --- a/test/ReverseProxy.Tests/Configuration/HttpClientConfigTests.cs +++ b/test/ReverseProxy.Tests/Configuration/HttpClientConfigTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Security.Authentication; diff --git a/test/ReverseProxy.Tests/Configuration/PassiveHealthCheckConfigTests.cs b/test/ReverseProxy.Tests/Configuration/PassiveHealthCheckConfigTests.cs index a4dd829c7..8d86fe850 100644 --- a/test/ReverseProxy.Tests/Configuration/PassiveHealthCheckConfigTests.cs +++ b/test/ReverseProxy.Tests/Configuration/PassiveHealthCheckConfigTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Xunit; diff --git a/test/ReverseProxy.Tests/Configuration/RouteConfigTests.cs b/test/ReverseProxy.Tests/Configuration/RouteConfigTests.cs index 9b071b017..82b855e8f 100644 --- a/test/ReverseProxy.Tests/Configuration/RouteConfigTests.cs +++ b/test/ReverseProxy.Tests/Configuration/RouteConfigTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/Configuration/RouteHeaderTests.cs b/test/ReverseProxy.Tests/Configuration/RouteHeaderTests.cs index 7d7510b91..bb30b9e06 100644 --- a/test/ReverseProxy.Tests/Configuration/RouteHeaderTests.cs +++ b/test/ReverseProxy.Tests/Configuration/RouteHeaderTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Xunit; diff --git a/test/ReverseProxy.Tests/Configuration/RouteMatchTests.cs b/test/ReverseProxy.Tests/Configuration/RouteMatchTests.cs index 359003977..027e4bc24 100644 --- a/test/ReverseProxy.Tests/Configuration/RouteMatchTests.cs +++ b/test/ReverseProxy.Tests/Configuration/RouteMatchTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Xunit; diff --git a/test/ReverseProxy.Tests/Configuration/RouteQueryParameterTests.cs b/test/ReverseProxy.Tests/Configuration/RouteQueryParameterTests.cs index 74b6157eb..4e91a66c8 100644 --- a/test/ReverseProxy.Tests/Configuration/RouteQueryParameterTests.cs +++ b/test/ReverseProxy.Tests/Configuration/RouteQueryParameterTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Xunit; diff --git a/test/ReverseProxy.Tests/Configuration/SessionAffinityConfigTests.cs b/test/ReverseProxy.Tests/Configuration/SessionAffinityConfigTests.cs index 3277dedee..b3e1fa56b 100644 --- a/test/ReverseProxy.Tests/Configuration/SessionAffinityConfigTests.cs +++ b/test/ReverseProxy.Tests/Configuration/SessionAffinityConfigTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Xunit; diff --git a/test/ReverseProxy.Tests/Configuration/YarpOutputCachePolicyProviderTests.cs b/test/ReverseProxy.Tests/Configuration/YarpOutputCachePolicyProviderTests.cs index af5ccb775..3d073901e 100644 --- a/test/ReverseProxy.Tests/Configuration/YarpOutputCachePolicyProviderTests.cs +++ b/test/ReverseProxy.Tests/Configuration/YarpOutputCachePolicyProviderTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. #if NET7_0_OR_GREATER using System; diff --git a/test/ReverseProxy.Tests/Configuration/YarpRateLimiterPolicyProviderTests.cs b/test/ReverseProxy.Tests/Configuration/YarpRateLimiterPolicyProviderTests.cs index a00aea558..5e4f27c88 100644 --- a/test/ReverseProxy.Tests/Configuration/YarpRateLimiterPolicyProviderTests.cs +++ b/test/ReverseProxy.Tests/Configuration/YarpRateLimiterPolicyProviderTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. #if NET7_0_OR_GREATER using System; diff --git a/test/ReverseProxy.Tests/Delegation/HttpSysDelegatorMiddlewareTests.cs b/test/ReverseProxy.Tests/Delegation/HttpSysDelegatorMiddlewareTests.cs index 332c174a9..6cec76671 100644 --- a/test/ReverseProxy.Tests/Delegation/HttpSysDelegatorMiddlewareTests.cs +++ b/test/ReverseProxy.Tests/Delegation/HttpSysDelegatorMiddlewareTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/Delegation/HttpSysDelegatorTests.cs b/test/ReverseProxy.Tests/Delegation/HttpSysDelegatorTests.cs index 39d0f4ea6..db696a293 100644 --- a/test/ReverseProxy.Tests/Delegation/HttpSysDelegatorTests.cs +++ b/test/ReverseProxy.Tests/Delegation/HttpSysDelegatorTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/Forwarder/ForwarderHttpClientFactoryTests.cs b/test/ReverseProxy.Tests/Forwarder/ForwarderHttpClientFactoryTests.cs index 6e651658a..3af774cab 100644 --- a/test/ReverseProxy.Tests/Forwarder/ForwarderHttpClientFactoryTests.cs +++ b/test/ReverseProxy.Tests/Forwarder/ForwarderHttpClientFactoryTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/Forwarder/ForwarderMiddlewareTests.cs b/test/ReverseProxy.Tests/Forwarder/ForwarderMiddlewareTests.cs index 82f6e0fd8..da9d7a70f 100644 --- a/test/ReverseProxy.Tests/Forwarder/ForwarderMiddlewareTests.cs +++ b/test/ReverseProxy.Tests/Forwarder/ForwarderMiddlewareTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/Forwarder/HttpForwarderTests.cs b/test/ReverseProxy.Tests/Forwarder/HttpForwarderTests.cs index fe36680fc..386350396 100644 --- a/test/ReverseProxy.Tests/Forwarder/HttpForwarderTests.cs +++ b/test/ReverseProxy.Tests/Forwarder/HttpForwarderTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/Forwarder/HttpTransformerTests.cs b/test/ReverseProxy.Tests/Forwarder/HttpTransformerTests.cs index ff451ed75..2b360de98 100644 --- a/test/ReverseProxy.Tests/Forwarder/HttpTransformerTests.cs +++ b/test/ReverseProxy.Tests/Forwarder/HttpTransformerTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/Forwarder/RequestUtilitiesTests.cs b/test/ReverseProxy.Tests/Forwarder/RequestUtilitiesTests.cs index 2d069ddd2..5a47a08a1 100644 --- a/test/ReverseProxy.Tests/Forwarder/RequestUtilitiesTests.cs +++ b/test/ReverseProxy.Tests/Forwarder/RequestUtilitiesTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Net.Http; diff --git a/test/ReverseProxy.Tests/Forwarder/ReverseProxyServiceCollectionTests.cs b/test/ReverseProxy.Tests/Forwarder/ReverseProxyServiceCollectionTests.cs index 7e6c254fe..6fc8267c7 100644 --- a/test/ReverseProxy.Tests/Forwarder/ReverseProxyServiceCollectionTests.cs +++ b/test/ReverseProxy.Tests/Forwarder/ReverseProxyServiceCollectionTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Net.Http; diff --git a/test/ReverseProxy.Tests/Forwarder/StreamCopierTests.cs b/test/ReverseProxy.Tests/Forwarder/StreamCopierTests.cs index 4a3a841e5..38152af95 100644 --- a/test/ReverseProxy.Tests/Forwarder/StreamCopierTests.cs +++ b/test/ReverseProxy.Tests/Forwarder/StreamCopierTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/Forwarder/StreamCopyHttpContentTests.cs b/test/ReverseProxy.Tests/Forwarder/StreamCopyHttpContentTests.cs index 0dd8d3677..dfe7eb6ee 100644 --- a/test/ReverseProxy.Tests/Forwarder/StreamCopyHttpContentTests.cs +++ b/test/ReverseProxy.Tests/Forwarder/StreamCopyHttpContentTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.IO; diff --git a/test/ReverseProxy.Tests/Health/ActiveHealthCheckMonitorTests.cs b/test/ReverseProxy.Tests/Health/ActiveHealthCheckMonitorTests.cs index b8b6fb8ba..889aa8116 100644 --- a/test/ReverseProxy.Tests/Health/ActiveHealthCheckMonitorTests.cs +++ b/test/ReverseProxy.Tests/Health/ActiveHealthCheckMonitorTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/Health/ClusterDestinationsUpdaterTests.cs b/test/ReverseProxy.Tests/Health/ClusterDestinationsUpdaterTests.cs index 51756f41f..962785509 100644 --- a/test/ReverseProxy.Tests/Health/ClusterDestinationsUpdaterTests.cs +++ b/test/ReverseProxy.Tests/Health/ClusterDestinationsUpdaterTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Linq; diff --git a/test/ReverseProxy.Tests/Health/ConsecutiveFailuresHealthPolicyTests.cs b/test/ReverseProxy.Tests/Health/ConsecutiveFailuresHealthPolicyTests.cs index ee0e49941..1030c4698 100644 --- a/test/ReverseProxy.Tests/Health/ConsecutiveFailuresHealthPolicyTests.cs +++ b/test/ReverseProxy.Tests/Health/ConsecutiveFailuresHealthPolicyTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/Health/DefaultProbingRequestFactoryTests.cs b/test/ReverseProxy.Tests/Health/DefaultProbingRequestFactoryTests.cs index 448d1b268..93dcc08ea 100644 --- a/test/ReverseProxy.Tests/Health/DefaultProbingRequestFactoryTests.cs +++ b/test/ReverseProxy.Tests/Health/DefaultProbingRequestFactoryTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Net; diff --git a/test/ReverseProxy.Tests/Health/DestinationHealthUpdaterTests.cs b/test/ReverseProxy.Tests/Health/DestinationHealthUpdaterTests.cs index 47ee57618..ca9189fd4 100644 --- a/test/ReverseProxy.Tests/Health/DestinationHealthUpdaterTests.cs +++ b/test/ReverseProxy.Tests/Health/DestinationHealthUpdaterTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Linq; diff --git a/test/ReverseProxy.Tests/Health/EntityActionSchedulerTests.cs b/test/ReverseProxy.Tests/Health/EntityActionSchedulerTests.cs index 2210643c4..83fe8cbb9 100644 --- a/test/ReverseProxy.Tests/Health/EntityActionSchedulerTests.cs +++ b/test/ReverseProxy.Tests/Health/EntityActionSchedulerTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading; diff --git a/test/ReverseProxy.Tests/Health/HealthyAndUnknownDestinationsPolicyTests.cs b/test/ReverseProxy.Tests/Health/HealthyAndUnknownDestinationsPolicyTests.cs index 156104480..dc1420ae2 100644 --- a/test/ReverseProxy.Tests/Health/HealthyAndUnknownDestinationsPolicyTests.cs +++ b/test/ReverseProxy.Tests/Health/HealthyAndUnknownDestinationsPolicyTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Xunit; diff --git a/test/ReverseProxy.Tests/Health/HealthyOrPanicDestinationsPolicyTests.cs b/test/ReverseProxy.Tests/Health/HealthyOrPanicDestinationsPolicyTests.cs index 62754e331..e67dabd23 100644 --- a/test/ReverseProxy.Tests/Health/HealthyOrPanicDestinationsPolicyTests.cs +++ b/test/ReverseProxy.Tests/Health/HealthyOrPanicDestinationsPolicyTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Xunit; using Yarp.ReverseProxy.Configuration; diff --git a/test/ReverseProxy.Tests/Health/PassiveHealthCheckMiddlewareTests.cs b/test/ReverseProxy.Tests/Health/PassiveHealthCheckMiddlewareTests.cs index e8417b31e..7cda8f9f5 100644 --- a/test/ReverseProxy.Tests/Health/PassiveHealthCheckMiddlewareTests.cs +++ b/test/ReverseProxy.Tests/Health/PassiveHealthCheckMiddlewareTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Linq; using System.Net.Http; diff --git a/test/ReverseProxy.Tests/Health/TransportFailureRateHealthPolicyTests.cs b/test/ReverseProxy.Tests/Health/TransportFailureRateHealthPolicyTests.cs index dbe60d0a7..35043e10e 100644 --- a/test/ReverseProxy.Tests/Health/TransportFailureRateHealthPolicyTests.cs +++ b/test/ReverseProxy.Tests/Health/TransportFailureRateHealthPolicyTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/Limits/LimitsMiddlewareTests.cs b/test/ReverseProxy.Tests/Limits/LimitsMiddlewareTests.cs index 944095f1e..c97aab529 100644 --- a/test/ReverseProxy.Tests/Limits/LimitsMiddlewareTests.cs +++ b/test/ReverseProxy.Tests/Limits/LimitsMiddlewareTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Net.Http; using System.Threading.Tasks; diff --git a/test/ReverseProxy.Tests/LoadBalancing/LoadBalancerMiddlewareTests.cs b/test/ReverseProxy.Tests/LoadBalancing/LoadBalancerMiddlewareTests.cs index ea1614bd7..79f90f1f7 100644 --- a/test/ReverseProxy.Tests/LoadBalancing/LoadBalancerMiddlewareTests.cs +++ b/test/ReverseProxy.Tests/LoadBalancing/LoadBalancerMiddlewareTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/LoadBalancing/LoadBalancingPoliciesTests.cs b/test/ReverseProxy.Tests/LoadBalancing/LoadBalancingPoliciesTests.cs index 4223b318f..59e24a360 100644 --- a/test/ReverseProxy.Tests/LoadBalancing/LoadBalancingPoliciesTests.cs +++ b/test/ReverseProxy.Tests/LoadBalancing/LoadBalancingPoliciesTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Linq; diff --git a/test/ReverseProxy.Tests/Management/ProxyConfigManagerTests.cs b/test/ReverseProxy.Tests/Management/ProxyConfigManagerTests.cs index c0514661f..bfd22855f 100644 --- a/test/ReverseProxy.Tests/Management/ProxyConfigManagerTests.cs +++ b/test/ReverseProxy.Tests/Management/ProxyConfigManagerTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/Model/DestinationStateTests.cs b/test/ReverseProxy.Tests/Model/DestinationStateTests.cs index 4e558b4ce..389645df7 100644 --- a/test/ReverseProxy.Tests/Model/DestinationStateTests.cs +++ b/test/ReverseProxy.Tests/Model/DestinationStateTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/Model/HttpContextFeaturesExtensions.cs b/test/ReverseProxy.Tests/Model/HttpContextFeaturesExtensions.cs index c19bdc9f8..358b93ebb 100644 --- a/test/ReverseProxy.Tests/Model/HttpContextFeaturesExtensions.cs +++ b/test/ReverseProxy.Tests/Model/HttpContextFeaturesExtensions.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Net.Http; using Microsoft.AspNetCore.Http; diff --git a/test/ReverseProxy.Tests/Model/ProxyPipelineInitializerMiddlewareTests.cs b/test/ReverseProxy.Tests/Model/ProxyPipelineInitializerMiddlewareTests.cs index aaca94583..a26a6a77d 100644 --- a/test/ReverseProxy.Tests/Model/ProxyPipelineInitializerMiddlewareTests.cs +++ b/test/ReverseProxy.Tests/Model/ProxyPipelineInitializerMiddlewareTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/Routing/HeaderMatcherPolicyTests.cs b/test/ReverseProxy.Tests/Routing/HeaderMatcherPolicyTests.cs index 9f293448a..dc600bfb2 100644 --- a/test/ReverseProxy.Tests/Routing/HeaderMatcherPolicyTests.cs +++ b/test/ReverseProxy.Tests/Routing/HeaderMatcherPolicyTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/Routing/QueryMatcherPolicyTests.cs b/test/ReverseProxy.Tests/Routing/QueryMatcherPolicyTests.cs index 9b52e23ba..5c7548323 100644 --- a/test/ReverseProxy.Tests/Routing/QueryMatcherPolicyTests.cs +++ b/test/ReverseProxy.Tests/Routing/QueryMatcherPolicyTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/Routing/RoutingTests.cs b/test/ReverseProxy.Tests/Routing/RoutingTests.cs index 8d8dd4594..b579ab04f 100644 --- a/test/ReverseProxy.Tests/Routing/RoutingTests.cs +++ b/test/ReverseProxy.Tests/Routing/RoutingTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/SessionAffinity/AffinitizeTransformProviderTests.cs b/test/ReverseProxy.Tests/SessionAffinity/AffinitizeTransformProviderTests.cs index 602d524c6..6e231709d 100644 --- a/test/ReverseProxy.Tests/SessionAffinity/AffinitizeTransformProviderTests.cs +++ b/test/ReverseProxy.Tests/SessionAffinity/AffinitizeTransformProviderTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Linq; diff --git a/test/ReverseProxy.Tests/SessionAffinity/AffinitizeTransformTests.cs b/test/ReverseProxy.Tests/SessionAffinity/AffinitizeTransformTests.cs index 05f591e0b..8e0f666e7 100644 --- a/test/ReverseProxy.Tests/SessionAffinity/AffinitizeTransformTests.cs +++ b/test/ReverseProxy.Tests/SessionAffinity/AffinitizeTransformTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Linq; using System.Net.Http; diff --git a/test/ReverseProxy.Tests/SessionAffinity/AffinityTestHelper.cs b/test/ReverseProxy.Tests/SessionAffinity/AffinityTestHelper.cs index f3c400c0e..50928e299 100644 --- a/test/ReverseProxy.Tests/SessionAffinity/AffinityTestHelper.cs +++ b/test/ReverseProxy.Tests/SessionAffinity/AffinityTestHelper.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Text; diff --git a/test/ReverseProxy.Tests/SessionAffinity/ArrCookieSessionAffinityPolicyTests.cs b/test/ReverseProxy.Tests/SessionAffinity/ArrCookieSessionAffinityPolicyTests.cs index e3431a72c..5ddd80709 100644 --- a/test/ReverseProxy.Tests/SessionAffinity/ArrCookieSessionAffinityPolicyTests.cs +++ b/test/ReverseProxy.Tests/SessionAffinity/ArrCookieSessionAffinityPolicyTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/SessionAffinity/BaseSessionAffinityPolicyTests.cs b/test/ReverseProxy.Tests/SessionAffinity/BaseSessionAffinityPolicyTests.cs index 7ea3c69f2..6f8583f01 100644 --- a/test/ReverseProxy.Tests/SessionAffinity/BaseSessionAffinityPolicyTests.cs +++ b/test/ReverseProxy.Tests/SessionAffinity/BaseSessionAffinityPolicyTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/SessionAffinity/CookieSessionAffinityPolicyTests.cs b/test/ReverseProxy.Tests/SessionAffinity/CookieSessionAffinityPolicyTests.cs index a464617c7..8d5d6f514 100644 --- a/test/ReverseProxy.Tests/SessionAffinity/CookieSessionAffinityPolicyTests.cs +++ b/test/ReverseProxy.Tests/SessionAffinity/CookieSessionAffinityPolicyTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/SessionAffinity/CustomHeaderSessionAffinityPolicyTests.cs b/test/ReverseProxy.Tests/SessionAffinity/CustomHeaderSessionAffinityPolicyTests.cs index c10343e00..f97512e89 100644 --- a/test/ReverseProxy.Tests/SessionAffinity/CustomHeaderSessionAffinityPolicyTests.cs +++ b/test/ReverseProxy.Tests/SessionAffinity/CustomHeaderSessionAffinityPolicyTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Microsoft.AspNetCore.Http; diff --git a/test/ReverseProxy.Tests/SessionAffinity/HashCookieSessionAffinityPolicyTests.cs b/test/ReverseProxy.Tests/SessionAffinity/HashCookieSessionAffinityPolicyTests.cs index 2809c0d01..c0beac121 100644 --- a/test/ReverseProxy.Tests/SessionAffinity/HashCookieSessionAffinityPolicyTests.cs +++ b/test/ReverseProxy.Tests/SessionAffinity/HashCookieSessionAffinityPolicyTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/SessionAffinity/RedistributeAffinityFailurePolicyTests.cs b/test/ReverseProxy.Tests/SessionAffinity/RedistributeAffinityFailurePolicyTests.cs index 096a73f13..feedcbc14 100644 --- a/test/ReverseProxy.Tests/SessionAffinity/RedistributeAffinityFailurePolicyTests.cs +++ b/test/ReverseProxy.Tests/SessionAffinity/RedistributeAffinityFailurePolicyTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading.Tasks; diff --git a/test/ReverseProxy.Tests/SessionAffinity/Return503ErrorAffinityFailurePolicyTests.cs b/test/ReverseProxy.Tests/SessionAffinity/Return503ErrorAffinityFailurePolicyTests.cs index f3f2d3176..f899ce859 100644 --- a/test/ReverseProxy.Tests/SessionAffinity/Return503ErrorAffinityFailurePolicyTests.cs +++ b/test/ReverseProxy.Tests/SessionAffinity/Return503ErrorAffinityFailurePolicyTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading.Tasks; diff --git a/test/ReverseProxy.Tests/SessionAffinity/SessionAffinityMiddlewareTests.cs b/test/ReverseProxy.Tests/SessionAffinity/SessionAffinityMiddlewareTests.cs index b43b4573a..db74c7ee2 100644 --- a/test/ReverseProxy.Tests/SessionAffinity/SessionAffinityMiddlewareTests.cs +++ b/test/ReverseProxy.Tests/SessionAffinity/SessionAffinityMiddlewareTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/Transforms/Builder/TransformBuilderTests.cs b/test/ReverseProxy.Tests/Transforms/Builder/TransformBuilderTests.cs index 181e9d8e3..b3e482b93 100644 --- a/test/ReverseProxy.Tests/Transforms/Builder/TransformBuilderTests.cs +++ b/test/ReverseProxy.Tests/Transforms/Builder/TransformBuilderTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/Transforms/DestinationPrefixTransformTests.cs b/test/ReverseProxy.Tests/Transforms/DestinationPrefixTransformTests.cs index c6b6ba8be..02433f20f 100644 --- a/test/ReverseProxy.Tests/Transforms/DestinationPrefixTransformTests.cs +++ b/test/ReverseProxy.Tests/Transforms/DestinationPrefixTransformTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Threading.Tasks; using Xunit; diff --git a/test/ReverseProxy.Tests/Transforms/ForwardedTransformExtensionsTests.cs b/test/ReverseProxy.Tests/Transforms/ForwardedTransformExtensionsTests.cs index acd8c4d0e..d96a27f63 100644 --- a/test/ReverseProxy.Tests/Transforms/ForwardedTransformExtensionsTests.cs +++ b/test/ReverseProxy.Tests/Transforms/ForwardedTransformExtensionsTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/Transforms/HttpMethodChangeTransformTests.cs b/test/ReverseProxy.Tests/Transforms/HttpMethodChangeTransformTests.cs index af3cafd9b..4d03af8b9 100644 --- a/test/ReverseProxy.Tests/Transforms/HttpMethodChangeTransformTests.cs +++ b/test/ReverseProxy.Tests/Transforms/HttpMethodChangeTransformTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Net.Http; using System.Threading.Tasks; diff --git a/test/ReverseProxy.Tests/Transforms/HttpMethodTransformExtensionsTests.cs b/test/ReverseProxy.Tests/Transforms/HttpMethodTransformExtensionsTests.cs index e72d5541e..e611342e5 100644 --- a/test/ReverseProxy.Tests/Transforms/HttpMethodTransformExtensionsTests.cs +++ b/test/ReverseProxy.Tests/Transforms/HttpMethodTransformExtensionsTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Net.Http; using Microsoft.AspNetCore.Http; diff --git a/test/ReverseProxy.Tests/Transforms/PathRouteValuesTransformTests.cs b/test/ReverseProxy.Tests/Transforms/PathRouteValuesTransformTests.cs index 225b8abfa..2ac237f07 100644 --- a/test/ReverseProxy.Tests/Transforms/PathRouteValuesTransformTests.cs +++ b/test/ReverseProxy.Tests/Transforms/PathRouteValuesTransformTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/test/ReverseProxy.Tests/Transforms/PathStringTransformTests.cs b/test/ReverseProxy.Tests/Transforms/PathStringTransformTests.cs index 889227bf7..ff4572379 100644 --- a/test/ReverseProxy.Tests/Transforms/PathStringTransformTests.cs +++ b/test/ReverseProxy.Tests/Transforms/PathStringTransformTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading.Tasks; diff --git a/test/ReverseProxy.Tests/Transforms/PathTransformExtensionsTests.cs b/test/ReverseProxy.Tests/Transforms/PathTransformExtensionsTests.cs index f0ea29336..d0ae4a7d1 100644 --- a/test/ReverseProxy.Tests/Transforms/PathTransformExtensionsTests.cs +++ b/test/ReverseProxy.Tests/Transforms/PathTransformExtensionsTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Routing.Template; diff --git a/test/ReverseProxy.Tests/Transforms/QueryParameterFromRouteTransformTests.cs b/test/ReverseProxy.Tests/Transforms/QueryParameterFromRouteTransformTests.cs index 1f93716d1..d40346b87 100644 --- a/test/ReverseProxy.Tests/Transforms/QueryParameterFromRouteTransformTests.cs +++ b/test/ReverseProxy.Tests/Transforms/QueryParameterFromRouteTransformTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Threading.Tasks; using Microsoft.AspNetCore.Http; diff --git a/test/ReverseProxy.Tests/Transforms/QueryParameterFromStaticTransformTests.cs b/test/ReverseProxy.Tests/Transforms/QueryParameterFromStaticTransformTests.cs index 300c4d4be..b388a6e2e 100644 --- a/test/ReverseProxy.Tests/Transforms/QueryParameterFromStaticTransformTests.cs +++ b/test/ReverseProxy.Tests/Transforms/QueryParameterFromStaticTransformTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Threading.Tasks; using Microsoft.AspNetCore.Http; diff --git a/test/ReverseProxy.Tests/Transforms/QueryParameterRemoveTransformTests.cs b/test/ReverseProxy.Tests/Transforms/QueryParameterRemoveTransformTests.cs index 2d77c9eb3..3077d1916 100644 --- a/test/ReverseProxy.Tests/Transforms/QueryParameterRemoveTransformTests.cs +++ b/test/ReverseProxy.Tests/Transforms/QueryParameterRemoveTransformTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Threading.Tasks; using Microsoft.AspNetCore.Http; diff --git a/test/ReverseProxy.Tests/Transforms/QueryTransformContextTests.cs b/test/ReverseProxy.Tests/Transforms/QueryTransformContextTests.cs index 23676b2da..30f1fe3d5 100644 --- a/test/ReverseProxy.Tests/Transforms/QueryTransformContextTests.cs +++ b/test/ReverseProxy.Tests/Transforms/QueryTransformContextTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Http; using Xunit; diff --git a/test/ReverseProxy.Tests/Transforms/QueryTransformExtensionsTests.cs b/test/ReverseProxy.Tests/Transforms/QueryTransformExtensionsTests.cs index c747c1bf0..449331997 100644 --- a/test/ReverseProxy.Tests/Transforms/QueryTransformExtensionsTests.cs +++ b/test/ReverseProxy.Tests/Transforms/QueryTransformExtensionsTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Xunit; using Yarp.ReverseProxy.Configuration; diff --git a/test/ReverseProxy.Tests/Transforms/RequestHeaderClientCertTransformTests.cs b/test/ReverseProxy.Tests/Transforms/RequestHeaderClientCertTransformTests.cs index f6e723376..3f1e0f6e4 100644 --- a/test/ReverseProxy.Tests/Transforms/RequestHeaderClientCertTransformTests.cs +++ b/test/ReverseProxy.Tests/Transforms/RequestHeaderClientCertTransformTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.IO; diff --git a/test/ReverseProxy.Tests/Transforms/RequestHeaderForwardedTransformTests.cs b/test/ReverseProxy.Tests/Transforms/RequestHeaderForwardedTransformTests.cs index 5c43fd7d9..49cf811cc 100644 --- a/test/ReverseProxy.Tests/Transforms/RequestHeaderForwardedTransformTests.cs +++ b/test/ReverseProxy.Tests/Transforms/RequestHeaderForwardedTransformTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Net; diff --git a/test/ReverseProxy.Tests/Transforms/RequestHeaderRemoveTransformTests.cs b/test/ReverseProxy.Tests/Transforms/RequestHeaderRemoveTransformTests.cs index 5f6ba4164..b4b6c394f 100644 --- a/test/ReverseProxy.Tests/Transforms/RequestHeaderRemoveTransformTests.cs +++ b/test/ReverseProxy.Tests/Transforms/RequestHeaderRemoveTransformTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Linq; diff --git a/test/ReverseProxy.Tests/Transforms/RequestHeaderValueTransformTests.cs b/test/ReverseProxy.Tests/Transforms/RequestHeaderValueTransformTests.cs index 37874559a..1a103fd1d 100644 --- a/test/ReverseProxy.Tests/Transforms/RequestHeaderValueTransformTests.cs +++ b/test/ReverseProxy.Tests/Transforms/RequestHeaderValueTransformTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Net.Http; diff --git a/test/ReverseProxy.Tests/Transforms/RequestHeaderXForwardedForTransformTests.cs b/test/ReverseProxy.Tests/Transforms/RequestHeaderXForwardedForTransformTests.cs index b73662d58..3bc26e79a 100644 --- a/test/ReverseProxy.Tests/Transforms/RequestHeaderXForwardedForTransformTests.cs +++ b/test/ReverseProxy.Tests/Transforms/RequestHeaderXForwardedForTransformTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Net; diff --git a/test/ReverseProxy.Tests/Transforms/RequestHeaderXForwardedHostTransformTests.cs b/test/ReverseProxy.Tests/Transforms/RequestHeaderXForwardedHostTransformTests.cs index 0bc515a76..a57f7b17b 100644 --- a/test/ReverseProxy.Tests/Transforms/RequestHeaderXForwardedHostTransformTests.cs +++ b/test/ReverseProxy.Tests/Transforms/RequestHeaderXForwardedHostTransformTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Net.Http; diff --git a/test/ReverseProxy.Tests/Transforms/RequestHeaderXForwardedPrefixTransformTests.cs b/test/ReverseProxy.Tests/Transforms/RequestHeaderXForwardedPrefixTransformTests.cs index 22ddd7b0c..5b2e2b7df 100644 --- a/test/ReverseProxy.Tests/Transforms/RequestHeaderXForwardedPrefixTransformTests.cs +++ b/test/ReverseProxy.Tests/Transforms/RequestHeaderXForwardedPrefixTransformTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Net.Http; diff --git a/test/ReverseProxy.Tests/Transforms/RequestHeaderXForwardedProtoTransformTests.cs b/test/ReverseProxy.Tests/Transforms/RequestHeaderXForwardedProtoTransformTests.cs index b88457fdc..a73e49b3a 100644 --- a/test/ReverseProxy.Tests/Transforms/RequestHeaderXForwardedProtoTransformTests.cs +++ b/test/ReverseProxy.Tests/Transforms/RequestHeaderXForwardedProtoTransformTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Net.Http; diff --git a/test/ReverseProxy.Tests/Transforms/RequestHeadersAllowedTransformTests.cs b/test/ReverseProxy.Tests/Transforms/RequestHeadersAllowedTransformTests.cs index 0f4d4a850..215bf4c11 100644 --- a/test/ReverseProxy.Tests/Transforms/RequestHeadersAllowedTransformTests.cs +++ b/test/ReverseProxy.Tests/Transforms/RequestHeadersAllowedTransformTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Linq; diff --git a/test/ReverseProxy.Tests/Transforms/RequestHeadersTransformExtensionsTests.cs b/test/ReverseProxy.Tests/Transforms/RequestHeadersTransformExtensionsTests.cs index f02d0c7e2..d264bca24 100644 --- a/test/ReverseProxy.Tests/Transforms/RequestHeadersTransformExtensionsTests.cs +++ b/test/ReverseProxy.Tests/Transforms/RequestHeadersTransformExtensionsTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Linq; using Xunit; diff --git a/test/ReverseProxy.Tests/Transforms/RequestTransformTests.cs b/test/ReverseProxy.Tests/Transforms/RequestTransformTests.cs index a893f20f9..99a9ab755 100644 --- a/test/ReverseProxy.Tests/Transforms/RequestTransformTests.cs +++ b/test/ReverseProxy.Tests/Transforms/RequestTransformTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Linq; using System.Net.Http; diff --git a/test/ReverseProxy.Tests/Transforms/ResponseHeaderRemoveTransformTests.cs b/test/ReverseProxy.Tests/Transforms/ResponseHeaderRemoveTransformTests.cs index 1f0ee97df..28c61e20d 100644 --- a/test/ReverseProxy.Tests/Transforms/ResponseHeaderRemoveTransformTests.cs +++ b/test/ReverseProxy.Tests/Transforms/ResponseHeaderRemoveTransformTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Linq; diff --git a/test/ReverseProxy.Tests/Transforms/ResponseHeaderValueTransformTests.cs b/test/ReverseProxy.Tests/Transforms/ResponseHeaderValueTransformTests.cs index 750f4d2f0..1780bb4f3 100644 --- a/test/ReverseProxy.Tests/Transforms/ResponseHeaderValueTransformTests.cs +++ b/test/ReverseProxy.Tests/Transforms/ResponseHeaderValueTransformTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Net.Http; using System.Threading.Tasks; diff --git a/test/ReverseProxy.Tests/Transforms/ResponseHeadersAllowedTransformTests.cs b/test/ReverseProxy.Tests/Transforms/ResponseHeadersAllowedTransformTests.cs index b43edd3f3..6865195d8 100644 --- a/test/ReverseProxy.Tests/Transforms/ResponseHeadersAllowedTransformTests.cs +++ b/test/ReverseProxy.Tests/Transforms/ResponseHeadersAllowedTransformTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Linq; diff --git a/test/ReverseProxy.Tests/Transforms/ResponseTrailerRemoveTransformTests.cs b/test/ReverseProxy.Tests/Transforms/ResponseTrailerRemoveTransformTests.cs index 1de013d2d..40f4f87e7 100644 --- a/test/ReverseProxy.Tests/Transforms/ResponseTrailerRemoveTransformTests.cs +++ b/test/ReverseProxy.Tests/Transforms/ResponseTrailerRemoveTransformTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Linq; diff --git a/test/ReverseProxy.Tests/Transforms/ResponseTrailerValueTransformTests.cs b/test/ReverseProxy.Tests/Transforms/ResponseTrailerValueTransformTests.cs index 1714aefa0..1514ace1c 100644 --- a/test/ReverseProxy.Tests/Transforms/ResponseTrailerValueTransformTests.cs +++ b/test/ReverseProxy.Tests/Transforms/ResponseTrailerValueTransformTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Net.Http; using System.Threading.Tasks; diff --git a/test/ReverseProxy.Tests/Transforms/ResponseTrailersAllowedTransformTests.cs b/test/ReverseProxy.Tests/Transforms/ResponseTrailersAllowedTransformTests.cs index fcda5ca3c..2e5443f00 100644 --- a/test/ReverseProxy.Tests/Transforms/ResponseTrailersAllowedTransformTests.cs +++ b/test/ReverseProxy.Tests/Transforms/ResponseTrailersAllowedTransformTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Linq; diff --git a/test/ReverseProxy.Tests/Transforms/ResponseTrailersTransformTests.cs b/test/ReverseProxy.Tests/Transforms/ResponseTrailersTransformTests.cs index ea58d932f..d893b2d33 100644 --- a/test/ReverseProxy.Tests/Transforms/ResponseTrailersTransformTests.cs +++ b/test/ReverseProxy.Tests/Transforms/ResponseTrailersTransformTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Net.Http; using Microsoft.AspNetCore.Http; diff --git a/test/ReverseProxy.Tests/Transforms/ResponseTransformExtensionsTests.cs b/test/ReverseProxy.Tests/Transforms/ResponseTransformExtensionsTests.cs index a6ca41bd7..c9f7940a8 100644 --- a/test/ReverseProxy.Tests/Transforms/ResponseTransformExtensionsTests.cs +++ b/test/ReverseProxy.Tests/Transforms/ResponseTransformExtensionsTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Xunit; using Yarp.ReverseProxy.Configuration; diff --git a/test/ReverseProxy.Tests/Transforms/ResponseTransformTests.cs b/test/ReverseProxy.Tests/Transforms/ResponseTransformTests.cs index 010d41657..d136ae8e7 100644 --- a/test/ReverseProxy.Tests/Transforms/ResponseTransformTests.cs +++ b/test/ReverseProxy.Tests/Transforms/ResponseTransformTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Net.Http; using Microsoft.AspNetCore.Http; diff --git a/test/ReverseProxy.Tests/Transforms/TransformBuilderContextFuncExtensionsTests.cs b/test/ReverseProxy.Tests/Transforms/TransformBuilderContextFuncExtensionsTests.cs index d0a7a15cf..3d4fbba4f 100644 --- a/test/ReverseProxy.Tests/Transforms/TransformBuilderContextFuncExtensionsTests.cs +++ b/test/ReverseProxy.Tests/Transforms/TransformBuilderContextFuncExtensionsTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Xunit; diff --git a/test/ReverseProxy.Tests/Transforms/TransformExtentionsTestsBase.cs b/test/ReverseProxy.Tests/Transforms/TransformExtentionsTestsBase.cs index 2ea7b08eb..9e188018f 100644 --- a/test/ReverseProxy.Tests/Transforms/TransformExtentionsTestsBase.cs +++ b/test/ReverseProxy.Tests/Transforms/TransformExtentionsTestsBase.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Xunit; diff --git a/test/ReverseProxy.Tests/Utilities/ActivityCancellationTokenSourceTests.cs b/test/ReverseProxy.Tests/Utilities/ActivityCancellationTokenSourceTests.cs index 30d3cee48..d83027369 100644 --- a/test/ReverseProxy.Tests/Utilities/ActivityCancellationTokenSourceTests.cs +++ b/test/ReverseProxy.Tests/Utilities/ActivityCancellationTokenSourceTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/test/ReverseProxy.Tests/Utilities/AtomicCounterTests.cs b/test/ReverseProxy.Tests/Utilities/AtomicCounterTests.cs index c28bd4218..5bfa25437 100644 --- a/test/ReverseProxy.Tests/Utilities/AtomicCounterTests.cs +++ b/test/ReverseProxy.Tests/Utilities/AtomicCounterTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Threading.Tasks; using Xunit; diff --git a/test/ReverseProxy.Tests/Utilities/CaseInsensitiveEqualHelperTests.cs b/test/ReverseProxy.Tests/Utilities/CaseInsensitiveEqualHelperTests.cs index 3d0b4b255..1512fc01c 100644 --- a/test/ReverseProxy.Tests/Utilities/CaseInsensitiveEqualHelperTests.cs +++ b/test/ReverseProxy.Tests/Utilities/CaseInsensitiveEqualHelperTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Xunit; diff --git a/test/ReverseProxy.Tests/Utilities/RandomFactoryTests.cs b/test/ReverseProxy.Tests/Utilities/RandomFactoryTests.cs index 54317f209..b5e6ee7d7 100644 --- a/test/ReverseProxy.Tests/Utilities/RandomFactoryTests.cs +++ b/test/ReverseProxy.Tests/Utilities/RandomFactoryTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Xunit; diff --git a/test/ReverseProxy.Tests/WebSocketsTelemetry/WebSocketsParserTests.cs b/test/ReverseProxy.Tests/WebSocketsTelemetry/WebSocketsParserTests.cs index b429c1190..ddba3fff8 100644 --- a/test/ReverseProxy.Tests/WebSocketsTelemetry/WebSocketsParserTests.cs +++ b/test/ReverseProxy.Tests/WebSocketsTelemetry/WebSocketsParserTests.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.IO; diff --git a/test/Tests.Common/TestAutoMockBase.cs b/test/Tests.Common/TestAutoMockBase.cs index 1a314da21..897666536 100644 --- a/test/Tests.Common/TestAutoMockBase.cs +++ b/test/Tests.Common/TestAutoMockBase.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Autofac.Core; diff --git a/test/Tests.Common/TestRandom.cs b/test/Tests.Common/TestRandom.cs index b0f5a61db..06ad4140c 100644 --- a/test/Tests.Common/TestRandom.cs +++ b/test/Tests.Common/TestRandom.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/test/Tests.Common/TestRandomFactory.cs b/test/Tests.Common/TestRandomFactory.cs index 4dd0e78f8..ae662bee9 100644 --- a/test/Tests.Common/TestRandomFactory.cs +++ b/test/Tests.Common/TestRandomFactory.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Yarp.ReverseProxy.Utilities; diff --git a/test/Tests.Common/TestTimeProvider.cs b/test/Tests.Common/TestTimeProvider.cs index e47eb57fa..e4eec1aed 100644 --- a/test/Tests.Common/TestTimeProvider.cs +++ b/test/Tests.Common/TestTimeProvider.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/testassets/BenchmarkApp/Program.cs b/testassets/BenchmarkApp/Program.cs index 982901c52..6ba79e6fb 100644 --- a/testassets/BenchmarkApp/Program.cs +++ b/testassets/BenchmarkApp/Program.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/testassets/ReverseProxy.Code/Controllers/HealthController.cs b/testassets/ReverseProxy.Code/Controllers/HealthController.cs index d6c274d41..2dcbffd79 100644 --- a/testassets/ReverseProxy.Code/Controllers/HealthController.cs +++ b/testassets/ReverseProxy.Code/Controllers/HealthController.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Mvc; using Yarp.ReverseProxy.Health; diff --git a/testassets/ReverseProxy.Code/ForwarderMetricsConsumer.cs b/testassets/ReverseProxy.Code/ForwarderMetricsConsumer.cs index c6f73984f..8e40c3388 100644 --- a/testassets/ReverseProxy.Code/ForwarderMetricsConsumer.cs +++ b/testassets/ReverseProxy.Code/ForwarderMetricsConsumer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using Yarp.Telemetry.Consumption; diff --git a/testassets/ReverseProxy.Code/ForwarderTelemetryConsumer.cs b/testassets/ReverseProxy.Code/ForwarderTelemetryConsumer.cs index 71b13c68f..8547eca34 100644 --- a/testassets/ReverseProxy.Code/ForwarderTelemetryConsumer.cs +++ b/testassets/ReverseProxy.Code/ForwarderTelemetryConsumer.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading; diff --git a/testassets/ReverseProxy.Code/MyTransformFactory.cs b/testassets/ReverseProxy.Code/MyTransformFactory.cs index e318d5fcf..b79e35106 100644 --- a/testassets/ReverseProxy.Code/MyTransformFactory.cs +++ b/testassets/ReverseProxy.Code/MyTransformFactory.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/testassets/ReverseProxy.Code/MyTransformProvider.cs b/testassets/ReverseProxy.Code/MyTransformProvider.cs index bc9c947bf..1d4b81a2f 100644 --- a/testassets/ReverseProxy.Code/MyTransformProvider.cs +++ b/testassets/ReverseProxy.Code/MyTransformProvider.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Net.Http; diff --git a/testassets/ReverseProxy.Code/Program.cs b/testassets/ReverseProxy.Code/Program.cs index 09a55c0d0..84773c346 100644 --- a/testassets/ReverseProxy.Code/Program.cs +++ b/testassets/ReverseProxy.Code/Program.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/testassets/ReverseProxy.Code/TokenService.cs b/testassets/ReverseProxy.Code/TokenService.cs index a825d7341..b6a589fb7 100644 --- a/testassets/ReverseProxy.Code/TokenService.cs +++ b/testassets/ReverseProxy.Code/TokenService.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Security.Claims; using System.Threading.Tasks; diff --git a/testassets/ReverseProxy.Config/Controllers/HealthController.cs b/testassets/ReverseProxy.Config/Controllers/HealthController.cs index 393841137..c7cde8c25 100644 --- a/testassets/ReverseProxy.Config/Controllers/HealthController.cs +++ b/testassets/ReverseProxy.Config/Controllers/HealthController.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Mvc; diff --git a/testassets/ReverseProxy.Config/CustomConfigFilter.cs b/testassets/ReverseProxy.Config/CustomConfigFilter.cs index eedc7e39d..4df25c911 100644 --- a/testassets/ReverseProxy.Config/CustomConfigFilter.cs +++ b/testassets/ReverseProxy.Config/CustomConfigFilter.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Threading; diff --git a/testassets/ReverseProxy.Config/Program.cs b/testassets/ReverseProxy.Config/Program.cs index 86e5ec6e0..72772fac9 100644 --- a/testassets/ReverseProxy.Config/Program.cs +++ b/testassets/ReverseProxy.Config/Program.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.DependencyInjection; diff --git a/testassets/ReverseProxy.Direct/Program.cs b/testassets/ReverseProxy.Direct/Program.cs index 9f56b91d1..dea77c915 100644 --- a/testassets/ReverseProxy.Direct/Program.cs +++ b/testassets/ReverseProxy.Direct/Program.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; diff --git a/testassets/ReverseProxy.Direct/TlsFilter.cs b/testassets/ReverseProxy.Direct/TlsFilter.cs index 2a3e85f69..f983b38eb 100644 --- a/testassets/ReverseProxy.Direct/TlsFilter.cs +++ b/testassets/ReverseProxy.Direct/TlsFilter.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Buffers; diff --git a/testassets/TestClient/CommandLineArgs.cs b/testassets/TestClient/CommandLineArgs.cs index afba334dc..1d7659009 100644 --- a/testassets/TestClient/CommandLineArgs.cs +++ b/testassets/TestClient/CommandLineArgs.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; diff --git a/testassets/TestClient/Program.cs b/testassets/TestClient/Program.cs index ab6e5fa2b..a1665e691 100644 --- a/testassets/TestClient/Program.cs +++ b/testassets/TestClient/Program.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/testassets/TestClient/Scenarios/Http1Scenario.cs b/testassets/TestClient/Scenarios/Http1Scenario.cs index 4dc7496f9..34d617283 100644 --- a/testassets/TestClient/Scenarios/Http1Scenario.cs +++ b/testassets/TestClient/Scenarios/Http1Scenario.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/testassets/TestClient/Scenarios/Http2PostExpectContinueScenario.cs b/testassets/TestClient/Scenarios/Http2PostExpectContinueScenario.cs index bae66953c..a964259b0 100644 --- a/testassets/TestClient/Scenarios/Http2PostExpectContinueScenario.cs +++ b/testassets/TestClient/Scenarios/Http2PostExpectContinueScenario.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/testassets/TestClient/Scenarios/Http2Scenario.cs b/testassets/TestClient/Scenarios/Http2Scenario.cs index 043d542cd..131de72b4 100644 --- a/testassets/TestClient/Scenarios/Http2Scenario.cs +++ b/testassets/TestClient/Scenarios/Http2Scenario.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/testassets/TestClient/Scenarios/IScenario.cs b/testassets/TestClient/Scenarios/IScenario.cs index 35c7474ef..8ad230db8 100644 --- a/testassets/TestClient/Scenarios/IScenario.cs +++ b/testassets/TestClient/Scenarios/IScenario.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.Threading; using System.Threading.Tasks; diff --git a/testassets/TestClient/Scenarios/RawUpgradeScenario.cs b/testassets/TestClient/Scenarios/RawUpgradeScenario.cs index ba02fd97f..0b35d3642 100644 --- a/testassets/TestClient/Scenarios/RawUpgradeScenario.cs +++ b/testassets/TestClient/Scenarios/RawUpgradeScenario.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/testassets/TestClient/Scenarios/SessionAffinityScenario.cs b/testassets/TestClient/Scenarios/SessionAffinityScenario.cs index 57c95431e..7c3663452 100644 --- a/testassets/TestClient/Scenarios/SessionAffinityScenario.cs +++ b/testassets/TestClient/Scenarios/SessionAffinityScenario.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/testassets/TestClient/Scenarios/WebSocketsScenario.cs b/testassets/TestClient/Scenarios/WebSocketsScenario.cs index 391011d6c..329ffba9f 100644 --- a/testassets/TestClient/Scenarios/WebSocketsScenario.cs +++ b/testassets/TestClient/Scenarios/WebSocketsScenario.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Diagnostics; diff --git a/testassets/TestServer/AssemblyInfo.cs b/testassets/TestServer/AssemblyInfo.cs index e982863d1..d6395e893 100644 --- a/testassets/TestServer/AssemblyInfo.cs +++ b/testassets/TestServer/AssemblyInfo.cs @@ -1,2 +1,2 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. diff --git a/testassets/TestServer/Controllers/HealthController.cs b/testassets/TestServer/Controllers/HealthController.cs index af34935a7..a4a07031d 100644 --- a/testassets/TestServer/Controllers/HealthController.cs +++ b/testassets/TestServer/Controllers/HealthController.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Mvc; diff --git a/testassets/TestServer/Controllers/HttpController.cs b/testassets/TestServer/Controllers/HttpController.cs index e265f3649..15e1617d1 100644 --- a/testassets/TestServer/Controllers/HttpController.cs +++ b/testassets/TestServer/Controllers/HttpController.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; diff --git a/testassets/TestServer/Controllers/UpgradeController.cs b/testassets/TestServer/Controllers/UpgradeController.cs index b9fca5544..b1dbbc06d 100644 --- a/testassets/TestServer/Controllers/UpgradeController.cs +++ b/testassets/TestServer/Controllers/UpgradeController.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System.IO; using System.Threading.Tasks; diff --git a/testassets/TestServer/Controllers/WebSocketsController.cs b/testassets/TestServer/Controllers/WebSocketsController.cs index 94b96dc0b..ed6feb988 100644 --- a/testassets/TestServer/Controllers/WebSocketsController.cs +++ b/testassets/TestServer/Controllers/WebSocketsController.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using System; using System.Net.WebSockets; diff --git a/testassets/TestServer/Program.cs b/testassets/TestServer/Program.cs index b83f9d5ad..99a686700 100644 --- a/testassets/TestServer/Program.cs +++ b/testassets/TestServer/Program.cs @@ -1,5 +1,5 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.DependencyInjection;