diff options
author | Noah Slater <nslater@apache.org> | 2010-08-10 19:34:54 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2010-08-10 19:34:54 +0000 |
commit | beddfb70ba9b5c58b890d6ba8f343337fdd85498 (patch) | |
tree | 5baebacd4516a269e4919a83b63879c7409a642a /etc/windows | |
parent | 5e923a2e438f7bb1744df594258008240f959191 (diff) |
backported r984178
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@984179 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/windows')
-rw-r--r-- | etc/windows/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/windows/Makefile.am b/etc/windows/Makefile.am new file mode 100644 index 00000000..5b4faae0 --- /dev/null +++ b/etc/windows/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. |