summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/api.rst3
-rw-r--r--doc/branch.rst3
-rw-r--r--doc/changes.rst3
-rw-r--r--doc/cmd.rst3
-rw-r--r--doc/conf.py3
-rw-r--r--doc/config.rst3
-rw-r--r--doc/contributing.rst3
-rw-r--r--doc/excluding.rst3
-rw-r--r--doc/faq.rst3
-rw-r--r--doc/index.rst3
-rw-r--r--doc/install.rst3
-rw-r--r--doc/plugins.rst3
-rw-r--r--doc/source.rst3
-rw-r--r--doc/subprocess.rst3
-rw-r--r--doc/trouble.rst3
15 files changed, 45 insertions, 0 deletions
diff --git a/doc/api.rst b/doc/api.rst
index bb039e9d..70015722 100644
--- a/doc/api.rst
+++ b/doc/api.rst
@@ -1,3 +1,6 @@
+.. Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+.. For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+
.. _api:
============
diff --git a/doc/branch.rst b/doc/branch.rst
index 71367de4..9cee70bf 100644
--- a/doc/branch.rst
+++ b/doc/branch.rst
@@ -1,3 +1,6 @@
+.. Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+.. For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+
.. _branch:
===========================
diff --git a/doc/changes.rst b/doc/changes.rst
index 53ea3601..64be4f2f 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -1,3 +1,6 @@
+.. Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+.. For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+
.. _changes:
====================================
diff --git a/doc/cmd.rst b/doc/cmd.rst
index b7e00e56..7827a5ed 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -1,3 +1,6 @@
+.. Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+.. For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+
.. _cmd:
==============================
diff --git a/doc/conf.py b/doc/conf.py
index c996bdaa..7be1ca79 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -1,4 +1,7 @@
# -*- coding: utf-8 -*-
+# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+
#
# coverage.py documentation build configuration file, created by
# sphinx-quickstart on Wed May 13 22:18:33 2009.
diff --git a/doc/config.rst b/doc/config.rst
index 7109fb88..980d0462 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -1,3 +1,6 @@
+.. Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+.. For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+
.. _config:
===================
diff --git a/doc/contributing.rst b/doc/contributing.rst
index 32929e0b..99459b1d 100644
--- a/doc/contributing.rst
+++ b/doc/contributing.rst
@@ -1,3 +1,6 @@
+.. Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+.. For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+
.. _contributing:
===========================
diff --git a/doc/excluding.rst b/doc/excluding.rst
index c306ad4d..465afe16 100644
--- a/doc/excluding.rst
+++ b/doc/excluding.rst
@@ -1,3 +1,6 @@
+.. Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+.. For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+
.. _excluding:
===============================
diff --git a/doc/faq.rst b/doc/faq.rst
index 2bae33d2..e8e9c49e 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -1,3 +1,6 @@
+.. Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+.. For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+
.. _faq:
==================
diff --git a/doc/index.rst b/doc/index.rst
index af24493c..299bd883 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -1,3 +1,6 @@
+.. Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+.. For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+
===========
Coverage.py
===========
diff --git a/doc/install.rst b/doc/install.rst
index fa01e636..57fd38e7 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -1,3 +1,6 @@
+.. Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+.. For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+
.. _install:
============
diff --git a/doc/plugins.rst b/doc/plugins.rst
index 32f00c9d..30d73396 100644
--- a/doc/plugins.rst
+++ b/doc/plugins.rst
@@ -1,3 +1,6 @@
+.. Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+.. For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+
.. _plugins:
=======
diff --git a/doc/source.rst b/doc/source.rst
index 42fd3382..b8dcb7be 100644
--- a/doc/source.rst
+++ b/doc/source.rst
@@ -1,3 +1,6 @@
+.. Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+.. For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+
.. _source:
=======================
diff --git a/doc/subprocess.rst b/doc/subprocess.rst
index 92ad135a..5a55dc4a 100644
--- a/doc/subprocess.rst
+++ b/doc/subprocess.rst
@@ -1,3 +1,6 @@
+.. Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+.. For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+
.. _subprocess:
=======================
diff --git a/doc/trouble.rst b/doc/trouble.rst
index dbb22acc..b7011988 100644
--- a/doc/trouble.rst
+++ b/doc/trouble.rst
@@ -1,3 +1,6 @@
+.. Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
+.. For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+
.. _trouble:
=========================