diff options
author | 2018-11-26 15:01:38 +0000 | |
---|---|---|
committer | 2018-11-26 15:01:38 +0000 | |
commit | ce83d2c0a10e2f5bf06f8d0c4332565983209749 (patch) | |
tree | 1618da647e32dbf6f4f7520c6c588e126d9afc52 | |
parent | Move the {qcow2,raw} create functions from vmctl into vmd/vio{qcow2,raw}.c (diff) | |
download | wireguard-openbsd-ce83d2c0a10e2f5bf06f8d0c4332565983209749.tar.xz wireguard-openbsd-ce83d2c0a10e2f5bf06f8d0c4332565983209749.zip |
Place mandoc.css into the public domain.
The reason for doing this rather than using the ISC license
is that i guess that in some contexts, a requirement to preserve
a Copyright and license header might be inconvenient, and i really
don't care at all how people use it.
What matters is that they do use it, or something similar - attempts
to use mandoc without any CSS are a constant source of grief and
bogus bug reports because HTML without CSS doesn't look very good:
the more structural and semantic and the less presentational and
old-fashioned the HTML, the more so.
Thanks to Mark Harris <mark dot hsj at gmail dot com> for pointing out
that the permissions on this particular file were unclear.
-rw-r--r-- | usr.bin/mandoc/mandoc.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/mandoc/mandoc.css b/usr.bin/mandoc/mandoc.css index 29c1adbd01a..bc92234f5d9 100644 --- a/usr.bin/mandoc/mandoc.css +++ b/usr.bin/mandoc/mandoc.css @@ -1,6 +1,11 @@ -/* $OpenBSD: mandoc.css,v 1.25 2018/11/24 23:03:13 schwarze Exp $ */ +/* $OpenBSD: mandoc.css,v 1.26 2018/11/26 15:01:38 schwarze Exp $ */ /* * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). + * + * Written by Ingo Schwarze <schwarze@openbsd.org>. + * I place this file into the public domain. + * Permission to use, copy, modify, and distribute it for any purpose + * with or without fee is hereby granted, without any conditions. */ /* Global defaults. */ |