Add missing license header on source files

***NO_CI***
This commit is contained in:
José Simões 2022-09-06 09:50:13 +01:00
Родитель f70a505474
Коммит a827165c2a
28 изменённых файлов: 165 добавлений и 27 удалений

Просмотреть файл

@ -1,4 +1,9 @@
using nanoFramework.Benchmark.Attributes;
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
using nanoFramework.Benchmark.Attributes;
using System;
namespace nanoFramework.Benchmark.Sample

Просмотреть файл

@ -1,4 +1,9 @@
using System;
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
using System;
using System.Collections;
using nanoFramework.Benchmark.Attributes;
using nanoFramework.Logging.Debug;

Просмотреть файл

@ -1,4 +1,9 @@
using System;
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
using System;
namespace nanoFramework.Benchmark.Sample
{

Просмотреть файл

@ -1,3 +1,8 @@
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
using System;
using System.Diagnostics;
using System.Threading;

Просмотреть файл

@ -1,4 +1,9 @@
using System.Reflection;
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Просмотреть файл

@ -1,4 +1,9 @@
using Microsoft.Extensions.Logging;
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
using Microsoft.Extensions.Logging;
using System;
namespace nanoFramework.Benchmark.Attributes.Abstract

Просмотреть файл

@ -1,4 +1,9 @@
using nanoFramework.Benchmark.Parser;
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
using nanoFramework.Benchmark.Parser;
using System;
namespace nanoFramework.Benchmark.Attributes.Abstract

Просмотреть файл

@ -1,4 +1,9 @@
using nanoFramework.Benchmark.Attributes.Abstract;
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
using nanoFramework.Benchmark.Attributes.Abstract;
using nanoFramework.Benchmark.Parser;
using System;

Просмотреть файл

@ -1,4 +1,9 @@
using nanoFramework.Benchmark.Attributes.Abstract;
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
using nanoFramework.Benchmark.Attributes.Abstract;
using nanoFramework.Benchmark.Parser;
using System;

Просмотреть файл

@ -1,4 +1,9 @@
using Microsoft.Extensions.Logging;
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
using Microsoft.Extensions.Logging;
using nanoFramework.Benchmark.Attributes.Abstract;
using nanoFramework.Logging.Debug;
using System;

Просмотреть файл

@ -1,4 +1,9 @@
using System;
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
using System;
namespace nanoFramework.Benchmark.Attributes
{

Просмотреть файл

@ -1,4 +1,9 @@
using System;
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
using System;
namespace nanoFramework.Benchmark
{

Просмотреть файл

@ -1,4 +1,9 @@
using Microsoft.Extensions.Logging;
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
using Microsoft.Extensions.Logging;
using nanoFramework.Benchmark.Helpers;
using nanoFramework.Benchmark.Parser;
using nanoFramework.Benchmark.Result;

Просмотреть файл

@ -1,4 +1,9 @@
using nanoFramework.Benchmark.Parser;
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
using nanoFramework.Benchmark.Parser;
using nanoFramework.Benchmark.Result;
using System;
using System.Collections;

Просмотреть файл

@ -1,4 +1,9 @@
using Microsoft.Extensions.Logging;
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
using Microsoft.Extensions.Logging;
using System;
using System.Collections;
using System.Reflection;

Просмотреть файл

@ -1,4 +1,9 @@
using Microsoft.Extensions.Logging;
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
using Microsoft.Extensions.Logging;
using nanoFramework.Benchmark.Attributes;
using nanoFramework.Benchmark.Parser;
using System;

Просмотреть файл

@ -1,4 +1,7 @@
using System;
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
namespace nanoFramework.Benchmark.Helpers
{

Просмотреть файл

@ -1,4 +1,9 @@
using nanoFramework.Benchmark.Helpers;
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
using nanoFramework.Benchmark.Helpers;
using nanoFramework.Benchmark.Result.Attributes;
using nanoFramework.Benchmark.Result;
using System.Collections;

Просмотреть файл

@ -1,4 +1,9 @@
using nanoFramework.Benchmark.Helpers;
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
using nanoFramework.Benchmark.Helpers;
using nanoFramework.Benchmark.Result;
using nanoFramework.Benchmark.Result.Attributes;
using System;

Просмотреть файл

@ -1,4 +1,9 @@
using nanoFramework.Benchmark.Parser.Abstract;
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
using nanoFramework.Benchmark.Parser.Abstract;
using nanoFramework.Benchmark.Result;
using System.Reflection;
using System.Text;

Просмотреть файл

@ -1,4 +1,9 @@
using nanoFramework.Benchmark.Parser.Abstract;
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
using nanoFramework.Benchmark.Parser.Abstract;
using nanoFramework.Benchmark.Result;
using System.Reflection;
using System.Text;

Просмотреть файл

@ -1,4 +1,9 @@
using nanoFramework.Benchmark.Result;
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
using nanoFramework.Benchmark.Result;
using System;
namespace nanoFramework.Benchmark.Parser

Просмотреть файл

@ -1,4 +1,9 @@
using System.Reflection;
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Просмотреть файл

@ -1,4 +1,9 @@
using System;
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
using System;
namespace nanoFramework.Benchmark.Result.Attributes
{

Просмотреть файл

@ -1,4 +1,9 @@
using System;
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
using System;
namespace nanoFramework.Benchmark.Result
{

Просмотреть файл

@ -1,4 +1,9 @@
using nanoFramework.Benchmark.Result.Attributes;
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
using nanoFramework.Benchmark.Result.Attributes;
namespace nanoFramework.Benchmark.Result
{

Просмотреть файл

@ -1,4 +1,9 @@
using System;
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
using System;
namespace nanoFramework.Benchmark.Result
{

Просмотреть файл

@ -1,4 +1,9 @@
using System;
////
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
////
using System;
namespace nanoFramework.Benchmark
{