From 1023a3da6fa1c45d846f26311c0e3d9f9864312c Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 29 Dec 2018 03:21:15 +0100 Subject: [PATCH] Fix some copyrights --- dist/debian/copyright | 24 ++++++++++++++++++++++-- src/core/appearance.cpp | 2 +- src/core/appearance.h | 2 +- src/core/application.cpp | 1 + src/core/application.h | 1 + src/engine/phononengine.cpp | 1 + src/engine/phononengine.h | 1 + 7 files changed, 28 insertions(+), 4 deletions(-) diff --git a/dist/debian/copyright b/dist/debian/copyright index e5011b21e..0d2894eee 100644 --- a/dist/debian/copyright +++ b/dist/debian/copyright @@ -57,8 +57,6 @@ License: GPL-3+ Files: src/core/main.cpp src/core/mainwindow.cpp src/core/mainwindow.h - src/core/application.cpp - src/core/application.h src/core/player.cpp src/core/player.h src/core/song.cpp @@ -94,6 +92,16 @@ Files: src/core/main.cpp src/internet/internetservices.h ext/libstrawberry-tagreader/tagreader.cpp ext/libstrawberry-tagreader/tagreader.h + src/device/devicemanager.cpp + src/device/devicemanager.h + src/device/deviceinfo.cpp + src/device/deviceinfo.h + src/device/deviceproperties.cpp + src/device/deviceproperties.h + src/device/deviceview.cpp + src/device/deviceview.h + src/device/connecteddevice.cpp + src/device/connecteddevice.h Copyright: 2010, 2012-2014 David Sansome 2012-2014, 2017-2018 Jonas Kvinge License: GPL-3+ @@ -135,6 +143,18 @@ Copyright: 2018, Vikram Ambrose 2018, Jonas Kvinge License: GPL-3+ +Files: src/core/application.cpp + src/core/application.h +Copyright: 2012, David Sansome + 2012, 2014, John Maguire + 2018, Jonas Kvinge +License: GPL-3+ + +Files: src/core/appearance.cpp + src/core/appearance.h +Copyright: 2012, Arnaud Bienner +License: GPL-3+ + Files: src/covermanager/discogscoverprovider.cpp src/covermanager/discogscoverprovider.h Copyright: 2012, Martin Björklund diff --git a/src/core/appearance.cpp b/src/core/appearance.cpp index 72a826eba..354096e42 100644 --- a/src/core/appearance.cpp +++ b/src/core/appearance.cpp @@ -1,7 +1,7 @@ /* * Strawberry Music Player * This file was part of Clementine. - * Copyright 2012, David Sansome + Copyright 2012, Arnaud Bienner * * Strawberry is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/core/appearance.h b/src/core/appearance.h index ced13899d..b9c9bf2d5 100644 --- a/src/core/appearance.h +++ b/src/core/appearance.h @@ -1,7 +1,7 @@ /* * Strawberry Music Player * This file was part of Clementine. - * Copyright 2012, David Sansome + Copyright 2012, Arnaud Bienner * * Strawberry is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/core/application.cpp b/src/core/application.cpp index 1ead18800..576f37cd5 100644 --- a/src/core/application.cpp +++ b/src/core/application.cpp @@ -2,6 +2,7 @@ * Strawberry Music Player * This file was part of Clementine. * Copyright 2012, David Sansome + Copyright 2012, 2014, John Maguire * Copyright 2018, Jonas Kvinge * * Strawberry is free software: you can redistribute it and/or modify diff --git a/src/core/application.h b/src/core/application.h index e419c4dfc..a114f6b2e 100644 --- a/src/core/application.h +++ b/src/core/application.h @@ -2,6 +2,7 @@ * Strawberry Music Player * This file was part of Clementine. * Copyright 2012, David Sansome + Copyright 2012, 2014, John Maguire * Copyright 2018, Jonas Kvinge * * Strawberry is free software: you can redistribute it and/or modify diff --git a/src/engine/phononengine.cpp b/src/engine/phononengine.cpp index f7250877c..ad7be4b07 100644 --- a/src/engine/phononengine.cpp +++ b/src/engine/phononengine.cpp @@ -1,6 +1,7 @@ /* * Strawberry Music Player * This file was part of Clementine + * Copyright 2010, David Sansome * Copyright 2017-2018, Jonas Kvinge * * Strawberry is free software: you can redistribute it and/or modify diff --git a/src/engine/phononengine.h b/src/engine/phononengine.h index 96d508e72..bb201ed73 100644 --- a/src/engine/phononengine.h +++ b/src/engine/phononengine.h @@ -1,6 +1,7 @@ /* * Strawberry Music Player * This file was part of Clementine + * Copyright 2010, David Sansome * Copyright 2017-2018, Jonas Kvinge * * Strawberry is free software: you can redistribute it and/or modify