Skip to content

Commit 557ffd8

Browse files
committed
license
1 parent 66bdea2 commit 557ffd8

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA.

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,13 @@ Building
1616
To build the docs you'll need to install **sphinx** and
1717
**sphinxcontrib-httpdomain**, both of which are available on
1818
PyPI. Once the dependencies are met, just run **make install**.
19+
20+
License
21+
=======
22+
23+
This work is licensed under the Creative Commons
24+
Attribution-ShareAlike 3.0 Unported License. To view a copy of this
25+
license, visit `creativecommons.org
26+
<http://creativecommons.org/licenses/by-sa/3.0/>`_ or send a letter to
27+
Creative Commons, 444 Castro Street, Suite 900, Mountain View,
28+
California, 94041, USA.

conf.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
# -*- coding: utf-8 -*-
22

3-
import sys, os
4-
53
extensions = ["sphinxcontrib.httpdomain"]
64
templates_path = ['_templates']
75
source_suffix = '.rst'
86
master_doc = 'index'
97
project = u'Fiesta API'
10-
copyright = u'2011, Fiesta Technology, LLC'
8+
copyright = u'2011, Fiesta Technology, LLC. Licensed under a Creative Commons Attribution-ShareAlike License'
119
version = '0.9.1'
1210
release = '0.9'
13-
exclude_patterns = ['_build']
11+
exclude_patterns = ['_build', 'README.rst']
1412
pygments_style = 'sphinx'
1513
html_theme = 'default'
1614
html_favicon = "favicon.ico"

0 commit comments

Comments
 (0)