1
+ Comment found in jQuery source code:
2
+
3
+ /*!
4
+ * jQuery JavaScript Library v1.11.3
5
+ * http://jquery.com/
6
+ *
7
+ * Includes Sizzle.js
8
+ * http://sizzlejs.com/
9
+ *
10
+ * Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
11
+ * Released under the MIT license
12
+ * http://jquery.org/license
13
+ *
14
+ * Date: 2015-04-28T16:19Z
15
+ */
16
+
17
+ Comment found in jQuery UI source code:
18
+
19
+ /*! jQuery UI - v1.11.4 - 2015-03-11
20
+ * http://jqueryui.com
21
+ * Includes: core.js, widget.js, mouse.js, position.js, accordion.js, autocomplete.js, button.js, datepicker.js, dialog.js, draggable.js, droppable.js, effect.js, effect-blind.js, effect-bounce.js, effect-clip.js, effect-drop.js, effect-explode.js, effect-fade.js, effect-fold.js, effect-highlight.js, effect-puff.js, effect-pulsate.js, effect-scale.js, effect-shake.js, effect-size.js, effect-slide.js, effect-transfer.js, menu.js, progressbar.js, resizable.js, selectable.js, selectmenu.js, slider.js, sortable.js, spinner.js, tabs.js, tooltip.js
22
+ * Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
23
+
24
+ Text found at http://jquery.org/license:
25
+
26
+ jQuery Foundation projects are released under the terms of the license
27
+ specified in the project's repository or if not specified, under the
28
+ MIT license.
29
+
30
+ The MIT License is simple and easy to understand and it places almost
31
+ no restrictions on what you can do with a jQuery Foundation project.
32
+
33
+ You are free to use any jQuery Foundation project in any other project
34
+ (even commercial projects) as long as the copyright header is left
35
+ intact.
36
+
37
+ The text links to https://tldrlegal.com/license/mit-license
38
+ which includes the following as the "Full License Text":
39
+
40
+ The MIT License (MIT)
41
+
42
+ Copyright (c) <year> <copyright holders>
43
+
44
+ Permission is hereby granted, free of charge, to any person obtaining
45
+ a copy of this software and associated documentation files (the
46
+ "Software"), to deal in the Software without restriction, including
47
+ without limitation the rights to use, copy, modify, merge, publish,
48
+ distribute, sublicense, and/or sell copies of the Software, and to
49
+ permit persons to whom the Software is furnished to do so, subject to
50
+ the following conditions:
51
+
52
+ The above copyright notice and this permission notice shall be
53
+ included in all copies or substantial portions of the Software.
54
+
55
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
56
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
57
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
58
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
59
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
60
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
61
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0 commit comments