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

Annotation of mandoc/LICENSE, Revision 1.4

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

CVSweb