On Wed, Jul 10, 2024 at 11:07:16PM +0100, Phil Wyett wrote: > On Wed, 10 Jul 2024 17:15:28 -0400 James Montgomery <james.montgomery@gmail.com> wrote: > > Control: tags -1 - moreinfo > > > > On Wed, Jul 10, 2024 at 07:29:18PM +0100, Phil Wyett wrote: <snip> > > Hi James, > > Never worry, we all have our moments and rookie mistake days are more > common for the rest of us than you may think. You have done excellent > work on 'magl'. > > Your biggest job now and very monotonous is to go through the 'lrc' list > and make sure each file is correctly documented in 'debian/copyright'. A chore > that must be done. [FIXED] Updated Copyright as there were files in the mandoc original license that were not covered. I've attached my license review CSV along with the diff, as the changes were substantial (and, yes, tedious!) > > Regards > > Phil > > -- > > "I play the game for the game’s own sake" > > Arthur Conan Doyle - The Adventure of the Bruce-Partington Plans > > -- > > Internet Relay Chat (IRC): kathenas > > Website: https://kathenas.org > > Instagram: https://instagram.com/kathenasorg/ > > Buy Me A Coffee: https://buymeacoffee.com/kathenasorg > > -- Thanks again for assisting on the journey! Kind regards, James
[1mdiff --git a/debian/copyright b/debian/copyright[m [1mindex 35e3655..ae6fe81 100644[m [1m--- a/debian/copyright[m [1m+++ b/debian/copyright[m [36m@@ -26,7 +26,7 @@[m [mCopyright: 2008-2012, 2014 Kristaps Dzonsons <kristaps@bsd.lv>[m 2004 Ted Unangst <tedu@openbsd.org>[m 1994 Christos Zoulas <christos@netbsd.org>[m 2003, 2007, 2008, 2014 Jason McIntyre <jmc@openbsd.org>[m [31m-License: BSD-4-Clause-UC[m [32m+[m[32mLicense: ISC[m [m Files: mandoc/compat_stringlist.c mandoc/compat_stringlist.h[m Copyright: 1994 Christos Zoulas <christos@netbsd.org>[m [36m@@ -40,6 +40,34 @@[m [mFiles: stretchy_buffer.h[m Copyright: See below[m License: Unlicense[m [m [32m+[m[32mFiles: mandoc/compat_err.c mandoc/compat_fts.c mandoc/compat_fts.h mandoc/compat_getsubopt.c mandoc/compat_strcasestr.c mandoc/compat_strsep.c mandoc/man.1[m [32m+[m[32mCopyright: 1989, 1990, 1993, 1994 The Regents of the University of California[m [32m+[m[32mLicense: BSD-3-Clause[m [32m+[m [32m+[m[32mLicense: BSD-3-Clause[m [32m+[m[32m Redistribution and use in source and binary forms, with or without modification,[m [32m+[m[32m are permitted provided that the following conditions are met:[m [32m+[m[32m .[m [32m+[m[32m 1. Redistributions of source code must retain the above copyright notice, this[m [32m+[m[32m list of conditions and the following disclaimer.[m [32m+[m[32m 2. Redistributions in binary form must reproduce the above copyright notice,[m [32m+[m[32m this list of conditions and the following disclaimer in the documentation[m [32m+[m[32m and/or other materials provided with the distribution.[m [32m+[m[32m 3. Neither the name of the University nor the names of its contributors may be[m [32m+[m[32m used to endorse or promote products derived from this software without specific[m [32m+[m[32m prior written permission.[m [32m+[m[32m .[m [32m+[m[32m THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS[m [32m+[m[32m OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF[m [32m+[m[32m MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT[m [32m+[m[32m SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,[m [32m+[m[32m SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,[m [32m+[m[32m PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR[m [32m+[m[32m BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN[m [32m+[m[32m CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING[m [32m+[m[32m IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF[m [32m+[m[32m SUCH DAMAGE.[m [32m+[m License: BSD-2-Clause[m Redistribution and use in source and binary forms, with or without[m modification, are permitted provided that the following conditions are met:[m [36m@@ -107,35 +135,15 @@[m [mLicense: Unlicense[m .[m For more information, please refer to <http://unlicense.org/>[m [m [31m-License: BSD-4-Clause-UC[m [31m- Copyright 1994-2024, The Mandoc Project Contributors[m [31m- All rights reserved.[m [32m+[m[32mLicense: ISC[m [32m+[m[32m Permission to use, copy, modify, and distribute this software for any[m [32m+[m[32m purpose with or without fee is hereby granted, provided that the above[m [32m+[m[32m copyright notice and this permission notice appear in all copies.[m .[m [31m- Redistribution and use in source and binary forms, with or without[m [31m- modification, are permitted provided that the following conditions are met:[m [31m- .[m [31m- 1. Redistributions of source code must retain the above copyright notice, this[m [31m- list of conditions and the following disclaimer.[m [31m- .[m [31m- 2. Redistributions in binary form must reproduce the above copyright notice,[m [31m- this list of conditions and the following disclaimer in the documentation[m [31m- and/or other materials provided with the distribution.[m [31m- .[m [31m- 3. All advertising materials mentioning features or use of this software must[m [31m- display the following acknowledgement:[m [31m- This product includes software developed by [project].[m [31m- .[m [31m- 4. Neither the name of the copyright holder nor the names of its[m [31m- contributors may be used to endorse or promote products derived from[m [31m- this software without specific prior written permission.[m [31m- .[m [31m- THIS SOFTWARE IS PROVIDED BY COPYRIGHT HOLDER "AS IS" AND ANY EXPRESS OR[m [31m- IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF[m [31m- MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO[m [31m- EVENT SHALL COPYRIGHT HOLDER BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,[m [31m- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,[m [31m- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;[m [31m- OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,[m [31m- WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR[m [31m- OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF[m [31m- ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.[m [32m+[m[32m THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES[m [32m+[m[32m WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF[m [32m+[m[32m MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR[m [32m+[m[32m ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES[m [32m+[m[32m WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN[m [32m+[m[32m ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF[m [32m+[m[32m OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.[m
File,licencecheck Output,Validation,Comments,Is in d/copyright /ChangeLog.md,*No copyright* UNKNOWN,"Copyright: 2019-2024, Ziga Lenarcic License: BSD-2-Clause",Upstream Author license/inherited,Yes /Makefile,*No copyright* UNKNOWN,"Copyright: 2019-2024, Ziga Lenarcic License: BSD-2-Clause",Upstream Author license/inherited,Yes /README.md,*No copyright* UNKNOWN,"Copyright: 2019-2024, Ziga Lenarcic License: BSD-2-Clause",Upstream Author license/inherited,Yes /configure,*No copyright* UNKNOWN,"Copyright: 2019-2024, Ziga Lenarcic License: BSD-2-Clause",Upstream Author license/inherited,Yes /font_image.h,*No copyright* UNKNOWN,"Copyright: 2019-2024, Ziga Lenarcic License: BSD-2-Clause",Upstream Author license/inherited,Yes /hashmap.c,*No copyright* UNKNOWN,"Copyright: 2019-2024, Ziga Lenarcic License: BSD-2-Clause",Upstream Author license/inherited,Yes /hashmap.h,*No copyright* UNKNOWN,"Copyright: 2019-2024, Ziga Lenarcic License: BSD-2-Clause",Upstream Author license/inherited,Yes /icon.h,*No copyright* UNKNOWN,"Copyright: 2019-2024, Ziga Lenarcic License: BSD-2-Clause",Upstream Author license/inherited,Yes /main.c,*No copyright* UNKNOWN,"Copyright: 2019-2024, Ziga Lenarcic License: BSD-2-Clause",Upstream Author license/inherited,Yes /mangl.1,*No copyright* UNKNOWN,"Copyright: 2019-2024, Ziga Lenarcic License: BSD-2-Clause",Upstream Author license/inherited,Yes /mangl.desktop,*No copyright* UNKNOWN,"Copyright: 2019-2024, Ziga Lenarcic License: BSD-2-Clause",Upstream Author license/inherited,Yes /manpath.c,*No copyright* UNKNOWN,"Copyright: 2019-2024, Ziga Lenarcic License: BSD-2-Clause",Upstream Author license/inherited,Yes /manpath.h,*No copyright* UNKNOWN,"Copyright: 2019-2024, Ziga Lenarcic License: BSD-2-Clause",Upstream Author license/inherited,Yes /art/mangl.svg,*No copyright* UNKNOWN,"Copyright: 2019-2024, Ziga Lenarcic License: BSD-2-Clause",Upstream Author license/inherited,Yes /art/mangl_icon_32.png,*No copyright* UNKNOWN,"Copyright: 2019-2024, Ziga Lenarcic License: BSD-2-Clause",Upstream Author license/inherited,Yes /debian/README.Debian,*No copyright* UNKNOWN,"Copyright: 2024, James Montgomery License: Unlicense",Maintainer license,Yes /debian/changelog,*No copyright* UNKNOWN,"Copyright: 2024, James Montgomery License: Unlicense",Maintainer license,Yes /debian/control,*No copyright* UNKNOWN,"Copyright: 2024, James Montgomery License: Unlicense",Maintainer license,Yes /debian/files,*No copyright* UNKNOWN,"Copyright: 2024, James Montgomery License: Unlicense",Maintainer license,Yes /debian/mangl-docs.docs,*No copyright* UNKNOWN,"Copyright: 2024, James Montgomery License: Unlicense",Maintainer license,Yes /debian/rules,*No copyright* UNKNOWN,"Copyright: 2024, James Montgomery License: Unlicense",Maintainer license,Yes /debian/watch,*No copyright* UNKNOWN,"Copyright: 2024, James Montgomery License: Unlicense",Maintainer license,Yes /mandoc/INSTALL,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/Makefile.depend,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/NEWS,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/TODO,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/cgi.h.example,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mandoc.css,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-EFTYPE.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-O_DIRECTORY.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-PATH_MAX.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-be32toh.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-cmsg.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-dirent-namlen.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-fts.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-getline.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-isblank.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-mkdtemp.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-mkstemps.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-nanosleep.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-noop.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-ntohl.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-ohash.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-pledge.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-progname.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-reallocarray.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-recallocarray.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-recvmsg.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-rewb-bsd.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-rewb-sysv.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-sandbox_init.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-strcasestr.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-strlcat.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-strlcpy.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-strndup.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-strptime.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-strsep.c,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /debian/source/format,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /debian/source/options,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /debian/upstream/metadata,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/Makefile.inc,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/Makefile.inc,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/Makefile.inc,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Makefile.inc,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/Makefile.inc,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/Makefile.inc,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/N/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/N/basic.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/N/basic.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/accent/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/accent/combine.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/accent/combine.out_utf8,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/accent/nocombine.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/accent/nocombine.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/accent/nocombine.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/accent/nocombine.out_utf8,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/accent/utf8only.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/accent/utf8only.out_utf8,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/bar/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/bar/man.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/bar/man.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/bar/mdoc.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/bar/mdoc.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/hyphen/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/hyphen/man.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/hyphen/man.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/hyphen/mdoc.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/hyphen/mdoc.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/break.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/break.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/eos-man.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/eos-man.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/eos.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/eos.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/esct-man.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/esct-man.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/esct-man.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/esct-mdoc.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/esct-mdoc.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/esct-mdoc.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/invalid.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/invalid.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/invalid.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/leading-man.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/leading-man.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/leading-mdoc.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/leading-mdoc.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/multiple.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/multiple.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/nobreak.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/nobreak.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/tab-man.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/tab-man.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/tab-man.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/tab.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/tab.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/tab.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/trailing-mdoc.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/trailing-mdoc.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/trailing-mdoc.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/zerowidth.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/zerowidth.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/zerowidth.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/space/zerowidth.out_utf8,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/ascii.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/ascii.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/ascii.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/ascii.out_utf8,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/input.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/input.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/input.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/input.out_utf8,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/invalid.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/invalid.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/invalid.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/invalid.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/invalid.out_utf8,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/latin1.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/latin1.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/latin1.out_utf8,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/latin1diff.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/latin1diff.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/latin1diff.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/latin1diff.out_utf8,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/man.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/man.out_utf8,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/mdoc.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/mdoc.out_utf8,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/named.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/named.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/named.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/named.out_utf8,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/namediff.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/namediff.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/namediff.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/namediff.out_utf8,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/nogroff.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/nogroff.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/nogroff.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/char/unicode/nogroff.out_utf8,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/define/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/define/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/define/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/define/infinite.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/define/infinite.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/define/infinite.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/define/invalid.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/define/invalid.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/define/invalid.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/define/quoted.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/define/quoted.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/delim/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/delim/basic.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/delim/basic.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/delim/basic.out_utf8,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/fromto/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/fromto/basic.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/fromto/basic.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/fromto/basic.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/fromto/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/fromto/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/fromto/noarg.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/fromto/precedence.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/fromto/precedence.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/fromto/precedence.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/matrix/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/matrix/basic.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/matrix/basic.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/matrix/basic.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/matrix/empty.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/matrix/empty.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/matrix/empty.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/nullary/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/nullary/roman.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/nullary/roman.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/nullary/roman.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/nullary/symbol.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/nullary/symbol.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/nullary/symbol.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/nullary/symbol.out_utf8,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/over/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/over/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/over/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/over/noarg.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/over/noarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/over/precedence.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/over/precedence.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/over/precedence.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/size/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/size/basic.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/size/basic.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/subsup/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/subsup/combine.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/subsup/combine.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/subsup/combine.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/subsup/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/subsup/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/subsup/noarg.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/subsup/precedence.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/subsup/precedence.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/subsup/precedence.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/subsup/sub_group.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/subsup/sub_group.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/subsup/sub_group.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/unary/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/unary/bold.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/unary/bold.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/unary/bold.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/unary/diacrit.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/unary/diacrit.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/unary/diacrit.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/unary/sqrt.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/unary/sqrt.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/eqn/unary/sqrt.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/B/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/B/args.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/B/args.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/B/args.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/B/blank.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/B/blank.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/B/blank.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/BI/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/BI/emptyargs.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/BI/emptyargs.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/BI/literal.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/BI/literal.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/EX/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/EX/args.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/EX/args.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/EX/nested.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/EX/nested.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/EX/spacing.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/EX/spacing.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/HP/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/HP/break.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/HP/break.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/HP/literal.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/HP/literal.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/HP/literal.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/HP/macrotag.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/HP/macrotag.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/HP/manyargs.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/HP/manyargs.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/HP/spacing.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/HP/spacing.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/HP/vert.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/HP/vert.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/IP/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/IP/bullet.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/IP/bullet.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/IP/bullet.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/IP/bullet.out_utf8,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/IP/empty.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/IP/empty.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/IP/empty.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/IP/empty.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/IP/empty.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/IP/literal.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/IP/literal.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/IP/literal.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/IP/longhead.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/IP/longhead.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/IP/manyargs.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/IP/manyargs.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/IP/spacing.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/IP/spacing.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/IP/tag.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/IP/tag.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/IP/tag.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/IP/tag.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/IP/vert.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/IP/vert.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/IP/width.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/IP/width.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/MT/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/MT/args.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/MT/args.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/MT/args.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/MT/noME.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/MT/noME.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/MT/noME.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/OP/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/OP/args.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/OP/args.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/OP/args.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/PD/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/PD/args.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/PD/args.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/PD/args.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/PD/nextline.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/PD/nextline.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/PD/spacing.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/PD/spacing.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/PP/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/PP/args.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/PP/args.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/PP/args.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/PP/empty.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/PP/empty.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/PP/empty.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/PP/vert.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/PP/vert.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/REarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/REarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/REarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/an-margin.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/an-margin.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/breaking.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/breaking.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/broken.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/broken.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/empty.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/empty.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/empty.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/literal.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/literal.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/literal.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/lonelyRE.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/lonelyRE.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/lonelyRE.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/nested.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/nested.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/noRE.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/noRE.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/noRE.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/nowidth.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/nowidth.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/paragraph.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/paragraph.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/paragraph.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/width.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/RS/width.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SH/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SH/broken.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SH/broken.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SH/broken.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SH/broken_eline.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SH/broken_eline.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SH/broken_eline.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SH/empty_before.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SH/empty_before.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SH/empty_before.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SH/longarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SH/longarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SH/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SH/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SH/noarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SH/paragraph.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SH/paragraph.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SH/paragraph.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SH/paragraph.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SH/vert.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SH/vert.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SS/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SS/broken.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SS/broken.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SS/broken.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SS/broken_eline.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SS/broken_eline.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SS/broken_eline.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SS/longarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SS/longarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SS/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SS/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SS/noarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SS/paragraph.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SS/paragraph.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SS/paragraph.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SS/paragraph.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SS/vert.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SS/vert.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SY/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SY/literal.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SY/literal.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/SY/literal.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/baddate.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/baddate.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/baddate.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/case.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/case.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/case.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/emptydate.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/emptydate.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/emptydate.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/isodate.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/isodate.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/longdate.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/longdate.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/longdate.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/longtit.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/longtit.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/longvol.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/longvol.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/mdocdate.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/mdocdate.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/noTH.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/noTH.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/noarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/nobody.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/nobody.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/nobody.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/onearg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/onearg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/onearg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/onlyyear.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/onlyyear.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/sixargs.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/sixargs.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/sixargs.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/twoargs.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/twoargs.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TH/twoargs.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/badarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/badarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/broken.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/broken.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/broken.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/double.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/double.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/double.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/eof.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/eof.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/eof.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/fill.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/fill.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/indent.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/indent.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/literal.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/literal.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/literal.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/longhead.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/longhead.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/macrotag.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/macrotag.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/manyargs.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/manyargs.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/sameline.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/sameline.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/spacing.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/spacing.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/tag.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/tag.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/tag.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/tag.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/vert.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/vert.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/vert.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/width.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TP/width.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TS/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TS/break.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TS/break.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TS/break.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TS/vspace.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/TS/vspace.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/UR/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/UR/args.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/UR/args.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/UR/args.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/UR/noUE.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/UR/noUE.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/UR/noUE.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/blank/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/blank/afterSH.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/blank/afterSH.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/blank/afterSH.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/blank/afterSS.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/blank/afterSS.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/blank/afterSS.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/blank/line.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/blank/line.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/blank/line.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/nf/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/nf/args.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/nf/args.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/nf/args.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/nf/dupe.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/nf/dupe.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/nf/dupe.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/nf/indent.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/nf/indent.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/nf/userdef.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/nf/userdef.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/nf/vert.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/man/nf/vert.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ad/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ad/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ad/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ad/font.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ad/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ad/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ad/noarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ad/noarg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/An/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/An/break.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/An/break.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/An/break.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/An/break.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ap/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ap/eos.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ap/eos.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ap/eos.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ap/middle.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ap/middle.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ap/middle.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Aq/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Aq/author.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Aq/author.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Aq/author.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Aq/author.out_utf8,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Aq/empty.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Aq/empty.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Aq/empty.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Aq/empty.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Aq/empty.out_utf8,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ar/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ar/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ar/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ar/font.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ar/punct.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ar/punct.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ar/punct.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ar/punct.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/At/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/At/invalid.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/At/invalid.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/At/invalid.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/At/invalid.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/badargs.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/badargs.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/badargs.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/badargs.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/beforeNAME.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/beforeNAME.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/beforeNAME.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/beforeNAME.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/blank.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/blank.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/blank.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/blank.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/break.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/break.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/break.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/break.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/broken.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/broken.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/broken.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/broken.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/centered.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/centered.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/centered.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/empty.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/empty.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/empty.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/nested.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/nested.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/nested.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/nested.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/nested.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/nested.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/nf.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/nf.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/nf.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/nf.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/offset-empty.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/offset-empty.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/offset-empty.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/offset-neg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/offset-neg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/offset-neg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/paragraph.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/paragraph.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/paragraph.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/paragraph.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/paragraph.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/spacing.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/spacing.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/spacing.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/spacing.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/unclosed.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/unclosed.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/unclosed.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bd/unclosed.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bf/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bf/badargs.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bf/badargs.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bf/badargs.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bf/break.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bf/break.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bf/break.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bf/broken.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bf/broken.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bf/broken.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bf/multiargs.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bf/multiargs.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bf/multiargs.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bf/nest.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bf/nest.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bf/paragraph.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bf/paragraph.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bf/paragraph.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bk/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bk/badarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bk/badarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bk/badarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bk/break.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bk/break.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bk/broken.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bk/broken.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bk/broken.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bk/inputlines.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bk/inputlines.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bk/lines.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bk/lines.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bk/synopsis.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bk/synopsis.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/badargs.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/badargs.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/badargs.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/badargs.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/bareIt.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/bareIt.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/bareIt.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/bareIt.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/bareTa.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/bareTa.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/bareTa.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/bareTa.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/break.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/break.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/break.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/breakingIt.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/breakingIt.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/breakingIt.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/breakingIt.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/breakingTa.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/breakingTa.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/breakingTa.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/broken.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/broken.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/broken.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/broken.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/bullet.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/bullet.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/bullet.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/colNoIt.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/colNoIt.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/colNoIt.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/column.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/column.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/column.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/column.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/column_nogroff.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/column_nogroff.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/column_nogroff.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/column_nogroff.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/dash.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/dash.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/dash.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/dash.out_utf8,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/diag.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/diag.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/diag.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/diag.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/empty.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/empty.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/empty.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/empty.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/emptyhead.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/emptyhead.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/emptyhead.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/emptyhead.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/emptyitem.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/emptyitem.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/emptyitem.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/emptyitem.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/emptytag.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/emptytag.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/emptytag.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/emptytag.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/enum.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/enum.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/enum.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/esc.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/esc.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/esc.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/extend.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/extend.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/extend.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/hang.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/hang.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/hang.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/inset.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/inset.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/inset.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/inset.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/item.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/item.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/item.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/multitag.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/multitag.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/multitag.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/multitype.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/multitype.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/multitype.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/nested.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/nested.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/nested.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/noIt.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/noIt.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/noIt.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/noIt.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/notype.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/notype.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/notype.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/notype.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/offset.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/offset.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/offset.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/ohang.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/ohang.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/ohang.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/secstart.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/secstart.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/secstart.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/tag.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/tag.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/tag.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/tag.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/unclosed.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/unclosed.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/unclosed.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/vert.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/vert.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bl/vert.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Brq/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Brq/empty.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Brq/empty.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Brq/empty.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Brq/empty.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bx/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bx/args.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bx/args.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bx/args.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Bx/args.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cd/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cd/eos.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cd/eos.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cd/eos.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cd/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cd/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cd/font.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cd/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cd/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cd/noarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cd/noarg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cd/punct.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cd/punct.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cd/punct.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cm/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cm/basic.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cm/basic.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cm/basic.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cm/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cm/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cm/font.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cm/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cm/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cm/noarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cm/noarg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cm/punct.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cm/punct.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cm/punct.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cm/tag.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cm/tag.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cm/tag.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cm/tag.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Cm/tag.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/D1/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/D1/spacing.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/D1/spacing.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/D1/spacing.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/D1/spacing.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/D1/spacing.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/D1/spacing.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Db/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Db/args.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Db/args.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Db/args.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/badarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/badarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/badarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/badarg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/dupe.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/dupe.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/dupe.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/dupe.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/late.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/late.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/late.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/late.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/long.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/long.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/long.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/long.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/manarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/manarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/manarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/manarg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/noarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/noarg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/order.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/order.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/order.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dd/order.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dl/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dl/spacing.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dl/spacing.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dl/spacing.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dl/spacing.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dl/spacing.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dl/spacing.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dq/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dq/empty.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dq/empty.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dq/empty.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/badsec.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/badsec.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/case.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/case.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/case.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/case.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/dupe.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/dupe.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/dupe.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/dupe.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/fourargs.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/fourargs.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/fourargs.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/fourargs.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/late.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/late.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/late.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/late.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/missing.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/missing.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/missing.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/missing.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/noarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/noarg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/nobody.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/nobody.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/nobody.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/nobody.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/nosec.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/nosec.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/nosec.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/nosec.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/order.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/order.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/order.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dt/order.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dv/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dv/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dv/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dv/font.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dv/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dv/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dv/noarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dv/noarg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dv/tag.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dv/tag.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dv/tag.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dv/tag.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Dv/tag.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Em/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Em/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Em/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Em/font.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Em/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Em/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Em/noarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Em/noarg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Em/punct.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Em/punct.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Em/punct.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Em/punct.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Em/tag.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Em/tag.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Em/tag.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Em/tag.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Em/tag.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Eo/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Eo/arg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Eo/arg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Eo/arg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Eo/arg.out_utf8,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Eo/break.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Eo/break.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Eo/break.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Eo/break.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Eo/empty.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Eo/empty.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Eo/empty.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Eo/obsolete.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Eo/obsolete.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Eo/obsolete.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Eo/obsolete.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Eo/unclosed.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Eo/unclosed.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Eo/unclosed.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Eo/unclosed.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Er/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Er/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Er/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Er/font.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Er/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Er/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Er/noarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Er/noarg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Er/tag.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Er/tag.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Er/tag.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Er/tag.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Er/tag.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ev/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ev/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ev/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ev/font.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ev/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ev/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ev/noarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ev/noarg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ev/tag.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ev/tag.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ev/tag.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ev/tag.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ev/tag.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ex/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ex/args.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ex/args.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ex/args.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ex/noname.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ex/noname.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ex/noname.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ex/noname.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ex/nostd.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ex/nostd.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ex/nostd.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ex/nostd.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fd/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fd/arg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fd/arg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fd/arg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fd/break.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fd/break.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fd/break.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fd/empty.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fd/empty.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fd/empty.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fd/empty.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fd/eos.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fd/eos.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fd/eos.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fd/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fd/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fd/font.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/font.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/long.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/long.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/long.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/long.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/long.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/multiarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/multiarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/multiarg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/noarg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/parsed.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/parsed.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/parsed.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/punct.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/punct.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/punct.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/punct.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/spacing.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/spacing.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/spacing.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/tag.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/tag.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/tag.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/tag.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fl/tag.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/basic.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/basic.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/basic.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/break.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/break.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/break.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/eos.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/eos.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/eos.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/font.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/noarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/noarg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/nohead.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/nohead.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/nohead.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/nohead.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/obsolete.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/obsolete.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/obsolete.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/obsolete.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/punct.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/punct.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/punct.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/punct.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/section.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/section.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/section.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/tag.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/tag.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/tag.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/tag.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/tag.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/transp.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/transp.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/transp.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/warn.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/warn.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/warn.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Fo/warn.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ft/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ft/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ft/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ft/font.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ic/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ic/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ic/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ic/font.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ic/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ic/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ic/noarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ic/noarg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ic/punct.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ic/punct.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ic/punct.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ic/tag.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ic/tag.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ic/tag.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ic/tag.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ic/tag.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/In/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/In/break.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/In/break.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/In/break.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/In/eos.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/In/eos.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/In/eos.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/In/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/In/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/In/font.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/In/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/In/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/In/noarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/In/noarg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Lb/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Lb/badargs.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Lb/badargs.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Lb/badargs.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Lb/badargs.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Lb/break.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Lb/break.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Lb/break.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Lb/eos.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Lb/eos.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Lb/eos.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Li/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Li/arg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Li/arg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Li/arg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Li/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Li/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Li/font.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Li/punct.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Li/punct.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Li/punct.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Li/punct.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Li/tag.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Li/tag.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Li/tag.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Li/tag.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Li/tag.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Lk/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Lk/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Lk/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Lk/link.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Lk/link.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Lk/link.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Lk/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Lk/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Lk/noarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Lk/noarg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ms/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ms/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ms/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ms/font.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ms/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ms/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ms/noarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ms/noarg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ms/tag.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ms/tag.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ms/tag.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ms/tag.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ms/tag.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Mt/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Mt/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Mt/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Mt/simple.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Mt/simple.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Mt/simple.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Mt/simple.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nd/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nd/broken.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nd/broken.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nd/broken.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nd/hyph.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nd/hyph.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nd/hyph.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nd/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nd/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nd/noarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nd/noarg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nd/par.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nd/par.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nd/par.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/badNAME.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/badNAME.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/badNAME.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/badNAMEuse.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/badNAMEuse.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/badNAMEuse.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/break.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/break.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/break.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/break.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/broken.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/broken.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/broken.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/broken.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/empty.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/empty.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/empty.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/emptyNAME.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/emptyNAME.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/emptyNAMEuse.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/emptyNAMEuse.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/font.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/long.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/long.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/long.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/par.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/par.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/par.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/parns.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/parns.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/parns.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/punct.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/punct.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/punct.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Nm/punct.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/No/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/No/punct.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/No/punct.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/No/punct.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/No/punct.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/No/spacing.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/No/spacing.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/No/spacing.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/No/tag.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/No/tag.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/No/tag.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/No/tag.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/No/tag.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ns/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ns/arg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ns/arg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ns/arg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ns/position.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ns/position.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ns/position.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ns/position.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ns/punct.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ns/punct.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ns/punct.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Oo/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Oo/punct.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Oo/punct.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Oo/punct.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Op/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Op/arg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Op/arg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Op/arg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Op/break.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Op/break.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Op/break.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Op/broken.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Op/broken.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Op/broken.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Op/broken.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Op/punct.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Op/punct.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Op/punct.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Op/punct.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Os/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Os/dupe.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Os/dupe.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Os/dupe.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Os/dupe.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Os/late.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Os/late.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Os/late.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Os/late.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Os/long.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Os/long.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Os/long.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Os/missing.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Os/missing.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Os/missing.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Os/missing.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ox/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ox/keep.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ox/keep.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ox/keep.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Pa/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Pa/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Pa/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Pa/font.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Pa/punct.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Pa/punct.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Pa/punct.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Pa/punct.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Pf/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Pf/spacing.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Pf/spacing.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Pf/spacing.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Pf/spacing.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Pp/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Pp/arg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Pp/arg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Pp/arg.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Pp/arg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Pp/arg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Pp/arg.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Qq/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Qq/empty.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Qq/empty.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Qq/empty.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Qq/empty.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/allch.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/allch.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/allch.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/allch.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/allch.out_utf8,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/args.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/args.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/args.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/args.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/break.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/break.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/break.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/break.out_utf8,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/empty.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/empty.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/empty.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/empty.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/empty.out_utf8,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/paragraph.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/paragraph.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/paragraph.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/paragraph.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/three_authors.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/three_authors.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/three_authors.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/three_authors.out_utf8,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/transp.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/transp.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rs/transp.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rv/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rv/args.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rv/args.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rv/args.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rv/noname.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rv/noname.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rv/noname.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rv/nostd.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rv/nostd.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rv/nostd.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Rv/nostd.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/badNAME.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/badNAME.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/badNAME.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/badNAME.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/before.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/before.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/before.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/before.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/empty.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/empty.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/empty.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/empty.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/emptyNAME.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/emptyNAME.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/emptyNAME.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/emptyNAME.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/first.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/first.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/first.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/first.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/nohead.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/nohead.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/nohead.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/nohead.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/order.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/order.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/order.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/order.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/orderNAME.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/orderNAME.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/orderNAME.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/orderNAME.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/paragraph.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/paragraph.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/paragraph.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/paragraph.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/parbefore.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/parbefore.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/parbefore.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/parbefore.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/parborder.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/parborder.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/parborder.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/parborder.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/punctNAME.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/punctNAME.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/punctNAME.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/punctNAME.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/subbefore.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/subbefore.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/subbefore.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/subbefore.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/tag.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/tag.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/tag.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/tag.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/tag.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/tag.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/transp.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/transp.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sh/transp.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sm/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sm/badarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sm/badarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sm/badarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sm/badarg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sm/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sm/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sm/noarg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sm/scope.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sm/scope.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sm/scope.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sm/spacing-No.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sm/spacing-No.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sm/spacing-No.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sm/spacing-Op.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sm/spacing-Op.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sm/spacing-Op.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sm/twoarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sm/twoarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sm/twoarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sm/twoarg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sq/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sq/empty.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sq/empty.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sq/empty.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sq/empty.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/St/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/St/badargs.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/St/badargs.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/St/badargs.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/St/badargs.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/St/call.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/St/call.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/St/call.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/St/call.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sx/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sx/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sx/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sx/font.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sx/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sx/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sx/noarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sx/noarg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sy/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sy/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sy/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sy/font.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sy/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sy/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sy/noarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sy/noarg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sy/punct.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sy/punct.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sy/punct.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sy/punct.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sy/tag.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sy/tag.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sy/tag.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sy/tag.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Sy/tag.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Tg/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Tg/column.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Tg/column.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Tg/column.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Tg/column.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Tg/column.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Tg/list.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Tg/list.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Tg/list.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Tg/list.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Tg/list.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Tg/warn.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Tg/warn.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Tg/warn.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Tg/warn.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Tg/warn.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Tg/warn.out_tag,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Tn/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Tn/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Tn/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Tn/font.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Tn/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Tn/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Tn/noarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Tn/noarg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ud/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ud/arg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ud/arg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ud/arg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ud/arg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ux/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ux/eos.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ux/eos.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ux/eos.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ux/punct.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ux/punct.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ux/punct.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ux/punct.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ux/spacing.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ux/spacing.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Ux/spacing.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Va/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Va/basic.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Va/basic.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Va/basic.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Va/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Va/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Va/font.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Va/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Va/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Va/noarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Va/noarg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Va/punct.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Va/punct.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Va/punct.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Vt/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Vt/child.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Vt/child.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Vt/child.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Vt/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Vt/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Vt/font.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Vt/noarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Vt/noarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Vt/noarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Vt/noarg.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Vt/spacing.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Vt/spacing.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Vt/spacing.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Xr/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Xr/args.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Xr/args.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Xr/args.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/Xr/args.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/blank/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/blank/comment.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/blank/comment.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/blank/comment.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/blank/comment.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/blank/line.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/blank/line.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/blank/line.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/blank/list.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/blank/list.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/blank/list.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/blank/list.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/blank/transp.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/blank/transp.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/blank/transp.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/blank/transp.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/break/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/break/brokenbreaker.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/break/brokenbreaker.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/break/brokenbreaker.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/break/brokenbreaker.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/break/notopen.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/break/notopen.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/break/notopen.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/break/notopen.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/break/tail.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/break/tail.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/break/tail.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/break/tail.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/break/twice.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/break/twice.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/break/twice.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/break/twice.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/break/two.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/break/two.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/break/two.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/mdoc/break/two.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/args/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/args/man.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/args/man.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/args/man.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/args/mdoc.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/args/mdoc.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/args/mdoc.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/args/roff.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/args/roff.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/args/roff.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/br/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/br/args.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/br/args.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/br/args.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/cc/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/cc/basic.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/cc/basic.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/cc/basic.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ce/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ce/basic.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ce/basic.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/char/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/char/badarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/char/badarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/char/badarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/char/basic.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/char/basic.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/cond/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/cond/before-Dd.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/cond/before-Dd.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/cond/close.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/cond/close.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/cond/close.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/cond/de.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/cond/de.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/cond/de.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/cond/ie.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/cond/ie.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/cond/if.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/cond/if.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/cond/if.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/cond/numeric.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/cond/numeric.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/cond/register.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/cond/register.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/cond/strcmp.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/cond/strcmp.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/cond/string.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/cond/string.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/de/Dd.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/de/Dd.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/de/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/de/TH.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/de/TH.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/de/append.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/de/append.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/de/cond.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/de/cond.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/de/empty.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/de/empty.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/de/escname.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/de/escname.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/de/escname.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/de/factorial.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/de/factorial.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/de/indir.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/de/indir.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/de/indir.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/de/infinite.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/de/infinite.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/de/infinite.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/de/startde.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/de/startde.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/de/tab.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/de/tab.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ds/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ds/append.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ds/append.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ds/escname.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ds/escname.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ds/nested.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ds/nested.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ds/quoting.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ds/quoting.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ds/tab.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ds/tab.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/B.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/B.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/B.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/O.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/O.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/O.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/O1.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/O1.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/O1.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/bs_man.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/bs_man.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/bs_mdoc.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/bs_mdoc.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/c.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/c.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/c_man.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/c_man.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/e.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/e.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/f.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/f.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/f.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/h.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/h.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/h.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/ignore.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/ignore.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/ignore.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/invalid.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/invalid.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/invalid.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/l.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/l.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/l.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/multi.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/multi.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/one.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/one.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/p.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/p.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/two.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/two.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/unsupp.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/unsupp.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/unsupp.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/w.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/w.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/w.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/z.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/esc/z.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ft/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ft/badargs-mdoc.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ft/badargs-mdoc.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ft/badargs-mdoc.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ft/badargs.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ft/badargs.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ft/badargs.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ft/badargs.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ig/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ig/basic.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ig/basic.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ig/basic.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/it/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/it/badarg.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/it/badarg.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/it/badarg.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/it/double.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/it/double.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/it/text.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/it/text.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ll/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ll/basic.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ll/basic.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/na/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/na/args.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/na/args.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/nr/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/nr/argc.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/nr/argc.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/nr/divzero.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/nr/divzero.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/nr/divzero.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/nr/escname.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/nr/escname.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/nr/escname.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/nr/eval.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/nr/eval.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/nr/incr.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/nr/incr.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/nr/int.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/nr/int.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/nr/predef.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/nr/predef.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/nr/rr.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/nr/rr.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/nr/scale.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/nr/scale.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/nr/tab.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/nr/tab.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/nr/undef.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/nr/undef.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/po/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/po/basic-mdoc.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/po/basic-mdoc.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/po/range.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/po/range.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ps/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ps/ignore.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ps/ignore.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/return/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/return/basic.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/return/basic.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/return/basic.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/rm/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/rm/basic.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/rm/basic.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/rn/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/rn/append.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/rn/append.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/rn/tab.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/rn/tab.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/rn/tab.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/scale/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/scale/horiz.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/scale/horiz.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/shift/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/shift/bad.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/shift/bad.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/shift/bad.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/shift/basic.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/shift/basic.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/sp/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/sp/badargs-man.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/sp/badargs-man.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/sp/badargs-man.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/sp/badargs-mdoc.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/sp/badargs-mdoc.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/sp/fill-man.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/sp/fill-man.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/sp/fill-man.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/sp/negative.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/sp/negative.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/sp/scaling-man.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/sp/scaling-man.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/sp/scaling-mdoc.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/sp/scaling-mdoc.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/string/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/string/dotT.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/string/dotT.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/string/dotT.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/string/dotT.out_markdown,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/string/dotT.out_utf8,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/string/escape.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/string/escape.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/string/infinite.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/string/infinite.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/string/name.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/string/name.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/string/name.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/string/std.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/string/std.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/string/std.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/string/undef.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/string/undef.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/string/undef.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/string/zerolength.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/string/zerolength.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ta/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ta/basic-man.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ta/basic-man.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ta/basic-mdoc.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ta/basic-mdoc.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ti/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ti/basic-man.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ti/basic-man.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ti/basic-mdoc.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ti/basic-mdoc.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ti/wide.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/ti/wide.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/tr/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/tr/args.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/tr/args.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/tr/args.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/while/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/while/badargs.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/while/badargs.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/while/badargs.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/while/basic.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/while/basic.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/while/break.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/while/break.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/while/into.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/while/into.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/while/into.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/while/nesting.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/while/nesting.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/while/nesting.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/while/outof.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/while/outof.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/roff/while/outof.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/data/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/data/blankline.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/data/blankline.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/data/block_empty.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/data/block_empty.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/data/block_unclosed.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/data/block_unclosed.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/data/block_unclosed.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/data/block_width.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/data/block_width.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/data/block_wrap.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/data/block_wrap.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/data/empty.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/data/empty.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/data/empty.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/data/insert.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/data/insert.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/data/insert.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/badspan.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/badspan.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/badspan.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/center.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/center.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/complex.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/complex.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/complex.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/empty.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/empty.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/empty.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/emptycol.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/emptycol.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/emptyline.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/emptyline.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/font.out_html,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/lines-nogroff.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/lines-nogroff.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/lines.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/lines.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/numbers.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/numbers.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/shortlines.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/shortlines.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/spacing-nogroff.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/spacing-nogroff.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/spacing-nogroff.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/spacing.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/spacing.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/span.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/layout/span.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/macro/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/macro/column.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/macro/column.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/macro/man.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/macro/man.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/macro/man.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/macro/nested.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/macro/nested.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/macro/nested.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/mod/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/mod/badfont.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/mod/badfont.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/mod/badfont.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/mod/expand-toowide.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/mod/expand-toowide.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/mod/expand.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/mod/expand.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/mod/font-eol.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/mod/font-eol.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/mod/font-eol.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/mod/font.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/mod/font.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/mod/font.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/mod/misalign.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/mod/misalign.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/mod/spacing.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/mod/spacing.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/mod/width.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/mod/width.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/opt/Makefile,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/opt/box.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/opt/box.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/opt/center-mdoc.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/opt/center-mdoc.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/opt/center.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/opt/center.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/opt/invalid.in,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/opt/invalid.out_ascii,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/tbl/opt/invalid.out_lint,*No copyright* UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/soelim.1,BSD 2-Clause License,"Copyright: 2014 Baptiste Daroussin License: BSD-2-Clause",Explicitly defined in upstream license,Yes /mandoc/compat_stringlist.c,BSD 2-clause NetBSD License BSD 2-Clause License,"Copyright: 1994 Christos Zoulas License: BSD-2-Clause-NetBSD",Explicitly defined in upstream license,Yes /mandoc/compat_stringlist.h,BSD 2-clause NetBSD License BSD 2-Clause License,"Copyright: 1994 Christos Zoulas License: BSD-2-Clause-NetBSD",Explicitly defined in upstream license,Yes /mandoc/compat_err.c,BSD 3-Clause License,"Copyright: 1989, 1990, 1993, 1994 The Regents of the University of California License: BSD-3-Clause",Specific to source header and Explicitly defined in upstream license,Yes /mandoc/compat_fts.c,BSD 3-Clause License,"Copyright: 1989, 1990, 1993, 1994 The Regents of the University of California License: BSD-3-Clause",Specific to source header and Explicitly defined in upstream license,Yes /mandoc/compat_fts.h,BSD 3-Clause License,"Copyright: 1989, 1990, 1993, 1994 The Regents of the University of California License: BSD-3-Clause",Specific to source header and Explicitly defined in upstream license,Yes /mandoc/compat_getsubopt.c,BSD 3-Clause License,"Copyright: 1989, 1990, 1993, 1994 The Regents of the University of California License: BSD-3-Clause",Specific to source header and Explicitly defined in upstream license,Yes /mandoc/compat_strcasestr.c,BSD 3-Clause License,"Copyright: 1989, 1990, 1993, 1994 The Regents of the University of California License: BSD-3-Clause",Specific to source header and Explicitly defined in upstream license,Yes /mandoc/compat_strsep.c,BSD 3-Clause License,"Copyright: 1989, 1990, 1993, 1994 The Regents of the University of California License: BSD-3-Clause",Specific to source header and Explicitly defined in upstream license,Yes /mandoc/man.1,BSD 3-Clause License,"Copyright: 1989, 1990, 1993, 1994 The Regents of the University of California License: BSD-3-Clause",Specific to source header and Explicitly defined in upstream license,Yes /mandoc/LICENSE,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/Makefile,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/Makefile2,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/apropos.1,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/arch.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/att.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/catman.8,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/chars.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/compat_getline.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/compat_isblank.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/compat_mkdtemp.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/compat_mkstemps.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/compat_ohash.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/compat_ohash.h,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/compat_progname.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/compat_reallocarray.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/compat_recallocarray.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/compat_strlcat.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/compat_strlcpy.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/compat_strndup.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/compat_strtonum.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/compat_vasprintf.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/configure,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/configure.local.example,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/dba.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/dba.h,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/dba_array.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/dba_array.h,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/dba_read.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/dba_write.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/dba_write.h,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/dbm.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/dbm.h,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/dbm_map.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/dbm_map.h,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/demandoc.1,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/demandoc.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/eqn.7,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/eqn.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/eqn_html.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/eqn_term.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/gmdiff,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/html.h,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/lib.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/lib.in,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/makewhatis.8,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/man.7,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/man.cgi.3,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/man.cgi.8,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/man.conf.5,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/man.options.1,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mandoc.1,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mandoc.3,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mandoc.db.5,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mandoc_aux.h,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mandoc_char.7,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mandoc_escape.3,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mandoc_headers.3,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mandoc_html.3,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mandoc_malloc.3,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mandoc_ohash.h,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mandoc_xr.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mandoc_xr.h,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mandocd.8,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mansearch.3,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mansearch.h,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mchars_alloc.3,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mdoc.7,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mdoc_man.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mdoc_state.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/msec.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/msec.in,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/out.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/out.h,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/preconv.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/predefs.in,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/roff.7,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/roff_html.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/roff_term.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/roff_validate.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/st.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/tag.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/tag.h,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/tbl.3,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/tbl.7,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/tbl.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/tbl_data.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/tbl_html.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/tbl_layout.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/tbl_opts.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/tbl_term.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/term_tab.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/term_tag.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/term_tag.h,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-attribute.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-err.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-getsubopt.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-stringlist.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-strtonum.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-vasprintf.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/test-wchar.c,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/regress.pl,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/regress/regress.pl.1,ISC License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /LICENSE,ISC License BSD 2-Clause License,"Copyright: 2019-2024, Ziga Lenarcic License: BSD-2-Clause",Upstream Author license/inherited,Yes /debian/copyright,The Unlicense ISC License BSD 2-clause NetBSD License BSD 2-Clause License,"Copyright: 2024, James Montgomery License: Unlicense",Maintainer license,Yes /stretchy_buffer.h,The Unlicense MIT License,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/catman.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/cgi.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/eqn.h,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/eqn_parse.h,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/html.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/libman.h,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/libmandoc.h,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/libmdoc.h,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/main.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/main.h,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/man.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/man.h,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/man_html.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/man_macro.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/man_term.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/man_validate.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/manconf.h,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mandoc.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mandoc.h,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mandoc_aux.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mandoc_msg.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mandoc_ohash.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mandoc_parse.h,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mandocd.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mandocdb.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/manpath.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mansearch.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mdoc.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mdoc.h,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mdoc_argv.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mdoc_html.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mdoc_macro.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mdoc_markdown.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mdoc_term.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/mdoc_validate.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/read.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/roff.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/roff.h,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/roff_int.h,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/soelim.c,UNKNOWN,"Copyright: 2014 Baptiste Daroussin License: BSD-2-Clause",Explicitly defined in upstream license,Yes /mandoc/tbl.h,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/tbl_int.h,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/tbl_parse.h,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/term.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/term.h,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/term_ascii.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/term_ps.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /mandoc/tree.c,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes /screenshot/anim.gif,UNKNOWN,"Copyright: 2019-2024, Ziga Lenarcic License: BSD-2-Clause",Upstream Author license/inherited,Yes /mandoc/regress/char/unicode/latin1.out_ascii,UNKNOWN,"Copyright: 2008-2012, 2014 … License: ISC",Defined in mandoc/License. Deviations explicitly defined. ,Yes
Attachment:
signature.asc
Description: PGP signature