Add copyright notice to index footer of docs
Closes gh-742
This commit is contained in:
8
docs/src/docs/asciidoc/index-docinfo-footer.html
Normal file
8
docs/src/docs/asciidoc/index-docinfo-footer.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Version {spring-authorization-server-version}<br>
|
||||
Last updated {docdatetime}<br>
|
||||
Copyright © 2020-{docyear}
|
||||
<p class="paragraph">Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,7 +1,7 @@
|
||||
<productname>Spring Authorization Server</productname>
|
||||
<releaseinfo>{spring-authorization-server-version}</releaseinfo>
|
||||
<copyright>
|
||||
<year>2020-2022</year>
|
||||
<year>2020-{docyear}</year>
|
||||
</copyright>
|
||||
<legalnotice>
|
||||
<para>
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
= Spring Authorization Server Reference
|
||||
Joe Grandja, Steve Riesenberg
|
||||
v{spring-authorization-server-version}
|
||||
:docinfo: private-footer
|
||||
:nofooter:
|
||||
|
||||
[horizontal]
|
||||
xref:overview.adoc[Overview] :: Introduction and list of supported features
|
||||
|
||||
Reference in New Issue
Block a user