chore(REUSE): Further linting

This commit is contained in:
Camille Moulin 2023-08-06 13:42:28 +02:00
parent 0e5e5882fc
commit 78f287ec54
17 changed files with 122 additions and 9 deletions

View file

@ -16,6 +16,14 @@ Files: data/lumas/PAL/* data/lumas/HD/*
Copyright: Massimo Stella
License: CC0-1.0
Files: data/luts/*.cube
Copyright: None
License: CC0-1.0
Files: data/knewstuff/*.knsrc
Copyright: Kdenlive translators
License: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
Files: data/icons/breeze/*
Copyright: 2014 Uri Herrera <uri_herrera@nitrux.in> and others
License: LGPL-3.0-or-later
@ -32,6 +40,44 @@ Files: data/resourceproviders/*
Copyright: 2021 Julius Künzel
License: CC0-1.0
Files: data/Info.plist
Copyright: Jean-Baptiste Mardelle
License: CC0-1.0
Files: data/pics/breeze-light/*
Copyright: Jean-Baptiste Mardelle
License: LGPL-3.0-or-later
Files: data/pics/kdenlive-logo.png data/icons/kdenlive.ico
Copyright: Nara Oliveira and Farid Abdelnour
License: LGPL-3.0-or-later
Files: data/pics/splash-background.png
Copyright: Farid Abdelnour
License: LGPL-3.0-or-later
Files: data/pics/splash-background.png
Copyright: Farid Abdelnour
License: LGPL-3.0-or-later
Files: data/profiles/*
Copyright: Jean-Baptiste Mardelle
License: CC0-1.0
Files: data/blacklisted_effects.txt data/blacklisted_transitions.txt
Copyright: Jean-Baptiste Mardelle, Massimo Stella
License: CC0-1.0
Files: data/preferred_effects.txt
Copyright: Jean-Baptiste Mardelle, Juku Trump
License: CC0-1.0
Files: data/org.kde.kdenlive.*
Copyright: Kdenlive translators
License: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
Files: .flatpak-manifest.json packaging/flatpak/python-modules.json packaging/flatpak/org.kde.kdenlive-*.json
Copyright: none
License: CC0-1.0
@ -48,6 +94,18 @@ Files:src/lib/external/kiss_fft/*
Copyright: 2003-2004 Mark Borgerding <Mark@Borgerding.net>
License: BSD-3-Clause
Files:src/qml/qmldir src/kdenlivesettings.kcfgc
Copyright: None
License: CC0-1.0
Files:src/uiresources.qrc
Copyright: Julius Künzel, Jean-Baptiste Mardelle
License: CC0-1.0
Files:src/org.kdenlive.MainWindow.xml src/mlt_config.h.in src/kdenliveui.rc src/kdenlivesettings.kcfg
Copyright: Jean-Baptiste Mardelle
License: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
Files: po/*
Copyright: Kdenlive translators (see each file for details)
License: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
@ -56,6 +114,18 @@ Files: tests/dataset/*
Copyright: Jean-Baptiste Mardelle, Eric Jiang
License: CC0-1.0
Files: data/profiles/*
Copyright: Jean-Baptiste Mardelle
Files: tests/small.mkv
Copyright: None
License: CC0-1.0
Files: thumbnailer/mltpreview.json thumbnailer-deprecated/mltpreview.desktop
Copyright: Kdenlive translators
License: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
Files: suppressions.txt .mailmap
Copyright: None
License: CC0-1.0

9
LICENSES/MIT.txt Normal file
View file

@ -0,0 +1,9 @@
MIT License
Copyright (c) <year> <copyright holders>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View file

@ -1,6 +1,7 @@
# cmake macro to find DrMinGW Windows crash handler
#
# SPDX-FileCopyrightText: 2018 Vincent Pinon <vpinon@kde.org>
# SPDX-License-Identifier: BSD-3-Clause
#
# once done this will define:
#

View file

@ -1,7 +1,7 @@
# cmake macro to find LibV4L2
#
# SPDX-FileCopyrightText: 2009 Jaroslav Reznik <jreznik@redhat.com>
#
# SPDX-License-Identifier: BSD-3-Clause
# Once done this will define:
#
# LIBV4L2_FOUND - System has LibV4L2

View file

@ -3,6 +3,8 @@
# SPDX-FileCopyrightText: 2007-2012 Jean-Baptiste Mardell <jb@kdenlive.org>
# SPDX-FileCopyrightText: 2012 Alberto Villa <avilla@FreeBSD.org>
#
# SPDX-License-Identifier: BSD-3-Clause
#
# Redistribution and use is allowed according to the terms of the BSD license.
find_package(PkgConfig QUIET)

View file

@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Pino Toscano <pino@kde.org>
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
function get_files
{
echo org.kde.kdenlive.xml

View file

@ -1,5 +1,8 @@
#!/usr/bin/env python3
# SPDX-FileCopyrightText: 2021 Jean-Baptiste Mardelle <jb@kdenlive.org>
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
#pip3 install vosk
#pip3 install srt

View file

@ -1,4 +1,6 @@
#!/usr/bin/env python3
# SPDX-FileCopyrightText: 2021 Jean-Baptiste Mardelle <jb@kdenlive.org>
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
#pip3 install vosk
#pip3 install srt

View file

@ -6,7 +6,10 @@
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
/*
SPDX-FileCopyrightText: (c) Eran Pe'er 2013 https://github.com/eranpeer/FakeIt
SPDX-License-Identifier: MIT
*/
#if defined __GNUC__
# pragma GCC diagnostic push

