From 4895d7a1d3d3124fcbdf2bd9ef3c1f5d3ee16d4e Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 1 Mar 2020 20:26:26 +0100 Subject: [PATCH] BSSGP/IuUP: Fix license disclaimer copy+paste The license disclaimer already stated GPLv2-or-later, it just stated confusingly you should look at the AGPL for reference. Fix that. Change-Id: I673c5c177a8e4010921f1fed747ce376f274da54 --- library/BSSGP_Helper.cc | 4 ++-- library/IuUP_EncDec.cc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library/BSSGP_Helper.cc b/library/BSSGP_Helper.cc index 6a98eb469..2783d46be 100644 --- a/library/BSSGP_Helper.cc +++ b/library/BSSGP_Helper.cc @@ -230,9 +230,9 @@ OCTETSTRING f__NS__compact__len(OCTETSTRING const &in) * 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. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */ diff --git a/library/IuUP_EncDec.cc b/library/IuUP_EncDec.cc index 81742e8a9..ac1e3f06f 100644 --- a/library/IuUP_EncDec.cc +++ b/library/IuUP_EncDec.cc @@ -195,9 +195,9 @@ int osmo_iuup_compute_header_crc(const uint8_t *iuup_pdu, unsigned int pdu_len) * 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. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with this program. If not, see . * */