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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Transactions.Local')
-rw-r--r--src/System.Transactions.Local/tests/TransactionTracingEventListener.cs6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/System.Transactions.Local/tests/TransactionTracingEventListener.cs b/src/System.Transactions.Local/tests/TransactionTracingEventListener.cs
index 84a2f56b59..cc9132430a 100644
--- a/src/System.Transactions.Local/tests/TransactionTracingEventListener.cs
+++ b/src/System.Transactions.Local/tests/TransactionTracingEventListener.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;
using System.Collections.Generic;
using System.Linq;
using System.Text;