Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
K3b
Commits
88944aeb
Verified
Commit
88944aeb
authored
Jun 02, 2021
by
Alexander Lohnau
💬
Browse files
Remove unneeded mention of COPYING file
parent
595c1688
Changes
677
Hide whitespace changes
Inline
Side-by-side
kioslaves/videodvd/videodvd.cpp
View file @
88944aeb
...
...
@@ -7,7 +7,6 @@
SPDX-FileCopyrightText: 1998-2008 Sebastian Trueg <trueg@k3b.org>
SPDX-License-Identifier: GPL-2.0-or-later
See the file "COPYING" for the exact licensing terms.
*/
#include "videodvd.h"
...
...
kioslaves/videodvd/videodvd.h
View file @
88944aeb
...
...
@@ -6,7 +6,6 @@
SPDX-FileCopyrightText: 1998-2007 Sebastian Trueg <trueg@k3b.org>
SPDX-License-Identifier: GPL-2.0-or-later
See the file "COPYING" for the exact licensing terms.
*/
...
...
libk3b/core/k3bcore.cpp
View file @
88944aeb
...
...
@@ -6,7 +6,6 @@
SPDX-FileCopyrightText: 1998-2009 Sebastian Trueg <trueg@k3b.org>
SPDX-License-Identifier: GPL-2.0-or-later
See the file "COPYING" for the exact licensing terms.
*/
#include <config-k3b.h>
...
...
libk3b/core/k3bcore.h
View file @
88944aeb
...
...
@@ -6,7 +6,6 @@
SPDX-FileCopyrightText: 1998-2009 Sebastian Trueg <trueg@k3b.org>
SPDX-License-Identifier: GPL-2.0-or-later
See the file "COPYING" for the exact licensing terms.
*/
...
...
libk3b/core/k3bdefaultexternalprograms.cpp
View file @
88944aeb
...
...
@@ -7,7 +7,6 @@
SPDX-FileCopyrightText: 1998-2008 Sebastian Trueg <trueg@k3b.org>
SPDX-License-Identifier: GPL-2.0-or-later
See the file "COPYING" for the exact licensing terms.
*/
...
...
libk3b/core/k3bdefaultexternalprograms.h
View file @
88944aeb
...
...
@@ -7,7 +7,6 @@
SPDX-FileCopyrightText: 1998-2009 Sebastian Trueg <trueg@k3b.org>
SPDX-License-Identifier: GPL-2.0-or-later
See the file "COPYING" for the exact licensing terms.
*/
...
...
libk3b/core/k3bexternalbinmanager.cpp
View file @
88944aeb
...
...
@@ -7,7 +7,6 @@
SPDX-FileCopyrightText: 1998-2009 Sebastian Trueg <trueg@k3b.org>
SPDX-License-Identifier: GPL-2.0-or-later
See the file "COPYING" for the exact licensing terms.
*/
#include "k3bexternalbinmanager.h"
...
...
libk3b/core/k3bexternalbinmanager.h
View file @
88944aeb
...
...
@@ -7,7 +7,6 @@
SPDX-FileCopyrightText: 1998-2009 Sebastian Trueg <trueg@k3b.org>
SPDX-License-Identifier: GPL-2.0-or-later
See the file "COPYING" for the exact licensing terms.
*/
#ifndef K3B_EXTERNAL_BIN_MANAGER_H
...
...
libk3b/core/k3bglobals.cpp
View file @
88944aeb
...
...
@@ -6,7 +6,6 @@
SPDX-FileCopyrightText: 1998-2008 Sebastian Trueg <trueg@k3b.org>
SPDX-License-Identifier: GPL-2.0-or-later
See the file "COPYING" for the exact licensing terms.
*/
#include <config-k3b.h>
...
...
libk3b/core/k3bglobals.h
View file @
88944aeb
...
...
@@ -6,7 +6,6 @@
SPDX-FileCopyrightText: 1998-2009 Sebastian Trueg <trueg@k3b.org>
SPDX-License-Identifier: GPL-2.0-or-later
See the file "COPYING" for the exact licensing terms.
*/
...
...
libk3b/core/k3bglobalsettings.cpp
View file @
88944aeb
...
...
@@ -6,7 +6,6 @@
SPDX-FileCopyrightText: 1998-2009 Sebastian Trueg <trueg@k3b.org>
SPDX-License-Identifier: GPL-2.0-or-later
See the file "COPYING" for the exact licensing terms.
*/
#include "k3bglobalsettings.h"
...
...
libk3b/core/k3bglobalsettings.h
View file @
88944aeb
...
...
@@ -6,7 +6,6 @@
SPDX-FileCopyrightText: 1998-2009 Sebastian Trueg <trueg@k3b.org>
SPDX-License-Identifier: GPL-2.0-or-later
See the file "COPYING" for the exact licensing terms.
*/
#ifndef _K3B_GLOBAL_SETTINGS_H_
...
...
libk3b/core/k3bjob.cpp
View file @
88944aeb
...
...
@@ -6,7 +6,6 @@
SPDX-FileCopyrightText: 1998-2010 Sebastian Trueg <trueg@k3b.org>
SPDX-License-Identifier: GPL-2.0-or-later
See the file "COPYING" for the exact licensing terms.
*/
...
...
libk3b/core/k3bjob.h
View file @
88944aeb
...
...
@@ -7,7 +7,6 @@
SPDX-FileCopyrightText: 1998-2010 Sebastian Trueg <trueg@k3b.org>
SPDX-License-Identifier: GPL-2.0-or-later
See the file "COPYING" for the exact licensing terms.
*/
...
...
libk3b/core/k3bjobhandler.h
View file @
88944aeb
...
...
@@ -6,7 +6,6 @@
SPDX-FileCopyrightText: 1998-2009 Sebastian Trueg <trueg@k3b.org>
SPDX-License-Identifier: GPL-2.0-or-later
See the file "COPYING" for the exact licensing terms.
*/
#ifndef _K3B_JOB_HANDLER_H_
...
...
libk3b/core/k3bkjobbridge.cpp
View file @
88944aeb
...
...
@@ -6,7 +6,6 @@
SPDX-FileCopyrightText: 1998-2011 Sebastian Trueg <trueg@k3b.org>
SPDX-License-Identifier: GPL-2.0-or-later
See the file "COPYING" for the exact licensing terms.
*/
#include "k3bkjobbridge.h"
...
...
libk3b/core/k3bkjobbridge.h
View file @
88944aeb
...
...
@@ -6,7 +6,6 @@
SPDX-FileCopyrightText: 1998-2011 Sebastian Trueg <trueg@k3b.org>
SPDX-License-Identifier: GPL-2.0-or-later
See the file "COPYING" for the exact licensing terms.
*/
#ifndef K3B_KJOB_BRIDGE_H
...
...
libk3b/core/k3bprogressinfoevent.h
View file @
88944aeb
...
...
@@ -6,7 +6,6 @@
SPDX-FileCopyrightText: 1998-2009 Sebastian Trueg <trueg@k3b.org>
SPDX-License-Identifier: GPL-2.0-or-later
See the file "COPYING" for the exact licensing terms.
*/
#ifndef K3B_PROGRESS_INFO_EVENT_H
...
...
libk3b/core/k3bsimplejobhandler.cpp
View file @
88944aeb
...
...
@@ -6,7 +6,6 @@
SPDX-FileCopyrightText: 1998-2010 Sebastian Trueg <trueg@k3b.org>
SPDX-License-Identifier: GPL-2.0-or-later
See the file "COPYING" for the exact licensing terms.
*/
#include "k3bsimplejobhandler.h"
...
...
libk3b/core/k3bsimplejobhandler.h
View file @
88944aeb
...
...
@@ -6,7 +6,6 @@
SPDX-FileCopyrightText: 1998-2010 Sebastian Trueg <trueg@k3b.org>
SPDX-License-Identifier: GPL-2.0-or-later
See the file "COPYING" for the exact licensing terms.
*/
#ifndef _K3B_SIMPLE_JOB_HANDLER_H_
...
...
Prev
1
2
3
4
5
…
34
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment