Skip to content

Commit bf56403

Browse files
committed
Add license headers that where missing on some files
***NO_CI***
1 parent 48bcac0 commit bf56403

File tree

6 files changed

+36
-8
lines changed

6 files changed

+36
-8
lines changed

nanoFirmwareFlasher/CC13x26x2Device.cs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
using System;
1+
//
2+
// Copyright (c) 2020 The nanoFramework project contributors
3+
// See LICENSE file in the project root for full license information.
4+
//
5+
6+
using System;
27
using System.Collections.Generic;
38
using System.Diagnostics;
49
using System.IO;
510
using System.Linq;
6-
using System.Text;
7-
using System.Text.RegularExpressions;
811

912
namespace nanoFramework.Tools.FirmwareFlasher
1013
{

nanoFirmwareFlasher/Exceptions/CantConnectToJtagDeviceException.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
using System;
1+
//
2+
// Copyright (c) 2020 The nanoFramework project contributors
3+
// See LICENSE file in the project root for full license information.
4+
//
5+
6+
using System;
27
using System.Runtime.Serialization;
38

49
namespace nanoFramework.Tools.FirmwareFlasher

nanoFirmwareFlasher/Exceptions/CantOpenDfuDeviceException.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
using System;
1+
//
2+
// Copyright (c) 2020 The nanoFramework project contributors
3+
// See LICENSE file in the project root for full license information.
4+
//
5+
6+
using System;
27
using System.Runtime.Serialization;
38

49
namespace nanoFramework.Tools.FirmwareFlasher

nanoFirmwareFlasher/Exceptions/StLinkCliExecutionException.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
using System;
1+
//
2+
// Copyright (c) 2020 The nanoFramework project contributors
3+
// See LICENSE file in the project root for full license information.
4+
//
5+
6+
using System;
27
using System.Runtime.Serialization;
38

49
namespace nanoFramework.Tools.FirmwareFlasher

nanoFirmwareFlasher/Exceptions/UniflashCliExecutionException.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
using System;
1+
//
2+
// Copyright (c) 2020 The nanoFramework project contributors
3+
// See LICENSE file in the project root for full license information.
4+
//
5+
6+
using System;
27
using System.Runtime.Serialization;
38

49
namespace nanoFramework.Tools.FirmwareFlasher

nanoFirmwareFlasher/StmJtagDevice.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
using System;
1+
//
2+
// Copyright (c) 2020 The nanoFramework project contributors
3+
// See LICENSE file in the project root for full license information.
4+
//
5+
6+
using System;
27
using System.Collections.Generic;
38
using System.Diagnostics;
49
using System.IO;

0 commit comments

Comments
 (0)