diff options
-rw-r--r-- | license.skip | 22 | ||||
-rw-r--r-- | test/run_native_process.es | 12 |
2 files changed, 34 insertions, 0 deletions
diff --git a/license.skip b/license.skip index 8c5aeb1b..b0456cc6 100644 --- a/license.skip +++ b/license.skip @@ -1,19 +1,35 @@ +\.svn ^aclocal.m4 ^apache-couchdb-* ^AUTHORS ^autom4te.cache/* ^bin/couchdb.1 ^bin/couchjs.1 +^bin/Makefile +^bin/Makefile.in ^BUGS ^build-aux/* ^CHANGES ^config.* ^configure +^erl_crash.dump +^etc/Makefile +^etc/Makefile.in ^etc/couchdb/default* ^etc/couchdb/local* +^etc/couchdb/Makefile +^etc/couchdb/Makefile.in ^etc/default/couchdb +^etc/default/Makefile +^etc/default/Makefile.in +^etc/init/Makefile +^etc/init/Makefile.in ^etc/launchd/org.apache.couchdb.plist.* +^etc/launchd/Makefile +^etc/launchd/Makefile.in ^etc/logrotate.d/couchdb* +^etc/logrotate.d/Makefile +^etc/logrotate.d/Makefile.in ^libtool ^license.skip ^m4/ac_check_curl.m4* @@ -30,6 +46,7 @@ ^share/www/image/* ^share/www/script/jquery.* ^share/www/script/json2.js +^share/www/script/sha1.js ^share/www/script/test/lorem* ^src/couchdb/*.beam ^src/couchdb/couch.app.tpl.in @@ -38,14 +55,19 @@ ^src/couchdb/Makefile ^src/couchdb/Makefile.in ^src/couchdb/*.o +^src/couchdb/priv/Makefile +^src/couchdb/priv/Makefile.in ^src/erlang-oauth/* ^src/ibrowse/* ^src/mochiweb/* ^stamp-h1 ^test/etap/081-config-override.1.ini ^test/etap/081-config-override.2.ini +^test/etap/temp.* +^test/local.ini ^test/Makefile ^test/Makefile.in +^tmp/* ^THANKS ^utils/Makefile ^utils/Makefile.in diff --git a/test/run_native_process.es b/test/run_native_process.es index 275d2bbe..dfdc423e 100644 --- a/test/run_native_process.es +++ b/test/run_native_process.es @@ -1,5 +1,17 @@ #! /usr/bin/env escript +% 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. + read() -> case io:get_line('') of eof -> stop; |