From f708e893a0cc7d195a53566342bd213973c70176 Mon Sep 17 00:00:00 2001 From: Gioacchino Mazzurco Date: Tue, 11 Jan 2022 12:25:17 +0100 Subject: [PATCH] Furter cleanup after libretroshare split --- .reuse/dep5 | 39 ++++++------------- src/crypto/chacha20.cpp | 2 +- src/crypto/hashstream.cc | 2 +- src/crypto/hashstream.h | 2 +- src/friend_server/fsclient.cc | 2 +- src/friend_server/fsclient.h | 2 +- src/friend_server/fsitem.h | 2 +- src/ft/ftfilecreator.cc | 2 +- src/gxs/rsgxsnettunnel.cc | 2 +- src/gxs/rsgxsnettunnel.h | 2 +- src/gxs/rsgxsnotify.h | 2 +- src/gxs/rsnxs.h | 2 +- src/pqi/pqifdbin.cc | 2 +- src/pqi/pqifdbin.h | 2 +- src/pqi/pqinetstatebox.cc | 2 +- src/pqi/pqinetstatebox.h | 2 +- src/pqi/pqiproxy.h | 2 +- src/retroshare/rsgrouter.h | 2 +- src/retroshare/rsgxsflags.h | 2 +- src/retroshare/rsgxsservice.h | 2 +- src/rs_upnp/upnphandler_libupnp.cc | 2 +- src/rs_upnp/upnphandler_libupnp.h | 2 +- src/rs_upnp/upnphandler_miniupnp.cc | 2 +- src/rs_upnp/upnphandler_miniupnp.h | 2 +- src/rsserver/p3face-info.cc | 2 +- src/rsserver/p3face-server.cc | 2 +- src/rsserver/rsloginhandler.cc | 2 +- src/tcponudp/rsudpstack.h | 2 +- src/util/dnsresolver.cc | 2 +- src/util/dnsresolver.h | 2 +- src/util/extaddrfinder.cc | 2 +- src/util/extaddrfinder.h | 2 +- src/util/folderiterator.cc | 2 +- src/util/folderiterator.h | 2 +- src/util/radix32.h | 2 +- src/util/radix64.h | 2 +- src/util/rsfile.cc | 2 +- src/util/rsfile.h | 2 +- src/util/rsinitedptr.h | 2 +- src/util/rsstd.h | 2 +- .../gxs/security/gxssecurity_test.cc | 2 +- .../serialiser/rsbaseitem_test.cc | 2 +- .../serialiser/rsgxsiditem_test.cc | 2 +- .../serialiser/rsgxsupdateitem_test.cc | 2 +- .../serialiser/rsmsgitem_test.cc | 2 +- .../serialiser/rsnxsitems_test.cc | 2 +- .../serialiser/rsstatusitem_test.cc | 2 +- .../libretroshare/serialiser/rstlvutil.cc | 2 +- .../libretroshare/serialiser/rstlvutil.h | 2 +- .../serialiser/rsturtleitem_test.cc | 2 +- .../libretroshare/serialiser/support.cc | 2 +- .../libretroshare/serialiser/support.h | 4 +- .../libretroshare/serialiser/tlvbase_test.cc | 2 +- .../libretroshare/serialiser/tlvbase_test2.cc | 2 +- .../libretroshare/serialiser/tlvitems_test.cc | 2 +- .../libretroshare/serialiser/tlvkey_test.cc | 2 +- .../serialiser/tlvrandom_test.cc | 2 +- .../libretroshare/serialiser/tlvstack_test.cc | 2 +- .../libretroshare/serialiser/tlvtypes_test.cc | 4 +- .../services/gxs/FakePgpAuxUtils.cc | 2 +- .../services/gxs/FakePgpAuxUtils.h | 2 +- .../services/gxs/GxsIsolatedServiceTester.cc | 2 +- .../services/gxs/GxsIsolatedServiceTester.h | 2 +- .../services/gxs/GxsPairServiceTester.cc | 2 +- .../services/gxs/GxsPairServiceTester.h | 2 +- .../libretroshare/services/gxs/GxsPeerNode.cc | 2 +- .../libretroshare/services/gxs/GxsPeerNode.h | 2 +- .../services/gxs/gxstestservice.cc | 2 +- .../services/gxs/gxstestservice.h | 2 +- .../services/gxs/nxsbasic_test.cc | 2 +- .../services/gxs/nxspair_tests.cc | 2 +- .../services/gxs/rsgxstestitems.cc | 2 +- .../services/gxs/rsgxstestitems.h | 2 +- .../services/status/status_test.cc | 2 +- 74 files changed, 86 insertions(+), 103 deletions(-) diff --git a/.reuse/dep5 b/.reuse/dep5 index 44a4ca005..74729697f 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -3,41 +3,24 @@ Upstream-Name: RetroShare Upstream-Contact: RetroShare Team Files: * -Copyright: 2004-2019, Retroshare Team +Copyright: 2004-2022, Retroshare Team License: AGPL-3.0-only -Files: libbitdht/* -Copyright: 2004-2019, Retroshare Team +Files: src/* +Copyright: 2004-2022, Retroshare Team License: LGPL-3.0-or-later -Files: openpgpsdk/* -Copyright: 2005-2008, Ben Laurie - 2005-2008, Rachel Willmer - 2008-2019, Retroshare Team -License: Apache-2.0 - -Files: libretroshare/* -Copyright: 2004-2019, Retroshare Team -License: LGPL-3.0-or-later - -Files: libretroshare/src/deep_search/* -Copyright: 2018-2019, Gioacchino Mazzurco +Files: src/deep_search/* +Copyright: 2018-2022, Gioacchino Mazzurco + 2019-2022, Asociación Civil Altermundi License: AGPL-3.0-only -Files: jsonapi-generator/* - libretroshare/src/jsonapi/* -Copyright: 2018-2019, Gioacchino Mazzurco +Files: src/jsonapi/* +Copyright: 2018-2022, Gioacchino Mazzurco + 2019-2022, Asociación Civil Altermundi License: AGPL-3.0-or-later -Files: retroshare-gui/* -Copyright: 2004-2019, Retroshare Team -License: GPL-3.0-or-later - -Files: retroshare-gui/src/TorControl/ +Files: src/tor/* Copyright: 2014, John Brooks + 2017-2022, Retroshare Team License: BSD-3-Clause - -Files: retroshare-gui/src/gui/common/PictureFlow.* - retroshare-gui/src/qss/qdarkstyle.qss -Copyright: 2013, Jeff Weinstein -License: MIT diff --git a/src/crypto/chacha20.cpp b/src/crypto/chacha20.cpp index ebda0ee3c..e805a7cee 100644 --- a/src/crypto/chacha20.cpp +++ b/src/crypto/chacha20.cpp @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright 2016 by Mr.Alice * + * Copyright 2016 by Mr.Alice * * * * 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/crypto/hashstream.cc b/src/crypto/hashstream.cc index e1c39a60c..c0a3c1b62 100644 --- a/src/crypto/hashstream.cc +++ b/src/crypto/hashstream.cc @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright 2018 by Retroshare Team * + * Copyright 2018 by Retroshare Team * * * * 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/crypto/hashstream.h b/src/crypto/hashstream.h index b303b6509..90fd8a2d0 100644 --- a/src/crypto/hashstream.h +++ b/src/crypto/hashstream.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright 2018 by Retroshare Team * + * Copyright 2018 by Retroshare Team * * * * 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/friend_server/fsclient.cc b/src/friend_server/fsclient.cc index 4104b0e6a..3b9f97ba3 100644 --- a/src/friend_server/fsclient.cc +++ b/src/friend_server/fsclient.cc @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright 2021 by retroshare team * + * Copyright 2021 by retroshare team * * * * 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/friend_server/fsclient.h b/src/friend_server/fsclient.h index b682a8bc4..9def51b52 100644 --- a/src/friend_server/fsclient.h +++ b/src/friend_server/fsclient.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright 2021 by retroshare team * + * Copyright 2021 by retroshare team * * * * 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/friend_server/fsitem.h b/src/friend_server/fsitem.h index 95522b550..c9b931504 100644 --- a/src/friend_server/fsitem.h +++ b/src/friend_server/fsitem.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright 2021 by retroshare team * + * Copyright 2021 by retroshare team * * * * 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/ftfilecreator.cc b/src/ft/ftfilecreator.cc index e38edc571..53e15b42d 100644 --- a/src/ft/ftfilecreator.cc +++ b/src/ft/ftfilecreator.cc @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright 2008 by Retroshare Team * + * Copyright 2008 by Retroshare Team * * * * 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 7f70ffa42..3049d6c5d 100644 --- a/src/gxs/rsgxsnettunnel.cc +++ b/src/gxs/rsgxsnettunnel.cc @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2018 Cyril Soler * + * Copyright (C) 2018 Cyril Soler * * Copyright (C) 2019-2021 Gioacchino Mazzurco * * Copyright (C) 2019-2021 Asociación Civil Altermundi * * * diff --git a/src/gxs/rsgxsnettunnel.h b/src/gxs/rsgxsnettunnel.h index c7f9ac1f3..7e09da9b7 100644 --- a/src/gxs/rsgxsnettunnel.h +++ b/src/gxs/rsgxsnettunnel.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2018 Cyril Soler * + * Copyright (C) 2018 Cyril Soler * * Copyright (C) 2021 Gioacchino Mazzurco * * Copyright (C) 2021 Asociación Civil Altermundi * * * diff --git a/src/gxs/rsgxsnotify.h b/src/gxs/rsgxsnotify.h index 030d9f26f..293d48a41 100644 --- a/src/gxs/rsgxsnotify.h +++ b/src/gxs/rsgxsnotify.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2015 Retroshare Team * + * Copyright (C) 2015 Retroshare Team * * * * 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 2197d0e7a..5eb612669 100644 --- a/src/gxs/rsnxs.h +++ b/src/gxs/rsnxs.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2011 Robert Fernie * + * 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 * diff --git a/src/pqi/pqifdbin.cc b/src/pqi/pqifdbin.cc index 5ba6af155..2c422827d 100644 --- a/src/pqi/pqifdbin.cc +++ b/src/pqi/pqifdbin.cc @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright 2021 by retroshare team * + * Copyright 2021 by retroshare team * * * * 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/pqifdbin.h b/src/pqi/pqifdbin.h index a3709c22e..2711d9c60 100644 --- a/src/pqi/pqifdbin.h +++ b/src/pqi/pqifdbin.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright 2021 by retroshare team * + * Copyright 2021 by retroshare team * * * * 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/pqinetstatebox.cc b/src/pqi/pqinetstatebox.cc index 67d1fcef1..2112d541e 100644 --- a/src/pqi/pqinetstatebox.cc +++ b/src/pqi/pqinetstatebox.cc @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright 2018 Retroshare Team * + * Copyright 2018 Retroshare Team * * * * 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/pqinetstatebox.h b/src/pqi/pqinetstatebox.h index 26b85345a..0243f86b7 100644 --- a/src/pqi/pqinetstatebox.h +++ b/src/pqi/pqinetstatebox.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright 2018 Retroshare Team * + * Copyright 2018 Retroshare Team * * * * 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/pqiproxy.h b/src/pqi/pqiproxy.h index 6862342bb..ed1d0d4e5 100644 --- a/src/pqi/pqiproxy.h +++ b/src/pqi/pqiproxy.h @@ -4,7 +4,7 @@ * libretroshare: retroshare core library * * * * Copyright 2004-2013 by Robert Fernie. * - * Copyright 2004-2021 by retroshare team * + * Copyright 2004-2021 by retroshare team * * * * 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/rsgrouter.h b/src/retroshare/rsgrouter.h index 84349f75e..acaaa840a 100644 --- a/src/retroshare/rsgrouter.h +++ b/src/retroshare/rsgrouter.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright 2013 by Cyril Soler * + * Copyright 2013 by Cyril Soler * * * * 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/rsgxsflags.h b/src/retroshare/rsgxsflags.h index 7ef6d2c49..37e2a1530 100644 --- a/src/retroshare/rsgxsflags.h +++ b/src/retroshare/rsgxsflags.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright 2012-2018 by Retroshare Team * + * Copyright 2012-2018 by Retroshare Team * * * * 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/rsgxsservice.h b/src/retroshare/rsgxsservice.h index 152b018c9..baefefc57 100644 --- a/src/retroshare/rsgxsservice.h +++ b/src/retroshare/rsgxsservice.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2015 Retroshare Team * + * Copyright (C) 2015 Retroshare Team * * * * 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/upnphandler_libupnp.cc b/src/rs_upnp/upnphandler_libupnp.cc index 17e096a08..f77a2ed07 100644 --- a/src/rs_upnp/upnphandler_libupnp.cc +++ b/src/rs_upnp/upnphandler_libupnp.cc @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright 2007-2018 Retroshare Team * + * Copyright 2007-2018 Retroshare Team * * * * 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/upnphandler_libupnp.h b/src/rs_upnp/upnphandler_libupnp.h index bc04d6d36..d1c711436 100644 --- a/src/rs_upnp/upnphandler_libupnp.h +++ b/src/rs_upnp/upnphandler_libupnp.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright 2007-2018 Retroshare Team * + * Copyright 2007-2018 Retroshare Team * * * * 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/upnphandler_miniupnp.cc b/src/rs_upnp/upnphandler_miniupnp.cc index ca21804af..7178a8e39 100644 --- a/src/rs_upnp/upnphandler_miniupnp.cc +++ b/src/rs_upnp/upnphandler_miniupnp.cc @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright 2007-2018 Retroshare Team * + * Copyright 2007-2018 Retroshare Team * * * * 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/upnphandler_miniupnp.h b/src/rs_upnp/upnphandler_miniupnp.h index 9449661e0..ae2c1396d 100644 --- a/src/rs_upnp/upnphandler_miniupnp.h +++ b/src/rs_upnp/upnphandler_miniupnp.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright 2007-2018 Retroshare Team * + * Copyright 2007-2018 Retroshare Team * * * * 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/p3face-info.cc b/src/rsserver/p3face-info.cc index 18fdc40aa..b1bbf0c84 100644 --- a/src/rsserver/p3face-info.cc +++ b/src/rsserver/p3face-info.cc @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright 2015 by RetroShare Team * + * Copyright 2015 by RetroShare Team * * * * 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/p3face-server.cc b/src/rsserver/p3face-server.cc index 8642860b8..9b7893443 100644 --- a/src/rsserver/p3face-server.cc +++ b/src/rsserver/p3face-server.cc @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright 2015 by Robert Fernie * + * Copyright 2015 by Robert Fernie * * * * 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/rsloginhandler.cc b/src/rsserver/rsloginhandler.cc index a0834b0af..191370c12 100644 --- a/src/rsserver/rsloginhandler.cc +++ b/src/rsserver/rsloginhandler.cc @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright 2018 retroshare team * + * Copyright 2018 retroshare team * * * * 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/rsudpstack.h b/src/tcponudp/rsudpstack.h index 77c25692c..2895d9e78 100644 --- a/src/tcponudp/rsudpstack.h +++ b/src/tcponudp/rsudpstack.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright 2012-2012 by Robert Fernie * + * Copyright 2012-2012 by Robert Fernie * * * * 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/dnsresolver.cc b/src/util/dnsresolver.cc index 7ce9edee6..8182b9a04 100644 --- a/src/util/dnsresolver.cc +++ b/src/util/dnsresolver.cc @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2017 Retroshare Team * + * Copyright (C) 2017 Retroshare Team * * * * 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/dnsresolver.h b/src/util/dnsresolver.h index 042654f4e..660a959cd 100644 --- a/src/util/dnsresolver.h +++ b/src/util/dnsresolver.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2017 Retroshare Team * + * Copyright (C) 2017 Retroshare Team * * * * 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/extaddrfinder.cc b/src/util/extaddrfinder.cc index 03b9f33a9..50fe9fddd 100644 --- a/src/util/extaddrfinder.cc +++ b/src/util/extaddrfinder.cc @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2017 Retroshare Team * + * Copyright (C) 2017 Retroshare Team * * * * 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/extaddrfinder.h b/src/util/extaddrfinder.h index 1a2360bab..bc640e3d3 100644 --- a/src/util/extaddrfinder.h +++ b/src/util/extaddrfinder.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2017 Retroshare Team * + * Copyright (C) 2017 Retroshare Team * * * * 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/folderiterator.cc b/src/util/folderiterator.cc index df3203ba2..9693e075a 100644 --- a/src/util/folderiterator.cc +++ b/src/util/folderiterator.cc @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2017 Retroshare Team * + * Copyright (C) 2017 Retroshare Team * * * * 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/folderiterator.h b/src/util/folderiterator.h index 5a853eae3..bc9b295c7 100644 --- a/src/util/folderiterator.h +++ b/src/util/folderiterator.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2017 Retroshare Team * + * Copyright (C) 2017 Retroshare Team * * * * 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/radix32.h b/src/util/radix32.h index 46219da17..cee41e2e3 100644 --- a/src/util/radix32.h +++ b/src/util/radix32.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2015 Retroshare Team * + * Copyright (C) 2015 Retroshare Team * * * * 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/radix64.h b/src/util/radix64.h index 53dd7c256..4302a4eb6 100644 --- a/src/util/radix64.h +++ b/src/util/radix64.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2015 Retroshare Team * + * Copyright (C) 2015 Retroshare Team * * * * 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/rsfile.cc b/src/util/rsfile.cc index 6d3f7b1ab..47b8cb821 100644 --- a/src/util/rsfile.cc +++ b/src/util/rsfile.cc @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2021 Retroshare Team * + * Copyright (C) 2021 Retroshare Team * * * * 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/rsfile.h b/src/util/rsfile.h index 9a23b6a4c..530459d4a 100644 --- a/src/util/rsfile.h +++ b/src/util/rsfile.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2021 Retroshare Team * + * Copyright (C) 2021 Retroshare Team * * * * 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/rsinitedptr.h b/src/util/rsinitedptr.h index 09aaa871a..df64d7e95 100644 --- a/src/util/rsinitedptr.h +++ b/src/util/rsinitedptr.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright 2010-2010 by Retroshare Team * + * Copyright 2010-2010 by Retroshare Team * * * * 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/rsstd.h b/src/util/rsstd.h index 2cf3ae31d..7f5fd1770 100644 --- a/src/util/rsstd.h +++ b/src/util/rsstd.h @@ -3,7 +3,7 @@ * * * libretroshare: retroshare core library * * * - * Copyright (C) 2015 Retroshare Team * + * Copyright (C) 2015 Retroshare Team * * * * 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/unittests/libretroshare/gxs/security/gxssecurity_test.cc b/tests/unittests/libretroshare/gxs/security/gxssecurity_test.cc index fdb42301e..262084d8d 100644 --- a/tests/unittests/libretroshare/gxs/security/gxssecurity_test.cc +++ b/tests/unittests/libretroshare/gxs/security/gxssecurity_test.cc @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/gxs/security/gxssecurity_tests.cc * * * - * Copyright 2007-2008 by Cyril Soler * + * Copyright 2007-2008 by Cyril Soler * * * * 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/tests/unittests/libretroshare/serialiser/rsbaseitem_test.cc b/tests/unittests/libretroshare/serialiser/rsbaseitem_test.cc index 45da5ef88..7c031a577 100644 --- a/tests/unittests/libretroshare/serialiser/rsbaseitem_test.cc +++ b/tests/unittests/libretroshare/serialiser/rsbaseitem_test.cc @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/serialiser/rsbaseitem_test.cc * * * - * Copyright 2007-2008 by Robert Fernie * + * Copyright 2007-2008 by Robert Fernie * * * * 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/tests/unittests/libretroshare/serialiser/rsgxsiditem_test.cc b/tests/unittests/libretroshare/serialiser/rsgxsiditem_test.cc index b4d4141ad..5f60047f8 100644 --- a/tests/unittests/libretroshare/serialiser/rsgxsiditem_test.cc +++ b/tests/unittests/libretroshare/serialiser/rsgxsiditem_test.cc @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/serialiser/rsgxsiditem_test.cc * * * - * Copyright 2007-2008 by Cyril Soler * + * Copyright 2007-2008 by Cyril Soler * * * * 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/tests/unittests/libretroshare/serialiser/rsgxsupdateitem_test.cc b/tests/unittests/libretroshare/serialiser/rsgxsupdateitem_test.cc index 50abee232..6d58331da 100644 --- a/tests/unittests/libretroshare/serialiser/rsgxsupdateitem_test.cc +++ b/tests/unittests/libretroshare/serialiser/rsgxsupdateitem_test.cc @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/serialiser/rsgxsupdateitem_test.cc * * * - * Copyright 2013 by Crispy * + * Copyright 2013 by Crispy * * * * 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/tests/unittests/libretroshare/serialiser/rsmsgitem_test.cc b/tests/unittests/libretroshare/serialiser/rsmsgitem_test.cc index 51c3cb466..79dc4465c 100644 --- a/tests/unittests/libretroshare/serialiser/rsmsgitem_test.cc +++ b/tests/unittests/libretroshare/serialiser/rsmsgitem_test.cc @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/serialiser/msgitem_test.cc * * * - * Copyright 2010 by Christopher Evi-Parker * + * Copyright 2010 by Christopher Evi-Parker * * * * 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/tests/unittests/libretroshare/serialiser/rsnxsitems_test.cc b/tests/unittests/libretroshare/serialiser/rsnxsitems_test.cc index 4446cb597..9aeb70d24 100644 --- a/tests/unittests/libretroshare/serialiser/rsnxsitems_test.cc +++ b/tests/unittests/libretroshare/serialiser/rsnxsitems_test.cc @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/serialiser/rsnxsitems_test.cc * * * - * Copyright 2010 by Christopher Evi-Parker * + * Copyright 2010 by Christopher Evi-Parker * * * * 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/tests/unittests/libretroshare/serialiser/rsstatusitem_test.cc b/tests/unittests/libretroshare/serialiser/rsstatusitem_test.cc index 9729ef404..ed697d3b0 100644 --- a/tests/unittests/libretroshare/serialiser/rsstatusitem_test.cc +++ b/tests/unittests/libretroshare/serialiser/rsstatusitem_test.cc @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/serialiser/rsstatusitem_test.cc * * * - * Copyright 2010 by Christopher Evi-Parker * + * Copyright 2010 by Christopher Evi-Parker * * * * 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/tests/unittests/libretroshare/serialiser/rstlvutil.cc b/tests/unittests/libretroshare/serialiser/rstlvutil.cc index ccba1d298..24074815e 100644 --- a/tests/unittests/libretroshare/serialiser/rstlvutil.cc +++ b/tests/unittests/libretroshare/serialiser/rstlvutil.cc @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/serialiser/rstlvutil.cc * * * - * Copyright 2007-2008 by Robert Fernie * + * Copyright 2007-2008 by Robert Fernie * * * * 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/tests/unittests/libretroshare/serialiser/rstlvutil.h b/tests/unittests/libretroshare/serialiser/rstlvutil.h index 3de9d4343..1d56c94f5 100644 --- a/tests/unittests/libretroshare/serialiser/rstlvutil.h +++ b/tests/unittests/libretroshare/serialiser/rstlvutil.h @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/serialiser/rstlvutil.h * * * - * Copyright 2007-2008 by Robert Fernie * + * Copyright 2007-2008 by Robert Fernie * * * * 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/tests/unittests/libretroshare/serialiser/rsturtleitem_test.cc b/tests/unittests/libretroshare/serialiser/rsturtleitem_test.cc index c96bcd042..08cd463ab 100644 --- a/tests/unittests/libretroshare/serialiser/rsturtleitem_test.cc +++ b/tests/unittests/libretroshare/serialiser/rsturtleitem_test.cc @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/serialiser/rsturtleitems_test.cc * * * - * Copyright 2007-2008 by Cyril Soler * + * Copyright 2007-2008 by Cyril Soler * * * * 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/tests/unittests/libretroshare/serialiser/support.cc b/tests/unittests/libretroshare/serialiser/support.cc index 4771937c0..f0923fbb4 100644 --- a/tests/unittests/libretroshare/serialiser/support.cc +++ b/tests/unittests/libretroshare/serialiser/support.cc @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/serialiser/support.cc * * * - * Copyright 2007-2008 by Christopher Evi-Parker * + * Copyright 2007-2008 by Christopher Evi-Parker * * * * 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/tests/unittests/libretroshare/serialiser/support.h b/tests/unittests/libretroshare/serialiser/support.h index 18c7eed9a..1bc0190c8 100644 --- a/tests/unittests/libretroshare/serialiser/support.h +++ b/tests/unittests/libretroshare/serialiser/support.h @@ -1,8 +1,8 @@ /******************************************************************************* * unittests/libretroshare/serialiser/support.h * * * - * Copyright 2007-2008 by Christopher Evi-Parker * - * Copyright 2007-2008 by Cyril Soler * + * Copyright 2007-2008 by Christopher Evi-Parker * + * Copyright 2007-2008 by Cyril Soler * * * * 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/tests/unittests/libretroshare/serialiser/tlvbase_test.cc b/tests/unittests/libretroshare/serialiser/tlvbase_test.cc index 2f01346f4..5dd8072cb 100644 --- a/tests/unittests/libretroshare/serialiser/tlvbase_test.cc +++ b/tests/unittests/libretroshare/serialiser/tlvbase_test.cc @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/serialiser/tlvbase_test.cc * * * - * Copyright 2007-2008 by Horatio * + * Copyright 2007-2008 by Horatio * * * * 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/tests/unittests/libretroshare/serialiser/tlvbase_test2.cc b/tests/unittests/libretroshare/serialiser/tlvbase_test2.cc index 8270158c5..ceab9e4d6 100644 --- a/tests/unittests/libretroshare/serialiser/tlvbase_test2.cc +++ b/tests/unittests/libretroshare/serialiser/tlvbase_test2.cc @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/serialiser/tlvbase_test2.cc * * * - * Copyright 2007-2008 by Robert Fernie * + * Copyright 2007-2008 by Robert Fernie * * * * 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/tests/unittests/libretroshare/serialiser/tlvitems_test.cc b/tests/unittests/libretroshare/serialiser/tlvitems_test.cc index 03eb8f0ab..83c584b8f 100644 --- a/tests/unittests/libretroshare/serialiser/tlvitems_test.cc +++ b/tests/unittests/libretroshare/serialiser/tlvitems_test.cc @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/serialiser/tlvitems_test.cc * * * - * Copyright 2007-2008 by Robert Fernie * + * Copyright 2007-2008 by Robert Fernie * * * * 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/tests/unittests/libretroshare/serialiser/tlvkey_test.cc b/tests/unittests/libretroshare/serialiser/tlvkey_test.cc index 85d59d5ae..0a2714f24 100644 --- a/tests/unittests/libretroshare/serialiser/tlvkey_test.cc +++ b/tests/unittests/libretroshare/serialiser/tlvkey_test.cc @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/serialiser/tlvkey_test.cc * * * - * Copyright 2007-2008 by Robert Fernie * + * Copyright 2007-2008 by Robert Fernie * * * * 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/tests/unittests/libretroshare/serialiser/tlvrandom_test.cc b/tests/unittests/libretroshare/serialiser/tlvrandom_test.cc index 060485654..042cfabe0 100644 --- a/tests/unittests/libretroshare/serialiser/tlvrandom_test.cc +++ b/tests/unittests/libretroshare/serialiser/tlvrandom_test.cc @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/serialiser/tlvrandom_test.cc * * * - * Copyright 2007-2008 by Robert Fernie * + * Copyright 2007-2008 by Robert Fernie * * * * 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/tests/unittests/libretroshare/serialiser/tlvstack_test.cc b/tests/unittests/libretroshare/serialiser/tlvstack_test.cc index 8a2f3c904..ffad246cc 100644 --- a/tests/unittests/libretroshare/serialiser/tlvstack_test.cc +++ b/tests/unittests/libretroshare/serialiser/tlvstack_test.cc @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/serialiser/tlvstack_test.cc * * * - * Copyright 2007-2008 by Robert Fernie * + * Copyright 2007-2008 by Robert Fernie * * * * 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/tests/unittests/libretroshare/serialiser/tlvtypes_test.cc b/tests/unittests/libretroshare/serialiser/tlvtypes_test.cc index b2c2ffb82..4db24af26 100644 --- a/tests/unittests/libretroshare/serialiser/tlvtypes_test.cc +++ b/tests/unittests/libretroshare/serialiser/tlvtypes_test.cc @@ -1,8 +1,8 @@ /******************************************************************************* * unittests/libretroshare/serialiser/tlvtypes_test.cc * * * - * Copyright 2007-2008 by Robert Fernie * - * Copyright 2007-2008 by Chris Evi-Parker * + * Copyright 2007-2008 by Robert Fernie * + * Copyright 2007-2008 by Chris Evi-Parker * * * * 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/tests/unittests/libretroshare/services/gxs/FakePgpAuxUtils.cc b/tests/unittests/libretroshare/services/gxs/FakePgpAuxUtils.cc index 49e440e5e..1931a5fea 100644 --- a/tests/unittests/libretroshare/services/gxs/FakePgpAuxUtils.cc +++ b/tests/unittests/libretroshare/services/gxs/FakePgpAuxUtils.cc @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/services/gxs/FakePgpAuxUtils.cc * * * - * Copyright 2014 by Robert Fernie * + * Copyright 2014 by Robert Fernie * * * * 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/tests/unittests/libretroshare/services/gxs/FakePgpAuxUtils.h b/tests/unittests/libretroshare/services/gxs/FakePgpAuxUtils.h index f866164a6..2fb08a833 100644 --- a/tests/unittests/libretroshare/services/gxs/FakePgpAuxUtils.h +++ b/tests/unittests/libretroshare/services/gxs/FakePgpAuxUtils.h @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/services/gxs/FakePgpAuxUtils.h * * * - * Copyright 2014 by Robert Fernie * + * Copyright 2014 by Robert Fernie * * * * 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/tests/unittests/libretroshare/services/gxs/GxsIsolatedServiceTester.cc b/tests/unittests/libretroshare/services/gxs/GxsIsolatedServiceTester.cc index 23d60edb4..c748faefb 100644 --- a/tests/unittests/libretroshare/services/gxs/GxsIsolatedServiceTester.cc +++ b/tests/unittests/libretroshare/services/gxs/GxsIsolatedServiceTester.cc @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/services/gxs/GxsIsolatedServiceTester.cc * * * - * Copyright 2014 by Robert Fernie * + * Copyright 2014 by Robert Fernie * * * * 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/tests/unittests/libretroshare/services/gxs/GxsIsolatedServiceTester.h b/tests/unittests/libretroshare/services/gxs/GxsIsolatedServiceTester.h index 7397fc784..602c33780 100644 --- a/tests/unittests/libretroshare/services/gxs/GxsIsolatedServiceTester.h +++ b/tests/unittests/libretroshare/services/gxs/GxsIsolatedServiceTester.h @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/services/gxs/GxsIsolatedServiceTester.h * * * - * Copyright 2014 by Robert Fernie * + * Copyright 2014 by Robert Fernie * * * * 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/tests/unittests/libretroshare/services/gxs/GxsPairServiceTester.cc b/tests/unittests/libretroshare/services/gxs/GxsPairServiceTester.cc index d0a00a2e2..95f0c1e1a 100644 --- a/tests/unittests/libretroshare/services/gxs/GxsPairServiceTester.cc +++ b/tests/unittests/libretroshare/services/gxs/GxsPairServiceTester.cc @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/services/gxs/GxsPairServiceTester.cc * * * - * Copyright 2014 by Robert Fernie * + * Copyright 2014 by Robert Fernie * * * * 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/tests/unittests/libretroshare/services/gxs/GxsPairServiceTester.h b/tests/unittests/libretroshare/services/gxs/GxsPairServiceTester.h index ff9cef0bc..41b84e7a7 100644 --- a/tests/unittests/libretroshare/services/gxs/GxsPairServiceTester.h +++ b/tests/unittests/libretroshare/services/gxs/GxsPairServiceTester.h @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/services/gxs/GxsPairServiceTester.h * * * - * Copyright 2014 by Robert Fernie * + * Copyright 2014 by Robert Fernie * * * * 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/tests/unittests/libretroshare/services/gxs/GxsPeerNode.cc b/tests/unittests/libretroshare/services/gxs/GxsPeerNode.cc index f134cdffb..b146cc9b4 100644 --- a/tests/unittests/libretroshare/services/gxs/GxsPeerNode.cc +++ b/tests/unittests/libretroshare/services/gxs/GxsPeerNode.cc @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/services/gxs/GxsPeerNode.cc * * * - * Copyright 2014 by Robert Fernie * + * Copyright 2014 by Robert Fernie * * * * 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/tests/unittests/libretroshare/services/gxs/GxsPeerNode.h b/tests/unittests/libretroshare/services/gxs/GxsPeerNode.h index 6a2b0dd65..fff0efe63 100644 --- a/tests/unittests/libretroshare/services/gxs/GxsPeerNode.h +++ b/tests/unittests/libretroshare/services/gxs/GxsPeerNode.h @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/services/gxs/GxsPeerNode.h * * * - * Copyright 2014 by Robert Fernie * + * Copyright 2014 by Robert Fernie * * * * 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/tests/unittests/libretroshare/services/gxs/gxstestservice.cc b/tests/unittests/libretroshare/services/gxs/gxstestservice.cc index 8d1799507..f6424822a 100644 --- a/tests/unittests/libretroshare/services/gxs/gxstestservice.cc +++ b/tests/unittests/libretroshare/services/gxs/gxstestservice.cc @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/services/gxs/gxstestservice.cc * * * - * Copyright 2012 by Robert Fernie * + * Copyright 2012 by Robert Fernie * * * * 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/tests/unittests/libretroshare/services/gxs/gxstestservice.h b/tests/unittests/libretroshare/services/gxs/gxstestservice.h index 59a5070ef..97a35c614 100644 --- a/tests/unittests/libretroshare/services/gxs/gxstestservice.h +++ b/tests/unittests/libretroshare/services/gxs/gxstestservice.h @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/services/gxs/gxstestservice.h * * * - * Copyright 2012 by Robert Fernie * + * Copyright 2012 by Robert Fernie * * * * 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/tests/unittests/libretroshare/services/gxs/nxsbasic_test.cc b/tests/unittests/libretroshare/services/gxs/nxsbasic_test.cc index 4c78e9ad9..c2309685c 100644 --- a/tests/unittests/libretroshare/services/gxs/nxsbasic_test.cc +++ b/tests/unittests/libretroshare/services/gxs/nxsbasic_test.cc @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/services/gxs/nxsbasic_test.cc * * * - * Copyright 2012 by Robert Fernie * + * Copyright 2012 by Robert Fernie * * * * 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/tests/unittests/libretroshare/services/gxs/nxspair_tests.cc b/tests/unittests/libretroshare/services/gxs/nxspair_tests.cc index 88e811b7f..9e4eaf70e 100644 --- a/tests/unittests/libretroshare/services/gxs/nxspair_tests.cc +++ b/tests/unittests/libretroshare/services/gxs/nxspair_tests.cc @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/services/gxs/nxspair_test.cc * * * - * Copyright 2012 by Robert Fernie * + * Copyright 2012 by Robert Fernie * * * * 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/tests/unittests/libretroshare/services/gxs/rsgxstestitems.cc b/tests/unittests/libretroshare/services/gxs/rsgxstestitems.cc index 6378f779b..f5b57ce44 100644 --- a/tests/unittests/libretroshare/services/gxs/rsgxstestitems.cc +++ b/tests/unittests/libretroshare/services/gxs/rsgxstestitems.cc @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/services/gxs/nxstestitems.cc * * * - * Copyright 2012 by Robert Fernie * + * Copyright 2012 by Robert Fernie * * * * 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/tests/unittests/libretroshare/services/gxs/rsgxstestitems.h b/tests/unittests/libretroshare/services/gxs/rsgxstestitems.h index 8fb79ba36..27e15878a 100644 --- a/tests/unittests/libretroshare/services/gxs/rsgxstestitems.h +++ b/tests/unittests/libretroshare/services/gxs/rsgxstestitems.h @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/services/gxs/nxstestitems.h * * * - * Copyright 2012 by Robert Fernie * + * Copyright 2012 by Robert Fernie * * * * 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/tests/unittests/libretroshare/services/status/status_test.cc b/tests/unittests/libretroshare/services/status/status_test.cc index 5f47b04c9..979f3d9b5 100644 --- a/tests/unittests/libretroshare/services/status/status_test.cc +++ b/tests/unittests/libretroshare/services/status/status_test.cc @@ -1,7 +1,7 @@ /******************************************************************************* * unittests/libretroshare/services/status/status_test.cc * * * - * Copyright 2012 by Robert Fernie * + * Copyright 2012 by Robert Fernie * * * * This program is free software: you can redistribute it and/or modify * * it under the terms of the GNU Affero General Public License as *