|
4 | 4 | * Copyright (c) 2008 Aaron Eisenberger (aaronchi@gmail.com) |
5 | 5 | * Dual licensed under the MIT (MIT-LICENSE.txt) |
6 | 6 | * and GPL (GPL-LICENSE.txt) licenses. |
7 | | - * |
| 7 | + * |
8 | 8 | * http://docs.jquery.com/UI/Effects/ |
9 | 9 | */ |
10 | 10 | ;(function($) { |
@@ -308,33 +308,33 @@ var colors = { |
308 | 308 | * to offer multiple easing options |
309 | 309 | * |
310 | 310 | * TERMS OF USE - jQuery Easing |
311 | | - * |
312 | | - * Open source under the BSD License. |
313 | | - * |
| 311 | + * |
| 312 | + * Open source under the BSD License. |
| 313 | + * |
314 | 314 | * Copyright © 2008 George McGinley Smith |
315 | 315 | * All rights reserved. |
316 | | - * |
| 316 | + * |
317 | 317 | * Redistribution and use in source and binary forms, with or without modification, |
318 | 318 | * are permitted provided that the following conditions are met: |
319 | | - * |
320 | | - * Redistributions of source code must retain the above copyright notice, this list of |
| 319 | + * |
| 320 | + * Redistributions of source code must retain the above copyright notice, this list of |
321 | 321 | * conditions and the following disclaimer. |
322 | | - * Redistributions in binary form must reproduce the above copyright notice, this list |
323 | | - * of conditions and the following disclaimer in the documentation and/or other materials |
| 322 | + * Redistributions in binary form must reproduce the above copyright notice, this list |
| 323 | + * of conditions and the following disclaimer in the documentation and/or other materials |
324 | 324 | * provided with the distribution. |
325 | | - * |
326 | | - * Neither the name of the author nor the names of contributors may be used to endorse |
| 325 | + * |
| 326 | + * Neither the name of the author nor the names of contributors may be used to endorse |
327 | 327 | * or promote products derived from this software without specific prior written permission. |
328 | | - * |
329 | | - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY |
| 328 | + * |
| 329 | + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER
6D57
S AND CONTRIBUTORS "AS IS" AND ANY |
330 | 330 | * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
331 | 331 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
332 | 332 | * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
333 | 333 | * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE |
334 | | - * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 334 | + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
335 | 335 | * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
336 | | - * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
337 | | - * OF THE POSSIBILITY OF SUCH DAMAGE. |
| 336 | + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 337 | + * OF THE POSSIBILITY OF SUCH DAMAGE. |
338 | 338 | * |
339 | 339 | */ |
340 | 340 |
|
@@ -477,33 +477,33 @@ $.extend($.easing, |
477 | 477 | /* |
478 | 478 | * |
479 | 479 | * TERMS OF USE - EASING EQUATIONS |
480 | | - * |
481 | | - * Open source under the BSD License. |
482 | | - * |
| 480 | + * |
| 481 | + * Open source under the BSD License. |
| 482 | + * |
483 | 483 | * Copyright © 2001 Robert Penner |
484 | 484 | * All rights reserved. |
485 | | - * |
| 485 | + * |
486 | 486 | * Redistribution and use in source and binary forms, with or without modification, |
487 | 487 | * are permitted provided that the following conditions are met: |
488 | | - * |
489 | | - * Redistributions of source code must retain the above copyright notice, this list of |
| 488 | + * |
| 489 | + * Redistributions of source code must retain the above copyright notice, this list of |
490 | 490 | * conditions and the following disclaimer. |
491 | | - * Redistributions in binary form must reproduce the above copyright notice, this list |
492 | | - * of conditions and the following disclaimer in the documentation and/or other materials |
| 491 | + * Redistributions in binary form must reproduce the above copyright notice, this list |
| 492 | + * of conditions and the following disclaimer in the documentation and/or other materials |
493 | 493 | * provided with the distribution. |
494 | | - * |
495 | | - * Neither the name of the author nor the names of contributors may be used to endorse |
| 494 | + * |
| 495 | + * Neither the name of the author nor the names of contributors may be used to endorse |
496 | 496 | * or promote products derived from this software without specific prior written permission. |
497 | | - * |
498 | | - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY |
| 497 | + * |
| 498 | + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY |
499 | 499 | * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
500 | 500 | * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
501 | 501 | * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
502 | 502 | * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE |
503 | | - * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
| 503 | + * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED |
504 | 504 | * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
505 | | - * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
506 | | - * OF THE POSSIBILITY OF SUCH DAMAGE. |
| 505 | + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 506 | + * OF THE POSSIBILITY OF SUCH DAMAGE. |
507 | 507 | * |
508 | 508 | */ |
509 | 509 |
|
|
0 commit comments