diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-02-18 15:59:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-02-18 15:59:58 +0200 |
commit | 5d12805f877ff931b1195789e0cb0dae2ee97479 (patch) | |
tree | 9137f51dddae848c24cfcc73aa26e1097909214e /doc.html2ps | |
parent | 8ff379b5eb764e550aad7bc182941bd803b2c8df (diff) |
Fix copyright substitution in html2ps machinery
Diffstat (limited to 'doc.html2ps')
-rw-r--r-- | doc.html2ps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc.html2ps b/doc.html2ps index 3294a90..c0dd1fa 100644 --- a/doc.html2ps +++ b/doc.html2ps @@ -22,7 +22,7 @@ <h1> </h1> <h1> </h1> </div> - <p>Copyright © $copyright$.<br/> + <p>Copyright © $[copyright].<br/> Permission is granted to copy, distribute and/or modify this document under the terms of the MIT License.</p> |