diff options
author | Jef van Schendel <mail@jefvanschendel.nl> | 2011-12-13 15:15:57 +0100 |
---|---|---|
committer | Jef van Schendel <mail@jefvanschendel.nl> | 2011-12-13 15:15:57 +0100 |
commit | bb3b9e4090706e1e9815c5132c01b9e706e31360 (patch) | |
tree | f6a1eb6c0db46bd445bdd67128181206f735b5a8 /extlib/jquery/MIT.txt | |
parent | d44140a212fddab3301cbf3a97d3197f8879277b (diff) | |
parent | b27067371d6cb99cf21c7c0970b664e970d9a22d (diff) | |
download | mediagoblin-bb3b9e4090706e1e9815c5132c01b9e706e31360.tar.lz mediagoblin-bb3b9e4090706e1e9815c5132c01b9e706e31360.tar.xz mediagoblin-bb3b9e4090706e1e9815c5132c01b9e706e31360.zip |
Merge jQuery branch, resolve conflicts
Diffstat (limited to 'extlib/jquery/MIT.txt')
-rw-r--r-- | extlib/jquery/MIT.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/extlib/jquery/MIT.txt b/extlib/jquery/MIT.txt new file mode 100644 index 00000000..5a2aeb47 --- /dev/null +++ b/extlib/jquery/MIT.txt @@ -0,0 +1,20 @@ +Copyright (c) <year> <copyright holders> + +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. |