laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-iuh/+/36005?usp=email )
Change subject: Fix license headers: Should have been AGPLv3+, not GPLv2+ ......................................................................
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 --- M src/ranap_common_ran.c 1 file changed, 21 insertions(+), 4 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/src/ranap_common_ran.c b/src/ranap_common_ran.c index b238021..0bf3796 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 http://www.gnu.org/licenses/. * */