You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/03/20 00:17:00 UTC

[3/3] documentation commit: updated refs/heads/master to 3096413

Add license header


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

Branch: refs/heads/master
Commit: 30964137d396df170a227a8c7f443828841c3d8b
Parents: ab4fc45
Author: Alexander Shorin <kx...@apache.org>
Authored: Sat Mar 14 14:23:46 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Sat Mar 14 14:23:46 2015 +0300

----------------------------------------------------------------------
 src/docs.app.src | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/30964137/src/docs.app.src
----------------------------------------------------------------------
diff --git a/src/docs.app.src b/src/docs.app.src
index 27a0156..35e262a 100644
--- a/src/docs.app.src
+++ b/src/docs.app.src
@@ -1,3 +1,15 @@
+% 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.
+
 {application, docs, [
     {description, "CouchDB Documentation"},
     {vsn, git},