diff options
author | Joan Touzet <joant@atypical.net> | 2017-07-08 01:28:39 -0400 |
---|---|---|
committer | Joan Touzet <wohali@users.noreply.github.com> | 2017-07-09 18:06:00 -0400 |
commit | 34b803a35531f305e05080c35c3e9af9e3b9dbf2 (patch) | |
tree | 8ef25bac1891c68449ec156b07d885516ceb63e1 /LICENSE | |
parent | 017d76ff5b1b72e97699b957cc05a3fcce98d6c0 (diff) | |
download | couchdb-34b803a35531f305e05080c35c3e9af9e3b9dbf2.tar.gz |
Remove deprecated OAuth 1.0 implementation
Helps resolve issue #656. Implementation broken since bigcouch merge.
Replicator oauth hooks are left in place for future work towards
adding cookie-based authentication support.
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 25 |
1 files changed, 0 insertions, 25 deletions
@@ -272,31 +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 src/oauth component: - - Copyright the authors and contributors. All rights reserved. - - 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 test/etap/etap.erl component: Copyright (c) 2008-2009 Nick Gerakines <nick@gerakines.net> |