Add about page with CouchDB license. While sources are ships with all license bits, documentation artifacts lack of such.
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/6b50511d Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/6b50511d Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/6b50511d Branch: refs/heads/master Commit: 6b50511d88d29d50e0b9b927d239e337087f4e4b Parents: 088ea1e Author: Alexander Shorin <[email protected]> Authored: Sat Sep 28 10:43:00 2013 +0400 Committer: Alexander Shorin <[email protected]> Committed: Sat Sep 28 10:43:00 2013 +0400 ---------------------------------------------------------------------- share/doc/build/Makefile.am | 3 +++ share/doc/src/about.rst | 25 +++++++++++++++++++++++++ share/doc/src/contents.rst | 1 + 3 files changed, 29 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/6b50511d/share/doc/build/Makefile.am ---------------------------------------------------------------------- diff --git a/share/doc/build/Makefile.am b/share/doc/build/Makefile.am index 5a9441f..c83e392 100644 --- a/share/doc/build/Makefile.am +++ b/share/doc/build/Makefile.am @@ -139,6 +139,7 @@ html_files = \ html/_sources/whatsnew/1.3.txt \ html/_sources/whatsnew/1.4.txt \ html/_sources/whatsnew/index.txt \ + html/_sources/about.txt \ html/_sources/contents.txt \ html/_sources/contributing.txt \ html/_sources/externals.txt \ @@ -256,6 +257,7 @@ html_files = \ html/whatsnew/1.3.html \ html/whatsnew/1.4.html \ html/whatsnew/index.html \ + html/about.html \ html/contents.html \ html/externals.html \ html/json-structure.html \ @@ -395,6 +397,7 @@ src_files = \ ../src/whatsnew/1.3.rst \ ../src/whatsnew/1.4.rst \ ../src/whatsnew/index.rst \ + ../src/about.rst \ ../src/contents.rst \ ../src/contributing.rst \ ../src/externals.rst \ http://git-wip-us.apache.org/repos/asf/couchdb/blob/6b50511d/share/doc/src/about.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/about.rst b/share/doc/src/about.rst new file mode 100644 index 0000000..fe24c61 --- /dev/null +++ b/share/doc/src/about.rst @@ -0,0 +1,25 @@ +.. 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. + + +.. _about: + +=========================== +About CouchDB Documentation +=========================== + +License +======= + +.. literalinclude:: ../../../LICENSE + :lines: 1-202 + http://git-wip-us.apache.org/repos/asf/couchdb/blob/6b50511d/share/doc/src/contents.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/contents.rst b/share/doc/src/contents.rst index 700e90a..0b38b73 100644 --- a/share/doc/src/contents.rst +++ b/share/doc/src/contents.rst @@ -32,6 +32,7 @@ contributing whatsnew/index cve/index + about .. This is how you get a TM sign into a link. Haha. Seriously. .. |Apache CouchDB(TM)| unicode:: Apache U+0020 CouchDB U+2122
