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