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