From ea1cc67045f0913434deb3f678a5c25b0b1f4541 Mon Sep 17 00:00:00 2001 From: Mackinnon Buck Date: Fri, 23 Jul 2021 10:33:25 -0700 Subject: [PATCH] Update InputDateType.cs --- src/Components/Web/src/Forms/InputDateType.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/Web/src/Forms/InputDateType.cs b/src/Components/Web/src/Forms/InputDateType.cs index bc5c52f41b16..6fcedec49e9f 100644 --- a/src/Components/Web/src/Forms/InputDateType.cs +++ b/src/Components/Web/src/Forms/InputDateType.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. namespace Microsoft.AspNetCore.Components.Forms {