Skip to content

Commit 28d1b87

Browse files
authored
Added copyright (#159)
1 parent 4aa8e98 commit 28d1b87

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

docs/copyright.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Copyright
2+
=========
3+
4+
*Pytest Celery User Manual*
5+
6+
by Tomer Nosrati
7+
8+
.. |copy| unicode:: U+000A9 .. COPYRIGHT SIGN
9+
10+
Copyright |copy| 2024, Tomer Nosrati.
11+
12+
All rights reserved. This material may be copied or distributed only
13+
subject to the terms and conditions set forth in the `Creative Commons
14+
Attribution-ShareAlike 4.0 International
15+
<https://creativecommons.org/licenses/by-sa/4.0/legalcode>`_ license.
16+
17+
You may share and adapt the material, even for commercial purposes, but
18+
you must give the original author credit. If you alter, transform, or build upon this
19+
work, you may distribute the resulting work only under the same or a
20+
compatible license to this one.
21+
22+
.. note::
23+
24+
While the *Pytest Celery* documentation is offered under the
25+
Creative Commons *Attribution-ShareAlike 4.0 International* license,
26+
the Pytest Celery *software* is offered under the
27+
`BSD License (3 Clause) <http://www.opensource.org/licenses/BSD-3-Clause>`_.

docs/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ Getting Started
2626
Contents
2727
========
2828

29+
.. toctree::
30+
:maxdepth: 1
31+
32+
copyright
33+
2934
.. toctree::
3035
:maxdepth: 1
3136

0 commit comments

Comments
 (0)