From 50a0675cdeb98cc61c92b3e88d6b8d59b7c9447f Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 17 Feb 2024 10:27:51 +0100 Subject: [PATCH] Fix license headers: Should have been AGPLv3+, not GPLv2+ I'm not sure why one files (written by Philipp) did contain a GPLv2+ header, instead of the AGPLv3+ which is the actual overall project license. I consider it a mistake. In any case, any copyrightable contribution to those files was done by sysmocom employees, so I as managing directory can legally make a license change, whther or not it was a mistake early on or not. Change-Id: Ie28c32022a9cbc42b55195f7dbb513228857a3cd --- src/ranap_common_ran.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ranap_common_ran.c b/src/ranap_common_ran.c index b238021b..0bf3796f 100644 --- a/src/ranap_common_ran.c +++ b/src/ranap_common_ran.c @@ -6,16 +6,16 @@ * Author: Philipp Maier * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * 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 General Public License for more details. + * GNU Affero General Public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . * */