Skip to content

Commit 8cd5589

Browse files
author
Mark Gibbs
committed
Added license to documentation
1 parent d511d81 commit 8cd5589

File tree

4 files changed

+39
-3
lines changed

4 files changed

+39
-3
lines changed

CONTRIBUTIONS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ the documentation for details on how to build, test and document contributions.
77

88
Once ready, submit a pull request to the [main repository](https://github.com/GibbsConsulting/django-plotly-dash).
99

10-
Unless you request otherwise, you will be added to the list of contributors below.
10+
Unless you request otherwise, you will be added to the list of contributors below. If you're not on the list
11+
and think you should be, please send an email to <[email protected]>
1112

1213
## Contributors
1314

14-
Thanks to the following people who have submitted pull requests that have made it into the codebase
15+
Thanks to the following people:
1516

1617
[delsim](https://github.com/delsim)
18+
1719
[weber-s](https://github.com/weber-s)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Gibbs Consulting
3+
Copyright (c) 2018 Gibbs Consulting and others - see CONTRIBUTIONS.md
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ Contents
2525
configuration
2626
development
2727
faq
28+
license

docs/license.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
.. _license
2+
3+
License
4+
=======
5+
6+
The ``django-plotly-dash`` package is made available under the MIT license.
7+
8+
The license text can be found in the LICENSE file in the root directory of the source code, along with
9+
a CONTRIBUTIONS.md file that includes a list of the contributors to the codebase.
10+
11+
A copy of the license, correct at the time of writing of this documentation, follows:
12+
13+
MIT License
14+
15+
Copyright (c) 2018 Gibbs Consulting and others - see CONTRIBUTIONS.md
16+
17+
Permission is hereby granted, free of charge, to any person obtaining a copy
18+
of this software and associated documentation files (the "Software"), to deal
19+
in the Software without restriction, including without limitation the rights
20+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
21+
copies of the Software, and to permit persons to whom the Software is
22+
furnished to do so, subject to the following conditions:
23+
24+
The above copyright notice and this permission notice shall be included in all
25+
copies or substantial portions of the Software.
26+
27+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
28+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
30+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
31+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
32+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
33+
SOFTWARE.

0 commit comments

Comments
 (0)