diff --git a/.editorconfig b/.editorconfig index 1768de1..99740ff 100644 --- a/.editorconfig +++ b/.editorconfig @@ -193,4 +193,4 @@ csharp_space_between_method_call_empty_parameter_list_parentheses = false csharp_preserve_single_line_statements = true csharp_preserve_single_line_blocks = true -file_header_template = Copyright (C) 2024 Intro-Skipper Contributors \nSPDX-License-Identifier: GNU General Public License v3.0 only. \ No newline at end of file +file_header_template = Copyright (C) 2024 Intro-Skipper contributors \nSPDX-License-Identifier: GPL-3.0-only. \ No newline at end of file diff --git a/ConfusedPolarBear.Plugin.IntroSkipper.Tests/TestAudioFingerprinting.cs b/ConfusedPolarBear.Plugin.IntroSkipper.Tests/TestAudioFingerprinting.cs index d0b9732..ef31e21 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper.Tests/TestAudioFingerprinting.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper.Tests/TestAudioFingerprinting.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.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. diff --git a/ConfusedPolarBear.Plugin.IntroSkipper.Tests/TestBlackFrames.cs b/ConfusedPolarBear.Plugin.IntroSkipper.Tests/TestBlackFrames.cs index fdcae84..167fc2c 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper.Tests/TestBlackFrames.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper.Tests/TestBlackFrames.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. namespace ConfusedPolarBear.Plugin.IntroSkipper.Tests; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper.Tests/TestChapterAnalyzer.cs b/ConfusedPolarBear.Plugin.IntroSkipper.Tests/TestChapterAnalyzer.cs index 36efbaa..b50c50f 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper.Tests/TestChapterAnalyzer.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper.Tests/TestChapterAnalyzer.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. namespace ConfusedPolarBear.Plugin.IntroSkipper.Tests; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper.Tests/TestContiguous.cs b/ConfusedPolarBear.Plugin.IntroSkipper.Tests/TestContiguous.cs index 644aa4d..864ad6f 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper.Tests/TestContiguous.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper.Tests/TestContiguous.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. using Xunit; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper.Tests/TestEdl.cs b/ConfusedPolarBear.Plugin.IntroSkipper.Tests/TestEdl.cs index fa81081..11b7fdc 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper.Tests/TestEdl.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper.Tests/TestEdl.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. using System; using Xunit; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper.Tests/TestWarnings.cs b/ConfusedPolarBear.Plugin.IntroSkipper.Tests/TestWarnings.cs index c02d09a..0cc104d 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper.Tests/TestWarnings.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper.Tests/TestWarnings.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. namespace ConfusedPolarBear.Plugin.IntroSkipper.Tests; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Analyzers/BlackFrameAnalyzer.cs b/ConfusedPolarBear.Plugin.IntroSkipper/Analyzers/BlackFrameAnalyzer.cs index 06d8f0f..024b985 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Analyzers/BlackFrameAnalyzer.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Analyzers/BlackFrameAnalyzer.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. namespace ConfusedPolarBear.Plugin.IntroSkipper; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Analyzers/ChapterAnalyzer.cs b/ConfusedPolarBear.Plugin.IntroSkipper/Analyzers/ChapterAnalyzer.cs index 77de5d6..3b3a328 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Analyzers/ChapterAnalyzer.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Analyzers/ChapterAnalyzer.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. namespace ConfusedPolarBear.Plugin.IntroSkipper; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Analyzers/ChromaprintAnalyzer.cs b/ConfusedPolarBear.Plugin.IntroSkipper/Analyzers/ChromaprintAnalyzer.cs index 740761d..22be5ee 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Analyzers/ChromaprintAnalyzer.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Analyzers/ChromaprintAnalyzer.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. namespace ConfusedPolarBear.Plugin.IntroSkipper; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Analyzers/IMediaFileAnalyzer.cs b/ConfusedPolarBear.Plugin.IntroSkipper/Analyzers/IMediaFileAnalyzer.cs index 76dd484..4a6c82d 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Analyzers/IMediaFileAnalyzer.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Analyzers/IMediaFileAnalyzer.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. namespace ConfusedPolarBear.Plugin.IntroSkipper; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Analyzers/SegmentAnalyzer.cs b/ConfusedPolarBear.Plugin.IntroSkipper/Analyzers/SegmentAnalyzer.cs index 3f2057d..c4c2357 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Analyzers/SegmentAnalyzer.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Analyzers/SegmentAnalyzer.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. namespace ConfusedPolarBear.Plugin.IntroSkipper; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/AutoSkip.cs b/ConfusedPolarBear.Plugin.IntroSkipper/AutoSkip.cs index 8365b16..c2cb3b3 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/AutoSkip.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/AutoSkip.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. using System; using System.Collections.Generic; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/AutoSkipCredits.cs b/ConfusedPolarBear.Plugin.IntroSkipper/AutoSkipCredits.cs index 47a4b35..8973142 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/AutoSkipCredits.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/AutoSkipCredits.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. using System; using System.Collections.Generic; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/PluginConfiguration.cs b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/PluginConfiguration.cs index c445dfb..53d2f55 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/PluginConfiguration.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/PluginConfiguration.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. using System.Collections.Generic; using System.Diagnostics; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/UserInterfaceConfiguration.cs b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/UserInterfaceConfiguration.cs index 4ed6595..c4acc7f 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/UserInterfaceConfiguration.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Configuration/UserInterfaceConfiguration.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. namespace ConfusedPolarBear.Plugin.IntroSkipper.Configuration; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Controllers/SkipIntroController.cs b/ConfusedPolarBear.Plugin.IntroSkipper/Controllers/SkipIntroController.cs index 2881940..fafd46c 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Controllers/SkipIntroController.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Controllers/SkipIntroController.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. using System; using System.Collections.Generic; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Controllers/TroubleshootingController.cs b/ConfusedPolarBear.Plugin.IntroSkipper/Controllers/TroubleshootingController.cs index d1964a3..db3406b 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Controllers/TroubleshootingController.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Controllers/TroubleshootingController.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. using System; using System.Net.Mime; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Controllers/VisualizationController.cs b/ConfusedPolarBear.Plugin.IntroSkipper/Controllers/VisualizationController.cs index 6b3cabc..ec0a329 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Controllers/VisualizationController.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Controllers/VisualizationController.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. using System; using System.Collections.Generic; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Data/AnalysisMode.cs b/ConfusedPolarBear.Plugin.IntroSkipper/Data/AnalysisMode.cs index fc947cd..f8e45db 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Data/AnalysisMode.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Data/AnalysisMode.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. namespace ConfusedPolarBear.Plugin.IntroSkipper; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Data/BlackFrame.cs b/ConfusedPolarBear.Plugin.IntroSkipper/Data/BlackFrame.cs index 6de23d9..e0d28d4 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Data/BlackFrame.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Data/BlackFrame.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. namespace ConfusedPolarBear.Plugin.IntroSkipper; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Data/EdlAction.cs b/ConfusedPolarBear.Plugin.IntroSkipper/Data/EdlAction.cs index bc1313f..a5c85bd 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Data/EdlAction.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Data/EdlAction.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. namespace ConfusedPolarBear.Plugin.IntroSkipper; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Data/EpisodeVisualization.cs b/ConfusedPolarBear.Plugin.IntroSkipper/Data/EpisodeVisualization.cs index 0be3066..698976b 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Data/EpisodeVisualization.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Data/EpisodeVisualization.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. using System; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Data/FingerprintException.cs b/ConfusedPolarBear.Plugin.IntroSkipper/Data/FingerprintException.cs index a251fbb..d3a337c 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Data/FingerprintException.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Data/FingerprintException.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. using System; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Data/Intro.cs b/ConfusedPolarBear.Plugin.IntroSkipper/Data/Intro.cs index 2151c02..14fd0b9 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Data/Intro.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Data/Intro.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. using System; using System.Text.Json.Serialization; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Data/PluginWarning.cs b/ConfusedPolarBear.Plugin.IntroSkipper/Data/PluginWarning.cs index 709c762..9e34883 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Data/PluginWarning.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Data/PluginWarning.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. namespace ConfusedPolarBear.Plugin.IntroSkipper; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Data/QueuedEpisode.cs b/ConfusedPolarBear.Plugin.IntroSkipper/Data/QueuedEpisode.cs index c0e6c98..532a393 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Data/QueuedEpisode.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Data/QueuedEpisode.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. using System; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Data/TimeRange.cs b/ConfusedPolarBear.Plugin.IntroSkipper/Data/TimeRange.cs index 7220702..e34ce4c 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Data/TimeRange.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Data/TimeRange.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. using System; using System.Collections.Generic; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Data/TimeStamps.cs b/ConfusedPolarBear.Plugin.IntroSkipper/Data/TimeStamps.cs index 7b3a27c..ae87209 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Data/TimeStamps.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Data/TimeStamps.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. namespace ConfusedPolarBear.Plugin.IntroSkipper.Data { diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/EdlManager.cs b/ConfusedPolarBear.Plugin.IntroSkipper/EdlManager.cs index bddc927..77e875b 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/EdlManager.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/EdlManager.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. namespace ConfusedPolarBear.Plugin.IntroSkipper; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Entrypoint.cs b/ConfusedPolarBear.Plugin.IntroSkipper/Entrypoint.cs index f67ba0f..f80d291 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Entrypoint.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Entrypoint.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. using System; using System.Collections.Generic; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/FFmpegWrapper.cs b/ConfusedPolarBear.Plugin.IntroSkipper/FFmpegWrapper.cs index 003d72c..e14ce22 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/FFmpegWrapper.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/FFmpegWrapper.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. using System; using System.Collections.Concurrent; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/GlobalSuppressions.cs b/ConfusedPolarBear.Plugin.IntroSkipper/GlobalSuppressions.cs index 673f2ed..69d8d82 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/GlobalSuppressions.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/GlobalSuppressions.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. using System.Diagnostics.CodeAnalysis; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/Plugin.cs b/ConfusedPolarBear.Plugin.IntroSkipper/Plugin.cs index ed83c66..9e3f698 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/Plugin.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/Plugin.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. using System; using System.Collections.Generic; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/QueueManager.cs b/ConfusedPolarBear.Plugin.IntroSkipper/QueueManager.cs index 5e45b60..f09eaae 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/QueueManager.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/QueueManager.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. namespace ConfusedPolarBear.Plugin.IntroSkipper; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/BaseItemAnalyzerTask.cs b/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/BaseItemAnalyzerTask.cs index 18afd68..4c05271 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/BaseItemAnalyzerTask.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/BaseItemAnalyzerTask.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. namespace ConfusedPolarBear.Plugin.IntroSkipper; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/DetectCreditsTask.cs b/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/DetectCreditsTask.cs index 39c2369..36210c0 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/DetectCreditsTask.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/DetectCreditsTask.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. using System; using System.Collections.Generic; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/DetectIntrosCreditsTask.cs b/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/DetectIntrosCreditsTask.cs index 763f066..077d0c0 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/DetectIntrosCreditsTask.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/DetectIntrosCreditsTask.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. using System; using System.Collections.Generic; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/DetectIntrosTask.cs b/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/DetectIntrosTask.cs index 33584b1..3fe6680 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/DetectIntrosTask.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/DetectIntrosTask.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. using System; using System.Collections.Generic; diff --git a/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/ScheduledTaskSemaphore.cs b/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/ScheduledTaskSemaphore.cs index 0a3996a..f97f5f4 100644 --- a/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/ScheduledTaskSemaphore.cs +++ b/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/ScheduledTaskSemaphore.cs @@ -1,5 +1,5 @@ -// Copyright (C) 2024 Intro-Skipper Contributors -// SPDX-License-Identifier: GNU General Public License v3.0 only. +// Copyright (C) 2024 Intro-Skipper contributors +// SPDX-License-Identifier: GPL-3.0-only. using System; using System.Threading;