From 8e6912b8d526db94248671a38f7ed952510432e0 Mon Sep 17 00:00:00 2001 From: Garry Trinder Date: Fri, 7 Feb 2025 11:37:19 +0000 Subject: [PATCH] Update copyright information to reflect .NET Foundation and Contributors --- .github/policies/dev-proxy-branch-protection.yml | 3 +-- LICENSE | 2 +- dev-proxy-abstractions/BaseProxyPlugin.cs | 3 +-- dev-proxy-abstractions/BaseReportingPlugin.cs | 3 +-- dev-proxy-abstractions/CommandLineExtensions.cs | 3 +-- dev-proxy-abstractions/FuncExtensions.cs | 3 +-- dev-proxy-abstractions/GraphBatchRequestPayload.cs | 3 +-- dev-proxy-abstractions/GraphBatchResponsePayload.cs | 3 +-- dev-proxy-abstractions/IProxyConfiguration.cs | 3 +-- dev-proxy-abstractions/IProxyLogger.cs | 3 +-- dev-proxy-abstractions/IProxyPlugin.cs | 3 +-- dev-proxy-abstractions/JsonExtensions.cs | 3 +-- .../LanguageModel/ILanguageModelChatCompletionMessage.cs | 3 +-- .../LanguageModel/ILanguageModelClient.cs | 3 +-- .../LanguageModel/ILanguageModelCompletionResponse.cs | 3 +-- .../LanguageModel/LanguageModelConfiguration.cs | 3 +-- .../LanguageModel/OllamaLanguageModelClient.cs | 3 +-- dev-proxy-abstractions/LanguageModel/OllamaModels.cs | 3 +-- dev-proxy-abstractions/MSGraphDbUtils.cs | 3 +-- dev-proxy-abstractions/MockRequest.cs | 3 +-- dev-proxy-abstractions/MockResponse.cs | 3 +-- dev-proxy-abstractions/PluginEvents.cs | 3 +-- dev-proxy-abstractions/ProxyUtils.cs | 3 +-- dev-proxy-abstractions/ResponseState.cs | 3 +-- dev-proxy-plugins/ApiCenter/ApiCenterClient.cs | 3 +-- dev-proxy-plugins/ApiCenter/ModelExtensions.cs | 3 +-- dev-proxy-plugins/ApiCenter/Models.cs | 3 +-- dev-proxy-plugins/AuthenticationDelegatingHandler.cs | 3 +-- .../Behavior/RateLimitingCustomResponseLoader.cs | 3 +-- dev-proxy-plugins/Behavior/RateLimitingPlugin.cs | 3 +-- dev-proxy-plugins/Behavior/RetryAfterPlugin.cs | 3 +-- dev-proxy-plugins/GenericErrorResponse.cs | 3 +-- dev-proxy-plugins/GraphErrorObjects.cs | 3 +-- dev-proxy-plugins/GraphUtils.cs | 3 +-- dev-proxy-plugins/Guidance/CachingGuidancePlugin.cs | 3 +-- .../Guidance/GraphBetaSupportGuidancePlugin.cs | 3 +-- .../Guidance/GraphClientRequestIdGuidancePlugin.cs | 3 +-- dev-proxy-plugins/Guidance/GraphConnectorGuidancePlugin.cs | 3 +-- dev-proxy-plugins/Guidance/GraphSdkGuidancePlugin.cs | 3 +-- dev-proxy-plugins/Guidance/GraphSelectGuidancePlugin.cs | 3 +-- dev-proxy-plugins/Guidance/ODSPSearchGuidancePlugin.cs | 3 +-- dev-proxy-plugins/Guidance/ODataPagingGuidancePlugin.cs | 3 +-- dev-proxy-plugins/Inspection/CDPModel.cs | 3 +-- dev-proxy-plugins/Inspection/DevToolsPlugin.cs | 3 +-- dev-proxy-plugins/Inspection/WebSocketServer.cs | 3 +-- dev-proxy-plugins/MessageUtils.cs | 3 +-- dev-proxy-plugins/MinimalPermissions/ApiOperation.cs | 3 +-- dev-proxy-plugins/MinimalPermissions/ApiPermissionError.cs | 3 +-- dev-proxy-plugins/MinimalPermissions/ApiPermissionsInfo.cs | 3 +-- .../MinimalPermissions/GraphPermissionError.cs | 3 +-- dev-proxy-plugins/MinimalPermissions/GraphPermissionInfo.cs | 3 +-- .../MinimalPermissions/GraphPermissionsType.cs | 3 +-- dev-proxy-plugins/MinimalPermissions/GraphRequestInfo.cs | 3 +-- .../MinimalPermissions/GraphResultsAndErrors.cs | 3 +-- .../MinimalPermissions/MinimalPermissionsUtils.cs | 3 +-- dev-proxy-plugins/Mocks/AuthPlugin.cs | 3 +-- dev-proxy-plugins/Mocks/CrudApiDefinitionLoader.cs | 3 +-- dev-proxy-plugins/Mocks/CrudApiPlugin.cs | 3 +-- dev-proxy-plugins/Mocks/EntraMockResponsePlugin.cs | 3 +-- dev-proxy-plugins/Mocks/GraphConnectorNotificationPlugin.cs | 3 +-- dev-proxy-plugins/Mocks/GraphMockResponsePlugin.cs | 3 +-- dev-proxy-plugins/Mocks/MockRequestLoader.cs | 3 +-- dev-proxy-plugins/Mocks/MockRequestPlugin.cs | 3 +-- dev-proxy-plugins/Mocks/MockResponsePlugin.cs | 3 +-- dev-proxy-plugins/Mocks/MockResponsesLoader.cs | 3 +-- dev-proxy-plugins/Mocks/OpenAIMockResponsePlugin.cs | 3 +-- dev-proxy-plugins/OpenApi/OpenApiDocumentExtensions.cs | 3 +-- dev-proxy-plugins/Processing/RewritePlugin.cs | 3 +-- dev-proxy-plugins/Processing/RewritesLoader.cs | 3 +-- .../RandomErrors/GenericErrorResponsesLoader.cs | 3 +-- dev-proxy-plugins/RandomErrors/GenericRandomErrorPlugin.cs | 3 +-- dev-proxy-plugins/RandomErrors/GraphRandomErrorPlugin.cs | 3 +-- dev-proxy-plugins/RandomErrors/LatencyPlugin.cs | 3 +-- dev-proxy-plugins/Reporters/BaseReporter.cs | 3 +-- dev-proxy-plugins/Reporters/JsonReporter.cs | 3 +-- dev-proxy-plugins/Reporters/MarkdownReporter.cs | 3 +-- dev-proxy-plugins/Reporters/PlainTextReporter.cs | 3 +-- .../RequestLogs/ApiCenterMinimalPermissionsPlugin.cs | 3 +-- dev-proxy-plugins/RequestLogs/ApiCenterOnboardingPlugin.cs | 3 +-- .../RequestLogs/ApiCenterProductionVersionPlugin.cs | 3 +-- dev-proxy-plugins/RequestLogs/ExecutionSummaryPlugin.cs | 3 +-- .../RequestLogs/GraphMinimalPermissionsGuidancePlugin.cs | 3 +-- .../RequestLogs/GraphMinimalPermissionsPlugin.cs | 3 +-- dev-proxy-plugins/RequestLogs/HttpFileGeneratorPlugin.cs | 6 ++---- dev-proxy-plugins/RequestLogs/MinimalPermissionsPlugin.cs | 3 +-- dev-proxy-plugins/RequestLogs/MockGeneratorPlugin.cs | 3 +-- dev-proxy-plugins/RequestLogs/OpenApiSpecGeneratorPlugin.cs | 3 +-- dev-proxy-plugins/RequestLogs/UrlDiscoveryPlugin.cs | 3 +-- dev-proxy-plugins/StringExtensions.cs | 3 +-- dev-proxy-plugins/TracingDelegatingHandler.cs | 3 +-- dev-proxy/Announcement.cs | 3 +-- dev-proxy/ApiControllers/JwtInfo.cs | 3 +-- dev-proxy/ApiControllers/ProxyController.cs | 3 +-- dev-proxy/ApiControllers/ProxyInfo.cs | 3 +-- dev-proxy/CertificateDiskCache.cs | 3 +-- dev-proxy/CommandHandlers/JwtBinder.cs | 3 +-- dev-proxy/CommandHandlers/JwtCommandHandler.cs | 3 +-- dev-proxy/CommandHandlers/MSGraphDbCommandHandler.cs | 3 +-- dev-proxy/CommandHandlers/OutdatedCommandHandler.cs | 3 +-- dev-proxy/CommandHandlers/PresetGetCommandHandler.cs | 3 +-- dev-proxy/CommandHandlers/ProxyCommandHandler.cs | 3 +-- dev-proxy/IProxyState.cs | 3 +-- dev-proxy/Jwt/JwtCreatorOptions.cs | 3 +-- dev-proxy/Jwt/JwtIssuer.cs | 3 +-- dev-proxy/Jwt/JwtOptions.cs | 3 +-- dev-proxy/Jwt/JwtTokenGenerator.cs | 3 +-- dev-proxy/Logging/AnsiParser.cs | 3 +-- dev-proxy/Logging/ILoggerBuilderExtensions.cs | 3 +-- dev-proxy/Logging/ILoggerExtensions.cs | 3 +-- dev-proxy/Logging/ProxyConsoleFormatter.cs | 3 +-- dev-proxy/Logging/ProxyConsoleFormatterOptions.cs | 3 +-- dev-proxy/Logging/RequestLogger.cs | 3 +-- dev-proxy/Logging/RequestLoggerProvider.cs | 3 +-- dev-proxy/Logging/TextWriterExtensions.cs | 3 +-- dev-proxy/PluginLoadContext.cs | 3 +-- dev-proxy/PluginLoader.cs | 3 +-- dev-proxy/Program.cs | 3 +-- dev-proxy/ProxyConfiguration.cs | 3 +-- dev-proxy/ProxyContext.cs | 3 +-- dev-proxy/ProxyEngine.cs | 3 +-- dev-proxy/ProxyHost.cs | 3 +-- dev-proxy/ProxyState.cs | 3 +-- dev-proxy/UpdateNotification.cs | 3 +-- samples/index.html | 3 +-- samples/nosdk.html | 3 +-- samples/withsdk.html | 3 +-- scripts/setup-beta.ps1 | 3 +-- scripts/setup-beta.sh | 3 +-- scripts/setup.ps1 | 3 +-- scripts/setup.sh | 3 +-- 130 files changed, 131 insertions(+), 261 deletions(-) diff --git a/.github/policies/dev-proxy-branch-protection.yml b/.github/policies/dev-proxy-branch-protection.yml index 8f4a0dd1..47f00d04 100644 --- a/.github/policies/dev-proxy-branch-protection.yml +++ b/.github/policies/dev-proxy-branch-protection.yml @@ -1,5 +1,4 @@ -# Copyright (c) Microsoft Corporation. -# Licensed under the MIT License. +# Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. # File initially created using https://github.com/MIchaelMainer/policyservicetoolkit/blob/main/branch_protection_export.ps1. diff --git a/LICENSE b/LICENSE index 79656060..bd2a0aaf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License - Copyright (c) Microsoft Corporation. + Copyright (c) .NET Foundation and Contributors. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/dev-proxy-abstractions/BaseProxyPlugin.cs b/dev-proxy-abstractions/BaseProxyPlugin.cs index 9db9ad8c..2c10fa67 100644 --- a/dev-proxy-abstractions/BaseProxyPlugin.cs +++ b/dev-proxy-abstractions/BaseProxyPlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.CommandLine; using Microsoft.Extensions.Configuration; diff --git a/dev-proxy-abstractions/BaseReportingPlugin.cs b/dev-proxy-abstractions/BaseReportingPlugin.cs index c7f62aeb..f72adb90 100644 --- a/dev-proxy-abstractions/BaseReportingPlugin.cs +++ b/dev-proxy-abstractions/BaseReportingPlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/dev-proxy-abstractions/CommandLineExtensions.cs b/dev-proxy-abstractions/CommandLineExtensions.cs index 07ba3c2a..ab351b75 100644 --- a/dev-proxy-abstractions/CommandLineExtensions.cs +++ b/dev-proxy-abstractions/CommandLineExtensions.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.CommandLine; using System.CommandLine.Parsing; diff --git a/dev-proxy-abstractions/FuncExtensions.cs b/dev-proxy-abstractions/FuncExtensions.cs index 61f75201..d7698bf6 100644 --- a/dev-proxy-abstractions/FuncExtensions.cs +++ b/dev-proxy-abstractions/FuncExtensions.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // from: https://github.com/justcoding121/titanium-web-proxy/blob/902504a324425e4e49fc5ba604c2b7fa172e68ce/src/Titanium.Web.Proxy/Extensions/FuncExtensions.cs diff --git a/dev-proxy-abstractions/GraphBatchRequestPayload.cs b/dev-proxy-abstractions/GraphBatchRequestPayload.cs index 0b8ab9be..28928288 100644 --- a/dev-proxy-abstractions/GraphBatchRequestPayload.cs +++ b/dev-proxy-abstractions/GraphBatchRequestPayload.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. namespace Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy-abstractions/GraphBatchResponsePayload.cs b/dev-proxy-abstractions/GraphBatchResponsePayload.cs index 8419c256..143fca8d 100644 --- a/dev-proxy-abstractions/GraphBatchResponsePayload.cs +++ b/dev-proxy-abstractions/GraphBatchResponsePayload.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. namespace Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy-abstractions/IProxyConfiguration.cs b/dev-proxy-abstractions/IProxyConfiguration.cs index cbb47343..08c8d609 100644 --- a/dev-proxy-abstractions/IProxyConfiguration.cs +++ b/dev-proxy-abstractions/IProxyConfiguration.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Extensions.Logging; diff --git a/dev-proxy-abstractions/IProxyLogger.cs b/dev-proxy-abstractions/IProxyLogger.cs index 44e1d5f8..b04e789e 100644 --- a/dev-proxy-abstractions/IProxyLogger.cs +++ b/dev-proxy-abstractions/IProxyLogger.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Titanium.Web.Proxy.EventArguments; diff --git a/dev-proxy-abstractions/IProxyPlugin.cs b/dev-proxy-abstractions/IProxyPlugin.cs index 8a695b2c..5afe3f65 100644 --- a/dev-proxy-abstractions/IProxyPlugin.cs +++ b/dev-proxy-abstractions/IProxyPlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.CommandLine; diff --git a/dev-proxy-abstractions/JsonExtensions.cs b/dev-proxy-abstractions/JsonExtensions.cs index a7b92b2a..9cf0251a 100644 --- a/dev-proxy-abstractions/JsonExtensions.cs +++ b/dev-proxy-abstractions/JsonExtensions.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Text.Json; diff --git a/dev-proxy-abstractions/LanguageModel/ILanguageModelChatCompletionMessage.cs b/dev-proxy-abstractions/LanguageModel/ILanguageModelChatCompletionMessage.cs index 5398f03a..808518c4 100644 --- a/dev-proxy-abstractions/LanguageModel/ILanguageModelChatCompletionMessage.cs +++ b/dev-proxy-abstractions/LanguageModel/ILanguageModelChatCompletionMessage.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. namespace Microsoft.DevProxy.Abstractions.LanguageModel; diff --git a/dev-proxy-abstractions/LanguageModel/ILanguageModelClient.cs b/dev-proxy-abstractions/LanguageModel/ILanguageModelClient.cs index a6b6c092..4fdc3054 100644 --- a/dev-proxy-abstractions/LanguageModel/ILanguageModelClient.cs +++ b/dev-proxy-abstractions/LanguageModel/ILanguageModelClient.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. namespace Microsoft.DevProxy.Abstractions.LanguageModel; diff --git a/dev-proxy-abstractions/LanguageModel/ILanguageModelCompletionResponse.cs b/dev-proxy-abstractions/LanguageModel/ILanguageModelCompletionResponse.cs index 9a457fca..df41f511 100644 --- a/dev-proxy-abstractions/LanguageModel/ILanguageModelCompletionResponse.cs +++ b/dev-proxy-abstractions/LanguageModel/ILanguageModelCompletionResponse.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. namespace Microsoft.DevProxy.Abstractions.LanguageModel; diff --git a/dev-proxy-abstractions/LanguageModel/LanguageModelConfiguration.cs b/dev-proxy-abstractions/LanguageModel/LanguageModelConfiguration.cs index 99167599..f5feeebd 100644 --- a/dev-proxy-abstractions/LanguageModel/LanguageModelConfiguration.cs +++ b/dev-proxy-abstractions/LanguageModel/LanguageModelConfiguration.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. namespace Microsoft.DevProxy.Abstractions.LanguageModel; diff --git a/dev-proxy-abstractions/LanguageModel/OllamaLanguageModelClient.cs b/dev-proxy-abstractions/LanguageModel/OllamaLanguageModelClient.cs index f6cf8e38..9cd49c94 100644 --- a/dev-proxy-abstractions/LanguageModel/OllamaLanguageModelClient.cs +++ b/dev-proxy-abstractions/LanguageModel/OllamaLanguageModelClient.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Diagnostics; using System.Net.Http.Json; diff --git a/dev-proxy-abstractions/LanguageModel/OllamaModels.cs b/dev-proxy-abstractions/LanguageModel/OllamaModels.cs index d95ae2c6..b765b2f9 100644 --- a/dev-proxy-abstractions/LanguageModel/OllamaModels.cs +++ b/dev-proxy-abstractions/LanguageModel/OllamaModels.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Text.Json.Serialization; diff --git a/dev-proxy-abstractions/MSGraphDbUtils.cs b/dev-proxy-abstractions/MSGraphDbUtils.cs index 6b07a659..88121c9a 100644 --- a/dev-proxy-abstractions/MSGraphDbUtils.cs +++ b/dev-proxy-abstractions/MSGraphDbUtils.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Data.Sqlite; using Microsoft.Extensions.Logging; diff --git a/dev-proxy-abstractions/MockRequest.cs b/dev-proxy-abstractions/MockRequest.cs index 7318a610..779ede40 100644 --- a/dev-proxy-abstractions/MockRequest.cs +++ b/dev-proxy-abstractions/MockRequest.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. namespace Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy-abstractions/MockResponse.cs b/dev-proxy-abstractions/MockResponse.cs index c03b8e86..ddbda49a 100644 --- a/dev-proxy-abstractions/MockResponse.cs +++ b/dev-proxy-abstractions/MockResponse.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. namespace Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy-abstractions/PluginEvents.cs b/dev-proxy-abstractions/PluginEvents.cs index 500b8fb0..3fd2af85 100644 --- a/dev-proxy-abstractions/PluginEvents.cs +++ b/dev-proxy-abstractions/PluginEvents.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.CommandLine; using System.CommandLine.Invocation; diff --git a/dev-proxy-abstractions/ProxyUtils.cs b/dev-proxy-abstractions/ProxyUtils.cs index c230239f..a2c058bc 100644 --- a/dev-proxy-abstractions/ProxyUtils.cs +++ b/dev-proxy-abstractions/ProxyUtils.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Reflection; using System.Text.Json; diff --git a/dev-proxy-abstractions/ResponseState.cs b/dev-proxy-abstractions/ResponseState.cs index 2d03c0fa..9e3e0c62 100644 --- a/dev-proxy-abstractions/ResponseState.cs +++ b/dev-proxy-abstractions/ResponseState.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. namespace Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy-plugins/ApiCenter/ApiCenterClient.cs b/dev-proxy-plugins/ApiCenter/ApiCenterClient.cs index c7696d5f..8751533f 100644 --- a/dev-proxy-plugins/ApiCenter/ApiCenterClient.cs +++ b/dev-proxy-plugins/ApiCenter/ApiCenterClient.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Diagnostics.Tracing; using System.Net.Http.Json; diff --git a/dev-proxy-plugins/ApiCenter/ModelExtensions.cs b/dev-proxy-plugins/ApiCenter/ModelExtensions.cs index 8e7bcfda..4b018181 100644 --- a/dev-proxy-plugins/ApiCenter/ModelExtensions.cs +++ b/dev-proxy-plugins/ApiCenter/ModelExtensions.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Diagnostics; using Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy-plugins/ApiCenter/Models.cs b/dev-proxy-plugins/ApiCenter/Models.cs index 4c6ec4ad..5ed5afa1 100644 --- a/dev-proxy-plugins/ApiCenter/Models.cs +++ b/dev-proxy-plugins/ApiCenter/Models.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.OpenApi.Models; diff --git a/dev-proxy-plugins/AuthenticationDelegatingHandler.cs b/dev-proxy-plugins/AuthenticationDelegatingHandler.cs index 3c1e3046..e8261187 100644 --- a/dev-proxy-plugins/AuthenticationDelegatingHandler.cs +++ b/dev-proxy-plugins/AuthenticationDelegatingHandler.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Net.Http.Headers; using Azure.Core; diff --git a/dev-proxy-plugins/Behavior/RateLimitingCustomResponseLoader.cs b/dev-proxy-plugins/Behavior/RateLimitingCustomResponseLoader.cs index 0a1ec1df..906bcfda 100644 --- a/dev-proxy-plugins/Behavior/RateLimitingCustomResponseLoader.cs +++ b/dev-proxy-plugins/Behavior/RateLimitingCustomResponseLoader.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Extensions.Logging; using Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy-plugins/Behavior/RateLimitingPlugin.cs b/dev-proxy-plugins/Behavior/RateLimitingPlugin.cs index 8fe05fb9..5ac0b55f 100644 --- a/dev-proxy-plugins/Behavior/RateLimitingPlugin.cs +++ b/dev-proxy-plugins/Behavior/RateLimitingPlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/dev-proxy-plugins/Behavior/RetryAfterPlugin.cs b/dev-proxy-plugins/Behavior/RetryAfterPlugin.cs index 24b43ff6..36b9ef5f 100644 --- a/dev-proxy-plugins/Behavior/RetryAfterPlugin.cs +++ b/dev-proxy-plugins/Behavior/RetryAfterPlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/dev-proxy-plugins/GenericErrorResponse.cs b/dev-proxy-plugins/GenericErrorResponse.cs index aa538a75..3229206b 100644 --- a/dev-proxy-plugins/GenericErrorResponse.cs +++ b/dev-proxy-plugins/GenericErrorResponse.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. namespace Microsoft.DevProxy.Plugins; diff --git a/dev-proxy-plugins/GraphErrorObjects.cs b/dev-proxy-plugins/GraphErrorObjects.cs index 52fa4b64..95bf4db1 100644 --- a/dev-proxy-plugins/GraphErrorObjects.cs +++ b/dev-proxy-plugins/GraphErrorObjects.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Text.Json.Serialization; diff --git a/dev-proxy-plugins/GraphUtils.cs b/dev-proxy-plugins/GraphUtils.cs index 2da7c431..4dc0a7df 100644 --- a/dev-proxy-plugins/GraphUtils.cs +++ b/dev-proxy-plugins/GraphUtils.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Net.Http.Json; using Microsoft.DevProxy.Plugins.MinimalPermissions; diff --git a/dev-proxy-plugins/Guidance/CachingGuidancePlugin.cs b/dev-proxy-plugins/Guidance/CachingGuidancePlugin.cs index ed7a3364..cd00c94a 100644 --- a/dev-proxy-plugins/Guidance/CachingGuidancePlugin.cs +++ b/dev-proxy-plugins/Guidance/CachingGuidancePlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/dev-proxy-plugins/Guidance/GraphBetaSupportGuidancePlugin.cs b/dev-proxy-plugins/Guidance/GraphBetaSupportGuidancePlugin.cs index c6726ba7..6895261c 100644 --- a/dev-proxy-plugins/Guidance/GraphBetaSupportGuidancePlugin.cs +++ b/dev-proxy-plugins/Guidance/GraphBetaSupportGuidancePlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/dev-proxy-plugins/Guidance/GraphClientRequestIdGuidancePlugin.cs b/dev-proxy-plugins/Guidance/GraphClientRequestIdGuidancePlugin.cs index 45c78ae6..5aa5c4a9 100644 --- a/dev-proxy-plugins/Guidance/GraphClientRequestIdGuidancePlugin.cs +++ b/dev-proxy-plugins/Guidance/GraphClientRequestIdGuidancePlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/dev-proxy-plugins/Guidance/GraphConnectorGuidancePlugin.cs b/dev-proxy-plugins/Guidance/GraphConnectorGuidancePlugin.cs index 34da3574..8db40a3f 100644 --- a/dev-proxy-plugins/Guidance/GraphConnectorGuidancePlugin.cs +++ b/dev-proxy-plugins/Guidance/GraphConnectorGuidancePlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Extensions.Configuration; using Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy-plugins/Guidance/GraphSdkGuidancePlugin.cs b/dev-proxy-plugins/Guidance/GraphSdkGuidancePlugin.cs index d27e93f5..cca7b65c 100644 --- a/dev-proxy-plugins/Guidance/GraphSdkGuidancePlugin.cs +++ b/dev-proxy-plugins/Guidance/GraphSdkGuidancePlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/dev-proxy-plugins/Guidance/GraphSelectGuidancePlugin.cs b/dev-proxy-plugins/Guidance/GraphSelectGuidancePlugin.cs index fb8db8cb..76f7c4b0 100644 --- a/dev-proxy-plugins/Guidance/GraphSelectGuidancePlugin.cs +++ b/dev-proxy-plugins/Guidance/GraphSelectGuidancePlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Extensions.Configuration; using Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy-plugins/Guidance/ODSPSearchGuidancePlugin.cs b/dev-proxy-plugins/Guidance/ODSPSearchGuidancePlugin.cs index 9debf8ab..a0acb2da 100644 --- a/dev-proxy-plugins/Guidance/ODSPSearchGuidancePlugin.cs +++ b/dev-proxy-plugins/Guidance/ODSPSearchGuidancePlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/dev-proxy-plugins/Guidance/ODataPagingGuidancePlugin.cs b/dev-proxy-plugins/Guidance/ODataPagingGuidancePlugin.cs index 6484ac41..d9145de0 100644 --- a/dev-proxy-plugins/Guidance/ODataPagingGuidancePlugin.cs +++ b/dev-proxy-plugins/Guidance/ODataPagingGuidancePlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Extensions.Configuration; using Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy-plugins/Inspection/CDPModel.cs b/dev-proxy-plugins/Inspection/CDPModel.cs index 48b35077..9520ff56 100644 --- a/dev-proxy-plugins/Inspection/CDPModel.cs +++ b/dev-proxy-plugins/Inspection/CDPModel.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Text.Json.Serialization; using Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy-plugins/Inspection/DevToolsPlugin.cs b/dev-proxy-plugins/Inspection/DevToolsPlugin.cs index 78130f16..4a610d31 100644 --- a/dev-proxy-plugins/Inspection/DevToolsPlugin.cs +++ b/dev-proxy-plugins/Inspection/DevToolsPlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Diagnostics; using System.Net; diff --git a/dev-proxy-plugins/Inspection/WebSocketServer.cs b/dev-proxy-plugins/Inspection/WebSocketServer.cs index 2a396eca..d9bedda3 100644 --- a/dev-proxy-plugins/Inspection/WebSocketServer.cs +++ b/dev-proxy-plugins/Inspection/WebSocketServer.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. namespace Microsoft.DevProxy.Plugins.Inspection; diff --git a/dev-proxy-plugins/MessageUtils.cs b/dev-proxy-plugins/MessageUtils.cs index ca3dc268..ca1a6b2f 100644 --- a/dev-proxy-plugins/MessageUtils.cs +++ b/dev-proxy-plugins/MessageUtils.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Titanium.Web.Proxy.Http; diff --git a/dev-proxy-plugins/MinimalPermissions/ApiOperation.cs b/dev-proxy-plugins/MinimalPermissions/ApiOperation.cs index dfd56b6a..11a227fd 100644 --- a/dev-proxy-plugins/MinimalPermissions/ApiOperation.cs +++ b/dev-proxy-plugins/MinimalPermissions/ApiOperation.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. namespace Microsoft.DevProxy.Plugins.MinimalPermissions; diff --git a/dev-proxy-plugins/MinimalPermissions/ApiPermissionError.cs b/dev-proxy-plugins/MinimalPermissions/ApiPermissionError.cs index 8a717771..83455cc9 100644 --- a/dev-proxy-plugins/MinimalPermissions/ApiPermissionError.cs +++ b/dev-proxy-plugins/MinimalPermissions/ApiPermissionError.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. namespace Microsoft.DevProxy.Plugins.MinimalPermissions; diff --git a/dev-proxy-plugins/MinimalPermissions/ApiPermissionsInfo.cs b/dev-proxy-plugins/MinimalPermissions/ApiPermissionsInfo.cs index 60893abd..df076e31 100644 --- a/dev-proxy-plugins/MinimalPermissions/ApiPermissionsInfo.cs +++ b/dev-proxy-plugins/MinimalPermissions/ApiPermissionsInfo.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. namespace Microsoft.DevProxy.Plugins.MinimalPermissions; diff --git a/dev-proxy-plugins/MinimalPermissions/GraphPermissionError.cs b/dev-proxy-plugins/MinimalPermissions/GraphPermissionError.cs index 595793ab..8ce0ca1f 100644 --- a/dev-proxy-plugins/MinimalPermissions/GraphPermissionError.cs +++ b/dev-proxy-plugins/MinimalPermissions/GraphPermissionError.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Text.Json.Serialization; diff --git a/dev-proxy-plugins/MinimalPermissions/GraphPermissionInfo.cs b/dev-proxy-plugins/MinimalPermissions/GraphPermissionInfo.cs index 2223853f..bbf34fea 100644 --- a/dev-proxy-plugins/MinimalPermissions/GraphPermissionInfo.cs +++ b/dev-proxy-plugins/MinimalPermissions/GraphPermissionInfo.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. namespace Microsoft.DevProxy.Plugins.MinimalPermissions; diff --git a/dev-proxy-plugins/MinimalPermissions/GraphPermissionsType.cs b/dev-proxy-plugins/MinimalPermissions/GraphPermissionsType.cs index a8ad9772..cc2d5bd8 100644 --- a/dev-proxy-plugins/MinimalPermissions/GraphPermissionsType.cs +++ b/dev-proxy-plugins/MinimalPermissions/GraphPermissionsType.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. namespace Microsoft.DevProxy.Plugins.MinimalPermissions; diff --git a/dev-proxy-plugins/MinimalPermissions/GraphRequestInfo.cs b/dev-proxy-plugins/MinimalPermissions/GraphRequestInfo.cs index ee455e95..3fdbd844 100644 --- a/dev-proxy-plugins/MinimalPermissions/GraphRequestInfo.cs +++ b/dev-proxy-plugins/MinimalPermissions/GraphRequestInfo.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Text.Json.Serialization; diff --git a/dev-proxy-plugins/MinimalPermissions/GraphResultsAndErrors.cs b/dev-proxy-plugins/MinimalPermissions/GraphResultsAndErrors.cs index d43dac68..e3dac499 100644 --- a/dev-proxy-plugins/MinimalPermissions/GraphResultsAndErrors.cs +++ b/dev-proxy-plugins/MinimalPermissions/GraphResultsAndErrors.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. namespace Microsoft.DevProxy.Plugins.MinimalPermissions; diff --git a/dev-proxy-plugins/MinimalPermissions/MinimalPermissionsUtils.cs b/dev-proxy-plugins/MinimalPermissions/MinimalPermissionsUtils.cs index c76e5dc4..bc7df388 100644 --- a/dev-proxy-plugins/MinimalPermissions/MinimalPermissionsUtils.cs +++ b/dev-proxy-plugins/MinimalPermissions/MinimalPermissionsUtils.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Extensions.Logging; using System.IdentityModel.Tokens.Jwt; diff --git a/dev-proxy-plugins/Mocks/AuthPlugin.cs b/dev-proxy-plugins/Mocks/AuthPlugin.cs index 88278bcf..7366dc68 100644 --- a/dev-proxy-plugins/Mocks/AuthPlugin.cs +++ b/dev-proxy-plugins/Mocks/AuthPlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Diagnostics; using System.IdentityModel.Tokens.Jwt; diff --git a/dev-proxy-plugins/Mocks/CrudApiDefinitionLoader.cs b/dev-proxy-plugins/Mocks/CrudApiDefinitionLoader.cs index 1332e0c1..2493b423 100644 --- a/dev-proxy-plugins/Mocks/CrudApiDefinitionLoader.cs +++ b/dev-proxy-plugins/Mocks/CrudApiDefinitionLoader.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.DevProxy.Abstractions; using Microsoft.Extensions.Logging; diff --git a/dev-proxy-plugins/Mocks/CrudApiPlugin.cs b/dev-proxy-plugins/Mocks/CrudApiPlugin.cs index 6f88b80a..67f608fb 100644 --- a/dev-proxy-plugins/Mocks/CrudApiPlugin.cs +++ b/dev-proxy-plugins/Mocks/CrudApiPlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Extensions.Configuration; using Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy-plugins/Mocks/EntraMockResponsePlugin.cs b/dev-proxy-plugins/Mocks/EntraMockResponsePlugin.cs index 4a9f8e1d..9f57e8d9 100644 --- a/dev-proxy-plugins/Mocks/EntraMockResponsePlugin.cs +++ b/dev-proxy-plugins/Mocks/EntraMockResponsePlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Security.Cryptography.X509Certificates; using System.Text; diff --git a/dev-proxy-plugins/Mocks/GraphConnectorNotificationPlugin.cs b/dev-proxy-plugins/Mocks/GraphConnectorNotificationPlugin.cs index d944ba94..36347bcb 100644 --- a/dev-proxy-plugins/Mocks/GraphConnectorNotificationPlugin.cs +++ b/dev-proxy-plugins/Mocks/GraphConnectorNotificationPlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.IdentityModel.Tokens.Jwt; using System.Net; diff --git a/dev-proxy-plugins/Mocks/GraphMockResponsePlugin.cs b/dev-proxy-plugins/Mocks/GraphMockResponsePlugin.cs index 6f20368d..8c755bcf 100644 --- a/dev-proxy-plugins/Mocks/GraphMockResponsePlugin.cs +++ b/dev-proxy-plugins/Mocks/GraphMockResponsePlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Net; using System.Text.Json; diff --git a/dev-proxy-plugins/Mocks/MockRequestLoader.cs b/dev-proxy-plugins/Mocks/MockRequestLoader.cs index 11bd677f..b12020f4 100644 --- a/dev-proxy-plugins/Mocks/MockRequestLoader.cs +++ b/dev-proxy-plugins/Mocks/MockRequestLoader.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.DevProxy.Abstractions; using Microsoft.Extensions.Logging; diff --git a/dev-proxy-plugins/Mocks/MockRequestPlugin.cs b/dev-proxy-plugins/Mocks/MockRequestPlugin.cs index 3fd8fabb..3a9e9d75 100644 --- a/dev-proxy-plugins/Mocks/MockRequestPlugin.cs +++ b/dev-proxy-plugins/Mocks/MockRequestPlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Diagnostics; using System.Text; diff --git a/dev-proxy-plugins/Mocks/MockResponsePlugin.cs b/dev-proxy-plugins/Mocks/MockResponsePlugin.cs index 008a98d9..00ea3f01 100644 --- a/dev-proxy-plugins/Mocks/MockResponsePlugin.cs +++ b/dev-proxy-plugins/Mocks/MockResponsePlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Extensions.Configuration; using Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy-plugins/Mocks/MockResponsesLoader.cs b/dev-proxy-plugins/Mocks/MockResponsesLoader.cs index 97b1f640..5e939724 100644 --- a/dev-proxy-plugins/Mocks/MockResponsesLoader.cs +++ b/dev-proxy-plugins/Mocks/MockResponsesLoader.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.DevProxy.Abstractions; using Microsoft.Extensions.Logging; diff --git a/dev-proxy-plugins/Mocks/OpenAIMockResponsePlugin.cs b/dev-proxy-plugins/Mocks/OpenAIMockResponsePlugin.cs index b493c569..1c4398a9 100644 --- a/dev-proxy-plugins/Mocks/OpenAIMockResponsePlugin.cs +++ b/dev-proxy-plugins/Mocks/OpenAIMockResponsePlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Net; using System.Text.Json; diff --git a/dev-proxy-plugins/OpenApi/OpenApiDocumentExtensions.cs b/dev-proxy-plugins/OpenApi/OpenApiDocumentExtensions.cs index 0ce8f810..03eefd66 100644 --- a/dev-proxy-plugins/OpenApi/OpenApiDocumentExtensions.cs +++ b/dev-proxy-plugins/OpenApi/OpenApiDocumentExtensions.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Text.RegularExpressions; using Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy-plugins/Processing/RewritePlugin.cs b/dev-proxy-plugins/Processing/RewritePlugin.cs index 066ba218..56393880 100644 --- a/dev-proxy-plugins/Processing/RewritePlugin.cs +++ b/dev-proxy-plugins/Processing/RewritePlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/dev-proxy-plugins/Processing/RewritesLoader.cs b/dev-proxy-plugins/Processing/RewritesLoader.cs index 674ffaf7..43f3df53 100644 --- a/dev-proxy-plugins/Processing/RewritesLoader.cs +++ b/dev-proxy-plugins/Processing/RewritesLoader.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.DevProxy.Abstractions; using Microsoft.Extensions.Logging; diff --git a/dev-proxy-plugins/RandomErrors/GenericErrorResponsesLoader.cs b/dev-proxy-plugins/RandomErrors/GenericErrorResponsesLoader.cs index 83af07b6..21dc5188 100644 --- a/dev-proxy-plugins/RandomErrors/GenericErrorResponsesLoader.cs +++ b/dev-proxy-plugins/RandomErrors/GenericErrorResponsesLoader.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.DevProxy.Abstractions; using Microsoft.Extensions.Logging; diff --git a/dev-proxy-plugins/RandomErrors/GenericRandomErrorPlugin.cs b/dev-proxy-plugins/RandomErrors/GenericRandomErrorPlugin.cs index deb3fbf4..6a90049b 100644 --- a/dev-proxy-plugins/RandomErrors/GenericRandomErrorPlugin.cs +++ b/dev-proxy-plugins/RandomErrors/GenericRandomErrorPlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Extensions.Configuration; using Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy-plugins/RandomErrors/GraphRandomErrorPlugin.cs b/dev-proxy-plugins/RandomErrors/GraphRandomErrorPlugin.cs index 3f804077..9897aa21 100644 --- a/dev-proxy-plugins/RandomErrors/GraphRandomErrorPlugin.cs +++ b/dev-proxy-plugins/RandomErrors/GraphRandomErrorPlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/dev-proxy-plugins/RandomErrors/LatencyPlugin.cs b/dev-proxy-plugins/RandomErrors/LatencyPlugin.cs index 74526220..86dd738a 100644 --- a/dev-proxy-plugins/RandomErrors/LatencyPlugin.cs +++ b/dev-proxy-plugins/RandomErrors/LatencyPlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/dev-proxy-plugins/Reporters/BaseReporter.cs b/dev-proxy-plugins/Reporters/BaseReporter.cs index dfb208a0..3214cc87 100644 --- a/dev-proxy-plugins/Reporters/BaseReporter.cs +++ b/dev-proxy-plugins/Reporters/BaseReporter.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.DevProxy.Abstractions; using Microsoft.Extensions.Configuration; diff --git a/dev-proxy-plugins/Reporters/JsonReporter.cs b/dev-proxy-plugins/Reporters/JsonReporter.cs index 11cd3304..f43081c8 100644 --- a/dev-proxy-plugins/Reporters/JsonReporter.cs +++ b/dev-proxy-plugins/Reporters/JsonReporter.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Text; using System.Text.Json; diff --git a/dev-proxy-plugins/Reporters/MarkdownReporter.cs b/dev-proxy-plugins/Reporters/MarkdownReporter.cs index a44e9be9..9b97ca62 100644 --- a/dev-proxy-plugins/Reporters/MarkdownReporter.cs +++ b/dev-proxy-plugins/Reporters/MarkdownReporter.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Text; using Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy-plugins/Reporters/PlainTextReporter.cs b/dev-proxy-plugins/Reporters/PlainTextReporter.cs index eb9c4dff..7a098aa0 100644 --- a/dev-proxy-plugins/Reporters/PlainTextReporter.cs +++ b/dev-proxy-plugins/Reporters/PlainTextReporter.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Text; using Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy-plugins/RequestLogs/ApiCenterMinimalPermissionsPlugin.cs b/dev-proxy-plugins/RequestLogs/ApiCenterMinimalPermissionsPlugin.cs index 3d295a40..cbe9ecef 100644 --- a/dev-proxy-plugins/RequestLogs/ApiCenterMinimalPermissionsPlugin.cs +++ b/dev-proxy-plugins/RequestLogs/ApiCenterMinimalPermissionsPlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Diagnostics; using Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy-plugins/RequestLogs/ApiCenterOnboardingPlugin.cs b/dev-proxy-plugins/RequestLogs/ApiCenterOnboardingPlugin.cs index e6cbaf5c..2453a7cf 100644 --- a/dev-proxy-plugins/RequestLogs/ApiCenterOnboardingPlugin.cs +++ b/dev-proxy-plugins/RequestLogs/ApiCenterOnboardingPlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Diagnostics; using Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy-plugins/RequestLogs/ApiCenterProductionVersionPlugin.cs b/dev-proxy-plugins/RequestLogs/ApiCenterProductionVersionPlugin.cs index a8a4fe05..59b127cb 100644 --- a/dev-proxy-plugins/RequestLogs/ApiCenterProductionVersionPlugin.cs +++ b/dev-proxy-plugins/RequestLogs/ApiCenterProductionVersionPlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Diagnostics; using System.Text.Json.Serialization; diff --git a/dev-proxy-plugins/RequestLogs/ExecutionSummaryPlugin.cs b/dev-proxy-plugins/RequestLogs/ExecutionSummaryPlugin.cs index 4810e6fc..d2130746 100644 --- a/dev-proxy-plugins/RequestLogs/ExecutionSummaryPlugin.cs +++ b/dev-proxy-plugins/RequestLogs/ExecutionSummaryPlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Extensions.Configuration; using Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy-plugins/RequestLogs/GraphMinimalPermissionsGuidancePlugin.cs b/dev-proxy-plugins/RequestLogs/GraphMinimalPermissionsGuidancePlugin.cs index 239757f2..4ffb0e53 100644 --- a/dev-proxy-plugins/RequestLogs/GraphMinimalPermissionsGuidancePlugin.cs +++ b/dev-proxy-plugins/RequestLogs/GraphMinimalPermissionsGuidancePlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Extensions.Configuration; using Microsoft.Extensions.Logging; diff --git a/dev-proxy-plugins/RequestLogs/GraphMinimalPermissionsPlugin.cs b/dev-proxy-plugins/RequestLogs/GraphMinimalPermissionsPlugin.cs index a19df868..cb06045f 100644 --- a/dev-proxy-plugins/RequestLogs/GraphMinimalPermissionsPlugin.cs +++ b/dev-proxy-plugins/RequestLogs/GraphMinimalPermissionsPlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Extensions.Configuration; using Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy-plugins/RequestLogs/HttpFileGeneratorPlugin.cs b/dev-proxy-plugins/RequestLogs/HttpFileGeneratorPlugin.cs index d50374b3..e9573a67 100644 --- a/dev-proxy-plugins/RequestLogs/HttpFileGeneratorPlugin.cs +++ b/dev-proxy-plugins/RequestLogs/HttpFileGeneratorPlugin.cs @@ -1,9 +1,7 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Text; using System.Web; diff --git a/dev-proxy-plugins/RequestLogs/MinimalPermissionsPlugin.cs b/dev-proxy-plugins/RequestLogs/MinimalPermissionsPlugin.cs index e5e57970..852ab0d0 100644 --- a/dev-proxy-plugins/RequestLogs/MinimalPermissionsPlugin.cs +++ b/dev-proxy-plugins/RequestLogs/MinimalPermissionsPlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.DevProxy.Abstractions; using Microsoft.DevProxy.Plugins.MinimalPermissions; diff --git a/dev-proxy-plugins/RequestLogs/MockGeneratorPlugin.cs b/dev-proxy-plugins/RequestLogs/MockGeneratorPlugin.cs index 77c12464..0fccc6eb 100644 --- a/dev-proxy-plugins/RequestLogs/MockGeneratorPlugin.cs +++ b/dev-proxy-plugins/RequestLogs/MockGeneratorPlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Text.Json; using Microsoft.Extensions.Configuration; diff --git a/dev-proxy-plugins/RequestLogs/OpenApiSpecGeneratorPlugin.cs b/dev-proxy-plugins/RequestLogs/OpenApiSpecGeneratorPlugin.cs index 5660905b..398a5cec 100644 --- a/dev-proxy-plugins/RequestLogs/OpenApiSpecGeneratorPlugin.cs +++ b/dev-proxy-plugins/RequestLogs/OpenApiSpecGeneratorPlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Extensions.Configuration; using Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy-plugins/RequestLogs/UrlDiscoveryPlugin.cs b/dev-proxy-plugins/RequestLogs/UrlDiscoveryPlugin.cs index 69684241..3531bcce 100644 --- a/dev-proxy-plugins/RequestLogs/UrlDiscoveryPlugin.cs +++ b/dev-proxy-plugins/RequestLogs/UrlDiscoveryPlugin.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Extensions.Configuration; using Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy-plugins/StringExtensions.cs b/dev-proxy-plugins/StringExtensions.cs index cb238608..45a6f0b6 100644 --- a/dev-proxy-plugins/StringExtensions.cs +++ b/dev-proxy-plugins/StringExtensions.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. #pragma warning disable IDE0130 namespace System; diff --git a/dev-proxy-plugins/TracingDelegatingHandler.cs b/dev-proxy-plugins/TracingDelegatingHandler.cs index 725e9098..2263f992 100644 --- a/dev-proxy-plugins/TracingDelegatingHandler.cs +++ b/dev-proxy-plugins/TracingDelegatingHandler.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Extensions.Logging; diff --git a/dev-proxy/Announcement.cs b/dev-proxy/Announcement.cs index fc1580c0..b25535a7 100644 --- a/dev-proxy/Announcement.cs +++ b/dev-proxy/Announcement.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Text.RegularExpressions; diff --git a/dev-proxy/ApiControllers/JwtInfo.cs b/dev-proxy/ApiControllers/JwtInfo.cs index 06947762..400be758 100644 --- a/dev-proxy/ApiControllers/JwtInfo.cs +++ b/dev-proxy/ApiControllers/JwtInfo.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. namespace Microsoft.DevProxy.ApiControllers; diff --git a/dev-proxy/ApiControllers/ProxyController.cs b/dev-proxy/ApiControllers/ProxyController.cs index 573b642c..bf7c26ad 100644 --- a/dev-proxy/ApiControllers/ProxyController.cs +++ b/dev-proxy/ApiControllers/ProxyController.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.AspNetCore.Mvc; using Microsoft.DevProxy.Jwt; diff --git a/dev-proxy/ApiControllers/ProxyInfo.cs b/dev-proxy/ApiControllers/ProxyInfo.cs index e44309d2..9a0a4514 100644 --- a/dev-proxy/ApiControllers/ProxyInfo.cs +++ b/dev-proxy/ApiControllers/ProxyInfo.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. namespace Microsoft.DevProxy.ApiControllers; diff --git a/dev-proxy/CertificateDiskCache.cs b/dev-proxy/CertificateDiskCache.cs index 40799500..9c4472ee 100644 --- a/dev-proxy/CertificateDiskCache.cs +++ b/dev-proxy/CertificateDiskCache.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Security.Cryptography.X509Certificates; using Titanium.Web.Proxy.Certificates.Cache; diff --git a/dev-proxy/CommandHandlers/JwtBinder.cs b/dev-proxy/CommandHandlers/JwtBinder.cs index 0de6788f..b05329f8 100644 --- a/dev-proxy/CommandHandlers/JwtBinder.cs +++ b/dev-proxy/CommandHandlers/JwtBinder.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.DevProxy.Jwt; using System.CommandLine; diff --git a/dev-proxy/CommandHandlers/JwtCommandHandler.cs b/dev-proxy/CommandHandlers/JwtCommandHandler.cs index 256ce6aa..d06e5143 100644 --- a/dev-proxy/CommandHandlers/JwtCommandHandler.cs +++ b/dev-proxy/CommandHandlers/JwtCommandHandler.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.DevProxy.Jwt; diff --git a/dev-proxy/CommandHandlers/MSGraphDbCommandHandler.cs b/dev-proxy/CommandHandlers/MSGraphDbCommandHandler.cs index 2c6c1987..20c6c05e 100644 --- a/dev-proxy/CommandHandlers/MSGraphDbCommandHandler.cs +++ b/dev-proxy/CommandHandlers/MSGraphDbCommandHandler.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.CommandLine.Invocation; using Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy/CommandHandlers/OutdatedCommandHandler.cs b/dev-proxy/CommandHandlers/OutdatedCommandHandler.cs index 128d7ee3..fa5b2e9a 100644 --- a/dev-proxy/CommandHandlers/OutdatedCommandHandler.cs +++ b/dev-proxy/CommandHandlers/OutdatedCommandHandler.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. namespace Microsoft.DevProxy.CommandHandlers; diff --git a/dev-proxy/CommandHandlers/PresetGetCommandHandler.cs b/dev-proxy/CommandHandlers/PresetGetCommandHandler.cs index 2401664f..227b0f41 100644 --- a/dev-proxy/CommandHandlers/PresetGetCommandHandler.cs +++ b/dev-proxy/CommandHandlers/PresetGetCommandHandler.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.DevProxy.Abstractions; using System.Net.Http.Headers; diff --git a/dev-proxy/CommandHandlers/ProxyCommandHandler.cs b/dev-proxy/CommandHandlers/ProxyCommandHandler.cs index 2b5b8ceb..63081dad 100755 --- a/dev-proxy/CommandHandlers/ProxyCommandHandler.cs +++ b/dev-proxy/CommandHandlers/ProxyCommandHandler.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.DevProxy.Abstractions; using Microsoft.VisualStudio.Threading; diff --git a/dev-proxy/IProxyState.cs b/dev-proxy/IProxyState.cs index 38d6d8a2..b9e8b13d 100644 --- a/dev-proxy/IProxyState.cs +++ b/dev-proxy/IProxyState.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy/Jwt/JwtCreatorOptions.cs b/dev-proxy/Jwt/JwtCreatorOptions.cs index 2a989361..b43cf2e5 100644 --- a/dev-proxy/Jwt/JwtCreatorOptions.cs +++ b/dev-proxy/Jwt/JwtCreatorOptions.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Security.Cryptography; diff --git a/dev-proxy/Jwt/JwtIssuer.cs b/dev-proxy/Jwt/JwtIssuer.cs index 8553afb7..2aa8e671 100644 --- a/dev-proxy/Jwt/JwtIssuer.cs +++ b/dev-proxy/Jwt/JwtIssuer.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.IdentityModel.Tokens; using System.Globalization; diff --git a/dev-proxy/Jwt/JwtOptions.cs b/dev-proxy/Jwt/JwtOptions.cs index 0e38d9b8..d47d3229 100644 --- a/dev-proxy/Jwt/JwtOptions.cs +++ b/dev-proxy/Jwt/JwtOptions.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. namespace Microsoft.DevProxy.Jwt; diff --git a/dev-proxy/Jwt/JwtTokenGenerator.cs b/dev-proxy/Jwt/JwtTokenGenerator.cs index 41a53e86..ac06b664 100644 --- a/dev-proxy/Jwt/JwtTokenGenerator.cs +++ b/dev-proxy/Jwt/JwtTokenGenerator.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.IdentityModel.Tokens.Jwt; using System.Text; diff --git a/dev-proxy/Logging/AnsiParser.cs b/dev-proxy/Logging/AnsiParser.cs index 02d9fc86..b89732cd 100644 --- a/dev-proxy/Logging/AnsiParser.cs +++ b/dev-proxy/Logging/AnsiParser.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. // from https://github.com/dotnet/runtime/blob/e1c671760e23de03ee4be74eeb26831813488100/src/libraries/Microsoft.Extensions.Logging.Console/src/AnsiParser.cs diff --git a/dev-proxy/Logging/ILoggerBuilderExtensions.cs b/dev-proxy/Logging/ILoggerBuilderExtensions.cs index 7b846e74..37e83572 100644 --- a/dev-proxy/Logging/ILoggerBuilderExtensions.cs +++ b/dev-proxy/Logging/ILoggerBuilderExtensions.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.DevProxy.Abstractions; using Microsoft.DevProxy.Logging; diff --git a/dev-proxy/Logging/ILoggerExtensions.cs b/dev-proxy/Logging/ILoggerExtensions.cs index 3315e8f3..65a8dacc 100644 --- a/dev-proxy/Logging/ILoggerExtensions.cs +++ b/dev-proxy/Logging/ILoggerExtensions.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. #pragma warning disable IDE0130 namespace Microsoft.Extensions.Logging; diff --git a/dev-proxy/Logging/ProxyConsoleFormatter.cs b/dev-proxy/Logging/ProxyConsoleFormatter.cs index 4e05ce82..91c04bd1 100644 --- a/dev-proxy/Logging/ProxyConsoleFormatter.cs +++ b/dev-proxy/Logging/ProxyConsoleFormatter.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Text; using Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy/Logging/ProxyConsoleFormatterOptions.cs b/dev-proxy/Logging/ProxyConsoleFormatterOptions.cs index 798a5171..977fbfb4 100644 --- a/dev-proxy/Logging/ProxyConsoleFormatterOptions.cs +++ b/dev-proxy/Logging/ProxyConsoleFormatterOptions.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.Extensions.Logging.Console; diff --git a/dev-proxy/Logging/RequestLogger.cs b/dev-proxy/Logging/RequestLogger.cs index b6778d36..73f116f7 100644 --- a/dev-proxy/Logging/RequestLogger.cs +++ b/dev-proxy/Logging/RequestLogger.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.DevProxy.Abstractions; using Microsoft.VisualStudio.Threading; diff --git a/dev-proxy/Logging/RequestLoggerProvider.cs b/dev-proxy/Logging/RequestLoggerProvider.cs index 3bfa6605..424a06df 100644 --- a/dev-proxy/Logging/RequestLoggerProvider.cs +++ b/dev-proxy/Logging/RequestLoggerProvider.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Collections.Concurrent; using Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy/Logging/TextWriterExtensions.cs b/dev-proxy/Logging/TextWriterExtensions.cs index 938530ca..1e651956 100644 --- a/dev-proxy/Logging/TextWriterExtensions.cs +++ b/dev-proxy/Logging/TextWriterExtensions.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.DevProxy.Logging; diff --git a/dev-proxy/PluginLoadContext.cs b/dev-proxy/PluginLoadContext.cs index 2f1f4f28..25e237c8 100644 --- a/dev-proxy/PluginLoadContext.cs +++ b/dev-proxy/PluginLoadContext.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Reflection; using System.Runtime.Loader; diff --git a/dev-proxy/PluginLoader.cs b/dev-proxy/PluginLoader.cs index 4d25dd9d..b619fa7d 100644 --- a/dev-proxy/PluginLoader.cs +++ b/dev-proxy/PluginLoader.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.DevProxy.Abstractions; using System.Reflection; diff --git a/dev-proxy/Program.cs b/dev-proxy/Program.cs index 1b8dfa61..2214824e 100644 --- a/dev-proxy/Program.cs +++ b/dev-proxy/Program.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.DevProxy; using Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy/ProxyConfiguration.cs b/dev-proxy/ProxyConfiguration.cs index b5d83018..85860c69 100755 --- a/dev-proxy/ProxyConfiguration.cs +++ b/dev-proxy/ProxyConfiguration.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Runtime.Serialization; using System.Text.Json.Serialization; diff --git a/dev-proxy/ProxyContext.cs b/dev-proxy/ProxyContext.cs index 30ee3b75..17be3941 100644 --- a/dev-proxy/ProxyContext.cs +++ b/dev-proxy/ProxyContext.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Security.Cryptography.X509Certificates; using Microsoft.DevProxy.Abstractions; diff --git a/dev-proxy/ProxyEngine.cs b/dev-proxy/ProxyEngine.cs index f3d01b32..5a94a814 100755 --- a/dev-proxy/ProxyEngine.cs +++ b/dev-proxy/ProxyEngine.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.DevProxy.Abstractions; using Microsoft.VisualStudio.Threading; diff --git a/dev-proxy/ProxyHost.cs b/dev-proxy/ProxyHost.cs index 389a8600..b9b5dccb 100755 --- a/dev-proxy/ProxyHost.cs +++ b/dev-proxy/ProxyHost.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.DevProxy.Abstractions; using Microsoft.DevProxy.CommandHandlers; diff --git a/dev-proxy/ProxyState.cs b/dev-proxy/ProxyState.cs index cf2719d4..be3cd0a2 100644 --- a/dev-proxy/ProxyState.cs +++ b/dev-proxy/ProxyState.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using Microsoft.DevProxy.Abstractions; using Titanium.Web.Proxy; diff --git a/dev-proxy/UpdateNotification.cs b/dev-proxy/UpdateNotification.cs index a5d8a27f..4349e62b 100644 --- a/dev-proxy/UpdateNotification.cs +++ b/dev-proxy/UpdateNotification.cs @@ -1,5 +1,4 @@ -// Copyright (c) Microsoft Corporation. -// Licensed under the MIT License. +// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. using System.Net.Http.Headers; using System.Text.Json; diff --git a/samples/index.html b/samples/index.html index 6b639645..d31802b7 100644 --- a/samples/index.html +++ b/samples/index.html @@ -1,5 +1,4 @@ - + diff --git a/samples/nosdk.html b/samples/nosdk.html index 17a2b638..a7b4a6f5 100644 --- a/samples/nosdk.html +++ b/samples/nosdk.html @@ -1,5 +1,4 @@ - + diff --git a/samples/withsdk.html b/samples/withsdk.html index 08b0b02c..bf38c48f 100644 --- a/samples/withsdk.html +++ b/samples/withsdk.html @@ -1,5 +1,4 @@ - + diff --git a/scripts/setup-beta.ps1 b/scripts/setup-beta.ps1 index 028ac647..125a5217 100644 --- a/scripts/setup-beta.ps1 +++ b/scripts/setup-beta.ps1 @@ -1,6 +1,5 @@ #--------------------------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License in the project root for license information. +# Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. All rights reserved. #--------------------------------------------------------------------------------------------- if (-not $IsLinux) diff --git a/scripts/setup-beta.sh b/scripts/setup-beta.sh index 75df8fb2..179dc9fa 100755 --- a/scripts/setup-beta.sh +++ b/scripts/setup-beta.sh @@ -1,7 +1,6 @@ #!/usr/bin/env bash #--------------------------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License in the project root for license information. +# Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. All rights reserved. #--------------------------------------------------------------------------------------------- if [ "$(expr substr $(uname -s) 1 5)" != "Linux" ]; then diff --git a/scripts/setup.ps1 b/scripts/setup.ps1 index c303a76b..bfa009aa 100644 --- a/scripts/setup.ps1 +++ b/scripts/setup.ps1 @@ -1,6 +1,5 @@ #--------------------------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License in the project root for license information. +# Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. All rights reserved. #--------------------------------------------------------------------------------------------- if (-not $IsLinux) diff --git a/scripts/setup.sh b/scripts/setup.sh index c635e8f2..b3404a61 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -1,7 +1,6 @@ #!/usr/bin/env bash #--------------------------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License in the project root for license information. +# Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information. All rights reserved. #--------------------------------------------------------------------------------------------- if [ "$(expr substr $(uname -s) 1 5)" != "Linux" ]; then