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