diff --git a/src/Microsoft.AspNetCore.Buffering/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.Buffering/Properties/AssemblyInfo.cs index e0f545c6b5..76feceeff0 100644 --- a/src/Microsoft.AspNetCore.Buffering/Properties/AssemblyInfo.cs +++ b/src/Microsoft.AspNetCore.Buffering/Properties/AssemblyInfo.cs @@ -1,8 +1,11 @@ -// Copyright (c) .NET Foundation. All rights reserved. +// 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. using System.Reflection; using System.Resources; [assembly: AssemblyMetadata("Serviceable", "True")] -[assembly: NeutralResourcesLanguage("en-us")] \ No newline at end of file +[assembly: NeutralResourcesLanguage("en-us")] +[assembly: AssemblyCompany("Microsoft Corporation.")] +[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] +[assembly: AssemblyProduct("Microsoft ASP.NET Core")] diff --git a/src/Microsoft.AspNetCore.HttpOverrides/Properties/AssemblyInfo.cs b/src/Microsoft.AspNetCore.HttpOverrides/Properties/AssemblyInfo.cs index e0f545c6b5..76feceeff0 100644 --- a/src/Microsoft.AspNetCore.HttpOverrides/Properties/AssemblyInfo.cs +++ b/src/Microsoft.AspNetCore.HttpOverrides/Properties/AssemblyInfo.cs @@ -1,8 +1,11 @@ -// Copyright (c) .NET Foundation. All rights reserved. +// 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. using System.Reflection; using System.Resources; [assembly: AssemblyMetadata("Serviceable", "True")] -[assembly: NeutralResourcesLanguage("en-us")] \ No newline at end of file +[assembly: NeutralResourcesLanguage("en-us")] +[assembly: AssemblyCompany("Microsoft Corporation.")] +[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")] +[assembly: AssemblyProduct("Microsoft ASP.NET Core")]