chore: add copyright header
All checks were successful
default / dotnet default workflow (8.0) (push) Successful in 34s
All checks were successful
default / dotnet default workflow (8.0) (push) Successful in 34s
This commit is contained in:
parent
165e0c5c26
commit
246d15de38
27 changed files with 79 additions and 3 deletions
|
@ -25,7 +25,7 @@ indent_style = space
|
||||||
# Organize usings
|
# Organize usings
|
||||||
dotnet_separate_import_directive_groups = true
|
dotnet_separate_import_directive_groups = true
|
||||||
dotnet_sort_system_directives_first = true
|
dotnet_sort_system_directives_first = true
|
||||||
file_header_template = unset
|
file_header_template = Copyright (c) The Geekeey Authors\nSPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
# this. and Me. preferences
|
# this. and Me. preferences
|
||||||
dotnet_style_qualification_for_event = false:silent
|
dotnet_style_qualification_for_event = false:silent
|
||||||
|
|
|
@ -19,7 +19,8 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Authors>The Geekeey Team</Authors>
|
<Authors>The Geekeey Authors</Authors>
|
||||||
|
<Copyright>Copyright (c) The Geekeey Authors</Copyright>
|
||||||
<Description>A simple and lightweight result type implementation for C#.</Description>
|
<Description>A simple and lightweight result type implementation for C#.</Description>
|
||||||
<PackageTags>geekeey utility result</PackageTags>
|
<PackageTags>geekeey utility result</PackageTags>
|
||||||
<PackageReadmeFile>package-readme.md</PackageReadmeFile>
|
<PackageReadmeFile>package-readme.md</PackageReadmeFile>
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright (c) The Geekeey Authors
|
||||||
|
// SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
namespace Geekeey.Extensions.Result.Tests;
|
namespace Geekeey.Extensions.Result.Tests;
|
||||||
|
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright (c) The Geekeey Authors
|
||||||
|
// SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
namespace Geekeey.Extensions.Result.Tests;
|
namespace Geekeey.Extensions.Result.Tests;
|
||||||
|
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright (c) The Geekeey Authors
|
||||||
|
// SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
namespace Geekeey.Extensions.Result.Tests;
|
namespace Geekeey.Extensions.Result.Tests;
|
||||||
|
|
||||||
internal sealed class CustomTestError : Error
|
internal sealed class CustomTestError : Error
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright (c) The Geekeey Authors
|
||||||
|
// SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
namespace Geekeey.Extensions.Result.Tests;
|
namespace Geekeey.Extensions.Result.Tests;
|
||||||
|
|
||||||
internal sealed class CustomTestException : Exception
|
internal sealed class CustomTestException : Exception
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright (c) The Geekeey Authors
|
||||||
|
// SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
namespace Geekeey.Extensions.Result.Tests;
|
namespace Geekeey.Extensions.Result.Tests;
|
||||||
|
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright (c) The Geekeey Authors
|
||||||
|
// SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
namespace Geekeey.Extensions.Result.Tests;
|
namespace Geekeey.Extensions.Result.Tests;
|
||||||
|
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright (c) The Geekeey Authors
|
||||||
|
// SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
namespace Geekeey.Extensions.Result.Tests;
|
namespace Geekeey.Extensions.Result.Tests;
|
||||||
|
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright (c) The Geekeey Authors
|
||||||
|
// SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
namespace Geekeey.Extensions.Result.Tests;
|
namespace Geekeey.Extensions.Result.Tests;
|
||||||
|
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright (c) The Geekeey Authors
|
||||||
|
// SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
namespace Geekeey.Extensions.Result.Tests;
|
namespace Geekeey.Extensions.Result.Tests;
|
||||||
|
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright (c) The Geekeey Authors
|
||||||
|
// SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
namespace Geekeey.Extensions.Result.Tests;
|
namespace Geekeey.Extensions.Result.Tests;
|
||||||
|
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright (c) The Geekeey Authors
|
||||||
|
// SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
namespace Geekeey.Extensions.Result.Tests;
|
namespace Geekeey.Extensions.Result.Tests;
|
||||||
|
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright (c) The Geekeey Authors
|
||||||
|
// SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
namespace Geekeey.Extensions.Result;
|
namespace Geekeey.Extensions.Result;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright (c) The Geekeey Authors
|
||||||
|
// SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
namespace Geekeey.Extensions.Result;
|
namespace Geekeey.Extensions.Result;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright (c) The Geekeey Authors
|
||||||
|
// SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
namespace Geekeey.Extensions.Result;
|
namespace Geekeey.Extensions.Result;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright (c) The Geekeey Authors
|
||||||
|
// SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
namespace Geekeey.Extensions.Result;
|
namespace Geekeey.Extensions.Result;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright (c) The Geekeey Authors
|
||||||
|
// SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
namespace Geekeey.Extensions.Result;
|
namespace Geekeey.Extensions.Result;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright (c) The Geekeey Authors
|
||||||
|
// SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
namespace Geekeey.Extensions.Result;
|
namespace Geekeey.Extensions.Result;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright (c) The Geekeey Authors
|
||||||
|
// SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
using System.Diagnostics.CodeAnalysis;
|
using System.Diagnostics.CodeAnalysis;
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright (c) The Geekeey Authors
|
||||||
|
// SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
using System.Diagnostics.Contracts;
|
using System.Diagnostics.Contracts;
|
||||||
|
|
||||||
namespace Geekeey.Extensions.Result;
|
namespace Geekeey.Extensions.Result;
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright (c) The Geekeey Authors
|
||||||
|
// SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
using System.Diagnostics.Contracts;
|
using System.Diagnostics.Contracts;
|
||||||
|
|
||||||
namespace Geekeey.Extensions.Result;
|
namespace Geekeey.Extensions.Result;
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright (c) The Geekeey Authors
|
||||||
|
// SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
using System.Diagnostics.CodeAnalysis;
|
using System.Diagnostics.CodeAnalysis;
|
||||||
using System.Diagnostics.Contracts;
|
using System.Diagnostics.Contracts;
|
||||||
using System.Numerics;
|
using System.Numerics;
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright (c) The Geekeey Authors
|
||||||
|
// SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
using System.Diagnostics.Contracts;
|
using System.Diagnostics.Contracts;
|
||||||
|
|
||||||
namespace Geekeey.Extensions.Result;
|
namespace Geekeey.Extensions.Result;
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright (c) The Geekeey Authors
|
||||||
|
// SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
using System.Diagnostics.Contracts;
|
using System.Diagnostics.Contracts;
|
||||||
|
|
||||||
namespace Geekeey.Extensions.Result;
|
namespace Geekeey.Extensions.Result;
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Copyright (c) The Geekeey Authors
|
||||||
|
// SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
using System.Diagnostics.CodeAnalysis;
|
using System.Diagnostics.CodeAnalysis;
|
||||||
using System.Diagnostics.Contracts;
|
using System.Diagnostics.Contracts;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
using System.Diagnostics;
|
// Copyright (c) The Geekeey Authors
|
||||||
|
// SPDX-License-Identifier: EUPL-1.2
|
||||||
|
|
||||||
|
using System.Diagnostics;
|
||||||
using System.Diagnostics.CodeAnalysis;
|
using System.Diagnostics.CodeAnalysis;
|
||||||
using System.Diagnostics.Contracts;
|
using System.Diagnostics.Contracts;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue