Skip to content

Commit 7c4c86a

Browse files
committed
Build: Update license
Closes jquerygh-1257
1 parent 2922483 commit 7c4c86a

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

MIT-LICENSE.txt renamed to LICENSE.txt

+23-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
Copyright 2014 jQuery Foundation and other contributors,
2-
http://jqueryui.com/
1+
Copyright 2007, 2014 jQuery Foundation and other contributors,
2+
https://jquery.org/
33

44
This software consists of voluntary contributions made by many
5-
individuals (AUTHORS.txt, http://jqueryui.com/about) For exact
6-
contribution history, see the revision history and logs, available
7-
at http://jquery-ui.googlecode.com/svn/
5+
individuals. For exact contribution history, see the revision history
6+
available at https://github.com/jquery/jquery-ui
7+
8+
The following license applies to all parts of this software except as
9+
documented below:
10+
11+
====
812

913
Permission is hereby granted, free of charge, to any person obtaining
1014
a copy of this software and associated documentation files (the
@@ -24,3 +28,17 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2428
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2529
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2630
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
31+
32+
====
33+
34+
Copyright and related rights for sample code are waived via CC0. Sample
35+
code is defined as all source code contained within the demos directory.
36+
37+
CC0: http://creativecommons.org/publicdomain/zero/1.0/
38+
39+
====
40+
41+
All files located in the node_modules and external directories are
42+
externally maintained libraries used by this software which have their
43+
own licenses; we recommend you read them, as their terms may differ from
44+
the terms above.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"licenses": [
5454
{
5555
"type": "MIT",
56-
"url": "https://github.com/jquery/jquery-ui/blob/master/MIT-LICENSE.txt"
56+
"url": "https://github.com/jquery/jquery-ui/blob/master/LICENSE.txt"
5757
}
5858
],
5959
"scripts": {

0 commit comments

Comments
 (0)