View file

@ -1,6 +1,6 @@
#!/bin/bash
# SPDX-FileCopyrightText: 2018 V. Pinon <vpinon@kde.org>
# License: GPLv2+
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
# Tested in Debian sid x86_64
# Be verbose, halt on errors

View file

@ -1,6 +1,6 @@
#!/bin/bash
# SPDX-FileCopyrightText: 2018 V. Pinon <vpinon@kde.org>
# License: GPLv2+
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
# Uses msys2 package management, download from msys2.org
# Be verbose, halt on errors

View file

@ -1,4 +1,8 @@
<ui version="4.0" >
<author>
SPDX-FileCopyrightText: none
SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
</author>
<class>CountDown_UI</class>
<widget class="QDialog" name="CountDown_UI" >
<property name="geometry" >

View file

@ -1,3 +1,7 @@
# SPDX-License-Identifier: BSD-2-Clause
# SPDX-FileCopyrightText: Vincent Pinon <vpinon@kde.org>, Nicolas Carion <french.ebook.lover@gmail.com>
include(ExternalProject)
ExternalProject_Add(rttr_project
PREFIX rttr

View file

@ -1,3 +1,7 @@
/*
SPDX-FileCopyrightText: 2017 Jean-Baptiste Mardelle <jb@kdenlive.org>
SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
import QtQuick 2.15
import QtQuick.Controls 2.15

View file

@ -1,4 +1,9 @@
#pragma once
/*
SPDX-FileCopyrightText: 2020 Simon Andreas Eugster <simon.eu@gmail.com>
This file is part of kdenlive. See www.kdenlive.org.
SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
/**
* ITU-R Recommendation for luminance calculation.
* See http://www.poynton.com/ColorFAQ.html for details.

View file

@ -6,9 +6,10 @@
* Distributed under the MIT License. Please refer to the LICENSE file at:
* https://github.com/eranpeer/FakeIt
*/
/*
SPDX-FileCopyrightText: (c) Eran Pe'er 2013 https://github.com/eranpeer/FakeIt
SPDX-License-Identifier: MIT
*/
#include <functional>

View file

@ -1,5 +1,7 @@
#!/bin/bash
# SPDX-License-Identifier: BSD-2-Clause
# SPDX-FileCopyrightText: Nicolas Carion <french.ebook.lover@gmail.com>
if [ -f compile_commands.json ]; then
echo "Using the existing compilation db"