aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-10-04 10:54:18 +0200
committerMax <msuraev@sysmocom.de>2017-10-04 12:04:47 +0200
commit6e59122ef94088d936fa5bbedef6bbdd6ca12f23 (patch)
tree14bd24f0ed7e1aee250f31528bcabb3b5c3313b5 /debian
parenta3b73e917b653d13d027cff2c95a56bbc1264446 (diff)
deb: fix copyright file issues
* remove non-existent files * fix ax_check_compile_flag.m4 license to match autoconf-archive * fix various .py license to match OpenBSC description Change-Id: I6881c0a16017d80d142a6cfa756a9c153bee94d3 Related: OS#2527
Diffstat (limited to 'debian')
-rw-r--r--debian/copyright101
1 files changed, 8 insertions, 93 deletions
diff --git a/debian/copyright b/debian/copyright
index ad911c0af..97b890e21 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -11,72 +11,25 @@ Files: .gitignore
README.vty-tests
configure.ac
contrib/Makefile.am
- contrib/a-link/sccp-split-by-con.lua
- contrib/bsc-test/README
- contrib/bsc-test/all_dial
- contrib/bsc-test/dial.sh
- contrib/bsc-test/drop-oml.sh
- contrib/bsc-test/drop.sh
- contrib/bsc-test/hangup
- contrib/bsc-test/msc.sh
- contrib/bsc_control.py
- contrib/bt.py
- contrib/convert_to_enum.py
- contrib/ctrl2sse.py
contrib/gprs/gb-proxy-unblock-bug.py
contrib/gprs/gprs-bssgp-histogram.lua
contrib/gprs/gprs-buffer-count.lua
contrib/gprs/gprs-split-trace-by-tlli.lua
contrib/gprs/gprs-verify-nu.lua
- contrib/hlr-remove-old.sql
- contrib/hlrsync/hlrsync.py
contrib/ipa.py
contrib/jenkins.sh
- contrib/mgcp_server.py
- contrib/nat/test_regexp.c
- contrib/nat/ussd_example.py
- contrib/rtp/gen_rtp_header.erl
- contrib/rtp/rtp_replay.st
- contrib/rtp/rtp_replay_shared.st
- contrib/rtp/rtp_replay_sip.st
- contrib/rtp/timestamp_rtp.lua
- contrib/sms/fill-hlr.st
- contrib/sms/hlr-query.st
- contrib/sms/sqlite-probe.tap.d
contrib/soap.py
- contrib/systemd/osmo-bsc-mgcp.service
- contrib/systemd/osmo-bsc.service
contrib/systemd/osmo-gbproxy.service
- contrib/systemd/osmo-msc.service
- contrib/systemd/osmo-nitb.service
contrib/systemd/osmo-sgsn.service
- contrib/testconv/Makefile
- contrib/testconv/testconv_main.c
contrib/twisted_ipa.py
- doc/BS11-OML.txt
doc/Makefile.am
- doc/call-routing.txt
- doc/channel_release.txt
- doc/e1-data-model.txt
doc/examples/Makefile.am
- doc/examples/osmo-bsc/osmo-bsc.cfg
- doc/examples/osmo-bsc_mgcp/mgcp.cfg
- doc/examples/osmo-bsc_nat/black-list.cfg
- doc/examples/osmo-bsc_nat/bscs.cfg
- doc/examples/osmo-bsc_nat/osmo-bsc_nat.cfg
doc/examples/osmo-gbproxy/osmo-gbproxy-legacy.cfg
doc/examples/osmo-gbproxy/osmo-gbproxy.cfg
doc/examples/osmo-gtphub/gtphub-example.txt
doc/examples/osmo-gtphub/osmo-gtphub-1iface.cfg
doc/examples/osmo-gtphub/osmo-gtphub.cfg
- doc/examples/osmo-msc/osmo-msc.cfg
doc/examples/osmo-sgsn/osmo-sgsn.cfg
- doc/gsm-hopping.txt
- doc/handover.txt
- doc/ipa-sccp.txt
- doc/oml-interface.txt
- doc/osmo-nitb-data_structures.dot
- doc/paging.txt
include/Makefile.am
include/osmocom/sgsn/Makefile.am
include/osmocom/sgsn/common.h
@@ -108,9 +61,6 @@ Files: .gitignore
tests/gprs/gprs_test.ok
tests/gtphub/Makefile.am
tests/gtphub/gtphub_test.ok
- tests/libiudummy/Makefile.am
- tests/libiudummy/README
- tests/libiudummy/iudummy.c
tests/oap/Makefile.am
tests/oap/oap_client_test.err
tests/oap/oap_client_test.ok
@@ -125,7 +75,6 @@ Files: .gitignore
tests/v42bis/v42bis_test.ok
tests/xid/Makefile.am
tests/xid/xid_test.ok
- tools/hlrstat.pl
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License: __NO_COPYRIGHT_NOR_LICENSE__
@@ -214,7 +163,6 @@ License: AGPL-3.0+
Files: src/gprs/gtphub_ares.c
src/gprs/gtphub_sock.c
- tests/ctrl_test_runner.py
tests/gbproxy/gbproxy_test.c
Copyright: 2013 Jacob Erlbeck <jerlbeck@sysmocom.de>
2013 sysmocom s.f.m.c. GmbH
@@ -244,26 +192,13 @@ License: LGPL-2.1
On Debian systems, the complete text of the GNU Lesser General Public License
Version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
-Files: osmoappdesc.py
-Copyright: 2013 Katerina Barone-Adesi <kat.obsc@gmail.com>
-License: GPL-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 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.
- .
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>
- .
- Most systems won't be able to use these, so they're separated out
- .
- On Debian systems, the complete text of the GNU General Public License
- Version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+Files: osmoappdesc.py
+ tests/ctrl_test_runner.py
+ tests/vty_test_runner.py
+Copyright: 2013 Katerina Barone-Adesi <kat.obsc@gmail.com>
+ 2013 Jacob Erlbeck <jerlbeck@sysmocom.de>
+ 2013-2014 Holger Hans Peter Freyther <zecke@selfish.org>
+License: GPL-3+
Files: git-version-gen
Copyright: 2007-2010 Free Software Foundation, Inc.
@@ -319,26 +254,6 @@ License: GPL-3.0+
On Debian systems, the complete text of the GNU General Public License
Version 3 can be found in `/usr/share/common-licenses/GPL-3'.
-Files: tests/vty_test_runner.py
-Copyright: 2013 Holger Hans Peter Freyther
- 2013 Katerina Barone-Adesi <kat.obsc@gmail.com>
-License: GPL-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 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.
- .
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
- .
- On Debian systems, the complete text of the GNU General Public License
- Version 3 can be found in `/usr/share/common-licenses/GPL-3'.
-
Files: src/gprs/v42bis.c
Copyright: 2005-2011 Steve Underwood
License: LGPL-2.1
@@ -421,7 +336,7 @@ License: __UNKNOWN__
Files: m4/ax_check_compile_flag.m4
Copyright: 2008 Guido U. Draheim <guidod@gmx.de>
2011 Maarten Bosmans <mkbosmans@gmail.com>
-License: GPL-3.0+ with unknown exception *** check multiple exceptions ***
+License: GNU-All-Permissive-License
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 3 of the License, or (at your