diff options
author | Noah Slater <nslater@apache.org> | 2009-07-16 20:32:11 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2009-07-16 20:32:11 +0000 |
commit | c8b74127b475cd6ac13a832295a73feb49826231 (patch) | |
tree | 71f2afe0fadf598b2cad4f7ac1c8ffc1930aa4ec /src/couchdb/priv | |
parent | 9559bf485ba1c6730ae12ec292d3cd6bd8a5d950 (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.am | 13 |
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. |