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:
authorMarek Safar <marek.safar@gmail.com>2018-01-03 21:19:27 +0300
committerMarek Safar <marek.safar@gmail.com>2018-01-03 21:19:27 +0300
commitac55d216be0bb1a07087d5668f6360e89fb5dced (patch)
tree3ac5949f5b249cdf16dde2224eec240bff4df31b /src/System.Transactions.Local
parentdfd98e7113a99708f4c9ed063a8c481f838aa8d3 (diff)
parentf90aa6665a59dc6caaff995a79fb852d21fe6f68 (diff)
Merge remote-tracking branch 'upstream/master'
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;