diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-02-07 17:59:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-02-07 17:59:17 +0200 |
commit | 8ff379b5eb764e550aad7bc182941bd803b2c8df (patch) | |
tree | 75cf7835da7a17fa9f2c0aa45aef23fa43b39764 | |
parent | 87173ad9367cf0d0699dfe58821732773425d6dd (diff) |
Make copyright notices consistent
-rw-r--r-- | art-epilogue.xhtml | 2 | ||||
-rw-r--r-- | man-epilogue.xhtml | 2 | ||||
-rw-r--r-- | web-epilogue.xhtml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/art-epilogue.xhtml b/art-epilogue.xhtml index f4fea96..0208998 100644 --- a/art-epilogue.xhtml +++ b/art-epilogue.xhtml @@ -1,6 +1,6 @@ </div> -<div id="footer">© $copyright$.</div> +<div id="footer">Copyright © $copyright$.</div> </body> </html> diff --git a/man-epilogue.xhtml b/man-epilogue.xhtml index beed97b..f37a3c7 100644 --- a/man-epilogue.xhtml +++ b/man-epilogue.xhtml @@ -6,7 +6,7 @@ </div> <div id="footer"> -© $copyright$.<br/> +Copyright © $copyright$.<br/> Permission is granted to copy, distribute and/or modify this document under the terms of the MIT License. </div> diff --git a/web-epilogue.xhtml b/web-epilogue.xhtml index f4fea96..0208998 100644 --- a/web-epilogue.xhtml +++ b/web-epilogue.xhtml @@ -1,6 +1,6 @@ </div> -<div id="footer">© $copyright$.</div> +<div id="footer">Copyright © $copyright$.</div> </body> </html> |