diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2018-11-26 15:02:38 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2018-11-26 15:02:38 +0000 |
commit | 0cd2bc975e62939bb5a2ca87e880a5f354088bb7 (patch) | |
tree | 4b56bad39ac53cc2f3cca0e59fca579ffae6c120 /mandoc.css | |
parent | 7afb42b3f0ce890a6e9f9d04f3ee354e8309f63e (diff) | |
download | mandoc-0cd2bc975e62939bb5a2ca87e880a5f354088bb7.tar.gz |
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.
Diffstat (limited to 'mandoc.css')
-rw-r--r-- | mandoc.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ /* $Id$ */ /* * 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. */ |