Skip to content

Commit

Permalink
jQuery UI 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrohnstock committed Oct 17, 2014
1 parent 39890e8 commit 3967814
Show file tree
Hide file tree
Showing 592 changed files with 1,423 additions and 957 deletions.
34 changes: 29 additions & 5 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Mario Visic <[email protected]>
Xavi Ramirez <[email protected]>
Max Schnur <[email protected]>
Saji Nediyanchath <[email protected]>
Corey Frang <[email protected]>
Corey Frang <[email protected]>
Aaron Peterson <[email protected]>
Ivan Peters <[email protected]>
Mohamed Cherif Bouchelaghem <[email protected]>
Expand Down Expand Up @@ -172,7 +172,7 @@ Justin Domnitz <[email protected]>
Douglas Cerna <[email protected]>
Bert ter Heide <[email protected]>
Jasvir Nagra <[email protected]>
Petr Hromadko <yuriy@tokyoscale.com>
Yuriy Khabarov <13real008@gmail.com>
Harri Kilpiö <[email protected]>
Lado Lomidze <[email protected]>
Amir E. Aharoni <[email protected]>
Expand Down Expand Up @@ -227,11 +227,11 @@ Fabrício Matté <[email protected]>
Viktor Kojouharov <[email protected]>
Pawel Maruszczyk (http://hrabstwo.net)
Pavel Selitskas <[email protected]>
Bjørn Johansen <bjorn.johansen@metronet.no>
Bjørn Johansen <post@bjornjohansen.no>
Matthieu Penant <[email protected]>
Dominic Barnes <[email protected]>
David Sullivan <[email protected]>
Thomas Jaggi <thomas[email protected]>
Thomas Jaggi <thomas@responsive.ch>
Vahid Sohrabloo <[email protected]>
Travis Carden <[email protected]>
Bruno M. Custódio <[email protected]>
Expand All @@ -243,18 +243,42 @@ Woody Gilk <[email protected]>
Zbigniew Motyka <[email protected]>
Suhail Alkowaileet <[email protected]>
Toshi MARUYAMA <[email protected]>
David Hansen <[email protected]>
Brian Grinstead <[email protected]>
Christian Klammer <[email protected]>
Steven Luscher <[email protected]>
Gan Eng Chin <[email protected]>
Gabriel Schulhof <[email protected]>
Alexander Schmitz <[email protected]>
Vilhjálmur Skúlason <[email protected]>
Siebrand Mazeland <[email protected]>
Mohsen Ekhtiari <[email protected]>
Pere Orga <[email protected]>
Jasper de Groot <[email protected]>
Stephane Deschamps <[email protected]>
Jyoti Deka <[email protected]>
Andrei Picus <[email protected]>
Ondrej Novy <[email protected]>
Jacob McCutcheon <[email protected]>
Monika Piotrowicz <monika@shopify.com>
Monika Piotrowicz <monika.piotrowicz@gmail.com>
Imants Horsts <[email protected]>
Eric Dahl <[email protected]>
Dave Stein <[email protected]>
Dylan Barrell <[email protected]>
Daniel DeGroff <[email protected]>
Michael Wiencek <[email protected]>
Thomas Meyer <[email protected]>
Ruslan Yakhyaev <[email protected]>
Brian J. Dowling <[email protected]>
Ben Higgins <[email protected]>
Yermo Lamers <[email protected]>
Patrick Stapleton <[email protected]>
Trisha Crowley <[email protected]>
Usman Akeju <[email protected]>
Rodrigo Menezes <[email protected]>
Jacques Perrault <[email protected]>
Frederik Elvhage <[email protected]>
Will Holley <[email protected]>
Uri Gilad <[email protected]>
Richard Gibson <[email protected]>
Simen Bekkhus <[email protected]>
28 changes: 23 additions & 5 deletions MIT-LICENSE.txt → LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
Copyright 2013 jQuery Foundation and other contributors,
http://jqueryui.com/
Copyright 2007, 2014 jQuery Foundation and other contributors,
https://jquery.org/

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/
individuals. For exact contribution history, see the revision history
available at https://github.com/jquery/jquery-ui

The following license applies to all parts of this software except as
documented below:

====

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand All @@ -24,3 +28,17 @@ 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.

====

Copyright and related rights for sample code are waived via CC0. Sample
code is defined as all source code contained within the demos directory.

CC0: http://creativecommons.org/publicdomain/zero/1.0/

====

All files located in the node_modules and external directories are
externally maintained libraries used by this software which have their
own licenses; we recommend you read them, as their terms may differ from
the terms above.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-ui",
"version": "1.11.1",
"version": "1.11.2",
"main": [
"jquery-ui.js"
],
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery-ui",
"repo": "components/jqueryui",
"version": "1.11.1",
"version": "1.11.2",
"license": "MIT",
"scripts": [
"jquery-ui.js"
Expand Down
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.",
"license": "MIT",
"require": {
"components/jquery": ">=1.8"
"components/jquery": ">=1.6"
},
"authors": [
{
Expand Down Expand Up @@ -40,6 +40,11 @@
"name": "TJ VanToll",
"email": "[email protected]",
"homepage": "http://tjvantoll.com"
},
{
"name": "Felix Nagel",
"email": "[email protected]",
"homepage": "http://www.felixnagel.com"
}
],
"extra": {
Expand Down
Loading

0 comments on commit 3967814

Please sign in to comment.