Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTlakaelel Axayakatl Ceja <tlakaelel.ceja@microsoft.com>2022-04-01 01:21:14 +0300
committerGitHub <noreply@github.com>2022-04-01 01:21:14 +0300
commit4f0d349e43a71d44ef71339293701fcfc2da997e (patch)
treeb45defbd1e835db14f10b5f4fd3131edc9ed670a /test/Mono.Linker.Tests/TestCases/TestSuites.cs
parentcb114226a83d2dd53d54b1b0a0497edfaa557dad (diff)
Files in linker repository now have the same license header at the beginning of the file (#2469)
Some of the files that hold a license from a third party now have the two licenses as header files Linker now uses the sdk format of license header instead of the runtime one Added having the license header as warning in the editor config Added THIRD-PARTY-NOTICES.TXT file to the repo root
Diffstat (limited to 'test/Mono.Linker.Tests/TestCases/TestSuites.cs')
-rw-r--r--test/Mono.Linker.Tests/TestCases/TestSuites.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Mono.Linker.Tests/TestCases/TestSuites.cs b/test/Mono.Linker.Tests/TestCases/TestSuites.cs
index 51003ce2d..91e174ceb 100644
--- a/test/Mono.Linker.Tests/TestCases/TestSuites.cs
+++ b/test/Mono.Linker.Tests/TestCases/TestSuites.cs
@@ -1,4 +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;
using Mono.Linker.Tests.TestCasesRunner;
using NUnit.Framework;