THIRDPARTYLICENSE (95c635efb7c3b86efc493e0447eaec7aecca3f0f) THIRDPARTYLICENSE (260e9a87725c090ba5835b1f9f0b62fa2f96036f)
1Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
2Copyright (c) 2011 Ingo Schwarze <schwarze@openbsd.org>
1$Id: LICENSE,v 1.7 2015/02/16 14:56:22 schwarze Exp $
3
2
3With the exceptions noted below, all code and documentation
4contained in the mdocml toolkit is protected by the Copyright
5of the following developers:
6
7Copyright (c) 2008-2012, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
8Copyright (c) 2010-2015 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) 1999, 2004 Marc Espie <espie@openbsd.org>
12Copyright (c) 1998, 2004, 2010 Todd C. Miller <Todd.Miller@courtesan.com>
13Copyright (c) 2008 Otto Moerbeek <otto@drijf.net>
14Copyright (c) 2004 Ted Unangst <tedu@openbsd.org>
15Copyright (c) 2003, 2007, 2008, 2014 Jason McIntyre <jmc@openbsd.org>
16
17See the individual source files for information about who contributed
18to which file during which years.
19
20
21The mdocml distribution as a whole is distributed by its developers
22under the following license:
23
4Permission to use, copy, modify, and distribute this software for any
5purpose with or without fee is hereby granted, provided that the above
6copyright notice and this permission notice appear in all copies.
7
24Permission to use, copy, modify, and distribute this software for any
25purpose with or without fee is hereby granted, provided that the above
26copyright notice and this permission notice appear in all copies.
27
8THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHORS DISCLAIM ALL WARRANTIES
28THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
29WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR
30MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
14OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
31ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
32WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
33ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
34OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
35
36
37The following files included from outside sources are protected by
38other people's Copyright and are distributed under a 3-clause BSD
39license; see these individual files for details.
40
41compat_fts.c, compat_fts.h,
42compat_getsubopt.c, compat_strcasestr.c, compat_strsep.c,
43man.1:
44Copyright (c) 1989,1990,1993,1994 The Regents of the University of California
45
46compat_fgetln.c:
47Copyright (c) 1998 The NetBSD Foundation, Inc.