mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-04 10:19:25 +02:00
licence updates, Thx porthose
This commit is contained in:
parent
311df0b6ba
commit
3e46a9775c
60 changed files with 208 additions and 167 deletions
17
modules/prototype/prototype.js
vendored
17
modules/prototype/prototype.js
vendored
|
@ -3,6 +3,21 @@
|
|||
*
|
||||
* Prototype is freely distributable under the terms of an MIT-style license.
|
||||
* For details, see the Prototype web site: http://www.prototypejs.org/
|
||||
|
||||
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 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.
|
||||
*
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
|
@ -3268,4 +3283,4 @@ if (Prototype.Browser.WebKit) {
|
|||
}
|
||||
}
|
||||
|
||||
Element.addMethods();
|
||||
Element.addMethods();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue