Fix identifier and name

This commit is contained in:
TwistedUmbrellaX 2024-10-25 14:31:50 -04:00
parent b38bd7bb8c
commit 1cc80604c2
49 changed files with 97 additions and 97 deletions

View File

@ -193,4 +193,4 @@ csharp_space_between_method_call_empty_parameter_list_parentheses = false
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. file_header_template = Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>\nSPDX-License-Identifier: GPL-3.0-only.

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.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.

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
namespace IntroSkipper.Tests; namespace IntroSkipper.Tests;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
namespace IntroSkipper.Tests; namespace IntroSkipper.Tests;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using IntroSkipper.Data; using IntroSkipper.Data;
using Xunit; using Xunit;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
namespace IntroSkipper.Tests; namespace IntroSkipper.Tests;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System.Collections.Generic; using System.Collections.Generic;
using System.Threading; using System.Threading;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System.Collections.Generic; using System.Collections.Generic;
using System.Threading; using System.Threading;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System.Diagnostics; using System.Diagnostics;
using IntroSkipper.Data; using IntroSkipper.Data;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
namespace IntroSkipper.Configuration; namespace IntroSkipper.Configuration;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;
using System.Globalization; using System.Globalization;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
namespace IntroSkipper.Data; namespace IntroSkipper.Data;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
namespace IntroSkipper.Data; namespace IntroSkipper.Data;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;
using System.Runtime.Serialization; using System.Runtime.Serialization;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;
using System.Runtime.Serialization; using System.Runtime.Serialization;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;
using System.Globalization; using System.Globalization;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
namespace IntroSkipper.Data namespace IntroSkipper.Data
{ {

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
namespace IntroSkipper.Data; namespace IntroSkipper.Data;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;
using System.Collections.Concurrent; using System.Collections.Concurrent;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
namespace IntroSkipper.Helper namespace IntroSkipper.Helper
{ {

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;
using System.Collections.Concurrent; using System.Collections.Concurrent;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using IntroSkipper.Manager; using IntroSkipper.Manager;
using IntroSkipper.Providers; using IntroSkipper.Providers;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;
using System.Threading; using System.Threading;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,5 +1,5 @@
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org> // Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
// SPDX-License-Identifier: GNU General Public License v3.0 only. // SPDX-License-Identifier: GPL-3.0-only.
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;