From 659423769541169457c41f71c8a038e2d64ba079 Mon Sep 17 00:00:00 2001 From: Gioacchino Mazzurco Date: Tue, 11 Jan 2022 12:25:41 +0100 Subject: [PATCH] Furter cleanup after BitDHT split --- .reuse/dep5 | 38 +------------------------------------- src/util/bdstring.cc | 2 +- src/util/bdstring.h | 2 +- 3 files changed, 3 insertions(+), 39 deletions(-) diff --git a/.reuse/dep5 b/.reuse/dep5 index 44a4ca0..3cc830e 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -3,41 +3,5 @@ Upstream-Name: RetroShare Upstream-Contact: RetroShare Team Files: * -Copyright: 2004-2019, Retroshare Team -License: AGPL-3.0-only - -Files: libbitdht/* -Copyright: 2004-2019, Retroshare Team +Copyright: 2004-2022, Retroshare Team License: LGPL-3.0-or-later - -Files: openpgpsdk/* -Copyright: 2005-2008, Ben Laurie - 2005-2008, Rachel Willmer - 2008-2019, Retroshare Team -License: Apache-2.0 - -Files: libretroshare/* -Copyright: 2004-2019, Retroshare Team -License: LGPL-3.0-or-later - -Files: libretroshare/src/deep_search/* -Copyright: 2018-2019, Gioacchino Mazzurco -License: AGPL-3.0-only - -Files: jsonapi-generator/* - libretroshare/src/jsonapi/* -Copyright: 2018-2019, Gioacchino Mazzurco -License: AGPL-3.0-or-later - -Files: retroshare-gui/* -Copyright: 2004-2019, Retroshare Team -License: GPL-3.0-or-later - -Files: retroshare-gui/src/TorControl/ -Copyright: 2014, John Brooks -License: BSD-3-Clause - -Files: retroshare-gui/src/gui/common/PictureFlow.* - retroshare-gui/src/qss/qdarkstyle.qss -Copyright: 2013, Jeff Weinstein -License: MIT diff --git a/src/util/bdstring.cc b/src/util/bdstring.cc index 3808e0c..4bbeac0 100644 --- a/src/util/bdstring.cc +++ b/src/util/bdstring.cc @@ -3,7 +3,7 @@ * * * BitDHT: An Flexible DHT library. * * * - * Copyright (C) 2010 Retroshare Team * + * Copyright (C) 2010 Retroshare Team * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Affero General Public License as * diff --git a/src/util/bdstring.h b/src/util/bdstring.h index e9160c6..7ea60c2 100644 --- a/src/util/bdstring.h +++ b/src/util/bdstring.h @@ -3,7 +3,7 @@ * * * BitDHT: An Flexible DHT library. * * * - * Copyright (C) 2010 Retroshare Team * + * Copyright (C) 2010 Retroshare Team * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Affero General Public License as *