Add note about the example licensing.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/13c2b8af Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/13c2b8af Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/13c2b8af Branch: refs/heads/trunk Commit: 13c2b8af0257e832a766cb69519628fbb83fe158 Parents: 00c35ab Author: Tomaz Muraus <[email protected]> Authored: Sat Aug 3 15:14:30 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Sat Aug 3 15:15:48 2013 +0200 ---------------------------------------------------------------------- docs/index.rst | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/13c2b8af/docs/index.rst ---------------------------------------------------------------------- diff --git a/docs/index.rst b/docs/index.rst index 9f8e30b..f1d8faa 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,6 +7,11 @@ Welcome to Apache Libcloud's documentation! Sphinx, so this may be incomplete. We apologize for the inconvenience and we hope the upcoming awesomeness will make up for it. +.. note:: + + Unless noted otherwise, all of the examples in the documentation are + licensed under the `Apache 2.0 license`_. + Apache Libcloud is a Python library which abstracts away the differences between multiple cloud providers. It current can manage four different cloud resources: @@ -27,3 +32,5 @@ resources: storage/* loadbalancers/* dns/* + +.. _`Apache 2.0 license`: https://www.apache.org/licenses/LICENSE-2.0.html
