diff options
-rw-r--r-- | art-epilogue.xhtml | 3 | ||||
-rw-r--r-- | code-box.css | 1 | ||||
-rw-r--r-- | common.css | 1 | ||||
-rw-r--r-- | doc-prologue.xhtml | 3 | ||||
-rw-r--r-- | doc.css | 1 | ||||
-rw-r--r-- | doc.html2ps | 2 | ||||
-rw-r--r-- | man-epilogue.1 | 2 | ||||
-rw-r--r-- | man-epilogue.xhtml | 2 | ||||
-rw-r--r-- | man.css | 1 | ||||
-rw-r--r-- | p-code-box.css | 1 | ||||
-rw-r--r-- | pre-box.css | 1 | ||||
-rw-r--r-- | simple-doc-prologue.xhtml | 3 | ||||
-rw-r--r-- | toc.css | 1 | ||||
-rw-r--r-- | web-epilogue.xhtml | 3 | ||||
-rw-r--r-- | web.css | 1 |
15 files changed, 7 insertions, 19 deletions
diff --git a/art-epilogue.xhtml b/art-epilogue.xhtml index 812efa5..26336b0 100644 --- a/art-epilogue.xhtml +++ b/art-epilogue.xhtml @@ -1,7 +1,6 @@ </div> -<div id="footer">© 2014-2019 <a href="https://codesynthesis.com">Code -Synthesis Ltd</a></div> +<div id="footer">© $copyright$</div> </body> </html> diff --git a/code-box.css b/code-box.css index f3d22ca..cadbddb 100644 --- a/code-box.css +++ b/code-box.css @@ -1,5 +1,4 @@ /* file : code-box.css - * copyright : Copyright (c) 2014-2019 Code Synthesis Ltd * license : MIT; see accompanying LICENSE file */ @@ -1,5 +1,4 @@ /* file : common.css - * copyright : Copyright (c) 2014-2019 Code Synthesis Ltd * license : MIT; see accompanying LICENSE file */ diff --git a/doc-prologue.xhtml b/doc-prologue.xhtml index 8c53c93..958ac1e 100644 --- a/doc-prologue.xhtml +++ b/doc-prologue.xhtml @@ -36,8 +36,7 @@ $./doc.css$ <a href="$name$-a4.ps">PostScript/A4</a>, and <a href="$name$-letter.ps">PostScript/Letter</a>.</p> - <p>Copyright © 2014-2019 <a href="https://codesynthesis.com">Code - Synthesis Ltd</a><br/> + <p>Copyright © $copyright$<br/> Permission is granted to copy, distribute and/or modify this document under the terms of the MIT License.</p> </div> @@ -1,5 +1,4 @@ /* file : intro.css - * copyright : Copyright (c) 2014-2019 Code Synthesis Ltd * license : MIT; see accompanying LICENSE file */ diff --git a/doc.html2ps b/doc.html2ps index 1a2419a..66ca367 100644 --- a/doc.html2ps +++ b/doc.html2ps @@ -22,7 +22,7 @@ <h1> </h1> <h1> </h1> </div> - <p>Copyright © 2014-2019 Code Synthesis Ltd<br/> + <p>Copyright © $copyright$<br/> Permission is granted to copy, distribute and/or modify this document under the terms of the MIT License.</p> diff --git a/man-epilogue.1 b/man-epilogue.1 index 913961b..eec1e60 100644 --- a/man-epilogue.1 +++ b/man-epilogue.1 @@ -1,7 +1,7 @@ .SH BUGS Send bug reports to the users@build2.org mailing list. .SH COPYRIGHT -Copyright (c) 2014-2019 Code Synthesis Ltd +Copyright (c) $copyright$ Permission is granted to copy, distribute and/or modify this document under the terms of the MIT License. diff --git a/man-epilogue.xhtml b/man-epilogue.xhtml index 67f5479..9c9c317 100644 --- a/man-epilogue.xhtml +++ b/man-epilogue.xhtml @@ -6,7 +6,7 @@ </div> <div id="footer"> -© 2014-2019 Code Synthesis Ltd<br/> +© $copyright$<br/> Permission is granted to copy, distribute and/or modify this document under the terms of the MIT License. </div> @@ -1,5 +1,4 @@ /* file : man.css - * copyright : Copyright (c) 2014-2019 Code Synthesis Ltd * license : MIT; see accompanying LICENSE file */ diff --git a/p-code-box.css b/p-code-box.css index 5505d23..397e5e7 100644 --- a/p-code-box.css +++ b/p-code-box.css @@ -1,5 +1,4 @@ /* file : p-code-box.css - * copyright : Copyright (c) 2014-2019 Code Synthesis Ltd * license : MIT; see accompanying LICENSE file */ diff --git a/pre-box.css b/pre-box.css index 62b3464..3cfcee4 100644 --- a/pre-box.css +++ b/pre-box.css @@ -1,5 +1,4 @@ /* file : pre-box.css - * copyright : Copyright (c) 2014-2019 Code Synthesis Ltd * license : MIT; see accompanying LICENSE file */ diff --git a/simple-doc-prologue.xhtml b/simple-doc-prologue.xhtml index 6ecb48b..2260a5d 100644 --- a/simple-doc-prologue.xhtml +++ b/simple-doc-prologue.xhtml @@ -20,8 +20,7 @@ $./doc.css$ <div id="titlepage"> <div class="title">$title$</div> - <p>Copyright © 2014-2019 <a href="https://codesynthesis.com">Code - Synthesis Ltd</a><br/> + <p>Copyright © $copyright$<br/> Permission is granted to copy, distribute and/or modify this document under the terms of the MIT License.</p> </div> @@ -1,5 +1,4 @@ /* file : toc.css - * copyright : Copyright (c) 2014-2019 Code Synthesis Ltd * license : MIT; see accompanying LICENSE file */ diff --git a/web-epilogue.xhtml b/web-epilogue.xhtml index 812efa5..26336b0 100644 --- a/web-epilogue.xhtml +++ b/web-epilogue.xhtml @@ -1,7 +1,6 @@ </div> -<div id="footer">© 2014-2019 <a href="https://codesynthesis.com">Code -Synthesis Ltd</a></div> +<div id="footer">© $copyright$</div> </body> </html> @@ -1,5 +1,4 @@ /* file : web.css - * copyright : Copyright (c) 2014-2019 Code Synthesis Ltd * license : MIT; see accompanying LICENSE file */ |