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/11/17 21:10:27 UTC

git commit: Added license headers

Updated Branches:
  refs/heads/docs 426826b25 -> 6f02a10c5


Added license headers


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

Branch: refs/heads/docs
Commit: 6f02a10c52ab20060168ab9911d31f7d2711106b
Parents: 426826b
Author: Noah Slater <ns...@apache.org>
Authored: Sat Nov 17 20:10:22 2012 +0000
Committer: Noah Slater <ns...@apache.org>
Committed: Sat Nov 17 20:10:22 2012 +0000

----------------------------------------------------------------------
 build-aux/sphinx-build |   12 ++++++++++++
 build-aux/sphinx-touch |   12 ++++++++++++
 2 files changed, 24 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/6f02a10c/build-aux/sphinx-build
----------------------------------------------------------------------
diff --git a/build-aux/sphinx-build b/build-aux/sphinx-build
index f211c35..87120f9 100755
--- a/build-aux/sphinx-build
+++ b/build-aux/sphinx-build
@@ -1,5 +1,17 @@
 #!/bin/sh -e
 
+# 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.
+
 # This script is called by the build system and is used to call sphinx-build if
 # is is available, or alternatively, emit a warning, and perform a no-op. Any
 # required directories or Makefiles are created and stubbed out as appropriate.

http://git-wip-us.apache.org/repos/asf/couchdb/blob/6f02a10c/build-aux/sphinx-touch
----------------------------------------------------------------------
diff --git a/build-aux/sphinx-touch b/build-aux/sphinx-touch
index 1e4ae60..ed7217d 100755
--- a/build-aux/sphinx-touch
+++ b/build-aux/sphinx-touch
@@ -1,5 +1,17 @@
 #!/bin/sh -e
 
+# 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.
+
 # This script is called by the build system and is used to touch the list of
 # expected output files when sphinx-build is not available. If the files exist,
 # this will satisfy make. If they do not exist, we create of empty files.