Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit 58e21d3

Browse files
davidoliverSP2mneedham
authored andcommitted
Add new 2019 copyright + license details to GA docs (#788)
* add copyright statement * update build file * add cp statement * put copyright above the line
1 parent 0f367f8 commit 58e21d3

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

doc/asciidoc/index.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,17 @@
66
:toclevels: 2
77
:env-docs: true
88

9+
ifdef::backend-html5[(C) {copyright}]
10+
ifndef::backend-pdf[]
11+
912
License: link:{common-license-page-uri}[Creative Commons 4.0]
13+
endif::[]
14+
ifdef::backend-pdf[]
15+
(C) {copyright}
16+
17+
License: <<license, Creative Commons 4.0>>
18+
endif::[]
19+
1020

1121
[abstract]
1222
--

doc/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ ext {
3939
]
4040
if (1 < versionParts.size()) { versions.graphAlgoDocs += '-preview' }
4141

42+
copyrightYear = '2019'
4243
docsBaseUri = "https://neo4j.com/docs"
4344
crossReferenceBase = [ // We have no strategy for cross references; always link to current.
4445
'operations-manual' : "${docsBaseUri}/operations-manual/current",
@@ -55,10 +56,13 @@ ext {
5556
'icons' : 'font',
5657
'attribute-missing' : 'warn',
5758
'docs-version' : versions.graphAlgoDocs,
59+
'copyright-year' : copyrightYear,
60+
'copyright' : "${copyrightYear} Neo4j, Inc.",
5861
'common-license-page-uri': "$docsBaseUri/license/",
5962
],
6063
'docbook': [
6164
'imagesdir' : 'images',
65+
'docinfo1' : '',
6266
],
6367
'html': [
6468
'stylesdir' : 'css',

0 commit comments

Comments
 (0)