Skip to content

Commit 7399a0a

Browse files
dgarcia360avelanarius
authored andcommitted
Add license notice
1 parent a9fcffb commit 7399a0a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/source/_templates/notice.html

+5
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

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
'sphinx_multiversion',
3636
]
3737

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

0 commit comments

Comments
 (0)