Fix identifier and name
This commit is contained in:
parent
7de97ae7da
commit
45279e0a85
@ -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 <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.
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// 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.
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
namespace IntroSkipper.Tests;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
namespace IntroSkipper.Tests;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using IntroSkipper.Data;
|
||||
using Xunit;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
using IntroSkipper.Data;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
namespace IntroSkipper.Tests;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System.Collections.Generic;
|
||||
using System.Threading;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System.Collections.Generic;
|
||||
using System.Threading;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System.Diagnostics;
|
||||
using IntroSkipper.Data;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
namespace IntroSkipper.Configuration;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
using System.Globalization;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
namespace IntroSkipper.Data;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
namespace IntroSkipper.Data;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
namespace IntroSkipper.Data;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
using System.Runtime.Serialization;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
using System.Runtime.Serialization;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
using System.Globalization;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
namespace IntroSkipper.Data
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
namespace IntroSkipper.Data;
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
namespace IntroSkipper.Helper
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using MediaBrowser.Controller;
|
||||
using MediaBrowser.Controller.Plugins;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
using System.Threading;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Copyright (C) 2024 Intro-Skipper Contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GNU General Public License v3.0 only.
|
||||
// Copyright (C) 2024 Intro-Skipper contributors <intro-skipper.org>
|
||||
// SPDX-License-Identifier: GPL-3.0-only.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
Loading…
x
Reference in New Issue
Block a user