[BACK]Return to LICENSE CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Annotation of mandoc/LICENSE, Revision 1.7

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

CVSweb