Skip to content

Commit

Permalink
Remove references to etap
Browse files Browse the repository at this point in the history
  • Loading branch information
kocolosk committed Dec 1, 2017
1 parent c5e48a8 commit 57b615d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 46 deletions.
26 changes: 0 additions & 26 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -272,32 +272,6 @@ For the src/ibrowse component:
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

For the test/etap/etap.erl component:

Copyright (c) 2008-2009 Nick Gerakines <nick@gerakines.net>

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.


For the src/couch_log/src/couch_log_trunc_io.erl and
the src/couch_log/src/couch_log_trunc_io_fmt.erl components

Expand Down
4 changes: 0 additions & 4 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ This product also includes the following third-party components:

Copyright 2005-2012, Chandrashekhar Mullaparthi

* ETap (http://github.com/ngerakines/etap/)

Copyright 2009, Nick Gerakines <nick@gerakines.net>

* mimeparse.js (http://code.google.com/p/mimeparse/)

Copyright 2009, Chris Anderson <jchris@apache.org>
Expand Down
12 changes: 0 additions & 12 deletions license.skip
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@
^src/couchjs-node/Makefile.in
^src/couch_dbupdates
^src/ejson/.*
^src/etap/.*
^src/fauxton/app/addons/config/assets/less/config.less
^src/fauxton/assets/css/codemirror.css
^src/fauxton/assets/css/nv.d3.css
Expand Down Expand Up @@ -171,9 +170,7 @@
^src/ddoc_cache/README.md
^src/ets_lru/ebin/.*.beam
^src/ets_lru/ebin/ets_lru.app
^src/ets_lru/test/etap.erl
^src/ejson/.*
^src/etap/.*
^src/fabric/ebin/.*.beam
^src/fabric/ebin/fabric.app
^src/ibrowse/.*
Expand All @@ -190,15 +187,6 @@
^stamp-h1
^test/Makefile
^test/Makefile.in
^test/etap/.*.beam
^test/etap/.*.o
^test/etap/etap.erl
^test/etap/.deps/.*
^test/etap/test_cfg_register
^test/etap/Makefile
^test/etap/Makefile.in
^test/etap/temp..*
^test/etap/fixtures/*
^test/javascript/Makefile
^test/javascript/Makefile.in
^test/local.ini
Expand Down
4 changes: 0 additions & 4 deletions src/couch/src/couch_key_tree.erl
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,3 @@ value_pref(Other, ?REV_MISSING) ->
Other;
value_pref(Last, _) ->
Last.


% Tests moved to test/etap/06?-*.t

0 comments on commit 57b615d

Please sign in to comment.