Skip to content

Commit 1499834

Browse files
committed
Add missing license header
***NO_CI***
1 parent 163a029 commit 1499834

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Tests/NFUnitTestRegex/ComplexExpressionsTests.cs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
using nanoFramework.TestFramework;
2-
using System;
1+
//
2+
// Copyright (c) .NET Foundation and Contributors
3+
// Portions Copyright (c) Microsoft Corporation. All rights reserved.
4+
// See LICENSE file in the project root for full license information.
5+
//
6+
7+
using nanoFramework.TestFramework;
38
using System.Diagnostics;
49
using System.Text.RegularExpressions;
510

0 commit comments

Comments
 (0)