From b4c02a6b2ff04b6ef6514c0b7e68bb5f8fc568c0 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 17 Feb 2024 10:11:18 +0100 Subject: [PATCH] Fix license headers: Should have been AGPLv3+, not GPLv2+ I'm not sure why so many files (particularly written by Neels) 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. The only GPLv2-or-later file remaining is mncc_internal.c, as it has more contributors and a longer history. Change-Id: I8650697592b3160c4d0a7c61ae9c46d4aacb3bef --- src/libmsc/call_leg.c | 8 ++++---- src/libmsc/cell_id_list.c | 8 ++++---- src/libmsc/gsup_client_mux.c | 8 ++++---- src/libmsc/mncc_sock.c | 6 +++--- src/libmsc/msc_ho.c | 8 ++++---- src/libmsc/ran_msg.c | 8 ++++---- src/libmsc/ran_msg_a.c | 8 ++++---- src/libmsc/ran_msg_iu.c | 8 ++++---- 8 files changed, 31 insertions(+), 31 deletions(-) diff --git a/src/libmsc/call_leg.c b/src/libmsc/call_leg.c index 5720417b6..59f2f636d 100644 --- a/src/libmsc/call_leg.c +++ b/src/libmsc/call_leg.c @@ -5,17 +5,17 @@ * * Author: Neels Hofmeyr * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: AGPL-3.0+ * * 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. */ #include #include diff --git a/src/libmsc/cell_id_list.c b/src/libmsc/cell_id_list.c index 907f5f4e9..4bf3a76de 100644 --- a/src/libmsc/cell_id_list.c +++ b/src/libmsc/cell_id_list.c @@ -5,17 +5,17 @@ * * Author: Neels Hofmeyr * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: AGPL-3.0+ * * 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. */ #include diff --git a/src/libmsc/gsup_client_mux.c b/src/libmsc/gsup_client_mux.c index 1a3611f6e..e27b6645d 100644 --- a/src/libmsc/gsup_client_mux.c +++ b/src/libmsc/gsup_client_mux.c @@ -5,17 +5,17 @@ * * Author: Neels Hofmeyr * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: AGPL-3.0+ * * 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. */ #include diff --git a/src/libmsc/mncc_sock.c b/src/libmsc/mncc_sock.c index 9c75d2c6d..410449d6d 100644 --- a/src/libmsc/mncc_sock.c +++ b/src/libmsc/mncc_sock.c @@ -6,14 +6,14 @@ * All Rights Reserved * * 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. * */ diff --git a/src/libmsc/msc_ho.c b/src/libmsc/msc_ho.c index 47f000b2f..54a959d2c 100644 --- a/src/libmsc/msc_ho.c +++ b/src/libmsc/msc_ho.c @@ -5,17 +5,17 @@ * * Author: Neels Hofmeyr * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: AGPL-3.0+ * * 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. */ #include diff --git a/src/libmsc/ran_msg.c b/src/libmsc/ran_msg.c index 14f250d2f..3e4b20c50 100644 --- a/src/libmsc/ran_msg.c +++ b/src/libmsc/ran_msg.c @@ -5,17 +5,17 @@ * * Author: Neels Hofmeyr * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: AGPL-3.0+ * * 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. */ #include diff --git a/src/libmsc/ran_msg_a.c b/src/libmsc/ran_msg_a.c index 8cf6bfab0..935d3bf98 100644 --- a/src/libmsc/ran_msg_a.c +++ b/src/libmsc/ran_msg_a.c @@ -5,17 +5,17 @@ * * Author: Neels Hofmeyr * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: AGPL-2.0+ * * 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. */ #include diff --git a/src/libmsc/ran_msg_iu.c b/src/libmsc/ran_msg_iu.c index 13c43fe0a..37cdf1065 100644 --- a/src/libmsc/ran_msg_iu.c +++ b/src/libmsc/ran_msg_iu.c @@ -5,17 +5,17 @@ * * Author: Neels Hofmeyr * - * SPDX-License-Identifier: GPL-2.0+ + * SPDX-License-Identifier: AGPL-3.0+ * * 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. */ #include