summaryrefslogtreecommitdiff
path: root/src/couchdb/priv
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2009-07-16 20:32:11 +0000
committerNoah Slater <nslater@apache.org>2009-07-16 20:32:11 +0000
commitc8b74127b475cd6ac13a832295a73feb49826231 (patch)
tree71f2afe0fadf598b2cad4f7ac1c8ffc1930aa4ec /src/couchdb/priv
parent9559bf485ba1c6730ae12ec292d3cd6bd8a5d950 (diff)
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@794834 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb/priv')
-rw-r--r--src/couchdb/priv/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/couchdb/priv/Makefile.am b/src/couchdb/priv/Makefile.am
new file mode 100644
index 00000000..5b4faae0
--- /dev/null
+++ b/src/couchdb/priv/Makefile.am
@@ -0,0 +1,13 @@
+## 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 file intentionally left blank.