blob: 91a7cb9202222fa0c144f41a2c14bc8307e25c48 [file] [log] [blame]
Alexander Couzensbce896f2017-08-06 21:16:08 +00001Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2Upstream-Name: libasn1c
3Source: git://git.osmocom.org/libasn1c
4
5Files: *
6Copyright: 2005-2014 Lev Walkin <vlm@lionet.info>
7License: BSD-3-Clause
8
9Files: src/xer_support.c
10Copyright: 2003,2004 X/IO Labs, xiolabs.com.
11 2003,2004,2005 Lev Walkin <vlm@lionet.info>.
12License: BSD-3-Clause
13
14Files: include/asn1c/xer_support.h
15Copyright: 2003,2004 X/IO Labs, xiolabs.com
16 2003,2004 Lev Walkin <vlm@lionet.info>
17License: BSD-3-Clause
18
19Files: src/asn1helpers.c
20Copyright: 2014-2015 by Harald Welte <laforge@gnumonks.org>
21License: AGPL-3.0+
22 This program is free software; you can redistribute it and/or modify
23 it under the terms of the GNU Affero General Public License as published by
24 the Free Software Foundation; either version 3 of the License, or
25 (at your option) any later version.
26 .
27 This program is distributed in the hope that it will be useful,
28 but WITHOUT ANY WARRANTY; without even the implied warranty of
29 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30 GNU Affero General Public License for more details.
31 .
32 You should have received a copy of the GNU Affero General Public License
33 along with this program. If not, see <http://www.gnu.org/licenses/>.
34
35Files: debian/*
36Copyright: 2017 Alexander Couzens <lynxis@stretch>
37License: BSD-3-Clause
38
39License: BSD-3-Clause
40 Redistribution and use in source and binary forms, with or without
41 modification, are permitted provided that the following conditions
42 are met:
43 .
44 1. Redistributions of source code must retain the above copyright
45 notice, this list of conditions and the following disclaimer.
46 2. Redistributions in binary form must reproduce the above copyright
47 notice, this list of conditions and the following disclaimer in the
48 documentation and/or other materials provided with the distribution.
49 3. Neither the name of the University nor the names of its contributors
50 may be used to endorse or promote products derived from this software
51 without specific prior written permission.
52 .
53 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
54 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
55 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
56 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
57 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
58 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
59 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
60 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
61 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
62 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
63 SUCH DAMAGE.
64