diff options
author | Harald Welte <hwelte@sysmocom.de> | 2017-06-03 09:51:45 +0200 |
---|---|---|
committer | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2017-06-03 14:23:51 +0000 |
commit | 2720534f27863aab01ba02674560bfb469cbd252 (patch) | |
tree | ec18e3fff53452e8d79b3cba0e2f3c52181ab628 /src/osmo_gsm_tester/schema.py | |
parent | db59bcf9fcdc5f05fdb9047b905ab497472440bc (diff) |
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
Diffstat (limited to 'src/osmo_gsm_tester/schema.py')
-rw-r--r-- | src/osmo_gsm_tester/schema.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/osmo_gsm_tester/schema.py b/src/osmo_gsm_tester/schema.py index a10ddd1..fb27f32 100644 --- a/src/osmo_gsm_tester/schema.py +++ b/src/osmo_gsm_tester/schema.py @@ -5,16 +5,16 @@ # Author: Neels Hofmeyr <neels@hofmeyr.de> # # 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 <http://www.gnu.org/licenses/>. import re |