Skip to content

Commit 7d69381

Browse files
dgarcia360tchaikov
authored andcommitted
Add license notice
(cherry picked from commit 7399a0a)
1 parent 6ce06b1 commit 7d69381

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/source/_templates/notice.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<div class="notice">
2+
<p>ScyllaDB Java Driver is available under the <a href="https://www.apache.org/licenses/LICENSE-2.0.html">Apache v2 License</a>.
3+
ScyllaDB Java Driver is a fork of <a href="https://github.com/datastax/java-driver">DataStax Java Driver</a>.
4+
See Copyright <a href="https://java-driver.docs.scylladb.com/stable/#license">here</a>.</p>
5+
</div>

docs/source/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
'sphinx_multiversion',
3838
]
3939

40+
# Add any paths that contain templates here, relative to this directory.
41+
templates_path = ['_templates']
42+
4043
# The suffix(es) of source filenames.
4144
# You can specify multiple suffix as a list of string:
4245
#

0 commit comments

Comments
 (0)