diff --git a/.reuse/dep5 b/.reuse/dep5 index 74729697f..97fbc70ef 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -11,13 +11,11 @@ Copyright: 2004-2022, Retroshare Team License: LGPL-3.0-or-later Files: src/deep_search/* -Copyright: 2018-2022, Gioacchino Mazzurco - 2019-2022, Asociación Civil Altermundi +Copyright: 2018-2022, Gioacchino Mazzurco License: AGPL-3.0-only Files: src/jsonapi/* -Copyright: 2018-2022, Gioacchino Mazzurco - 2019-2022, Asociación Civil Altermundi +Copyright: 2018-2022, Gioacchino Mazzurco License: AGPL-3.0-or-later Files: src/tor/* diff --git a/README.asciidoc b/README.asciidoc index 5399c0033..ee800018d 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -1,6 +1,5 @@ // SPDX-FileCopyrightText: 2022 Retroshare Team // SPDX-FileCopyrightText: 2022 Gioacchino Mazzurco -// SPDX-FileCopyrightText: 2022 Asociación Civil Altermundi // SPDX-License-Identifier: CC-BY-SA-4.0 = RetroShare library @@ -16,7 +15,7 @@ While RetroShare is an application on it's own, libretroshare is meant to be used as part of other programs, some of them are https://retroshare.cc[RetroShare-gui], https://retroshare.cc[RetroShare-service], -https://elrepo.io/[elRepo.io] +https://gitlab.com/elRepo.io/elRepo.io-android[elRepo.io] (let us know if there are more). diff --git a/misc/Android/README.asciidoc b/misc/Android/README.asciidoc index 682576b1f..06ac8cd0c 100644 --- a/misc/Android/README.asciidoc +++ b/misc/Android/README.asciidoc @@ -392,8 +392,7 @@ https://gitlab.com/elRepo.io/elRepo.io-android/-/blob/master/android/app/build.g == License -Copyright (C) 2016-2021 Gioacchino Mazzurco + -Copyright (C) 2020-2021 Asociación Civil Altermundi + +Copyright (C) 2016-2021 Gioacchino Mazzurco + This work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License. diff --git a/misc/Android/generate_gdb_init_commands.sh b/misc/Android/generate_gdb_init_commands.sh index 3a9883950..6c530aa70 100755 --- a/misc/Android/generate_gdb_init_commands.sh +++ b/misc/Android/generate_gdb_init_commands.sh @@ -2,8 +2,7 @@ # Script to prepare Android NDK GDB configurations to debug retroshare-service # -# Copyright (C) 2020 Gioacchino Mazzurco -# Copyright (C) 2020 Asociación Civil Altermundi +# Copyright (C) 2020 Gioacchino Mazzurco # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the diff --git a/misc/Android/pull_sysroot.sh b/misc/Android/pull_sysroot.sh index d474610e4..66bcd7314 100755 --- a/misc/Android/pull_sysroot.sh +++ b/misc/Android/pull_sysroot.sh @@ -2,8 +2,7 @@ # Script to pull debugging sysroot from Android devices # -# Copyright (C) 2020 Gioacchino Mazzurco -# Copyright (C) 2020 Asociación Civil Altermundi +# Copyright (C) 2020 Gioacchino Mazzurco # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the diff --git a/misc/Android/start_gdbserver.sh b/misc/Android/start_gdbserver.sh index 1fd751e67..e2233ffce 100755 --- a/misc/Android/start_gdbserver.sh +++ b/misc/Android/start_gdbserver.sh @@ -2,8 +2,7 @@ # Script to start gdbserver on Android device and attach to retroshare-service # -# Copyright (C) 2020 Gioacchino Mazzurco -# Copyright (C) 2020 Asociación Civil Altermundi +# Copyright (C) 2020 Gioacchino Mazzurco # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 19360affd..687e5ef37 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,6 @@ # RetroShare decentralized communication platform # -# Copyright (C) 2021 Gioacchino Mazzurco -# Copyright (C) 2021 Asociación Civil Altermundi +# Copyright (C) 2021 Gioacchino Mazzurco # # SPDX-License-Identifier: CC0-1.0 diff --git a/src/deep_search/channelsindex.cpp b/src/deep_search/channelsindex.cpp index cd1c374fc..cd2017f07 100644 --- a/src/deep_search/channelsindex.cpp +++ b/src/deep_search/channelsindex.cpp @@ -1,8 +1,7 @@ /******************************************************************************* * RetroShare full text indexing and search implementation based on Xapian * * * - * Copyright (C) 2018-2019 Gioacchino Mazzurco * - * Copyright (C) 2019 Asociación Civil Altermundi * + * Copyright (C) 2018-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Affero General Public License version 3 as * diff --git a/src/deep_search/channelsindex.hpp b/src/deep_search/channelsindex.hpp index 0a49629d9..9c39dddc5 100644 --- a/src/deep_search/channelsindex.hpp +++ b/src/deep_search/channelsindex.hpp @@ -1,8 +1,7 @@ /******************************************************************************* * RetroShare full text indexing and search implementation based on Xapian * * * - * Copyright (C) 2018-2019 Gioacchino Mazzurco * - * Copyright (C) 2019 Asociación Civil Altermundi * + * Copyright (C) 2018-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Affero General Public License version 3 as * diff --git a/src/deep_search/commonutils.cpp b/src/deep_search/commonutils.cpp index e8e1e4b59..68588fb15 100644 --- a/src/deep_search/commonutils.cpp +++ b/src/deep_search/commonutils.cpp @@ -1,8 +1,7 @@ /******************************************************************************* * RetroShare full text indexing and search implementation based on Xapian * * * - * Copyright (C) 2018-2021 Gioacchino Mazzurco * - * Copyright (C) 2019-2021 Asociación Civil Altermundi * + * Copyright (C) 2018-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Affero General Public License version 3 as * diff --git a/src/deep_search/commonutils.hpp b/src/deep_search/commonutils.hpp index 5f47c39bd..829d12819 100644 --- a/src/deep_search/commonutils.hpp +++ b/src/deep_search/commonutils.hpp @@ -1,8 +1,7 @@ /******************************************************************************* * RetroShare full text indexing and search implementation based on Xapian * * * - * Copyright (C) 2018-2021 Gioacchino Mazzurco * - * Copyright (C) 2019-2021 Asociación Civil Altermundi * + * Copyright (C) 2018-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Affero General Public License version 3 as * diff --git a/src/deep_search/filesflacindexer.hpp b/src/deep_search/filesflacindexer.hpp index dbdc62b99..b33c6d6ef 100644 --- a/src/deep_search/filesflacindexer.hpp +++ b/src/deep_search/filesflacindexer.hpp @@ -1,8 +1,7 @@ /******************************************************************************* * RetroShare full text indexing and search implementation based on Xapian * * * - * Copyright (C) 2018-2019 Gioacchino Mazzurco * - * Copyright (C) 2019 Asociación Civil Altermundi * + * Copyright (C) 2018-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Affero General Public License version 3 as * diff --git a/src/deep_search/filesindex.cpp b/src/deep_search/filesindex.cpp index 9d5b09a72..4dc3ec938 100644 --- a/src/deep_search/filesindex.cpp +++ b/src/deep_search/filesindex.cpp @@ -1,8 +1,7 @@ /******************************************************************************* * RetroShare full text indexing and search implementation based on Xapian * * * - * Copyright (C) 2018-2021 Gioacchino Mazzurco * - * Copyright (C) 2019-2021 Asociación Civil Altermundi * + * Copyright (C) 2018-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Affero General Public License version 3 as * diff --git a/src/deep_search/filesindex.hpp b/src/deep_search/filesindex.hpp index b337bd072..9c8e5d208 100644 --- a/src/deep_search/filesindex.hpp +++ b/src/deep_search/filesindex.hpp @@ -1,8 +1,7 @@ /******************************************************************************* * RetroShare full text indexing and search implementation based on Xapian * * * - * Copyright (C) 2018-2021 Gioacchino Mazzurco * - * Copyright (C) 2019-2021 Asociación Civil Altermundi * + * Copyright (C) 2018-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Affero General Public License version 3 as * diff --git a/src/deep_search/filesoggindexer.hpp b/src/deep_search/filesoggindexer.hpp index 00c22ae66..498a2c634 100644 --- a/src/deep_search/filesoggindexer.hpp +++ b/src/deep_search/filesoggindexer.hpp @@ -1,8 +1,7 @@ /******************************************************************************* * RetroShare full text indexing and search implementation based on Xapian * * * - * Copyright (C) 2018-2019 Gioacchino Mazzurco * - * Copyright (C) 2019 Asociación Civil Altermundi * + * Copyright (C) 2018-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Affero General Public License version 3 as * diff --git a/src/deep_search/filestaglibindexer.hpp b/src/deep_search/filestaglibindexer.hpp index 341e9af38..13560fe5c 100644 --- a/src/deep_search/filestaglibindexer.hpp +++ b/src/deep_search/filestaglibindexer.hpp @@ -1,8 +1,7 @@ /******************************************************************************* * RetroShare full text indexing and search implementation based on Xapian * * * - * Copyright (C) 2018-2019 Gioacchino Mazzurco * - * Copyright (C) 2019 Asociación Civil Altermundi * + * Copyright (C) 2018-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Affero General Public License version 3 as * diff --git a/src/deep_search/forumsindex.cpp b/src/deep_search/forumsindex.cpp index a04f2ecac..26e7d97e8 100644 --- a/src/deep_search/forumsindex.cpp +++ b/src/deep_search/forumsindex.cpp @@ -1,8 +1,7 @@ /******************************************************************************* * RetroShare full text indexing and search implementation based on Xapian * * * - * Copyright (C) 2021 Gioacchino Mazzurco * - * Copyright (C) 2021 Asociación Civil Altermundi * + * Copyright (C) 2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Affero General Public License version 3 as * diff --git a/src/deep_search/forumsindex.hpp b/src/deep_search/forumsindex.hpp index 2955ce323..65229df8e 100644 --- a/src/deep_search/forumsindex.hpp +++ b/src/deep_search/forumsindex.hpp @@ -1,8 +1,7 @@ /******************************************************************************* * RetroShare full text indexing and search implementation based on Xapian * * * - * Copyright (C) 2021 Gioacchino Mazzurco * - * Copyright (C) 2021 Asociación Civil Altermundi * + * Copyright (C) 2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Affero General Public License version 3 as * diff --git a/src/dht/p3bitdht_peers.cc b/src/dht/p3bitdht_peers.cc index 013a9b47c..18bab55e2 100644 --- a/src/dht/p3bitdht_peers.cc +++ b/src/dht/p3bitdht_peers.cc @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright 2009-2010 by Robert Fernie. * - * Copyright (C) 2015-2018 Gioacchino Mazzurco * + * Copyright (C) 2015-2018 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/file_sharing/dir_hierarchy.cc b/src/file_sharing/dir_hierarchy.cc index 6504da96f..204b83b58 100644 --- a/src/file_sharing/dir_hierarchy.cc +++ b/src/file_sharing/dir_hierarchy.cc @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2016 Mr.Alice * - * Copyright (C) 2021 Gioacchino Mazzurco * - * Copyright (C) 2021 Asociación Civil Altermundi * + * Copyright (C) 2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/file_sharing/directory_storage.cc b/src/file_sharing/directory_storage.cc index 9467bc1a1..4215fd4cd 100644 --- a/src/file_sharing/directory_storage.cc +++ b/src/file_sharing/directory_storage.cc @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2016 Mr.Alice * - * Copyright (C) 2018-2021 Gioacchino Mazzurco * - * Copyright (C) 2019-2021 Asociación Civil Altermundi * + * Copyright (C) 2018-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/file_sharing/directory_updater.cc b/src/file_sharing/directory_updater.cc index 89f25363b..9df907d29 100644 --- a/src/file_sharing/directory_updater.cc +++ b/src/file_sharing/directory_updater.cc @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2016 Mr.Alice * - * Copyright (C) 2021 Gioacchino Mazzurco * - * Copyright (C) 2021 Asociación Civil Altermundi * + * Copyright (C) 2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/file_sharing/file_tree.cc b/src/file_sharing/file_tree.cc index df31fe356..e5af93b5b 100644 --- a/src/file_sharing/file_tree.cc +++ b/src/file_sharing/file_tree.cc @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2018 Retroshare Team * - * Copyright (C) 2020 Gioacchino Mazzurco * - * Copyright (C) 2020 Asociación Civil Altermundi * + * Copyright (C) 2020 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/file_sharing/p3filelists.cc b/src/file_sharing/p3filelists.cc index b09756ed0..de70cf883 100644 --- a/src/file_sharing/p3filelists.cc +++ b/src/file_sharing/p3filelists.cc @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2018 Mr.Alice * - * Copyright (C) 2021 Gioacchino Mazzurco * - * Copyright (C) 2021 Asociación Civil Altermundi * + * Copyright (C) 2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/ft/ftextralist.cc b/src/ft/ftextralist.cc index 3cfe4ea99..2106dc4d6 100644 --- a/src/ft/ftextralist.cc +++ b/src/ft/ftextralist.cc @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2008 Robert Fernie * - * Copyright (C) 2018-2021 Gioacchino Mazzurco * - * Copyright (C) 2021 Asociación Civil Altermundi * + * Copyright (C) 2018-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/ft/ftextralist.h b/src/ft/ftextralist.h index 7f96364b8..c5f537662 100644 --- a/src/ft/ftextralist.h +++ b/src/ft/ftextralist.h @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2008 Robert Fernie * - * Copyright (C) 2021 Gioacchino Mazzurco * - * Copyright (C) 2021 Asociación Civil Altermundi * + * Copyright (C) 2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/ft/ftserver.cc b/src/ft/ftserver.cc index 06d0ea8fc..db97a01c3 100644 --- a/src/ft/ftserver.cc +++ b/src/ft/ftserver.cc @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2008 Robert Fernie * - * Copyright (C) 2018-2021 Gioacchino Mazzurco * - * Copyright (C) 2019-2021 Asociación Civil Altermundi * + * Copyright (C) 2018-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/gossipdiscovery/gossipdiscoveryitems.cc b/src/gossipdiscovery/gossipdiscoveryitems.cc index 6f66684c9..763e63057 100644 --- a/src/gossipdiscovery/gossipdiscoveryitems.cc +++ b/src/gossipdiscovery/gossipdiscoveryitems.cc @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2007-2008 Robert Fernie * - * Copyright (C) 2019 Gioacchino Mazzurco * + * Copyright (C) 2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/gossipdiscovery/gossipdiscoveryitems.h b/src/gossipdiscovery/gossipdiscoveryitems.h index b77074e37..cbf1777a3 100644 --- a/src/gossipdiscovery/gossipdiscoveryitems.h +++ b/src/gossipdiscovery/gossipdiscoveryitems.h @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2004-2008 Robert Fernie * - * Copyright (C) 2019 Gioacchino Mazzurco * + * Copyright (C) 2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/gossipdiscovery/p3gossipdiscovery.cc b/src/gossipdiscovery/p3gossipdiscovery.cc index a5cf8d509..8ca7ac94f 100644 --- a/src/gossipdiscovery/p3gossipdiscovery.cc +++ b/src/gossipdiscovery/p3gossipdiscovery.cc @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2004-2013 Robert Fernie * - * Copyright (C) 2018-2019 Gioacchino Mazzurco * + * Copyright (C) 2018-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/gossipdiscovery/p3gossipdiscovery.h b/src/gossipdiscovery/p3gossipdiscovery.h index 95773df69..2c7819524 100644 --- a/src/gossipdiscovery/p3gossipdiscovery.h +++ b/src/gossipdiscovery/p3gossipdiscovery.h @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2004-2013 Robert Fernie * - * Copyright (C) 2019 Gioacchino Mazzurco * + * Copyright (C) 2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/gxs/rsgenexchange.cc b/src/gxs/rsgenexchange.cc index f55cfa5aa..c8773b91c 100644 --- a/src/gxs/rsgenexchange.cc +++ b/src/gxs/rsgenexchange.cc @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2012 Christopher Evi-Parker * - * Copyright (C) 2019-2021 Gioacchino Mazzurco * - * Copyright (C) 2019-2021 Asociación Civil Altermundi * + * Copyright (C) 2019-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/gxs/rsgxsnetservice.cc b/src/gxs/rsgxsnetservice.cc index 9f74520b3..36c7c03e9 100644 --- a/src/gxs/rsgxsnetservice.cc +++ b/src/gxs/rsgxsnetservice.cc @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2012 Christopher Evi-Parker * - * Copyright (C) 2018-2021 Gioacchino Mazzurco * - * Copyright (C) 2019-2021 Asociación Civil Altermundi * + * Copyright (C) 2018-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/gxs/rsgxsnetservice.h b/src/gxs/rsgxsnetservice.h index 31bfde5ad..476dc299e 100644 --- a/src/gxs/rsgxsnetservice.h +++ b/src/gxs/rsgxsnetservice.h @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2012 Christopher Evi-Parker * - * Copyright (C) 2018-2022 Gioacchino Mazzurco * - * Copyright (C) 2019-2022 Asociación Civil Altermundi * + * Copyright (C) 2018-2022 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/gxs/rsgxsnettunnel.cc b/src/gxs/rsgxsnettunnel.cc index 2537dfe26..5f998a584 100644 --- a/src/gxs/rsgxsnettunnel.cc +++ b/src/gxs/rsgxsnettunnel.cc @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2018 Cyril Soler * - * Copyright (C) 2019-2021 Gioacchino Mazzurco * - * Copyright (C) 2019-2021 Asociación Civil Altermundi * + * Copyright (C) 2019-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/gxs/rsgxsnettunnel.h b/src/gxs/rsgxsnettunnel.h index 40f8303f6..9fa7a9e20 100644 --- a/src/gxs/rsgxsnettunnel.h +++ b/src/gxs/rsgxsnettunnel.h @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2018 Cyril Soler * - * Copyright (C) 2021 Gioacchino Mazzurco * - * Copyright (C) 2021 Asociación Civil Altermundi * + * Copyright (C) 2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/gxs/rsgxsutil.cc b/src/gxs/rsgxsutil.cc index 10707b9fa..c0fbf0c47 100644 --- a/src/gxs/rsgxsutil.cc +++ b/src/gxs/rsgxsutil.cc @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2013 Christopher Evi-Parker * - * Copyright (C) 2018-2021 Gioacchino Mazzurco * + * Copyright (C) 2018-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/gxs/rsgxsutil.h b/src/gxs/rsgxsutil.h index 21fd6bb06..3ca12eefc 100644 --- a/src/gxs/rsgxsutil.h +++ b/src/gxs/rsgxsutil.h @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2013 Christopher Evi-Parker * - * Copyright (C) 2018-2021 Gioacchino Mazzurco * - * Copyright (C) 2021 Asociación Civil Altermundi * + * Copyright (C) 2018-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/gxs/rsnxs.h b/src/gxs/rsnxs.h index f196503b4..0e9b79289 100644 --- a/src/gxs/rsnxs.h +++ b/src/gxs/rsnxs.h @@ -5,8 +5,7 @@ * * * Copyright (C) 2011 Robert Fernie * * Copyright (C) 2011 Christopher Evi-Parker * - * Copyright (C) 2019-2021 Gioacchino Mazzurco * - * Copyright (C) 2019-2021 Asociación Civil Altermundi * + * Copyright (C) 2019-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/gxs/rsnxsobserver.cpp b/src/gxs/rsnxsobserver.cpp index 2b5ab0d8a..b9ba8812b 100644 --- a/src/gxs/rsnxsobserver.cpp +++ b/src/gxs/rsnxsobserver.cpp @@ -1,8 +1,7 @@ /******************************************************************************* * RetroShare General eXchange System * * * - * Copyright (C) 2021 Gioacchino Mazzurco * - * Copyright (C) 2021 Asociación Civil Altermundi * + * Copyright (C) 2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/gxs/rsnxsobserver.h b/src/gxs/rsnxsobserver.h index 9d81e7656..ed454ff14 100644 --- a/src/gxs/rsnxsobserver.h +++ b/src/gxs/rsnxsobserver.h @@ -5,8 +5,7 @@ * * * Copyright (C) 2011-2012 Robert Fernie * * Copyright (C) 2011-2012 Christopher Evi-Parker * - * Copyright (C) 2021 Gioacchino Mazzurco * - * Copyright (C) 2021 Asociación Civil Altermundi * + * Copyright (C) 2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/gxstrans/p3gxstrans.cc b/src/gxstrans/p3gxstrans.cc index 93cefe637..a7ecb8cbb 100644 --- a/src/gxstrans/p3gxstrans.cc +++ b/src/gxstrans/p3gxstrans.cc @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2016-2019 Gioacchino Mazzurco * + * Copyright (C) 2016-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/gxstrans/p3gxstrans.h b/src/gxstrans/p3gxstrans.h index aff7b9eda..7b27d4a3c 100644 --- a/src/gxstrans/p3gxstrans.h +++ b/src/gxstrans/p3gxstrans.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2016-2019 Gioacchino Mazzurco * + * Copyright (C) 2016-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/gxstrans/p3gxstransitems.cc b/src/gxstrans/p3gxstransitems.cc index c830bfc77..15c20857c 100644 --- a/src/gxstrans/p3gxstransitems.cc +++ b/src/gxstrans/p3gxstransitems.cc @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2016-2018 Gioacchino Mazzurco * + * Copyright (C) 2016-2018 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/gxstrans/p3gxstransitems.h b/src/gxstrans/p3gxstransitems.h index f2cab3cfe..9b67894f6 100644 --- a/src/gxstrans/p3gxstransitems.h +++ b/src/gxstrans/p3gxstransitems.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2016-2017 Gioacchino Mazzurco * + * Copyright (C) 2016-2017 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/jsonapi/async-method-wrapper-template.cpp.tmpl b/src/jsonapi/async-method-wrapper-template.cpp.tmpl index 29f53ad48..e13d77c81 100644 --- a/src/jsonapi/async-method-wrapper-template.cpp.tmpl +++ b/src/jsonapi/async-method-wrapper-template.cpp.tmpl @@ -1,7 +1,7 @@ /******************************************************************************* * RetroShare JSON API * * * - * Copyright (C) 2018-2019 Gioacchino Mazzurco * + * Copyright (C) 2018-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Affero General Public License version 3 as * diff --git a/src/jsonapi/jsonapi.cpp b/src/jsonapi/jsonapi.cpp index 7cb074d47..27eb0d7ae 100644 --- a/src/jsonapi/jsonapi.cpp +++ b/src/jsonapi/jsonapi.cpp @@ -1,8 +1,7 @@ /* * RetroShare JSON API * - * Copyright (C) 2018-2020 Gioacchino Mazzurco - * Copyright (C) 2019-2020 Asociación Civil Altermundi + * Copyright (C) 2018-2020 Gioacchino Mazzurco * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License as published by the diff --git a/src/jsonapi/jsonapi.h b/src/jsonapi/jsonapi.h index aa90c7517..3f342e241 100644 --- a/src/jsonapi/jsonapi.h +++ b/src/jsonapi/jsonapi.h @@ -1,8 +1,7 @@ /* * RetroShare JSON API * - * Copyright (C) 2018-2020 Gioacchino Mazzurco - * Copyright (C) 2019-2020 Asociación Civil Altermundi + * Copyright (C) 2018-2020 Gioacchino Mazzurco * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License as published by the diff --git a/src/jsonapi/jsonapiitems.h b/src/jsonapi/jsonapiitems.h index 73027e5da..737fe23df 100644 --- a/src/jsonapi/jsonapiitems.h +++ b/src/jsonapi/jsonapiitems.h @@ -1,7 +1,7 @@ /* * RetroShare JSON API * - * Copyright (C) 2018-2019 Gioacchino Mazzurco + * Copyright (C) 2018-2019 Gioacchino Mazzurco * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License as published by the diff --git a/src/jsonapi/method-wrapper-template.cpp.tmpl b/src/jsonapi/method-wrapper-template.cpp.tmpl index a3927fba9..82c9401a7 100644 --- a/src/jsonapi/method-wrapper-template.cpp.tmpl +++ b/src/jsonapi/method-wrapper-template.cpp.tmpl @@ -1,7 +1,7 @@ /******************************************************************************* * RetroShare JSON API * * * - * Copyright (C) 2018-2019 Gioacchino Mazzurco * + * Copyright (C) 2018-2019 Gioacchino Mazzurco * * * * 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/jsonapi/p3webui.cc b/src/jsonapi/p3webui.cc index b31c3a5d4..e2b3521ee 100644 --- a/src/jsonapi/p3webui.cc +++ b/src/jsonapi/p3webui.cc @@ -2,8 +2,7 @@ * RetroShare Web User Interface * * Copyright (C) 2019 Cyril Soler - * Copyright (C) 2022 Gioacchino Mazzurco - * Copyright (C) 2022 Asociación Civil Altermundi + * Copyright (C) 2022 Gioacchino Mazzurco * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License as published by the diff --git a/src/jsonapi/p3webui.h b/src/jsonapi/p3webui.h index 6535b2dd1..467219b8e 100644 --- a/src/jsonapi/p3webui.h +++ b/src/jsonapi/p3webui.h @@ -2,8 +2,7 @@ * RetroShare Web User Interface * * Copyright (C) 2019 Cyril Soler - * Copyright (C) 2022 Gioacchino Mazzurco - * Copyright (C) 2022 Asociación Civil Altermundi + * Copyright (C) 2022 Gioacchino Mazzurco * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License as published by the diff --git a/src/pgp/rscertificate.cc b/src/pgp/rscertificate.cc index bcaf9925f..5abaa5647 100644 --- a/src/pgp/rscertificate.cc +++ b/src/pgp/rscertificate.cc @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2016 Cyril Soler * - * Copyright (C) 2018-2019 Gioacchino Mazzurco * + * Copyright (C) 2018-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/pgp/rscertificate.h b/src/pgp/rscertificate.h index 1a4be9a9c..82c4763d0 100644 --- a/src/pgp/rscertificate.h +++ b/src/pgp/rscertificate.h @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2016 Cyril Soler * - * Copyright (C) 2018-2019 Gioacchino Mazzurco * + * Copyright (C) 2018-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/pqi/authssl.cc b/src/pqi/authssl.cc index 565315ea3..401c7a38b 100644 --- a/src/pqi/authssl.cc +++ b/src/pqi/authssl.cc @@ -4,7 +4,6 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2004-2008 Robert Fernie * - * Copyright (C) 2022 Asociación Civil Altermundi * * Copyright (C) 2019-2022 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * diff --git a/src/pqi/authssl.h b/src/pqi/authssl.h index 118401876..b44549d6e 100644 --- a/src/pqi/authssl.h +++ b/src/pqi/authssl.h @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2004-2008 Robert Fernie * - * Copyright (C) 2019 Gioacchino Mazzurco * + * Copyright (C) 2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/pqi/p3linkmgr.cc b/src/pqi/p3linkmgr.cc index 258532950..a04e4b8ac 100644 --- a/src/pqi/p3linkmgr.cc +++ b/src/pqi/p3linkmgr.cc @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright 2007-2011 by Robert Fernie. * - * Copyright (C) 2015-2018 Gioacchino Mazzurco * + * Copyright (C) 2015-2018 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/pqi/p3netmgr.cc b/src/pqi/p3netmgr.cc index 54e3c5181..68524c32b 100644 --- a/src/pqi/p3netmgr.cc +++ b/src/pqi/p3netmgr.cc @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2007-2011 Robert Fernie * - * Copyright (C) 2015-2019 Gioacchino Mazzurco * + * Copyright (C) 2015-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/pqi/p3netmgr.h b/src/pqi/p3netmgr.h index e7b341098..69df54ae6 100644 --- a/src/pqi/p3netmgr.h +++ b/src/pqi/p3netmgr.h @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2007-2008 Robert Fernie * - * Copyright (C) 2015-2019 Gioacchino Mazzurco * + * Copyright (C) 2015-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/pqi/p3peermgr.cc b/src/pqi/p3peermgr.cc index e7cc6c330..9391c29d1 100644 --- a/src/pqi/p3peermgr.cc +++ b/src/pqi/p3peermgr.cc @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2007-2011 Robert Fernie * - * Copyright (C) 2015-2019 Gioacchino Mazzurco * + * Copyright (C) 2015-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/pqi/p3peermgr.h b/src/pqi/p3peermgr.h index 55b448024..ed8a11a19 100644 --- a/src/pqi/p3peermgr.h +++ b/src/pqi/p3peermgr.h @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2007-2011 Robert Fernie * - * Copyright (C) 2015-2019 Gioacchino Mazzurco * + * Copyright (C) 2015-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/pqi/pqinetwork.cc b/src/pqi/pqinetwork.cc index c7e5bff1e..aebf1b673 100644 --- a/src/pqi/pqinetwork.cc +++ b/src/pqi/pqinetwork.cc @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2004-2006 Robert Fernie * - * Copyright (C) 2015-2021 Gioacchino Mazzurco * - * Copyright (C) 2021 Asociación Civil Altermundi * + * Copyright (C) 2015-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/pqi/pqinetwork.h b/src/pqi/pqinetwork.h index cf9930b47..0676a3b4c 100644 --- a/src/pqi/pqinetwork.h +++ b/src/pqi/pqinetwork.h @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2004-2006 Robert Fernie * - * Copyright (C) 2015-2021 Gioacchino Mazzurco * - * Copyright (C) 2021 Asociación Civil Altermundi * + * Copyright (C) 2015-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/pqi/pqissl.cc b/src/pqi/pqissl.cc index 766ffafd7..fd99cedf4 100644 --- a/src/pqi/pqissl.cc +++ b/src/pqi/pqissl.cc @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright 2004-2006 by Robert Fernie * - * Copyright (C) 2015-2018 Gioacchino Mazzurco * + * Copyright (C) 2015-2018 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/pqi/pqissl.h b/src/pqi/pqissl.h index 30905be5e..0a4892d2e 100644 --- a/src/pqi/pqissl.h +++ b/src/pqi/pqissl.h @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2004-2006 Robert Fernie * - * Copyright (C) 2015-2019 Gioacchino Mazzurco * + * Copyright (C) 2015-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/pqi/pqissllistener.cc b/src/pqi/pqissllistener.cc index 7e027c5a9..42c572ed2 100644 --- a/src/pqi/pqissllistener.cc +++ b/src/pqi/pqissllistener.cc @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright 2004-2006 by Robert Fernie * - * Copyright (C) 2015-2018 Gioacchino Mazzurco * + * Copyright (C) 2015-2018 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/pqi/pqissludp.cc b/src/pqi/pqissludp.cc index 9700f7cdc..aaf75b733 100644 --- a/src/pqi/pqissludp.cc +++ b/src/pqi/pqissludp.cc @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2004-2006 Robert Fernie * - * Copyright (C) 2015-2019 Gioacchino Mazzurco * + * Copyright (C) 2015-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/pqi/pqissludp.h b/src/pqi/pqissludp.h index b716efb1e..168689e11 100644 --- a/src/pqi/pqissludp.h +++ b/src/pqi/pqissludp.h @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2004-2006 Robert Fernie * - * Copyright (C) 2015-2019 Gioacchino Mazzurco * + * Copyright (C) 2015-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/retroshare/rsbroadcastdiscovery.h b/src/retroshare/rsbroadcastdiscovery.h index 92b0e5b0e..375101460 100644 --- a/src/retroshare/rsbroadcastdiscovery.h +++ b/src/retroshare/rsbroadcastdiscovery.h @@ -1,7 +1,7 @@ /******************************************************************************* * RetroShare Broadcast Domain Discovery * * * - * Copyright (C) 2019 Gioacchino Mazzurco * + * Copyright (C) 2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/retroshare/rschats.h b/src/retroshare/rschats.h index 74a06ed95..77a5f526f 100644 --- a/src/retroshare/rschats.h +++ b/src/retroshare/rschats.h @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2007-2008 Robert Fernie * - * Copyright (C) 2016-2019 Gioacchino Mazzurco * + * Copyright (C) 2016-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/retroshare/rsdisc.h b/src/retroshare/rsdisc.h index 06311be6c..bb0acff80 100644 --- a/src/retroshare/rsdisc.h +++ b/src/retroshare/rsdisc.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2019 Gioacchino Mazzurco * + * Copyright (C) 2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/retroshare/rsevents.h b/src/retroshare/rsevents.h index 840f6b211..f1ff7b967 100644 --- a/src/retroshare/rsevents.h +++ b/src/retroshare/rsevents.h @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2019-2020 Retroshare Team * - * Copyright (C) 2019-2020 Gioacchino Mazzurco * - * Copyright (C) 2020 Asociación Civil Altermundi * + * Copyright (C) 2019-2020 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/retroshare/rsfiles.h b/src/retroshare/rsfiles.h index 1b853016d..91e9a786e 100644 --- a/src/retroshare/rsfiles.h +++ b/src/retroshare/rsfiles.h @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2008 Robert Fernie * - * Copyright (C) 2018-2020 Gioacchino Mazzurco * - * Copyright (C) 2019-2020 Asociación Civil Altermundi * + * Copyright (C) 2018-2020 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/retroshare/rsflags.h b/src/retroshare/rsflags.h index 8775f1dfb..0be367b7c 100644 --- a/src/retroshare/rsflags.h +++ b/src/retroshare/rsflags.h @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2012-2019 by Retroshare Team * - * Copyright (C) 2019 Gioacchino Mazzurco * + * Copyright (C) 2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/retroshare/rsgossipdiscovery.h b/src/retroshare/rsgossipdiscovery.h index d03aff295..33973643c 100644 --- a/src/retroshare/rsgossipdiscovery.h +++ b/src/retroshare/rsgossipdiscovery.h @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2008 Robert Fernie * - * Copyright (C) 2019 Gioacchino Mazzurco * + * Copyright (C) 2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/retroshare/rsgxschannels.h b/src/retroshare/rsgxschannels.h index d827a2e87..4358e95c5 100644 --- a/src/retroshare/rsgxschannels.h +++ b/src/retroshare/rsgxschannels.h @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2012 Robert Fernie * - * Copyright (C) 2018-2020 Gioacchino Mazzurco * - * Copyright (C) 2019-2020 Asociación Civil Altermundi * + * Copyright (C) 2018-2020 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/retroshare/rsgxscircles.h b/src/retroshare/rsgxscircles.h index afe41d6b3..b08a81a6e 100644 --- a/src/retroshare/rsgxscircles.h +++ b/src/retroshare/rsgxscircles.h @@ -5,7 +5,6 @@ * * * Copyright (C) 2012-2014 Robert Fernie * * Copyright (C) 2018-2022 Gioacchino Mazzurco * - * Copyright (C) 2019-2022 Asociación Civil Altermundi * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/retroshare/rsgxsforums.h b/src/retroshare/rsgxsforums.h index ccd16a923..3a9181916 100644 --- a/src/retroshare/rsgxsforums.h +++ b/src/retroshare/rsgxsforums.h @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2012-2014 Robert Fernie * - * Copyright (C) 2018-2021 Gioacchino Mazzurco * - * Copyright (C) 2019-2021 Asociación Civil Altermundi * + * Copyright (C) 2018-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/retroshare/rsgxsiface.h b/src/retroshare/rsgxsiface.h index 2783e065c..115ae4125 100644 --- a/src/retroshare/rsgxsiface.h +++ b/src/retroshare/rsgxsiface.h @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2012 Christopher Evi-Parker * - * Copyright (C) 2019-2021 Gioacchino Mazzurco * - * Copyright (C) 2019-2021 Asociación Civil Altermundi * + * Copyright (C) 2019-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/retroshare/rsgxsifacehelper.h b/src/retroshare/rsgxsifacehelper.h index 5c6357611..d336bb22d 100644 --- a/src/retroshare/rsgxsifacehelper.h +++ b/src/retroshare/rsgxsifacehelper.h @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2011 Christopher Evi-Parker * - * Copyright (C) 2018-2021 Gioacchino Mazzurco * - * Copyright (C) 2019-2021 Asociación Civil Altermundi * + * Copyright (C) 2018-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/retroshare/rsgxsifacetypes.h b/src/retroshare/rsgxsifacetypes.h index d6232a0d6..54cf15faa 100644 --- a/src/retroshare/rsgxsifacetypes.h +++ b/src/retroshare/rsgxsifacetypes.h @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2013 crispy * - * Copyright (C) 2018 Gioacchino Mazzurco * + * Copyright (C) 2018 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/retroshare/rsgxstrans.h b/src/retroshare/rsgxstrans.h index 8cbb514a6..0a4b1a56d 100644 --- a/src/retroshare/rsgxstrans.h +++ b/src/retroshare/rsgxstrans.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2016-2019 Gioacchino Mazzurco * + * Copyright (C) 2016-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License version 3 as * diff --git a/src/retroshare/rsidentity.h b/src/retroshare/rsidentity.h index 36b1f4bb8..cce6601de 100644 --- a/src/retroshare/rsidentity.h +++ b/src/retroshare/rsidentity.h @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2012 Robert Fernie * - * Copyright (C) 2019-2021 Gioacchino Mazzurco * - * Copyright (C) 2021 Asociación Civil Altermundi * + * Copyright (C) 2019-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/retroshare/rsids.h b/src/retroshare/rsids.h index 5d8b4ad93..5601aac7d 100644 --- a/src/retroshare/rsids.h +++ b/src/retroshare/rsids.h @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2013 Cyril Soler * - * Copyright (C) 2019 Gioacchino Mazzurco * + * Copyright (C) 2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/retroshare/rsinit.h b/src/retroshare/rsinit.h index d30ec1b0b..11c6d9190 100644 --- a/src/retroshare/rsinit.h +++ b/src/retroshare/rsinit.h @@ -2,7 +2,7 @@ * libretroshare/src/retroshare: rsinit.h * * * * Copyright (C) 2004-2014 Robert Fernie * - * Copyright (C) 2016-2019 Gioacchino Mazzurco * + * Copyright (C) 2016-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/retroshare/rsjsonapi.h b/src/retroshare/rsjsonapi.h index 09894b525..5f9ad4d87 100644 --- a/src/retroshare/rsjsonapi.h +++ b/src/retroshare/rsjsonapi.h @@ -1,9 +1,8 @@ /* * RetroShare JSON API public header * - * Copyright (C) 2018-2020 Gioacchino Mazzurco + * Copyright (C) 2018-2020 Gioacchino Mazzurco * Copyright (C) 2019 Cyril Soler - * Copyright (C) 2020 Asociación Civil Altermundi * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free diff --git a/src/retroshare/rsmail.h b/src/retroshare/rsmail.h index 0257e9bd7..10d22a64a 100644 --- a/src/retroshare/rsmail.h +++ b/src/retroshare/rsmail.h @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2007-2008 Robert Fernie * - * Copyright (C) 2016-2019 Gioacchino Mazzurco * + * Copyright (C) 2016-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/retroshare/rspeers.h b/src/retroshare/rspeers.h index 19f5b4bf4..2c592376d 100644 --- a/src/retroshare/rspeers.h +++ b/src/retroshare/rspeers.h @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2004-2008 by Robert Fernie * - * Copyright (C) 2018-2020 Gioacchino Mazzurco * - * Copyright (C) 2020 Asociación Civil Altermundi * + * Copyright (C) 2018-2020 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/retroshare/rsposted.h b/src/retroshare/rsposted.h index 9829d973b..412dc6f44 100644 --- a/src/retroshare/rsposted.h +++ b/src/retroshare/rsposted.h @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2008-2012 Robert Fernie, Christopher Evi-Parker * - * Copyright (C) 2020 Gioacchino Mazzurco * + * Copyright (C) 2020 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/retroshare/rsreputations.h b/src/retroshare/rsreputations.h index b8426e642..79cec0ec7 100644 --- a/src/retroshare/rsreputations.h +++ b/src/retroshare/rsreputations.h @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2015 Cyril Soler * - * Copyright (C) 2018 Gioacchino Mazzurco * + * Copyright (C) 2018 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/retroshare/rstokenservice.h b/src/retroshare/rstokenservice.h index 52b92474e..653bd2580 100644 --- a/src/retroshare/rstokenservice.h +++ b/src/retroshare/rstokenservice.h @@ -5,7 +5,7 @@ * * * Copyright (C) 2012 Chris Evi-Parker * * Copyright (C) 2012 Robert Fernie * - * Copyright (C) 2018-2019 Gioacchino Mazzurco * + * Copyright (C) 2018-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/retroshare/rstypes.h b/src/retroshare/rstypes.h index e7118f286..78dbc3359 100644 --- a/src/retroshare/rstypes.h +++ b/src/retroshare/rstypes.h @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2004-2006 Robert Fernie * - * Copyright (C) 2018-2021 Gioacchino Mazzurco * - * Copyright (C) 2020-2021 Asociación Civil Altermundi * + * Copyright (C) 2018-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/retroshare/rsversion.h b/src/retroshare/rsversion.h index 089c4bdcc..25a45dfc5 100644 --- a/src/retroshare/rsversion.h +++ b/src/retroshare/rsversion.h @@ -5,7 +5,6 @@ * * * Copyright (C) 2012-2018 Retroshare Team * * Copyright (C) 2018-2022 Gioacchino Mazzurco * - * Copyright (C) 2020-2022 Asociación Civil Altermundi * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/retroshare/rswebui.h b/src/retroshare/rswebui.h index ab67979e2..0f6181ba0 100644 --- a/src/retroshare/rswebui.h +++ b/src/retroshare/rswebui.h @@ -2,8 +2,7 @@ * RetroShare Web User Interface public header * * Copyright (C) 2019 Cyril Soler - * Copyright (C) 2022 Gioacchino Mazzurco - * Copyright (C) 2022 Asociación Civil Altermundi + * Copyright (C) 2022 Gioacchino Mazzurco * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free diff --git a/src/rs_android/androidcoutcerrcatcher.hpp b/src/rs_android/androidcoutcerrcatcher.hpp index 43cf16dd7..aa846b267 100644 --- a/src/rs_android/androidcoutcerrcatcher.hpp +++ b/src/rs_android/androidcoutcerrcatcher.hpp @@ -2,8 +2,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2016-2021 Gioacchino Mazzurco * - * Copyright (C) 2021 Asociación Civil Altermundi * + * Copyright (C) 2016-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/rs_android/errorconditionwrap.cpp b/src/rs_android/errorconditionwrap.cpp index e27495878..ee8903a75 100644 --- a/src/rs_android/errorconditionwrap.cpp +++ b/src/rs_android/errorconditionwrap.cpp @@ -2,8 +2,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2021 Gioacchino Mazzurco * - * Copyright (C) 2021 Asociación Civil Altermundi * + * Copyright (C) 2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/rs_android/org/retroshare/service/AssetHelper.java b/src/rs_android/org/retroshare/service/AssetHelper.java index c32aa5b5d..b78f9e91a 100644 --- a/src/rs_android/org/retroshare/service/AssetHelper.java +++ b/src/rs_android/org/retroshare/service/AssetHelper.java @@ -1,7 +1,6 @@ /* * RetroShare - * Copyright (C) 2021 Gioacchino Mazzurco - * Copyright (C) 2021 Asociación Civil Altermundi + * Copyright (C) 2021 Gioacchino Mazzurco * * 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/rs_android/org/retroshare/service/ErrorConditionWrap.java b/src/rs_android/org/retroshare/service/ErrorConditionWrap.java index c0830f5d2..950e398b5 100644 --- a/src/rs_android/org/retroshare/service/ErrorConditionWrap.java +++ b/src/rs_android/org/retroshare/service/ErrorConditionWrap.java @@ -1,7 +1,6 @@ /* * RetroShare - * Copyright (C) 2021 Gioacchino Mazzurco - * Copyright (C) 2021 Asociación Civil Altermundi + * Copyright (C) 2021 Gioacchino Mazzurco * * 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/rs_android/org/retroshare/service/RetroShareServiceAndroid.java b/src/rs_android/org/retroshare/service/RetroShareServiceAndroid.java index 0e3d5ced9..7f210822b 100644 --- a/src/rs_android/org/retroshare/service/RetroShareServiceAndroid.java +++ b/src/rs_android/org/retroshare/service/RetroShareServiceAndroid.java @@ -1,8 +1,7 @@ /* * RetroShare * - * Copyright (C) 2016-2022 Gioacchino Mazzurco - * Copyright (C) 2021-2022 Asociación Civil Altermundi + * Copyright (C) 2016-2022 Gioacchino Mazzurco * * 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/rs_android/retroshareserviceandroid.cpp b/src/rs_android/retroshareserviceandroid.cpp index 668762b7d..e375e7d11 100644 --- a/src/rs_android/retroshareserviceandroid.cpp +++ b/src/rs_android/retroshareserviceandroid.cpp @@ -1,7 +1,6 @@ /* * RetroShare Service Android * Copyright (C) 2016-2022 Gioacchino Mazzurco - * Copyright (C) 2022 Asociación Civil Altermundi * * 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/rs_android/retroshareserviceandroid.hpp b/src/rs_android/retroshareserviceandroid.hpp index bd8f88f31..016bfd694 100644 --- a/src/rs_android/retroshareserviceandroid.hpp +++ b/src/rs_android/retroshareserviceandroid.hpp @@ -1,7 +1,6 @@ /* * RetroShare Service Android - * Copyright (C) 2016-2021 Gioacchino Mazzurco - * Copyright (C) 2021 Asociación Civil Altermundi + * Copyright (C) 2016-2021 Gioacchino Mazzurco * * 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/rs_android/rsjni.cpp b/src/rs_android/rsjni.cpp index c9fc2c8ed..a7d915bda 100644 --- a/src/rs_android/rsjni.cpp +++ b/src/rs_android/rsjni.cpp @@ -3,8 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2021 Gioacchino Mazzurco * - * Copyright (C) 2021 Asociación Civil Altermundi * + * Copyright (C) 2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/rs_android/rsjni.hpp b/src/rs_android/rsjni.hpp index 339dfd5c7..858e3e975 100644 --- a/src/rs_android/rsjni.hpp +++ b/src/rs_android/rsjni.hpp @@ -3,8 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2021 Gioacchino Mazzurco * - * Copyright (C) 2021 Asociación Civil Altermundi * + * Copyright (C) 2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/rs_upnp/UPnPBase.cpp b/src/rs_upnp/UPnPBase.cpp index 353812469..f63b42be3 100644 --- a/src/rs_upnp/UPnPBase.cpp +++ b/src/rs_upnp/UPnPBase.cpp @@ -6,7 +6,7 @@ * Copyright (c) 2004-2009 Marcelo Roberto Jimenez ( phoenix@amule.org ) * * Copyright (c) 2006-2009 aMule Team ( admin@amule.org / http://www.amule.org)* * Copyright (c) 2009-2010 Retroshare Team * - * Copyright (C) 2019-2020 Gioacchino Mazzurco * + * Copyright (C) 2019-2020 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/rs_upnp/upnp18_retrocompat.h b/src/rs_upnp/upnp18_retrocompat.h index 26fb0a524..ac024dceb 100644 --- a/src/rs_upnp/upnp18_retrocompat.h +++ b/src/rs_upnp/upnp18_retrocompat.h @@ -1,7 +1,7 @@ /******************************************************************************* * libupnp-1.8.x -> libupnp-1.6.x retrocompatibility header * * * - * Copyright (C) 2019 Gioacchino Mazzurco * + * Copyright (C) 2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/rsitems/itempriorities.h b/src/rsitems/itempriorities.h index 7c2b92cb6..64322957b 100644 --- a/src/rsitems/itempriorities.h +++ b/src/rsitems/itempriorities.h @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2011-2018 Cyril Soler * - * Copyright (C) 2021 Gioacchino Mazzurco * - * Copyright (C) 2021 Asociación Civil Altermundi * + * Copyright (C) 2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/rsitems/rsgxsforumitems.h b/src/rsitems/rsgxsforumitems.h index b1f5fb629..52fe7f9f3 100644 --- a/src/rsitems/rsgxsforumitems.h +++ b/src/rsitems/rsgxsforumitems.h @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2012 Robert Fernie * - * Copyright (C) 2018-2021 Gioacchino Mazzurco * - * Copyright (C) 2019-2021 Asociación Civil Altermundi * + * Copyright (C) 2018-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/rsitems/rsgxsiditems.h b/src/rsitems/rsgxsiditems.h index e18ae9759..a4e558260 100644 --- a/src/rsitems/rsgxsiditems.h +++ b/src/rsitems/rsgxsiditems.h @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2012 Robert Fernie * - * Copyright (C) 2021 Gioacchino Mazzurco * - * Copyright (C) 2021 Asociación Civil Altermundi * + * Copyright (C) 2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/rsitems/rsitem.h b/src/rsitems/rsitem.h index 70844f840..cf354fbfa 100644 --- a/src/rsitems/rsitem.h +++ b/src/rsitems/rsitem.h @@ -3,8 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2018-2021 Gioacchino Mazzurco * - * Copyright (C) 2021 Asociación Civil Altermundi * + * Copyright (C) 2018-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/rsitems/rsnxsitems.h b/src/rsitems/rsnxsitems.h index 927f1d565..53f835087 100644 --- a/src/rsitems/rsnxsitems.h +++ b/src/rsitems/rsnxsitems.h @@ -5,8 +5,7 @@ * * * Copyright (C) 2012 Christopher Evi-Parker * * Copyright (C) 2012 Robert Fernie * - * Copyright (C) 2021 Gioacchino Mazzurco * - * Copyright (C) 2021 Asociación Civil Altermundi * + * Copyright (C) 2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/rsitems/rsserviceids.h b/src/rsitems/rsserviceids.h index 209559054..343d14343 100644 --- a/src/rsitems/rsserviceids.h +++ b/src/rsitems/rsserviceids.h @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2007-2008 Robert Fernie * - * Copyright (C) 2019 Gioacchino Mazzurco * + * Copyright (C) 2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/rsserver/p3msgs.cc b/src/rsserver/p3msgs.cc index 712702409..51cdd2e2f 100644 --- a/src/rsserver/p3msgs.cc +++ b/src/rsserver/p3msgs.cc @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2004-2006 Robert Fernie * - * Copyright (C) 2016-2019 Gioacchino Mazzurco * + * Copyright (C) 2016-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/rsserver/p3msgs.h b/src/rsserver/p3msgs.h index c36f45445..fdce83112 100644 --- a/src/rsserver/p3msgs.h +++ b/src/rsserver/p3msgs.h @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2007-2008 Robert Fernie * - * Copyright (C) 2016-2019 Gioacchino Mazzurco * + * Copyright (C) 2016-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/rsserver/p3peers.cc b/src/rsserver/p3peers.cc index e5e9f1f58..e875eb5cb 100644 --- a/src/rsserver/p3peers.cc +++ b/src/rsserver/p3peers.cc @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2004-2008 Robert Fernie * - * Copyright (C) 2015-2020 Gioacchino Mazzurco * - * Copyright (C) 2020 Asociación Civil Altermundi * + * Copyright (C) 2015-2020 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/rsserver/rsinit.cc b/src/rsserver/rsinit.cc index 1629eb3c8..c3b17c149 100644 --- a/src/rsserver/rsinit.cc +++ b/src/rsserver/rsinit.cc @@ -2,8 +2,7 @@ * libretroshare/src/retroshare: rsinit.cc * * * * Copyright (C) 2004-2014 Robert Fernie * - * Copyright (C) 2016-2021 Gioacchino Mazzurco * - * Copyright (C) 2021 Asociación Civil Altermundi * + * Copyright (C) 2016-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/serialiser/rsserial.cc b/src/serialiser/rsserial.cc index 910080e07..0144d47b6 100644 --- a/src/serialiser/rsserial.cc +++ b/src/serialiser/rsserial.cc @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2007-2008 Robert Fernie * - * Copyright (C) 2021 Gioacchino Mazzurco * - * Copyright (C) 2021 Asociación Civil Altermundi * + * Copyright (C) 2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/serialiser/rsserializable.cc b/src/serialiser/rsserializable.cc index a5a329e6d..53a1d9611 100644 --- a/src/serialiser/rsserializable.cc +++ b/src/serialiser/rsserializable.cc @@ -1,7 +1,7 @@ /******************************************************************************* * libretroshare: retroshare core library * * * - * Copyright (C) 2018 Gioacchino Mazzurco * + * Copyright (C) 2018 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/serialiser/rsserializable.h b/src/serialiser/rsserializable.h index 5e115e673..6a80d9415 100644 --- a/src/serialiser/rsserializable.h +++ b/src/serialiser/rsserializable.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2016-2018 Gioacchino Mazzurco * + * Copyright (C) 2016-2018 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/serialiser/rsserializer.cc b/src/serialiser/rsserializer.cc index 2f7390d44..2fa2c397e 100644 --- a/src/serialiser/rsserializer.cc +++ b/src/serialiser/rsserializer.cc @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2016 Cyril Soler * - * Copyright (C) 2020 Gioacchino Mazzurco * - * Copyright (C) 2020 Asociación Civil Altermundi * + * Copyright (C) 2020 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/serialiser/rsserializer.h b/src/serialiser/rsserializer.h index 1b67e2675..85af8280a 100644 --- a/src/serialiser/rsserializer.h +++ b/src/serialiser/rsserializer.h @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2016 Cyril Soler * - * Copyright (C) 2018 Gioacchino Mazzurco * + * Copyright (C) 2018 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/serialiser/rstypeserializer.cc b/src/serialiser/rstypeserializer.cc index 84de09c07..bc698ece6 100644 --- a/src/serialiser/rstypeserializer.cc +++ b/src/serialiser/rstypeserializer.cc @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2017 Cyril Soler * - * Copyright (C) 2018-2023 Gioacchino Mazzurco * - * Copyright (C) 2020-2023 Asociación Civil Altermundi * + * Copyright (C) 2018-2023 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/serialiser/rstypeserializer.h b/src/serialiser/rstypeserializer.h index ea34d996f..9563505da 100644 --- a/src/serialiser/rstypeserializer.h +++ b/src/serialiser/rstypeserializer.h @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2017 Cyril Soler * - * Copyright (C) 2018-2024 Gioacchino Mazzurco * - * Copyright (C) 2020-2024 Asociación Civil Altermundi * + * Copyright (C) 2018-2024 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/services/broadcastdiscoveryservice.cc b/src/services/broadcastdiscoveryservice.cc index b0c53013b..d3cfe77b4 100644 --- a/src/services/broadcastdiscoveryservice.cc +++ b/src/services/broadcastdiscoveryservice.cc @@ -1,8 +1,7 @@ /******************************************************************************* * RetroShare Broadcast Domain Discovery * * * - * Copyright (C) 2019-2022 Gioacchino Mazzurco * - * Copyright (C) 2019-2022 Asociación Civil Altermundi * + * Copyright (C) 2019-2022 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/services/broadcastdiscoveryservice.h b/src/services/broadcastdiscoveryservice.h index f16b50958..4e575094a 100644 --- a/src/services/broadcastdiscoveryservice.h +++ b/src/services/broadcastdiscoveryservice.h @@ -1,8 +1,7 @@ /******************************************************************************* * RetroShare Broadcast Domain Discovery * * * - * Copyright (C) 2019-2022 Gioacchino Mazzurco * - * Copyright (C) 2019-2022 Asociación Civil Altermundi * + * Copyright (C) 2019-2022 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/services/p3gxschannels.cc b/src/services/p3gxschannels.cc index 9fcdb4d81..e71fdb477 100644 --- a/src/services/p3gxschannels.cc +++ b/src/services/p3gxschannels.cc @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2012 Robert Fernie * - * Copyright (C) 2018-2019 Gioacchino Mazzurco * + * Copyright (C) 2018-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/services/p3gxschannels.h b/src/services/p3gxschannels.h index 03f627763..ca15b0755 100644 --- a/src/services/p3gxschannels.h +++ b/src/services/p3gxschannels.h @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2012 Robert Fernie * - * Copyright (C) 2018-2019 Gioacchino Mazzurco * + * Copyright (C) 2018-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/services/p3gxscircles.cc b/src/services/p3gxscircles.cc index 9fb043f51..7095b66ee 100644 --- a/src/services/p3gxscircles.cc +++ b/src/services/p3gxscircles.cc @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2012-2014 Robert Fernie * - * Copyright (C) 2018-2019 Gioacchino Mazzurco * + * Copyright (C) 2018-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/services/p3gxscircles.h b/src/services/p3gxscircles.h index 6af226248..e399b0716 100644 --- a/src/services/p3gxscircles.h +++ b/src/services/p3gxscircles.h @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2012-2014 Robert Fernie * - * Copyright (C) 2018-2019 Gioacchino Mazzurco * + * Copyright (C) 2018-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/services/p3gxsforums.cc b/src/services/p3gxsforums.cc index 14dd808e6..a6c8aa73f 100644 --- a/src/services/p3gxsforums.cc +++ b/src/services/p3gxsforums.cc @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2012-2014 Robert Fernie * - * Copyright (C) 2018-2021 Gioacchino Mazzurco * - * Copyright (C) 2019-2021 Asociación Civil Altermundi * + * Copyright (C) 2018-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/services/p3gxsforums.h b/src/services/p3gxsforums.h index 4cc6efa1e..31a458777 100644 --- a/src/services/p3gxsforums.h +++ b/src/services/p3gxsforums.h @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2012-2014 Robert Fernie * - * Copyright (C) 2018-2021 Gioacchino Mazzurco * - * Copyright (C) 2019-2021 Asociación Civil Altermundi * + * Copyright (C) 2018-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/services/p3idservice.cc b/src/services/p3idservice.cc index 9a1f0edbd..91e6f31f2 100644 --- a/src/services/p3idservice.cc +++ b/src/services/p3idservice.cc @@ -2,8 +2,7 @@ * libretroshare/src/services: p3idservice.cc * * * * Copyright (C) 2012-2014 Robert Fernie * - * Copyright (C) 2017-2021 Gioacchino Mazzurco * - * Copyright (C) 2021 Asociación Civil Altermundi * + * Copyright (C) 2017-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/services/p3idservice.h b/src/services/p3idservice.h index 4b5c9b441..d7506f165 100644 --- a/src/services/p3idservice.h +++ b/src/services/p3idservice.h @@ -2,7 +2,7 @@ * libretroshare/src/services: p3idservice.h * * * * Copyright (C) 2012-2014 Robert Fernie * - * Copyright (C) 2017-2019 Gioacchino Mazzurco * + * Copyright (C) 2017-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/services/p3msgservice.cc b/src/services/p3msgservice.cc index 8a488057a..c662ad558 100644 --- a/src/services/p3msgservice.cc +++ b/src/services/p3msgservice.cc @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2004-2008 Robert Fernie * - * Copyright (C) 2016-2019 Gioacchino Mazzurco * + * Copyright (C) 2016-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/services/rseventsservice.cc b/src/services/rseventsservice.cc index 0a2f9aa16..3fef01822 100644 --- a/src/services/rseventsservice.cc +++ b/src/services/rseventsservice.cc @@ -3,9 +3,8 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2019-2020 Gioacchino Mazzurco * + * Copyright (C) 2019-2020 Gioacchino Mazzurco * * Copyright (C) 2019-2020 Retroshare Team * - * Copyright (C) 2020 Asociación Civil Altermundi * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/services/rseventsservice.h b/src/services/rseventsservice.h index 00ddfb612..d352aee4c 100644 --- a/src/services/rseventsservice.h +++ b/src/services/rseventsservice.h @@ -3,8 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2019-2020 Gioacchino Mazzurco * - * Copyright (C) 2020 Asociación Civil Altermundi * + * Copyright (C) 2019-2020 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/tcponudp/bss_tou.cc b/src/tcponudp/bss_tou.cc index 286201f53..f3a2fbc41 100644 --- a/src/tcponudp/bss_tou.cc +++ b/src/tcponudp/bss_tou.cc @@ -5,7 +5,7 @@ * * * Copyright (C) 1995-1998 Eric Young * * Copyright (C) 2004-2006 Robert Fernie * - * Copyright (C) 2018-2019 Gioacchino Mazzurco * + * Copyright (C) 2018-2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/turtle/p3turtle.cc b/src/turtle/p3turtle.cc index ad0ebda67..f18a3f5be 100644 --- a/src/turtle/p3turtle.cc +++ b/src/turtle/p3turtle.cc @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2009-2018 Cyril Soler * - * Copyright (C) 2018-2021 Gioacchino Mazzurco * - * Copyright (C) 2021 Asociación Civil Altermundi * + * Copyright (C) 2018-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/cxx11retrocompat.h b/src/util/cxx11retrocompat.h index f210cf87b..5d0d6e7dd 100644 --- a/src/util/cxx11retrocompat.h +++ b/src/util/cxx11retrocompat.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2017 Gioacchino Mazzurco * + * Copyright (C) 2017 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/cxx14retrocompat.h b/src/util/cxx14retrocompat.h index e7e7d9e99..f00fa378d 100644 --- a/src/util/cxx14retrocompat.h +++ b/src/util/cxx14retrocompat.h @@ -2,8 +2,7 @@ * * * libretroshare < C++14 retro-compatibility helpers * * * - * Copyright (C) 2020 Gioacchino Mazzurco * - * Copyright (C) 2020 Asociación Civil Altermundi * + * Copyright (C) 2020 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/cxx17retrocompat.h b/src/util/cxx17retrocompat.h index 8f3ebcbf5..0f0d238d3 100644 --- a/src/util/cxx17retrocompat.h +++ b/src/util/cxx17retrocompat.h @@ -2,8 +2,7 @@ * * * libretroshare C++17 compatibility helpers * * * - * Copyright (C) 2019-2024 Gioacchino Mazzurco * - * Copyright (C) 2024 Asociación Civil Altermundi * + * Copyright (C) 2019-2024 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/cxx23retrocompat.h b/src/util/cxx23retrocompat.h index 84415b93e..5a0b24b3c 100644 --- a/src/util/cxx23retrocompat.h +++ b/src/util/cxx23retrocompat.h @@ -3,8 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2021-2022 Gioacchino Mazzurco * - * Copyright (C) 2021-2022 Asociación Civil Altermundi * + * Copyright (C) 2021-2022 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/largefile_retrocompat.hpp b/src/util/largefile_retrocompat.hpp index 638512fa2..a04757069 100644 --- a/src/util/largefile_retrocompat.hpp +++ b/src/util/largefile_retrocompat.hpp @@ -3,7 +3,6 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2016-2022 Gioacchino Mazzurco * - * Copyright (C) 2021-2022 Asociación Civil Altermundi * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/retrodb.cc b/src/util/retrodb.cc index cff63fa9f..c3b0950a1 100644 --- a/src/util/retrodb.cc +++ b/src/util/retrodb.cc @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2012 Christopher Evi-Parker * - * Copyright (C) 2019 Gioacchino Mazzurco * + * Copyright (C) 2019 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rsbase64.cc b/src/util/rsbase64.cc index f62c40cef..8e5368e8f 100644 --- a/src/util/rsbase64.cc +++ b/src/util/rsbase64.cc @@ -3,8 +3,7 @@ * libretroshare base64 encoding utilities * * * * Copyright (C) 2015 Retroshare Team * - * Copyright (C) 2020 Gioacchino Mazzurco * - * Copyright (C) 2020 Asociación Civil Altermundi * + * Copyright (C) 2020 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rsbase64.h b/src/util/rsbase64.h index 819870089..e454d964f 100644 --- a/src/util/rsbase64.h +++ b/src/util/rsbase64.h @@ -3,8 +3,7 @@ * libretroshare base64 encoding utilities * * * * Copyright (C) 2015 Retroshare Team * - * Copyright (C) 2020 Gioacchino Mazzurco * - * Copyright (C) 2020 Asociación Civil Altermundi * + * Copyright (C) 2020 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rsdebug.cc b/src/util/rsdebug.cc index 2898fdf0a..08f28a646 100644 --- a/src/util/rsdebug.cc +++ b/src/util/rsdebug.cc @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2004-2008 Robert Fernie * - * Copyright (C) 2020-2021 Gioacchino Mazzurco * - * Copyright (C) 2020-2021 Asociación Civil Altermundi * + * Copyright (C) 2020-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rsdebug.h b/src/util/rsdebug.h index d6da14e39..05b4a9f29 100644 --- a/src/util/rsdebug.h +++ b/src/util/rsdebug.h @@ -2,8 +2,7 @@ * RetroShare debugging utilities * * * * Copyright (C) 2004-2008 Robert Fernie * - * Copyright (C) 2019-2022 Gioacchino Mazzurco * - * Copyright (C) 2020-2022 Asociación Civil Altermundi * + * Copyright (C) 2019-2022 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rsdebuglevel0.h b/src/util/rsdebuglevel0.h index 5c68ec0be..f39445f4f 100644 --- a/src/util/rsdebuglevel0.h +++ b/src/util/rsdebuglevel0.h @@ -1,8 +1,7 @@ /******************************************************************************* * RetroShare debugging level * * * - * Copyright (C) 2020 Gioacchino Mazzurco * - * Copyright (C) 2020 Asociación Civil Altermundi * + * Copyright (C) 2020 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rsdebuglevel1.h b/src/util/rsdebuglevel1.h index 7e968e402..d2920356a 100644 --- a/src/util/rsdebuglevel1.h +++ b/src/util/rsdebuglevel1.h @@ -1,8 +1,7 @@ /******************************************************************************* * RetroShare debugging level * * * - * Copyright (C) 2020 Gioacchino Mazzurco * - * Copyright (C) 2020 Asociación Civil Altermundi * + * Copyright (C) 2020 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rsdebuglevel2.h b/src/util/rsdebuglevel2.h index 2cbf1a224..24f81f916 100644 --- a/src/util/rsdebuglevel2.h +++ b/src/util/rsdebuglevel2.h @@ -1,8 +1,7 @@ /******************************************************************************* * RetroShare debugging level * * * - * Copyright (C) 2020 Gioacchino Mazzurco * - * Copyright (C) 2020 Asociación Civil Altermundi * + * Copyright (C) 2020 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rsdebuglevel3.h b/src/util/rsdebuglevel3.h index 53bcbfe9f..86f7d6ce5 100644 --- a/src/util/rsdebuglevel3.h +++ b/src/util/rsdebuglevel3.h @@ -1,8 +1,7 @@ /******************************************************************************* * RetroShare debugging level * * * - * Copyright (C) 2020 Gioacchino Mazzurco * - * Copyright (C) 2020 Asociación Civil Altermundi * + * Copyright (C) 2020 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rsdebuglevel4.h b/src/util/rsdebuglevel4.h index f8697cad8..a87f3ddf7 100644 --- a/src/util/rsdebuglevel4.h +++ b/src/util/rsdebuglevel4.h @@ -1,8 +1,7 @@ /******************************************************************************* * RetroShare debugging level * * * - * Copyright (C) 2020 Gioacchino Mazzurco * - * Copyright (C) 2020 Asociación Civil Altermundi * + * Copyright (C) 2020 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rsdeprecate.h b/src/util/rsdeprecate.h index 560f91c44..d52966547 100644 --- a/src/util/rsdeprecate.h +++ b/src/util/rsdeprecate.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2016 Gioacchino Mazzurco * + * Copyright (C) 2016 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rsdir.cc b/src/util/rsdir.cc index 5cc1f8edf..ed58a2255 100644 --- a/src/util/rsdir.cc +++ b/src/util/rsdir.cc @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2004-2007 Robert Fernie * - * Copyright (C) 2020-2021 Gioacchino Mazzurco * - * Copyright (C) 2020-2021 Asociación Civil Altermundi * + * Copyright (C) 2020-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rsdir.h b/src/util/rsdir.h index 85105dda1..4432b3889 100644 --- a/src/util/rsdir.h +++ b/src/util/rsdir.h @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2004-2007 Robert Fernie * - * Copyright (C) 2020-2021 Gioacchino Mazzurco * - * Copyright (C) 2020-2021 Asociación Civil Altermundi * + * Copyright (C) 2020-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rsdiscspace.cc b/src/util/rsdiscspace.cc index 68ff5fedd..d851eb5b8 100644 --- a/src/util/rsdiscspace.cc +++ b/src/util/rsdiscspace.cc @@ -4,7 +4,6 @@ * * * Copyright (C) 2010 Cyril Soler * * Copyright (C) 2016-2022 Gioacchino Mazzurco * - * Copyright (C) 2022 Asociación Civil Altermundi * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rsendian.h b/src/util/rsendian.h index d27c374ff..7cd1f15dc 100644 --- a/src/util/rsendian.h +++ b/src/util/rsendian.h @@ -2,8 +2,7 @@ * * * libretroshare endiannes utilities * * * - * Copyright (C) 2020 Gioacchino Mazzurco * - * Copyright (C) 2020 Asociación Civil Altermundi * + * Copyright (C) 2020 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rserrorbubbleorexit.h b/src/util/rserrorbubbleorexit.h index 400dca87a..fd4e2b3a7 100644 --- a/src/util/rserrorbubbleorexit.h +++ b/src/util/rserrorbubbleorexit.h @@ -2,7 +2,6 @@ * RetroShare debugging utilities * * * * Copyright (C) 2022-2023 Gioacchino Mazzurco * - * Copyright (C) 2022-2023 Asociación Civil Altermundi * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rsjson.cc b/src/util/rsjson.cc index 26814add2..109b741e0 100644 --- a/src/util/rsjson.cc +++ b/src/util/rsjson.cc @@ -2,7 +2,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2018 Gioacchino Mazzurco * + * Copyright (C) 2018 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rsjson.h b/src/util/rsjson.h index 9a2128abd..f45533014 100644 --- a/src/util/rsjson.h +++ b/src/util/rsjson.h @@ -2,7 +2,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2018 Gioacchino Mazzurco * + * Copyright (C) 2018 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rslikelyunlikely.h b/src/util/rslikelyunlikely.h index c9fdc8dbc..32eea8cc2 100644 --- a/src/util/rslikelyunlikely.h +++ b/src/util/rslikelyunlikely.h @@ -4,7 +4,6 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2023 Gioacchino Mazzurco * - * Copyright (C) 2023 Asociación Civil Altermundi * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rsmacrosugar.hpp b/src/util/rsmacrosugar.hpp index c3d4ffaed..1cfe663a2 100644 --- a/src/util/rsmacrosugar.hpp +++ b/src/util/rsmacrosugar.hpp @@ -2,8 +2,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2022 Gioacchino Mazzurco * - * Copyright (C) 2022 Asociación Civil Altermundi * + * Copyright (C) 2022 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rsmemory.h b/src/util/rsmemory.h index 361739b98..a40d3fe34 100644 --- a/src/util/rsmemory.h +++ b/src/util/rsmemory.h @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2012 Cyril Soler * - * Copyright (C) 2019-2023 Gioacchino Mazzurco * - * Copyright (C) 2021-2023 Asociación Civil Altermundi * + * Copyright (C) 2019-2023 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rsnet.cc b/src/util/rsnet.cc index d5350508e..455816c9d 100644 --- a/src/util/rsnet.cc +++ b/src/util/rsnet.cc @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright 2004-2006 Robert Fernie * - * Copyright 2015-2018 Gioacchino Mazzurco * + * Copyright 2015-2018 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rsnet.h b/src/util/rsnet.h index de7eaee47..4c78a59ff 100644 --- a/src/util/rsnet.h +++ b/src/util/rsnet.h @@ -5,7 +5,6 @@ * * * Copyright (C) 2004-2006 Robert Fernie * * Copyright (C) 2015-2023 Gioacchino Mazzurco * - * Copyright (C) 2023 Asociación Civil Altermundi * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rsnet_ss.cc b/src/util/rsnet_ss.cc index 925c23493..2f7078e3a 100644 --- a/src/util/rsnet_ss.cc +++ b/src/util/rsnet_ss.cc @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright 2004-2006 Robert Fernie * - * Copyright 2015-2023 Gioacchino Mazzurco * + * Copyright 2015-2023 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rsstacktrace.cc b/src/util/rsstacktrace.cc index 3bbc27703..9cb9c0607 100644 --- a/src/util/rsstacktrace.cc +++ b/src/util/rsstacktrace.cc @@ -2,7 +2,6 @@ * libretroshare * * * * Copyright (C) 2016-2024 Gioacchino Mazzurco - * Copyright (C) 2024 Asociación Civil Altermundi * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rsthreads.cc b/src/util/rsthreads.cc index d38ec1847..c521bbd55 100644 --- a/src/util/rsthreads.cc +++ b/src/util/rsthreads.cc @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2004-2007 Robert Fernie * - * Copyright (C) 2016-2021 Gioacchino Mazzurco * - * Copyright (C) 2019-2021 Asociación Civil Altermundi * + * Copyright (C) 2016-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rsthreads.h b/src/util/rsthreads.h index f07102e9c..68546cbe7 100644 --- a/src/util/rsthreads.h +++ b/src/util/rsthreads.h @@ -4,8 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright (C) 2004-2006 Robert Fernie * - * Copyright (C) 2016-2021 Gioacchino Mazzurco * - * Copyright (C) 2019-2021 Asociación Civil Altermundi * + * Copyright (C) 2016-2021 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rstime.h b/src/util/rstime.h index eda62bc49..a039d07be 100644 --- a/src/util/rstime.h +++ b/src/util/rstime.h @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright 2013 Cyril Soler * - * Copyright 2018 Gioacchino Mazzurco * + * Copyright 2018 Gioacchino Mazzurco * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/src/util/rsurl.cc b/src/util/rsurl.cc index 83d22b062..acabd9d9c 100644 --- a/src/util/rsurl.cc +++ b/src/util/rsurl.cc @@ -2,7 +2,6 @@ * RetroShare * * Copyright (C) 2018-2023 Gioacchino Mazzurco - * Copyright (C) 2023 Asociación Civil Altermundi * * 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/rsurl.h b/src/util/rsurl.h index d7ff75fb4..b34b6ceb5 100644 --- a/src/util/rsurl.h +++ b/src/util/rsurl.h @@ -1,7 +1,7 @@ #pragma once /* * RetroShare - * Copyright (C) 2018 Gioacchino Mazzurco + * Copyright (C) 2018 Gioacchino Mazzurco * * 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/stacktrace.h b/src/util/stacktrace.h index db5049e03..82691c1e5 100644 --- a/src/util/stacktrace.h +++ b/src/util/stacktrace.h @@ -2,7 +2,6 @@ * libretroshare * * * * Copyright (C) 2016-2024 Gioacchino Mazzurco * - * Copyright (C) 2024 Asociación Civil Altermundi * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Lesser General Public License as * diff --git a/tests/test_JSON_API_DirDetails_handle_correct_64bit_integer_type.sh b/tests/test_JSON_API_DirDetails_handle_correct_64bit_integer_type.sh index 03b99a94e..87704c5c7 100755 --- a/tests/test_JSON_API_DirDetails_handle_correct_64bit_integer_type.sh +++ b/tests/test_JSON_API_DirDetails_handle_correct_64bit_integer_type.sh @@ -1,7 +1,6 @@ #!/bin/bash -# Copyright (C) 2021 Gioacchino Mazzurco -# Copyright (C) 2021 Asociación Civil Altermundi +# Copyright (C) 2021 Gioacchino Mazzurco # # This program is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the