Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Pilch <kevinpi@microsoft.com>2021-07-20 23:29:55 +0300
committerKevin Pilch <kevinpi@microsoft.com>2021-07-23 01:54:29 +0300
commit9da42b9fab4c61fe46627ac0c6877905ec845d5a (patch)
tree102b67f5e18d0e324c77d5511032a4dcc2a0445a /src/Http/Http.Results/test/CreatedAtRouteResultTests.cs
parentd71ceb649ce37ef2920f6fc5e2b6c30c8a119ad2 (diff)
Find and Replace Apache License -> MIT
Diffstat (limited to 'src/Http/Http.Results/test/CreatedAtRouteResultTests.cs')
-rw-r--r--src/Http/Http.Results/test/CreatedAtRouteResultTests.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Http/Http.Results/test/CreatedAtRouteResultTests.cs b/src/Http/Http.Results/test/CreatedAtRouteResultTests.cs
index ad6d0e7430..7f4cd28dd9 100644
--- a/src/Http/Http.Results/test/CreatedAtRouteResultTests.cs
+++ b/src/Http/Http.Results/test/CreatedAtRouteResultTests.cs
@@ -1,5 +1,5 @@
-// Copyright (c) .NET Foundation. All rights reserved.
-// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
+// Licensed 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;