From 88da0db0f70c55ba94b8edeeaaca8de24a62ae98 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 10 Apr 2021 07:32:38 +0200 Subject: [PATCH] Update copyrights --- ext/libstrawberry-common/core/logging.cpp | 1 + ext/libstrawberry-common/core/logging.h | 1 + ext/libstrawberry-common/core/messagehandler.cpp | 1 + ext/libstrawberry-common/core/messagehandler.h | 1 + ext/libstrawberry-common/core/messagereply.cpp | 1 + ext/libstrawberry-common/core/messagereply.h | 1 + ext/libstrawberry-common/core/workerpool.cpp | 1 + ext/libstrawberry-common/core/workerpool.h | 1 + ext/libstrawberry-tagreader/tagreader.cpp | 2 +- ext/libstrawberry-tagreader/tagreader.h | 2 +- ext/strawberry-tagreader/main.cpp | 1 + ext/strawberry-tagreader/tagreaderworker.cpp | 1 + ext/strawberry-tagreader/tagreaderworker.h | 1 + 13 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ext/libstrawberry-common/core/logging.cpp b/ext/libstrawberry-common/core/logging.cpp index 1eb88454..11373b6b 100644 --- a/ext/libstrawberry-common/core/logging.cpp +++ b/ext/libstrawberry-common/core/logging.cpp @@ -1,5 +1,6 @@ /* This file is part of Strawberry. Copyright 2011, David Sansome + Copyright 2018-2021, Jonas Kvinge Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ext/libstrawberry-common/core/logging.h b/ext/libstrawberry-common/core/logging.h index 10ffe22c..891baa8b 100644 --- a/ext/libstrawberry-common/core/logging.h +++ b/ext/libstrawberry-common/core/logging.h @@ -1,5 +1,6 @@ /* This file is part of Strawberry. Copyright 2011, David Sansome + Copyright 2018-2021, Jonas Kvinge Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ext/libstrawberry-common/core/messagehandler.cpp b/ext/libstrawberry-common/core/messagehandler.cpp index 33e01517..9947c35e 100644 --- a/ext/libstrawberry-common/core/messagehandler.cpp +++ b/ext/libstrawberry-common/core/messagehandler.cpp @@ -1,5 +1,6 @@ /* This file is part of Strawberry. Copyright 2011, David Sansome + Copyright 2018-2021, Jonas Kvinge Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ext/libstrawberry-common/core/messagehandler.h b/ext/libstrawberry-common/core/messagehandler.h index 6f92ab41..27264337 100644 --- a/ext/libstrawberry-common/core/messagehandler.h +++ b/ext/libstrawberry-common/core/messagehandler.h @@ -1,5 +1,6 @@ /* This file is part of Strawberry. Copyright 2011, David Sansome + Copyright 2018-2021, Jonas Kvinge Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ext/libstrawberry-common/core/messagereply.cpp b/ext/libstrawberry-common/core/messagereply.cpp index 3a54e9db..a09325f0 100644 --- a/ext/libstrawberry-common/core/messagereply.cpp +++ b/ext/libstrawberry-common/core/messagereply.cpp @@ -1,5 +1,6 @@ /* This file is part of Strawberry. Copyright 2011, David Sansome + Copyright 2018-2021, Jonas Kvinge 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/ext/libstrawberry-common/core/messagereply.h b/ext/libstrawberry-common/core/messagereply.h index cc775b19..e23d0c06 100644 --- a/ext/libstrawberry-common/core/messagereply.h +++ b/ext/libstrawberry-common/core/messagereply.h @@ -1,5 +1,6 @@ /* This file is part of Strawberry. Copyright 2011, David Sansome + Copyright 2018-2021, Jonas Kvinge 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/ext/libstrawberry-common/core/workerpool.cpp b/ext/libstrawberry-common/core/workerpool.cpp index 9eba1a78..467f4c20 100644 --- a/ext/libstrawberry-common/core/workerpool.cpp +++ b/ext/libstrawberry-common/core/workerpool.cpp @@ -1,5 +1,6 @@ /* This file is part of Strawberry. Copyright 2011, David Sansome + Copyright 2018-2021, Jonas Kvinge 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/ext/libstrawberry-common/core/workerpool.h b/ext/libstrawberry-common/core/workerpool.h index 5bf09256..00f78ff4 100644 --- a/ext/libstrawberry-common/core/workerpool.h +++ b/ext/libstrawberry-common/core/workerpool.h @@ -1,5 +1,6 @@ /* This file is part of Strawberry. Copyright 2011, David Sansome + Copyright 2018-2021, Jonas Kvinge 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/ext/libstrawberry-tagreader/tagreader.cpp b/ext/libstrawberry-tagreader/tagreader.cpp index 0a6a56ba..589d37ed 100644 --- a/ext/libstrawberry-tagreader/tagreader.cpp +++ b/ext/libstrawberry-tagreader/tagreader.cpp @@ -1,6 +1,6 @@ /* This file is part of Strawberry. Copyright 2013, David Sansome - Copyright 2018, Jonas Kvinge + Copyright 2018-2021, Jonas Kvinge 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/ext/libstrawberry-tagreader/tagreader.h b/ext/libstrawberry-tagreader/tagreader.h index 4a78a9d1..e517dfad 100644 --- a/ext/libstrawberry-tagreader/tagreader.h +++ b/ext/libstrawberry-tagreader/tagreader.h @@ -1,6 +1,6 @@ /* This file is part of Strawberry. Copyright 2013, David Sansome - Copyright 2018, Jonas Kvinge + Copyright 2018-2021, Jonas Kvinge 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/ext/strawberry-tagreader/main.cpp b/ext/strawberry-tagreader/main.cpp index e0fe7a8c..6199818c 100644 --- a/ext/strawberry-tagreader/main.cpp +++ b/ext/strawberry-tagreader/main.cpp @@ -1,5 +1,6 @@ /* This file is part of Strawberry. Copyright 2011, David Sansome + Copyright 2018-2021, Jonas Kvinge 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/ext/strawberry-tagreader/tagreaderworker.cpp b/ext/strawberry-tagreader/tagreaderworker.cpp index 66646caf..9c46f819 100644 --- a/ext/strawberry-tagreader/tagreaderworker.cpp +++ b/ext/strawberry-tagreader/tagreaderworker.cpp @@ -1,5 +1,6 @@ /* This file is part of Strawberry. Copyright 2011, David Sansome + Copyright 2018-2021, Jonas Kvinge 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/ext/strawberry-tagreader/tagreaderworker.h b/ext/strawberry-tagreader/tagreaderworker.h index f70cf426..d43819b4 100644 --- a/ext/strawberry-tagreader/tagreaderworker.h +++ b/ext/strawberry-tagreader/tagreaderworker.h @@ -1,5 +1,6 @@ /* This file is part of Strawberry. Copyright 2011, David Sansome + Copyright 2018-2021, Jonas Kvinge Strawberry is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by