Add missing license header on source files
***NO_CI***
This commit is contained in:
Родитель
f70a505474
Коммит
a827165c2a
|
@ -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
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче