diff options
author | Garren Smith <garren.smith@gmail.com> | 2013-08-08 16:13:08 +0200 |
---|---|---|
committer | Garren Smith <garren.smith@gmail.com> | 2013-08-08 16:13:08 +0200 |
commit | 8e01509bb73ce80a6e368a5eee1c8ccebaea2603 (patch) | |
tree | 0cfb20625d157ca3f1cd7c7f63e41417720c5ae8 | |
parent | 3e4754ba4702be1a57ed2eb4d40714ae004c458f (diff) | |
download | couchdb-8e01509bb73ce80a6e368a5eee1c8ccebaea2603.tar.gz |
Add spin.js to license and notice
-rw-r--r-- | LICENSE | 22 | ||||
-rw-r--r-- | NOTICE | 4 |
2 files changed, 26 insertions, 0 deletions
@@ -957,3 +957,25 @@ for src/fauxton/test/mocha/sinon-chai.js 0. You just DO WHAT THE FUCK YOU WANT TO. +for src/fauxton/js/libs/spin.js + The MIT License + + Copyright (c) 2011 Felix Gnass [fgnass at neteye dot de] + + 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. @@ -157,3 +157,7 @@ This product also includes the following third-party components: * sinon-chai Copyright © 2012–2013 Domenic Denicola <domenic@domenicdenicola.com> + + * spin.js + + Copyright (c) 2011 Felix Gnass [fgnass at neteye dot de] |