From 327751690d16ba3793391880f9a774c90115741a Mon Sep 17 00:00:00 2001 From: Ajay Bhargav Baaskaran Date: Thu, 3 Mar 2016 17:33:39 -0800 Subject: [PATCH] Added Company, Copyright and Product attributes to AssemblyInfo --- .../Properties/AssemblyInfo.cs | 7 +++++-- .../Properties/AssemblyInfo.cs | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) 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")]