diff options
author | Brett Porter <brett@apache.org> | 2009-12-21 05:09:44 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2009-12-21 05:09:44 +0000 |
commit | 9d2cf5df8c5c6d8ba46ba3fb7b8094e486829560 (patch) | |
tree | 543579b9ca18d5199a0a4c1fdf2805ad5a43b952 /LICENSE | |
parent | fea2f766b3079ec7c29aa9605b54b87720f40a3d (diff) | |
download | archiva-9d2cf5df8c5c6d8ba46ba3fb7b8094e486829560.tar.gz archiva-9d2cf5df8c5c6d8ba46ba3fb7b8094e486829560.zip |
[MRM-1306] upgrade jQuery and jQuery UI versions
Merged from: r892686
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@892688 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 55 |
1 files changed, 54 insertions, 1 deletions
@@ -203,7 +203,7 @@ -For the Java Service Wrapper (v3.2.3): +For Java Service Wrapper v3.2.3: Copyright (c) 1999, 2006 Tanuki Software, Inc. @@ -259,3 +259,56 @@ BEGIN Silver Egg Techology License ----------------------------------- END Silver Egg Techology License ------------------------------------- + +For jQuery 1.3.2: + +Copyright (c) 2009 John Resig, http://jquery.com/ + +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 JQuery UI 1.7.2: + +Copyright (c) 2009 Paul Bakaus, http://jqueryui.com/ + +This software consists of voluntary contributions made by many +individuals (AUTHORS.txt, http://jqueryui.com/about) For exact +contribution history, see the revision history and logs, available +at http://jquery-ui.googlecode.com/svn/ + +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. + |