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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Wrighton <davidwr@microsoft.com>2017-03-10 01:12:34 +0300
committerDavid Wrighton <davidwr@microsoft.com>2017-03-10 01:12:34 +0300
commit9da139fdc07438fc45563e28fab3016d7ab78b60 (patch)
tree3f889960910f3e2494347a398d38f2c8e70779db /src/ILCompiler.DependencyAnalysisFramework
parent447863b382cf5b7fc18370437f8a46eed929a2a3 (diff)
Add copyright header to new file
[tfs-changeset: 1650235]
Diffstat (limited to 'src/ILCompiler.DependencyAnalysisFramework')
-rw-r--r--src/ILCompiler.DependencyAnalysisFramework/src/IDependencyNode.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ILCompiler.DependencyAnalysisFramework/src/IDependencyNode.cs b/src/ILCompiler.DependencyAnalysisFramework/src/IDependencyNode.cs
index fec73b706..d67fbd504 100644
--- a/src/ILCompiler.DependencyAnalysisFramework/src/IDependencyNode.cs
+++ b/src/ILCompiler.DependencyAnalysisFramework/src/IDependencyNode.cs
@@ -1,8 +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.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
namespace ILCompiler.DependencyAnalysisFramework
{