diff --git a/retroshare.pri b/retroshare.pri index 77102e4e0..1d8dcc36e 100644 --- a/retroshare.pri +++ b/retroshare.pri @@ -3,7 +3,7 @@ # Copyright (C) 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 # +# it under the terms of the GNU Affero General Public License as # # published by the Free Software Foundation, either version 3 of the # # License, or (at your option) any later version. # # # diff --git a/tests/librssimulator/librssimulator.pro b/tests/librssimulator/librssimulator.pro index b51a1f212..1f6ded77d 100644 --- a/tests/librssimulator/librssimulator.pro +++ b/tests/librssimulator/librssimulator.pro @@ -1,3 +1,21 @@ +################################################################################ +# librssimulator.pro # +# Copyright (C) 2018, Retroshare team # +# # +# This program is free software: you can redistribute it and/or modify # +# it under the terms of the GNU Affero General Public License as # +# published by the Free Software Foundation, either version 3 of the # +# License, or (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU Affero General Public License for more details. # +# # +# You should have received a copy of the GNU Affero General Public License # +# along with this program. If not, see . # +################################################################################ + !include("../../retroshare.pri"): error("Could not include file ../../retroshare.pri") TEMPLATE = lib diff --git a/tests/librssimulator/peer/FakeLinkMgr.h b/tests/librssimulator/peer/FakeLinkMgr.h index 2df13eb10..63e31c3b1 100644 --- a/tests/librssimulator/peer/FakeLinkMgr.h +++ b/tests/librssimulator/peer/FakeLinkMgr.h @@ -1,3 +1,24 @@ +/******************************************************************************* + * librssimulator/peer/: FakeLinkMgr.h * + * * + * libretroshare: retroshare core library * + * * + * Copyright (C) 2018, Retroshare team * + * * + * This program is free software: you can redistribute it and/or modify * + * it under the terms of the GNU Affero General Public License as * + * published by the Free Software Foundation, either version 3 of the * + * License, or (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU Lesser General Public License for more details. * + * * + * You should have received a copy of the GNU Lesser General Public License * + * along with this program. If not, see . * + * * + ******************************************************************************/ #pragma once #include diff --git a/tests/librssimulator/peer/FakeNetMgr.h b/tests/librssimulator/peer/FakeNetMgr.h index 34ea21570..e1fc32969 100644 --- a/tests/librssimulator/peer/FakeNetMgr.h +++ b/tests/librssimulator/peer/FakeNetMgr.h @@ -1,3 +1,24 @@ +/******************************************************************************* + * librssimulator/peer/: FakeNetMgr.h * + * * + * libretroshare: retroshare core library * + * * + * Copyright (C) 2018, Retroshare team * + * * + * This program is free software: you can redistribute it and/or modify * + * it under the terms of the GNU Affero General Public License as * + * published by the Free Software Foundation, either version 3 of the * + * License, or (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU Lesser General Public License for more details. * + * * + * You should have received a copy of the GNU Lesser General Public License * + * along with this program. If not, see . * + * * + ******************************************************************************/ #pragma once #include diff --git a/tests/librssimulator/peer/FakePeerMgr.h b/tests/librssimulator/peer/FakePeerMgr.h index fcc922895..31e52d276 100644 --- a/tests/librssimulator/peer/FakePeerMgr.h +++ b/tests/librssimulator/peer/FakePeerMgr.h @@ -1,3 +1,24 @@ +/******************************************************************************* + * librssimulator/peer/: FakePeerMgr.h * + * * + * libretroshare: retroshare core library * + * * + * Copyright (C) 2018, Retroshare team * + * * + * This program is free software: you can redistribute it and/or modify * + * it under the terms of the GNU Affero General Public License as * + * published by the Free Software Foundation, either version 3 of the * + * License, or (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU Lesser General Public License for more details. * + * * + * You should have received a copy of the GNU Lesser General Public License * + * along with this program. If not, see . * + * * + ******************************************************************************/ #pragma once #include diff --git a/tests/librssimulator/peer/FakePublisher.h b/tests/librssimulator/peer/FakePublisher.h index cafb75376..924e7aecd 100644 --- a/tests/librssimulator/peer/FakePublisher.h +++ b/tests/librssimulator/peer/FakePublisher.h @@ -1,3 +1,24 @@ +/******************************************************************************* + * librssimulator/peer/: FakePublisher.h * + * * + * libretroshare: retroshare core library * + * * + * Copyright (C) 2018, Retroshare team * + * * + * This program is free software: you can redistribute it and/or modify * + * it under the terms of the GNU Affero General Public License as * + * published by the Free Software Foundation, either version 3 of the * + * License, or (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU Lesser General Public License for more details. * + * * + * You should have received a copy of the GNU Lesser General Public License * + * along with this program. If not, see . * + * * + ******************************************************************************/ #pragma once #include diff --git a/tests/librssimulator/peer/FakeServiceControl.h b/tests/librssimulator/peer/FakeServiceControl.h index 7bd47acd6..ba0f417b9 100644 --- a/tests/librssimulator/peer/FakeServiceControl.h +++ b/tests/librssimulator/peer/FakeServiceControl.h @@ -1,3 +1,24 @@ +/******************************************************************************* + * librssimulator/peer/: FakeServiceControl.h * + * * + * libretroshare: retroshare core library * + * * + * Copyright (C) 2018, Retroshare team * + * * + * This program is free software: you can redistribute it and/or modify * + * it under the terms of the GNU Affero General Public License as * + * published by the Free Software Foundation, either version 3 of the * + * License, or (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU Lesser General Public License for more details. * + * * + * You should have received a copy of the GNU Lesser General Public License * + * along with this program. If not, see . * + * * + ******************************************************************************/ #pragma once #include diff --git a/tests/librssimulator/peer/PeerNode.cc b/tests/librssimulator/peer/PeerNode.cc index 30c320759..cdfb588df 100644 --- a/tests/librssimulator/peer/PeerNode.cc +++ b/tests/librssimulator/peer/PeerNode.cc @@ -1,3 +1,24 @@ +/******************************************************************************* + * librssimulator/peer/: PeerNode.cc * + * * + * libretroshare: retroshare core library * + * * + * Copyright (C) 2018, Retroshare team * + * * + * This program is free software: you can redistribute it and/or modify * + * it under the terms of the GNU Affero General Public License as * + * published by the Free Software Foundation, either version 3 of the * + * License, or (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU Lesser General Public License for more details. * + * * + * You should have received a copy of the GNU Lesser General Public License * + * along with this program. If not, see . * + * * + ******************************************************************************/ #include #include #include diff --git a/tests/librssimulator/peer/PeerNode.h b/tests/librssimulator/peer/PeerNode.h index cf7ac428d..f902fbe5d 100644 --- a/tests/librssimulator/peer/PeerNode.h +++ b/tests/librssimulator/peer/PeerNode.h @@ -1,3 +1,24 @@ +/******************************************************************************* + * librssimulator/peer/: PeerNode.h * + * * + * libretroshare: retroshare core library * + * * + * Copyright (C) 2018, Retroshare team * + * * + * This program is free software: you can redistribute it and/or modify * + * it under the terms of the GNU Affero General Public License as * + * published by the Free Software Foundation, either version 3 of the * + * License, or (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU Lesser General Public License for more details. * + * * + * You should have received a copy of the GNU Lesser General Public License * + * along with this program. If not, see . * + * * + ******************************************************************************/ #pragma once #include diff --git a/tests/librssimulator/testing/IsolatedServiceTester.cc b/tests/librssimulator/testing/IsolatedServiceTester.cc index e94a59b4e..35b978f3a 100644 --- a/tests/librssimulator/testing/IsolatedServiceTester.cc +++ b/tests/librssimulator/testing/IsolatedServiceTester.cc @@ -1,3 +1,24 @@ +/******************************************************************************* + * librssimulator/testing/: IsolatedServiceTester.cc * + * * + * libretroshare: retroshare core library * + * * + * Copyright (C) 2018, Retroshare team * + * * + * This program is free software: you can redistribute it and/or modify * + * it under the terms of the GNU Affero General Public License as * + * published by the Free Software Foundation, either version 3 of the * + * License, or (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU Lesser General Public License for more details. * + * * + * You should have received a copy of the GNU Lesser General Public License * + * along with this program. If not, see . * + * * + ******************************************************************************/ #include #include "retroshare/rsids.h" diff --git a/tests/librssimulator/testing/IsolatedServiceTester.h b/tests/librssimulator/testing/IsolatedServiceTester.h index 3fa5e2afc..e487c9323 100644 --- a/tests/librssimulator/testing/IsolatedServiceTester.h +++ b/tests/librssimulator/testing/IsolatedServiceTester.h @@ -1,3 +1,24 @@ +/******************************************************************************* + * librssimulator/testing/: IsolatedServiceTester.h * + * * + * libretroshare: retroshare core library * + * * + * Copyright (C) 2018, Retroshare team * + * * + * This program is free software: you can redistribute it and/or modify * + * it under the terms of the GNU Affero General Public License as * + * published by the Free Software Foundation, either version 3 of the * + * License, or (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU Lesser General Public License for more details. * + * * + * You should have received a copy of the GNU Lesser General Public License * + * along with this program. If not, see . * + * * + ******************************************************************************/ #pragma once #include diff --git a/tests/librssimulator/testing/SetFilter.cc b/tests/librssimulator/testing/SetFilter.cc index d1400f7ba..fc8ec7dcb 100644 --- a/tests/librssimulator/testing/SetFilter.cc +++ b/tests/librssimulator/testing/SetFilter.cc @@ -1,3 +1,24 @@ +/******************************************************************************* + * librssimulator/testing/: SetFilter.cc * + * * + * libretroshare: retroshare core library * + * * + * Copyright (C) 2018, Retroshare team * + * * + * This program is free software: you can redistribute it and/or modify * + * it under the terms of the GNU Affero General Public License as * + * published by the Free Software Foundation, either version 3 of the * + * License, or (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU Lesser General Public License for more details. * + * * + * You should have received a copy of the GNU Lesser General Public License * + * along with this program. If not, see . * + * * + ******************************************************************************/ #include "SetFilter.h" diff --git a/tests/librssimulator/testing/SetFilter.h b/tests/librssimulator/testing/SetFilter.h index 50df26955..132aa246f 100644 --- a/tests/librssimulator/testing/SetFilter.h +++ b/tests/librssimulator/testing/SetFilter.h @@ -1,3 +1,24 @@ +/******************************************************************************* + * librssimulator/testing/: SetFilter.h * + * * + * libretroshare: retroshare core library * + * * + * Copyright (C) 2018, Retroshare team * + * * + * This program is free software: you can redistribute it and/or modify * + * it under the terms of the GNU Affero General Public License as * + * published by the Free Software Foundation, either version 3 of the * + * License, or (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU Lesser General Public License for more details. * + * * + * You should have received a copy of the GNU Lesser General Public License * + * along with this program. If not, see . * + * * + ******************************************************************************/ #pragma once #include diff --git a/tests/librssimulator/testing/SetPacket.h b/tests/librssimulator/testing/SetPacket.h index 1e377191e..d01eeabf5 100644 --- a/tests/librssimulator/testing/SetPacket.h +++ b/tests/librssimulator/testing/SetPacket.h @@ -1,3 +1,24 @@ +/******************************************************************************* + * librssimulator/testing/: SetPacket.h * + * * + * libretroshare: retroshare core library * + * * + * Copyright (C) 2018, Retroshare team * + * * + * This program is free software: you can redistribute it and/or modify * + * it under the terms of the GNU Affero General Public License as * + * published by the Free Software Foundation, either version 3 of the * + * License, or (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU Lesser General Public License for more details. * + * * + * You should have received a copy of the GNU Lesser General Public License * + * along with this program. If not, see . * + * * + ******************************************************************************/ #pragma once #include "pqi/p3linkmgr.h" // for RsPeerId ?? diff --git a/tests/librssimulator/testing/SetServiceTester.cc b/tests/librssimulator/testing/SetServiceTester.cc index 3983b3a5b..a6ffa734d 100644 --- a/tests/librssimulator/testing/SetServiceTester.cc +++ b/tests/librssimulator/testing/SetServiceTester.cc @@ -1,3 +1,24 @@ +/******************************************************************************* + * librssimulator/testing/: SetServiceTester.cc * + * * + * libretroshare: retroshare core library * + * * + * Copyright (C) 2018, Retroshare team * + * * + * This program is free software: you can redistribute it and/or modify * + * it under the terms of the GNU Affero General Public License as * + * published by the Free Software Foundation, either version 3 of the * + * License, or (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU Lesser General Public License for more details. * + * * + * You should have received a copy of the GNU Lesser General Public License * + * along with this program. If not, see . * + * * + ******************************************************************************/ #include #include "time.h" diff --git a/tests/librssimulator/testing/SetServiceTester.h b/tests/librssimulator/testing/SetServiceTester.h index 862fc43e0..f454218d3 100644 --- a/tests/librssimulator/testing/SetServiceTester.h +++ b/tests/librssimulator/testing/SetServiceTester.h @@ -1,3 +1,24 @@ +/******************************************************************************* + * librssimulator/testing/: SetServiceTester.h * + * * + * libretroshare: retroshare core library * + * * + * Copyright (C) 2018, Retroshare team * + * * + * This program is free software: you can redistribute it and/or modify * + * it under the terms of the GNU Affero General Public License as * + * published by the Free Software Foundation, either version 3 of the * + * License, or (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU Lesser General Public License for more details. * + * * + * You should have received a copy of the GNU Lesser General Public License * + * along with this program. If not, see . * + * * + ******************************************************************************/ #pragma once #include