diff --git a/build_scripts/Debian/debian/copyright b/build_scripts/Debian/debian/copyright index ba2e9f6df..c94948a36 100644 --- a/build_scripts/Debian/debian/copyright +++ b/build_scripts/Debian/debian/copyright @@ -7,6 +7,10 @@ Files: openpgpsdk/* Copyright: 2005-2008 Ben Laurie, Rachel Willmer, Retroshare Team License: Apache-2.0 +Files: jsonapi-generator/* libretroshare/src/jsonapi/* +Copyright: 2018-2019 Gioacchino Mazzurco +License: AGPL-3+ + Files: libretroshare/* Copyright: 2007-2018, Retroshare Team License: LGPL-3+ diff --git a/jsonapi-generator/src/jsonapi-generator.cpp b/jsonapi-generator/src/jsonapi-generator.cpp index 310a5fd08..1a1ed312d 100644 --- a/jsonapi-generator/src/jsonapi-generator.cpp +++ b/jsonapi-generator/src/jsonapi-generator.cpp @@ -14,7 +14,7 @@ * 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 . * + * along with this program. If not, see . * * * *******************************************************************************/ diff --git a/libretroshare/src/jsonapi/jsonapi.cpp b/libretroshare/src/jsonapi/jsonapi.cpp index 6fe89508a..71d748dcc 100644 --- a/libretroshare/src/jsonapi/jsonapi.cpp +++ b/libretroshare/src/jsonapi/jsonapi.cpp @@ -14,7 +14,7 @@ * 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 . * + * along with this program. If not, see . * * * *******************************************************************************/ diff --git a/libretroshare/src/jsonapi/jsonapi.h b/libretroshare/src/jsonapi/jsonapi.h index 2ae8037f8..077096b25 100644 --- a/libretroshare/src/jsonapi/jsonapi.h +++ b/libretroshare/src/jsonapi/jsonapi.h @@ -14,7 +14,7 @@ * 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 . * + * along with this program. If not, see . * * * *******************************************************************************/ #pragma once diff --git a/libretroshare/src/jsonapi/jsonapiitems.h b/libretroshare/src/jsonapi/jsonapiitems.h index 19338d087..4c67bf79c 100644 --- a/libretroshare/src/jsonapi/jsonapiitems.h +++ b/libretroshare/src/jsonapi/jsonapiitems.h @@ -14,10 +14,9 @@ * 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 . * + * along with this program. If not, see . * * * *******************************************************************************/ - #pragma once #include diff --git a/libretroshare/src/retroshare/rsbroadcastdiscovery.h b/libretroshare/src/retroshare/rsbroadcastdiscovery.h index ec8c327b7..5136c7334 100644 --- a/libretroshare/src/retroshare/rsbroadcastdiscovery.h +++ b/libretroshare/src/retroshare/rsbroadcastdiscovery.h @@ -4,17 +4,17 @@ * Copyright (C) 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 * + * it under the terms of the GNU Lesser 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. * + * 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 Affero General Public License * - * along with this program. If not, see . * + * You should have received a copy of the GNU Lesser General Public License * + * along with this program. If not, see . * * * *******************************************************************************/ #pragma once diff --git a/libretroshare/src/services/broadcastdiscoveryservice.cc b/libretroshare/src/services/broadcastdiscoveryservice.cc index dcd61bc77..80bbabdd8 100644 --- a/libretroshare/src/services/broadcastdiscoveryservice.cc +++ b/libretroshare/src/services/broadcastdiscoveryservice.cc @@ -4,17 +4,17 @@ * Copyright (C) 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 * + * it under the terms of the GNU Lesser 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. * + * 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 Affero General Public License * - * along with this program. If not, see . * + * You should have received a copy of the GNU Lesser General Public License * + * along with this program. If not, see . * * * *******************************************************************************/ diff --git a/libretroshare/src/services/broadcastdiscoveryservice.h b/libretroshare/src/services/broadcastdiscoveryservice.h index 7710034b9..c2f70e0cd 100644 --- a/libretroshare/src/services/broadcastdiscoveryservice.h +++ b/libretroshare/src/services/broadcastdiscoveryservice.h @@ -4,17 +4,17 @@ * Copyright (C) 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 * + * it under the terms of the GNU Lesser 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. * + * 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 Affero General Public License * - * along with this program. If not, see . * + * You should have received a copy of the GNU Lesser General Public License * + * along with this program. If not, see . * * * *******************************************************************************/ #pragma once