freebsd-dev/contrib/mandoc/LICENSE

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

56 lines
2.5 KiB
Plaintext
Raw Normal View History

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