From f39e5b1905f71b2085e8ca26e1783de1cea183d2 Mon Sep 17 00:00:00 2001 From: "Shiming Ge (Pactera Technologies)" Date: Wed, 9 Aug 2017 18:07:54 -0700 Subject: [PATCH] add the license header to the C# file --- tests/src/GC/Performance/Tests/GCLarge.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/src/GC/Performance/Tests/GCLarge.cs b/tests/src/GC/Performance/Tests/GCLarge.cs index 453cb07..f43106e 100644 --- a/tests/src/GC/Performance/Tests/GCLarge.cs +++ b/tests/src/GC/Performance/Tests/GCLarge.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 List -- 2.7.4