You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2012/09/29 18:13:29 UTC

git commit: added license and link to docs

Updated Branches:
  refs/heads/docs c9efdb1bd -> 9a95d0043


added license and link to docs


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/9a95d004
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/9a95d004
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/9a95d004

Branch: refs/heads/docs
Commit: 9a95d0043a98f24386cc9728ba35f367221b1a16
Parents: c9efdb1
Author: Noah Slater <ns...@apache.org>
Authored: Sat Sep 29 17:13:16 2012 +0100
Committer: Noah Slater <ns...@apache.org>
Committed: Sat Sep 29 17:13:16 2012 +0100

----------------------------------------------------------------------
 share/doc/src/conf.py |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/9a95d004/share/doc/src/conf.py
----------------------------------------------------------------------
diff --git a/share/doc/src/conf.py b/share/doc/src/conf.py
index cffdb29..764a806 100644
--- a/share/doc/src/conf.py
+++ b/share/doc/src/conf.py
@@ -1,3 +1,17 @@
+## Licensed under the Apache License, Version 2.0 (the "License"); you may not
+## use this file except in compliance with the License. You may obtain a copy of
+## the License at
+##
+##   http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+## WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+## License for the specific language governing permissions and limitations under
+## the License.
+
+# http://sphinx.pocoo.org/config.html
+
 import sys, os
 
 extensions = ["sphinx.ext.todo"]