aboutsummaryrefslogtreecommitdiffstats
path: root/debian/copyright
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-12-21 14:35:21 +0100
committerMax <msuraev@sysmocom.de>2016-12-21 18:05:27 +0100
commitc9a86ff30636c1c7cf2af2f246796e622ed01169 (patch)
tree975b598492ff27eec774635a171f26ce046a92c2 /debian/copyright
parenteda74fafb40e1c760a0cafd095d0fa91a23b66f0 (diff)
Integrate Debian packaging changes
debian/control: * restructure to make it easier to incorporate further changes * update package descriptions * update project URL debian/rules: * use proper hardening syntax * restructure to make it easier to incorporate further changes * add cleanup override debian/copyright: add file matching Debian format Change-Id: I9174b34a79c0562ef43f757ea76d67301088f109 Related: OS#1694
Diffstat (limited to 'debian/copyright')
-rw-r--r--debian/copyright51
1 files changed, 51 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1c1eb91
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,51 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: libosmocore
+Source: git://git.osmocom.org/libosmo-netif.git
+
+Files: *
+Copyright: 2012-2013 On-Waves
+ 2012-2013 Pablo Neira Ayuso <pablo@gnumonks.org>
+License: GPL-2+
+
+Files: src/rs232.c
+Copyright: 2008-2011 Harald Welte <laforge@gnumonks.org>
+ Pablo Neira Ayuso <pablo@gnumonks.org>
+License: AGPL-3+
+
+Files: debian/*
+Copyright: 2013-2015 Holger Hans Peter Freyther <holger@moiji-mobile.com>
+ 2015 Ruben Undheim <ruben.undheim@gmail.com>
+License: GPL-2+
+
+
+License: GPL-2+
+ This package 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, 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, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+
+License: AGPL-3+
+ This program is free software; you can redistribute it and/or modify
+ 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.
+ .
+ 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/>.