From 2720534f27863aab01ba02674560bfb469cbd252 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 3 Jun 2017 09:51:45 +0200 Subject: Re-License under GPLv3-or-later instead of AGPLv3-or-later The "Affero" nature makes sense for the Osmocom network components like BSC, SGSN, etc. as they are typically operated to provide a network service. For testing, this doesn't make so much sense as it is difficult to imagine people creating a business out of offering to run test cases on an end-to-end Osmocom GSM network. So let's drop the 'Affero' here. All code is so far developed by sysmocom staff, so as Managing Director of sysmocom I can effect such a license change unilaterally. Change-Id: I8959c2d605854ffdc21cb29c0fe0e715685c4c05 --- src/osmo_gsm_tester/pcap_recorder.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/osmo_gsm_tester/pcap_recorder.py') diff --git a/src/osmo_gsm_tester/pcap_recorder.py b/src/osmo_gsm_tester/pcap_recorder.py index 5453dfd..f3b1e6a 100644 --- a/src/osmo_gsm_tester/pcap_recorder.py +++ b/src/osmo_gsm_tester/pcap_recorder.py @@ -5,16 +5,16 @@ # Author: Pau Espin Pedrol # # 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 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. +# 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 . import os -- cgit v1.2.3