diff --git a/src/installer/test/Assets/TestProjects/AppWithSubDirs/Program.cs b/src/installer/test/Assets/TestProjects/AppWithSubDirs/Program.cs index 0ad18ac88b7242..20c24839186eb6 100644 --- a/src/installer/test/Assets/TestProjects/AppWithSubDirs/Program.cs +++ b/src/installer/test/Assets/TestProjects/AppWithSubDirs/Program.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; using System.IO; using System.Reflection; diff --git a/src/installer/test/Assets/TestProjects/AppWithWait/Program.cs b/src/installer/test/Assets/TestProjects/AppWithWait/Program.cs index 220c3c6d0f5609..f6f9749cb03b35 100644 --- a/src/installer/test/Assets/TestProjects/AppWithWait/Program.cs +++ b/src/installer/test/Assets/TestProjects/AppWithWait/Program.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; using System.IO; using System.Threading; diff --git a/src/installer/test/Assets/TestProjects/ComLibrary/ComLibrary.cs b/src/installer/test/Assets/TestProjects/ComLibrary/ComLibrary.cs index 70e43e1bdfb194..addff5056d01b9 100644 --- a/src/installer/test/Assets/TestProjects/ComLibrary/ComLibrary.cs +++ b/src/installer/test/Assets/TestProjects/ComLibrary/ComLibrary.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; using System.Runtime.InteropServices; diff --git a/src/installer/test/Assets/TestProjects/ComLibraryConflictingGuid/ComLibraryConflictingGuid.cs b/src/installer/test/Assets/TestProjects/ComLibraryConflictingGuid/ComLibraryConflictingGuid.cs index e40a7181c625f5..82faeb1a342361 100644 --- a/src/installer/test/Assets/TestProjects/ComLibraryConflictingGuid/ComLibraryConflictingGuid.cs +++ b/src/installer/test/Assets/TestProjects/ComLibraryConflictingGuid/ComLibraryConflictingGuid.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; using System.Runtime.InteropServices; diff --git a/src/installer/test/Assets/TestProjects/ComLibraryMissingGuid/ComLibraryMissingGuid.cs b/src/installer/test/Assets/TestProjects/ComLibraryMissingGuid/ComLibraryMissingGuid.cs index daefe7b4c04698..fd813da88cc5f5 100644 --- a/src/installer/test/Assets/TestProjects/ComLibraryMissingGuid/ComLibraryMissingGuid.cs +++ b/src/installer/test/Assets/TestProjects/ComLibraryMissingGuid/ComLibraryMissingGuid.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; using System.Runtime.InteropServices; diff --git a/src/installer/test/Assets/TestProjects/ComponentWithNoDependencies/Component.cs b/src/installer/test/Assets/TestProjects/ComponentWithNoDependencies/Component.cs index 942484cda10570..a16cf7e668245e 100644 --- a/src/installer/test/Assets/TestProjects/ComponentWithNoDependencies/Component.cs +++ b/src/installer/test/Assets/TestProjects/ComponentWithNoDependencies/Component.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; namespace Component diff --git a/src/installer/test/Assets/TestProjects/HostApiInvokerApp/HostFXR.cs b/src/installer/test/Assets/TestProjects/HostApiInvokerApp/HostFXR.cs index e34852812900e8..bcbe6b178e3b44 100644 --- a/src/installer/test/Assets/TestProjects/HostApiInvokerApp/HostFXR.cs +++ b/src/installer/test/Assets/TestProjects/HostApiInvokerApp/HostFXR.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; using System.Collections.Generic; using System.Runtime.InteropServices; diff --git a/src/installer/test/Assets/TestProjects/HostApiInvokerApp/HostPolicy.cs b/src/installer/test/Assets/TestProjects/HostApiInvokerApp/HostPolicy.cs index 06a7eb7e7040a0..5826fa1245c9df 100644 --- a/src/installer/test/Assets/TestProjects/HostApiInvokerApp/HostPolicy.cs +++ b/src/installer/test/Assets/TestProjects/HostApiInvokerApp/HostPolicy.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; using System.Collections.Generic; using System.IO; diff --git a/src/installer/test/Assets/TestProjects/HostApiInvokerApp/Program.cs b/src/installer/test/Assets/TestProjects/HostApiInvokerApp/Program.cs index ff2af229306edf..ffe5db339ff857 100644 --- a/src/installer/test/Assets/TestProjects/HostApiInvokerApp/Program.cs +++ b/src/installer/test/Assets/TestProjects/HostApiInvokerApp/Program.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; using System.Collections.Generic; using System.Runtime.InteropServices; diff --git a/src/installer/test/Assets/TestProjects/HostApiInvokerApp/Utils.cs b/src/installer/test/Assets/TestProjects/HostApiInvokerApp/Utils.cs index 103e79c4a0cebc..6b69d3737c3e42 100644 --- a/src/installer/test/Assets/TestProjects/HostApiInvokerApp/Utils.cs +++ b/src/installer/test/Assets/TestProjects/HostApiInvokerApp/Utils.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; using System.Collections.Generic; using System.Runtime.InteropServices; diff --git a/src/installer/test/Assets/TestProjects/LightupClient/Program.cs b/src/installer/test/Assets/TestProjects/LightupClient/Program.cs index c9ae504fc467ce..864cff0935f827 100644 --- a/src/installer/test/Assets/TestProjects/LightupClient/Program.cs +++ b/src/installer/test/Assets/TestProjects/LightupClient/Program.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; using System.IO; using System.Reflection; diff --git a/src/installer/test/Assets/TestProjects/LightupLib/Program.cs b/src/installer/test/Assets/TestProjects/LightupLib/Program.cs index d40468ccce9138..fbd89fe4c004bc 100644 --- a/src/installer/test/Assets/TestProjects/LightupLib/Program.cs +++ b/src/installer/test/Assets/TestProjects/LightupLib/Program.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; using System.Reflection; diff --git a/src/installer/test/Assets/TestProjects/PortableApp/Program.cs b/src/installer/test/Assets/TestProjects/PortableApp/Program.cs index 698eaa46279ba6..70117514e89fa7 100644 --- a/src/installer/test/Assets/TestProjects/PortableApp/Program.cs +++ b/src/installer/test/Assets/TestProjects/PortableApp/Program.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; namespace PortableApp diff --git a/src/installer/test/Assets/TestProjects/PortableAppWithException/Program.cs b/src/installer/test/Assets/TestProjects/PortableAppWithException/Program.cs index 4415189d91070b..ba28d518730ced 100644 --- a/src/installer/test/Assets/TestProjects/PortableAppWithException/Program.cs +++ b/src/installer/test/Assets/TestProjects/PortableAppWithException/Program.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; namespace PortableAppWithException diff --git a/src/installer/test/Assets/TestProjects/PortableAppWithLongPath/Program.cs b/src/installer/test/Assets/TestProjects/PortableAppWithLongPath/Program.cs index 18107783b5a0e7..ec62b4984f91f1 100644 --- a/src/installer/test/Assets/TestProjects/PortableAppWithLongPath/Program.cs +++ b/src/installer/test/Assets/TestProjects/PortableAppWithLongPath/Program.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; using System.IO; using System.Runtime.InteropServices; diff --git a/src/installer/test/Assets/TestProjects/PortableAppWithMissingRef/Program.cs b/src/installer/test/Assets/TestProjects/PortableAppWithMissingRef/Program.cs index e38f53735c654b..84bf48564c4677 100644 --- a/src/installer/test/Assets/TestProjects/PortableAppWithMissingRef/Program.cs +++ b/src/installer/test/Assets/TestProjects/PortableAppWithMissingRef/Program.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; using SharedLibrary; diff --git a/src/installer/test/Assets/TestProjects/PortableAppWithMissingRef/SharedLibrary/SharedLibrary.cs b/src/installer/test/Assets/TestProjects/PortableAppWithMissingRef/SharedLibrary/SharedLibrary.cs index 6a11a3b709eeb1..4d0f6a92de27e5 100644 --- a/src/installer/test/Assets/TestProjects/PortableAppWithMissingRef/SharedLibrary/SharedLibrary.cs +++ b/src/installer/test/Assets/TestProjects/PortableAppWithMissingRef/SharedLibrary/SharedLibrary.cs @@ -1,4 +1,8 @@ -using System; +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + +using System; namespace SharedLibrary { diff --git a/src/installer/test/Assets/TestProjects/PortableTestApp/Program.cs b/src/installer/test/Assets/TestProjects/PortableTestApp/Program.cs index 2b24cbf7cb1169..ab1b403e43a0f8 100644 --- a/src/installer/test/Assets/TestProjects/PortableTestApp/Program.cs +++ b/src/installer/test/Assets/TestProjects/PortableTestApp/Program.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; using Xunit; diff --git a/src/installer/test/Assets/TestProjects/ResourceLookup/Program.cs b/src/installer/test/Assets/TestProjects/ResourceLookup/Program.cs index a8dcbdd72317a8..2ff9021b602c47 100644 --- a/src/installer/test/Assets/TestProjects/ResourceLookup/Program.cs +++ b/src/installer/test/Assets/TestProjects/ResourceLookup/Program.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; namespace ResourceLookup diff --git a/src/installer/test/Assets/TestProjects/RuntimeProperties/Program.cs b/src/installer/test/Assets/TestProjects/RuntimeProperties/Program.cs index 957fb2e10a77e7..d34be002d7829f 100644 --- a/src/installer/test/Assets/TestProjects/RuntimeProperties/Program.cs +++ b/src/installer/test/Assets/TestProjects/RuntimeProperties/Program.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; namespace RuntimeProperties diff --git a/src/installer/test/Assets/TestProjects/SharedFxLookupPortableApp/Program.cs b/src/installer/test/Assets/TestProjects/SharedFxLookupPortableApp/Program.cs index affac621217c47..6c0e33b99d4a1e 100644 --- a/src/installer/test/Assets/TestProjects/SharedFxLookupPortableApp/Program.cs +++ b/src/installer/test/Assets/TestProjects/SharedFxLookupPortableApp/Program.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; namespace SharedFxLookupPortableApp diff --git a/src/installer/test/Assets/TestProjects/StandaloneApp/Program.cs b/src/installer/test/Assets/TestProjects/StandaloneApp/Program.cs index a20659e2f9a0b2..dca0b185f29bb7 100644 --- a/src/installer/test/Assets/TestProjects/StandaloneApp/Program.cs +++ b/src/installer/test/Assets/TestProjects/StandaloneApp/Program.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; namespace StandaloneApp diff --git a/src/installer/test/Assets/TestProjects/StandaloneApp20/Program.cs b/src/installer/test/Assets/TestProjects/StandaloneApp20/Program.cs index 4dd9b9cf7c7ab1..787bc61f9511be 100644 --- a/src/installer/test/Assets/TestProjects/StandaloneApp20/Program.cs +++ b/src/installer/test/Assets/TestProjects/StandaloneApp20/Program.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; namespace StandaloneApp diff --git a/src/installer/test/Assets/TestProjects/StandaloneApp21/Program.cs b/src/installer/test/Assets/TestProjects/StandaloneApp21/Program.cs index 4dd9b9cf7c7ab1..787bc61f9511be 100644 --- a/src/installer/test/Assets/TestProjects/StandaloneApp21/Program.cs +++ b/src/installer/test/Assets/TestProjects/StandaloneApp21/Program.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; namespace StandaloneApp diff --git a/src/installer/test/Assets/TestProjects/StandaloneTestApp/Program.cs b/src/installer/test/Assets/TestProjects/StandaloneTestApp/Program.cs index 013cf4f51690fc..a933fff0208285 100644 --- a/src/installer/test/Assets/TestProjects/StandaloneTestApp/Program.cs +++ b/src/installer/test/Assets/TestProjects/StandaloneTestApp/Program.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; using Xunit; diff --git a/src/installer/test/Assets/TestProjects/StartupHook/StartupHook.cs b/src/installer/test/Assets/TestProjects/StartupHook/StartupHook.cs index 6c2ebb9c5a000b..7a044f590a3851 100644 --- a/src/installer/test/Assets/TestProjects/StartupHook/StartupHook.cs +++ b/src/installer/test/Assets/TestProjects/StartupHook/StartupHook.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; internal class StartupHook diff --git a/src/installer/test/Assets/TestProjects/StartupHookWithAssemblyResolver/SharedLibrary/SharedLibrary.cs b/src/installer/test/Assets/TestProjects/StartupHookWithAssemblyResolver/SharedLibrary/SharedLibrary.cs index f5e1599cebfd7c..fc5d74070059eb 100644 --- a/src/installer/test/Assets/TestProjects/StartupHookWithAssemblyResolver/SharedLibrary/SharedLibrary.cs +++ b/src/installer/test/Assets/TestProjects/StartupHookWithAssemblyResolver/SharedLibrary/SharedLibrary.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + namespace SharedLibrary { public class SharedType diff --git a/src/installer/test/Assets/TestProjects/StartupHookWithAssemblyResolver/StartupHookWithAssemblyResolver.cs b/src/installer/test/Assets/TestProjects/StartupHookWithAssemblyResolver/StartupHookWithAssemblyResolver.cs index caf14e586e17fc..2dfb194d48bcc6 100644 --- a/src/installer/test/Assets/TestProjects/StartupHookWithAssemblyResolver/StartupHookWithAssemblyResolver.cs +++ b/src/installer/test/Assets/TestProjects/StartupHookWithAssemblyResolver/StartupHookWithAssemblyResolver.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; using System.IO; using System.Reflection; diff --git a/src/installer/test/Assets/TestProjects/StartupHookWithDependency/StartupHookWithDependency.cs b/src/installer/test/Assets/TestProjects/StartupHookWithDependency/StartupHookWithDependency.cs index bd04c4a3984fa9..455b1e8d684c01 100644 --- a/src/installer/test/Assets/TestProjects/StartupHookWithDependency/StartupHookWithDependency.cs +++ b/src/installer/test/Assets/TestProjects/StartupHookWithDependency/StartupHookWithDependency.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; internal class StartupHook diff --git a/src/installer/test/Assets/TestProjects/StartupHookWithInstanceMethod/StartupHookWithInstanceMethod.cs b/src/installer/test/Assets/TestProjects/StartupHookWithInstanceMethod/StartupHookWithInstanceMethod.cs index f369d47037b95c..c9a9d3440ae569 100644 --- a/src/installer/test/Assets/TestProjects/StartupHookWithInstanceMethod/StartupHookWithInstanceMethod.cs +++ b/src/installer/test/Assets/TestProjects/StartupHookWithInstanceMethod/StartupHookWithInstanceMethod.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; internal class StartupHook diff --git a/src/installer/test/Assets/TestProjects/StartupHookWithMultipleIncorrectSignatures/StartupHookWithMultipleIncorrectSignatures.cs b/src/installer/test/Assets/TestProjects/StartupHookWithMultipleIncorrectSignatures/StartupHookWithMultipleIncorrectSignatures.cs index 5b94f7e30b86f5..11272044a48447 100644 --- a/src/installer/test/Assets/TestProjects/StartupHookWithMultipleIncorrectSignatures/StartupHookWithMultipleIncorrectSignatures.cs +++ b/src/installer/test/Assets/TestProjects/StartupHookWithMultipleIncorrectSignatures/StartupHookWithMultipleIncorrectSignatures.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; internal class StartupHook diff --git a/src/installer/test/Assets/TestProjects/StartupHookWithNonPublicMethod/StartupHookWithNonPublicMethod.cs b/src/installer/test/Assets/TestProjects/StartupHookWithNonPublicMethod/StartupHookWithNonPublicMethod.cs index 125fce5f7d7d2a..121e6bae27c7b3 100644 --- a/src/installer/test/Assets/TestProjects/StartupHookWithNonPublicMethod/StartupHookWithNonPublicMethod.cs +++ b/src/installer/test/Assets/TestProjects/StartupHookWithNonPublicMethod/StartupHookWithNonPublicMethod.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; internal class StartupHook diff --git a/src/installer/test/Assets/TestProjects/StartupHookWithOverload/StartupHookWithOverload.cs b/src/installer/test/Assets/TestProjects/StartupHookWithOverload/StartupHookWithOverload.cs index 2fffd46c7ac412..9253012e89af79 100644 --- a/src/installer/test/Assets/TestProjects/StartupHookWithOverload/StartupHookWithOverload.cs +++ b/src/installer/test/Assets/TestProjects/StartupHookWithOverload/StartupHookWithOverload.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; internal class StartupHook diff --git a/src/installer/test/Assets/TestProjects/StartupHookWithParameter/StartupHookWithParameter.cs b/src/installer/test/Assets/TestProjects/StartupHookWithParameter/StartupHookWithParameter.cs index c89eb2913f4e89..920b9bcf76405e 100644 --- a/src/installer/test/Assets/TestProjects/StartupHookWithParameter/StartupHookWithParameter.cs +++ b/src/installer/test/Assets/TestProjects/StartupHookWithParameter/StartupHookWithParameter.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; internal class StartupHook diff --git a/src/installer/test/Assets/TestProjects/StartupHookWithReturnType/StartupHookWithReturnType.cs b/src/installer/test/Assets/TestProjects/StartupHookWithReturnType/StartupHookWithReturnType.cs index a0853cc24da48e..ae0f553355dea6 100644 --- a/src/installer/test/Assets/TestProjects/StartupHookWithReturnType/StartupHookWithReturnType.cs +++ b/src/installer/test/Assets/TestProjects/StartupHookWithReturnType/StartupHookWithReturnType.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; internal class StartupHook diff --git a/src/installer/test/Assets/TestProjects/StartupHookWithoutInitializeMethod/StartupHookWithoutInitializeMethod.cs b/src/installer/test/Assets/TestProjects/StartupHookWithoutInitializeMethod/StartupHookWithoutInitializeMethod.cs index 5fcbb8f909ac03..b90adf9f6515ea 100644 --- a/src/installer/test/Assets/TestProjects/StartupHookWithoutInitializeMethod/StartupHookWithoutInitializeMethod.cs +++ b/src/installer/test/Assets/TestProjects/StartupHookWithoutInitializeMethod/StartupHookWithoutInitializeMethod.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; internal class StartupHook diff --git a/src/installer/test/Assets/TestProjects/StartupHookWithoutStartupHookType/StartupHookWithoutStartupHookType.cs b/src/installer/test/Assets/TestProjects/StartupHookWithoutStartupHookType/StartupHookWithoutStartupHookType.cs index 71bb435d3fb935..29e3ecd5559d16 100644 --- a/src/installer/test/Assets/TestProjects/StartupHookWithoutStartupHookType/StartupHookWithoutStartupHookType.cs +++ b/src/installer/test/Assets/TestProjects/StartupHookWithoutStartupHookType/StartupHookWithoutStartupHookType.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; internal class StartupHookWrongType diff --git a/src/installer/test/Assets/TestProjects/TestWindowsOsShimsApp/Program.cs b/src/installer/test/Assets/TestProjects/TestWindowsOsShimsApp/Program.cs index 79238addbf9aad..23ad2c2f5d143b 100644 --- a/src/installer/test/Assets/TestProjects/TestWindowsOsShimsApp/Program.cs +++ b/src/installer/test/Assets/TestProjects/TestWindowsOsShimsApp/Program.cs @@ -1,3 +1,7 @@ +// Licensed to the .NET Foundation under one or more agreements. +// The .NET Foundation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + using System; using System.Runtime.InteropServices;