Implement SPDX GLPv3.0 LICENSE

This commit is contained in:
TwistedUmbrellaX 2024-10-25 13:39:12 -04:00
parent 2adff3590a
commit a606203231
41 changed files with 118 additions and 6 deletions

View File

@ -192,3 +192,5 @@ csharp_space_between_method_call_empty_parameter_list_parentheses = false
# Wrapping preferences
csharp_preserve_single_line_statements = 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.

View File

@ -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
* which supports both chromaprint and the "-fp_format raw" flag.
*/

View File

@ -1,3 +1,6 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only.
namespace ConfusedPolarBear.Plugin.IntroSkipper.Tests;
using System;

View File

@ -1,3 +1,6 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only.
namespace ConfusedPolarBear.Plugin.IntroSkipper.Tests;
using System;

View File

@ -1,3 +1,6 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only.
using Xunit;
namespace ConfusedPolarBear.Plugin.IntroSkipper.Tests;

View File

@ -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 Xunit;

View File

@ -1,3 +1,6 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only.
namespace ConfusedPolarBear.Plugin.IntroSkipper.Tests;
using Xunit;

View File

@ -1,3 +1,6 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only.
namespace ConfusedPolarBear.Plugin.IntroSkipper;
using System;

View File

@ -1,3 +1,6 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only.
namespace ConfusedPolarBear.Plugin.IntroSkipper;
using System;

View File

@ -1,3 +1,6 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only.
namespace ConfusedPolarBear.Plugin.IntroSkipper;
using System;

View File

@ -1,3 +1,6 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only.
namespace ConfusedPolarBear.Plugin.IntroSkipper;
using System.Collections.ObjectModel;

View File

@ -1,3 +1,6 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only.
namespace ConfusedPolarBear.Plugin.IntroSkipper;
using System;

View File

@ -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.Collections.Generic;
using System.Threading;

View File

@ -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.Collections.Generic;
using System.Threading;

View File

@ -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.Diagnostics;
using MediaBrowser.Model.Plugins;

View File

@ -1,3 +1,6 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only.
namespace ConfusedPolarBear.Plugin.IntroSkipper.Configuration;
/// <summary>

View File

@ -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.Collections.Generic;
using System.Net.Mime;

View File

@ -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.Net.Mime;
using System.Text;

View File

@ -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.Collections.Generic;
using System.Globalization;

View File

@ -1,3 +1,6 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only.
namespace ConfusedPolarBear.Plugin.IntroSkipper;
/// <summary>

View File

@ -1,3 +1,6 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only.
namespace ConfusedPolarBear.Plugin.IntroSkipper;
/// <summary>

View File

@ -1,3 +1,6 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only.
namespace ConfusedPolarBear.Plugin.IntroSkipper;
/// <summary>

View File

@ -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;
namespace ConfusedPolarBear.Plugin.IntroSkipper;

View File

@ -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;
namespace ConfusedPolarBear.Plugin.IntroSkipper;

View File

@ -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.Text.Json.Serialization;

View File

@ -1,3 +1,6 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only.
namespace ConfusedPolarBear.Plugin.IntroSkipper;
using System;

View File

@ -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;
namespace ConfusedPolarBear.Plugin.IntroSkipper;

View File

@ -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.Collections.Generic;

View File

@ -1,3 +1,6 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only.
namespace ConfusedPolarBear.Plugin.IntroSkipper.Data
{
/// <summary>

View File

@ -1,3 +1,6 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only.
namespace ConfusedPolarBear.Plugin.IntroSkipper;
using System;

View File

@ -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.Collections.Generic;
using System.Threading;

View File

@ -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.Collections.Concurrent;
using System.Collections.Generic;

View File

@ -1,7 +1,5 @@
// This file is used by Code Analysis to maintain SuppressMessage
// attributes that are applied to this project.
// Project-level suppressions either have no target or are given
// a specific target and scoped to a namespace, type, member, etc.
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only.
using System.Diagnostics.CodeAnalysis;

View File

@ -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.Collections.Generic;
using System.IO;

View File

@ -1,3 +1,6 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only.
namespace ConfusedPolarBear.Plugin.IntroSkipper;
using System;

View File

@ -1,3 +1,6 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only.
namespace ConfusedPolarBear.Plugin.IntroSkipper;
using System;

View File

@ -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.Collections.Generic;
using System.Collections.ObjectModel;

View File

@ -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.Collections.Generic;
using System.Collections.ObjectModel;

View File

@ -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.Collections.Generic;
using System.Collections.ObjectModel;

View File

@ -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.Threading;

View File

@ -1,5 +1,3 @@
Copyright (c) 2024 Intro-Skipper Contributors <intro-skipper.org>
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007