]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/mandoc/LICENSE
amd64: use register macros for gdb_cpu_getreg()
[FreeBSD/FreeBSD.git] / contrib / mandoc / LICENSE
1 $Id: LICENSE,v 1.21 2018/11/26 17:11:11 schwarze Exp $
2
3 With the exceptions noted below, all non-trivial files contained
4 in the mandoc toolkit are protected by the Copyright of the following
5 developers:
6
7 Copyright (c) 2008-2012, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
8 Copyright (c) 2010-2018 Ingo Schwarze <schwarze@openbsd.org>
9 Copyright (c) 1999, 2004, 2017 Marc Espie <espie@openbsd.org>
10 Copyright (c) 2009, 2010, 2011, 2012 Joerg Sonnenberger <joerg@netbsd.org>
11 Copyright (c) 2013 Franco Fichtner <franco@lastsummer.de>
12 Copyright (c) 2014 Baptiste Daroussin <bapt@freebsd.org>
13 Copyright (c) 2016 Ed Maste <emaste@freebsd.org>
14 Copyright (c) 2017 Michael Stapelberg <stapelberg@debian.org>
15 Copyright (c) 2017 Anthony Bentley <bentley@openbsd.org>
16 Copyright (c) 1998, 2004, 2010 Todd C. Miller <Todd.Miller@courtesan.com>
17 Copyright (c) 2008, 2017 Otto Moerbeek <otto@drijf.net>
18 Copyright (c) 2004 Ted Unangst <tedu@openbsd.org>
19 Copyright (c) 1994 Christos Zoulas <christos@netbsd.org>
20 Copyright (c) 2003, 2007, 2008, 2014 Jason McIntyre <jmc@openbsd.org>
21
22 See the individual files for information about who contributed
23 to which file during which years.
24
25
26 The mandoc distribution as a whole is distributed by its developers
27 under the following license:
28
29 Permission to use, copy, modify, and distribute this software for any
30 purpose with or without fee is hereby granted, provided that the above
31 copyright notice and this permission notice appear in all copies.
32
33 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
34 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
35 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
36 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
37 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
38 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
39 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
40
41
42 The following files included from outside sources are protected by
43 other people's Copyright and are distributed under various 2-clause
44 and 3-clause BSD licenses; see these individual files for details.
45
46 soelim.c, soelim.1:
47 Copyright (c) 2014 Baptiste Daroussin <bapt@freebsd.org>
48
49 compat_err.c, compat_fts.c, compat_fts.h,
50 compat_getsubopt.c, compat_strcasestr.c, compat_strsep.c,
51 man.1:
52 Copyright (c) 1989,1990,1993,1994 The Regents of the University of California
53
54 compat_stringlist.c, compat_stringlist.h:
55 Copyright (c) 1994 Christos Zoulas <christos@netbsd.org>