aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2024-02-17 10:02:35 +0100
committerlaforge <laforge@osmocom.org>2024-02-19 20:47:27 +0000
commitea423714540ac79862821a055036d4aaa5d574a6 (patch)
treebb8ae256299ff320129db18360c6be679813969d
parent3f1b81bcf4deb6ea55ef41230f2ea9444c921963 (diff)
bsc_ctrl_lookup.c: Use AGPLv3, not GPLv2
I guess it must have been a mistake when introducing this file. The entire project is under AGPLv3, it doesn't make sense to have one single file under GPLv2. As th entire git commit history only contains sysmocom employees, I have the authority to re-license it even if GPLv2 was done intentionally at the time. Let's change it. Change-Id: I5e5385f7630b41f1c4ad9534dbb4551e597ad596
-rw-r--r--debian/copyright25
-rw-r--r--src/osmo-bsc/bsc_ctrl_lookup.c6
2 files changed, 3 insertions, 28 deletions
diff --git a/debian/copyright b/debian/copyright
index 8980ffb8e..ccf3ec0eb 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -25,31 +25,6 @@ License: AGPL-3.0+
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/>.
-Files: src/libbsc/bsc_ctrl_lookup.c
- src/libbsc/pcu_sock.c
-Copyright: 2008-2010 Harald Welte <laforge@gnumonks.org>
- 2009-2012 Andreas Eversberg <jolly@eversberg.eu>
- 2010-2011 Daniel Willmann <daniel@totalueberwachung.de>
- 2010-2011 On-Waves
- 2012 Holger Hans Peter Freyther
-License: GPL-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
- (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.
- .
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- .
- On Debian systems, the complete text of the GNU General Public License
- Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
-
Files: osmoappdesc.py
Copyright: 2013 Katerina Barone-Adesi <kat.obsc@gmail.com>
License: GPL-3.0+
diff --git a/src/osmo-bsc/bsc_ctrl_lookup.c b/src/osmo-bsc/bsc_ctrl_lookup.c
index effad4fcd..63d0c866c 100644
--- a/src/osmo-bsc/bsc_ctrl_lookup.c
+++ b/src/osmo-bsc/bsc_ctrl_lookup.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.
*
*/