From 38a7836a529bbe108059887a031d1f46ce5d1dd5 Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Tue, 8 Dec 2015 12:00:59 -0800 Subject: [PATCH] more pr feedback --- .../LoaderProjectContextExtensions.cs | 5 ++-- .../ProjectLoadContext.cs | 3 +++ .../Properties/AssemblyInfo.cs | 23 ------------------- 3 files changed, 6 insertions(+), 25 deletions(-) delete mode 100644 test/LoadContextTest/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.DotNet.ProjectModel.Loader/LoaderProjectContextExtensions.cs b/src/Microsoft.DotNet.ProjectModel.Loader/LoaderProjectContextExtensions.cs index fbe5756b9..944f86f59 100644 --- a/src/Microsoft.DotNet.ProjectModel.Loader/LoaderProjectContextExtensions.cs +++ b/src/Microsoft.DotNet.ProjectModel.Loader/LoaderProjectContextExtensions.cs @@ -1,6 +1,7 @@ -using System; +// Copyright (c) .NET Foundation and contributors. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + using System.Collections.Generic; -using System.IO; using System.Reflection; using System.Runtime.Loader; diff --git a/src/Microsoft.DotNet.ProjectModel.Loader/ProjectLoadContext.cs b/src/Microsoft.DotNet.ProjectModel.Loader/ProjectLoadContext.cs index 8808a5caf..44418b167 100644 --- a/src/Microsoft.DotNet.ProjectModel.Loader/ProjectLoadContext.cs +++ b/src/Microsoft.DotNet.ProjectModel.Loader/ProjectLoadContext.cs @@ -1,3 +1,6 @@ +// Copyright (c) .NET Foundation and contributors. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + using System; using System.Collections.Generic; using System.IO; diff --git a/test/LoadContextTest/Properties/AssemblyInfo.cs b/test/LoadContextTest/Properties/AssemblyInfo.cs deleted file mode 100644 index 4e1b3147b..000000000 --- a/test/LoadContextTest/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("LoadContextTest")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("LoadContextTest")] -[assembly: AssemblyCopyright("Copyright © 2015")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("7a75acc4-3c2f-44e1-b492-0ec08704e9ff")]