Repository: couchdb Updated Branches: refs/heads/master eb3451332 -> a8ff569a3
Take out references to jquery.form.js from 95f913a57ce8aa8aa08252a2af6d80b776c4f459 in couchdb-fauxton Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/a8ff569a Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/a8ff569a Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/a8ff569a Branch: refs/heads/master Commit: a8ff569a3a865bc634173e8a7fdb1bdb8565c996 Parents: eb34513 Author: Michelle Phung <[email protected]> Authored: Thu Aug 20 12:19:37 2015 -0400 Committer: Michelle Phung <[email protected]> Committed: Thu Aug 20 12:19:37 2015 -0400 ---------------------------------------------------------------------- LICENSE | 24 ------------------------ NOTICE | 4 ---- 2 files changed, 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/a8ff569a/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE index 23d428e..f8cbb57 100644 --- a/LICENSE +++ b/LICENSE @@ -260,30 +260,6 @@ For the share/www/script/jquery-ui-* components: 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 share/www/script/jquery.form.js component: -For the src/fauxton/assets/js/plugins/jquery.form.js component: - - http://malsup.com/jquery/form/ - - 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 share/www/script/json2.js component: Public Domain http://git-wip-us.apache.org/repos/asf/couchdb/blob/a8ff569a/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index 7d32bcd..54c4091 100644 --- a/NOTICE +++ b/NOTICE @@ -122,10 +122,6 @@ This product also includes the following third-party components: Copyright (c) 2010-2011, The Dojo Foundation - * jquery.form.js (https://github.com/malsup/form/) - - Copyright 2006-2013 (c) M. Alsup - * mocha.js (https://github.com/visionmedia/mocha) Copyright (c) 2011-2013 TJ Holowaychuk <[email protected]>
