From 2bd48c9ce68405a790a82594ebd395f08ff71f86 Mon Sep 17 00:00:00 2001 From: Arthur Vickers Date: Wed, 28 Jul 2021 10:36:52 +0100 Subject: [PATCH] Fix header --- src/EFCore.Relational/Diagnostics/CommandSource.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/EFCore.Relational/Diagnostics/CommandSource.cs b/src/EFCore.Relational/Diagnostics/CommandSource.cs index 0d9fd4b1df1..cc56dcc6fb5 100644 --- a/src/EFCore.Relational/Diagnostics/CommandSource.cs +++ b/src/EFCore.Relational/Diagnostics/CommandSource.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.Data.Common;