aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LICENSE
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-11-02 14:53:02 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-11-02 14:53:02 +0000
commitc60f48bd22c01fe8a88daad14b248d79eb1465dd (patch)
treed1c98569fe25f0c65a6a39e1c5b3a94fd77e5fba /LICENSE
parent9c019506f3a8dabe6b7d843b9cd0eda590b879bb (diff)
downloadmandoc-c60f48bd22c01fe8a88daad14b248d79eb1465dd.tar.gz
mandoc-c60f48bd22c01fe8a88daad14b248d79eb1465dd.tar.zst
mandoc-c60f48bd22c01fe8a88daad14b248d79eb1465dd.zip
Shrink -Tps output by more than 50%
by using PostScript as a programming language. * Define and use one PostScript procedure to select each font. * Define and use procedures combining "use" and "show". * In one of these, reuse the current row if it did not change. Most ideas and most coding by espie@, tweaked by me.
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE4
1 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index aca7ee7a..6b42a40b 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-$Id: LICENSE,v 1.17 2017/06/23 15:58:14 schwarze Exp $
+$Id: LICENSE,v 1.18 2017/11/02 14:53:02 schwarze Exp $
With the exceptions noted below, all code and documentation
contained in the mandoc toolkit is protected by the Copyright
@@ -6,12 +6,12 @@ of the following developers:
Copyright (c) 2008-2012, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
Copyright (c) 2010-2017 Ingo Schwarze <schwarze@openbsd.org>
+Copyright (c) 1999, 2004, 2017 Marc Espie <espie@openbsd.org>
Copyright (c) 2009, 2010, 2011, 2012 Joerg Sonnenberger <joerg@netbsd.org>
Copyright (c) 2013 Franco Fichtner <franco@lastsummer.de>
Copyright (c) 2014 Baptiste Daroussin <bapt@freebsd.org>
Copyright (c) 2016 Ed Maste <emaste@freebsd.org>
Copyright (c) 2017 Michael Stapelberg <stapelberg@debian.org>
-Copyright (c) 1999, 2004 Marc Espie <espie@openbsd.org>
Copyright (c) 1998, 2004, 2010 Todd C. Miller <Todd.Miller@courtesan.com>
Copyright (c) 2008, 2017 Otto Moerbeek <otto@drijf.net>
Copyright (c) 2004 Ted Unangst <tedu@openbsd.org>