Implement SPDX GLPv3.0 LICENSE
This commit is contained in:
parent
6f79e5d2c5
commit
b38bd7bb8c
@ -192,3 +192,5 @@ csharp_space_between_method_call_empty_parameter_list_parentheses = false
|
|||||||
# Wrapping preferences
|
# Wrapping preferences
|
||||||
csharp_preserve_single_line_statements = true
|
csharp_preserve_single_line_statements = true
|
||||||
csharp_preserve_single_line_blocks = true
|
csharp_preserve_single_line_blocks = true
|
||||||
|
|
||||||
|
file_header_template = Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>\nSPDX-License-Identifier: GNU General Public License v3.0 only.
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
/* These tests require that the host system has a version of FFmpeg installed
|
/* These tests require that the host system has a version of FFmpeg installed
|
||||||
* which supports both chromaprint and the "-fp_format raw" flag.
|
* which supports both chromaprint and the "-fp_format raw" flag.
|
||||||
*/
|
*/
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
namespace IntroSkipper.Tests;
|
namespace IntroSkipper.Tests;
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
namespace IntroSkipper.Tests;
|
namespace IntroSkipper.Tests;
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using IntroSkipper.Data;
|
using IntroSkipper.Data;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
namespace IntroSkipper.Tests;
|
namespace IntroSkipper.Tests;
|
||||||
|
|
||||||
using IntroSkipper.Data;
|
using IntroSkipper.Data;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Globalization;
|
using System.Globalization;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
using IntroSkipper.Data;
|
using IntroSkipper.Data;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
using IntroSkipper.Data;
|
using IntroSkipper.Data;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using IntroSkipper.Data;
|
using IntroSkipper.Data;
|
||||||
using MediaBrowser.Model.Plugins;
|
using MediaBrowser.Model.Plugins;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
namespace IntroSkipper.Configuration;
|
namespace IntroSkipper.Configuration;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Net.Mime;
|
using System.Net.Mime;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Globalization;
|
using System.Globalization;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Globalization;
|
using System.Globalization;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
namespace IntroSkipper.Data;
|
namespace IntroSkipper.Data;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
namespace IntroSkipper.Data;
|
namespace IntroSkipper.Data;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace IntroSkipper.Data;
|
namespace IntroSkipper.Data;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace IntroSkipper.Data;
|
namespace IntroSkipper.Data;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace IntroSkipper.Data;
|
namespace IntroSkipper.Data;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Runtime.Serialization;
|
using System.Runtime.Serialization;
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Runtime.Serialization;
|
using System.Runtime.Serialization;
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace IntroSkipper.Data;
|
namespace IntroSkipper.Data;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace IntroSkipper.Data;
|
namespace IntroSkipper.Data;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Globalization;
|
using System.Globalization;
|
||||||
using System.Runtime.Serialization;
|
using System.Runtime.Serialization;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace IntroSkipper.Data;
|
namespace IntroSkipper.Data;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
namespace IntroSkipper.Data
|
namespace IntroSkipper.Data
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
namespace IntroSkipper.Data;
|
namespace IntroSkipper.Data;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Concurrent;
|
using System.Collections.Concurrent;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
namespace IntroSkipper.Helper
|
namespace IntroSkipper.Helper
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Concurrent;
|
using System.Collections.Concurrent;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using IntroSkipper.Manager;
|
using IntroSkipper.Manager;
|
||||||
using IntroSkipper.Providers;
|
using IntroSkipper.Providers;
|
||||||
using IntroSkipper.Services;
|
using IntroSkipper.Services;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Collections.ObjectModel;
|
using System.Collections.ObjectModel;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||||
|
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user