blob: 24a47c637ea8d02b39b1778f17acc48984fa6504 [file] [log] [blame]
Michael Blow43b40b62017-01-14 17:03:12 -05001<#--
2 ! Licensed to the Apache Software Foundation (ASF) under one
3 ! or more contributor license agreements. See the NOTICE file
4 ! distributed with this work for additional information
5 ! regarding copyright ownership. The ASF licenses this file
6 ! to you under the Apache License, Version 2.0 (the
7 ! "License"); you may not use this file except in compliance
8 ! with the License. You may obtain a copy of the License at
9 !
10 ! http://www.apache.org/licenses/LICENSE-2.0
11 !
12 ! Unless required by applicable law or agreed to in writing,
13 ! software distributed under the License is distributed on an
14 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 ! KIND, either express or implied. See the License for the
16 ! specific language governing permissions and limitations
17 ! under the License.
18-->
19<#macro license files component="Hyracks admin console" location="${hyracksControlCcLocation!}"
20 filePrefix="${hyracksControlCcResourcesPrefix!}"
21 licenseName="the following license">
22 Portions of the ${component}
23<#if location?has_content>
24 in: ${location}
25</#if>
Michael Blow1355c262017-01-04 16:23:31 -050026 located at:
Michael Blow43b40b62017-01-14 17:03:12 -050027<#if files?is_sequence>
28<#list files as file>
29<#if file?counter < files?size>
30 ${filePrefix}${file},
31<#else>
32 and
33 ${filePrefix}${file}
34</#if>
35</#list>
36<#else>
37 ${filePrefix}${files}
38</#if>
39
40 are available under ${licenseName}:
Michael Blow1355c262017-01-04 16:23:31 -050041---
Michael Blow43b40b62017-01-14 17:03:12 -050042<@indent spaces=3 unpad=true wrap=true>
43<#nested>
44</@indent>
45---
46</#macro>
47<@license files="static/javascript/flot/" licenseName="The MIT License">
Michael Blow1355c262017-01-04 16:23:31 -050048 Copyright (c) 2007-2014 IOLA and Ole Laursen
49
50 Permission is hereby granted, free of charge, to any person
51 obtaining a copy of this software and associated documentation
52 files (the "Software"), to deal in the Software without
53 restriction, including without limitation the rights to use,
54 copy, modify, merge, publish, distribute, sublicense, and/or sell
55 copies of the Software, and to permit persons to whom the
56 Software is furnished to do so, subject to the following
57 conditions:
58
59 The above copyright notice and this permission notice shall be
60 included in all copies or substantial portions of the Software.
61
62 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
63 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
64 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
65 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
66 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
67 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
68 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
69 OTHER DEALINGS IN THE SOFTWARE.
Michael Blow43b40b62017-01-14 17:03:12 -050070</@license>
71<@license files="static/javascript/jsplumb/" licenseName="The MIT License">
Michael Blow1355c262017-01-04 16:23:31 -050072 Copyright (c) 2010 - 2014 jsPlumb, http://jsplumbtoolkit.com/
73
74 Permission is hereby granted, free of charge, to any person obtaining
75 a copy of this software and associated documentation files (the
76 "Software"), to deal in the Software without restriction, including
77 without limitation the rights to use, copy, modify, merge, publish,
78 distribute, sublicense, and/or sell copies of the Software, and to
79 permit persons to whom the Software is furnished to do so, subject to
80 the following conditions:
81
82 The above copyright notice and this permission notice shall be
83 included in all copies or substantial portions of the Software.
84
85 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
87 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
88 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
89 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
90 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
91 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Michael Blow43b40b62017-01-14 17:03:12 -050092</@license>
93<@license files=["static/javascript/jquery", "static/javascript/jquery-ui"] licenseName="The MIT License">
Michael Blow1355c262017-01-04 16:23:31 -050094 Copyright jQuery Foundation and other contributors, https://jquery.org/
95
96 This software consists of voluntary contributions made by many
97 individuals. For exact contribution history, see the revision history
98 available at https://github.com/jquery/jquery
99
100 The following license applies to all parts of this software except as
101 documented below:
102
103 ====
104
105 Permission is hereby granted, free of charge, to any person obtaining
106 a copy of this software and associated documentation files (the
107 "Software"), to deal in the Software without restriction, including
108 without limitation the rights to use, copy, modify, merge, publish,
109 distribute, sublicense, and/or sell copies of the Software, and to
110 permit persons to whom the Software is furnished to do so, subject to
111 the following conditions:
112
113 The above copyright notice and this permission notice shall be
114 included in all copies or substantial portions of the Software.
115
116 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
117 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
118 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
119 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
120 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
121 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
122 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
123
124 ====
125
126 All files located in the node_modules and external directories are
127 externally maintained libraries used by this software which have their
128 own licenses; we recommend you read them, as their terms may differ from
129 the terms above.
Michael Blow43b40b62017-01-14 17:03:12 -0500130</@license>
131<@license files="static/javascript/jquery/plugins/jquery.getParams.js" licenseName="The MIT License">
Michael Blow1355c262017-01-04 16:23:31 -0500132 Copyright (c) 2006 Mathias Bank (http://www.mathias-bank.de)
133 Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
134 and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
135
136 Thanks to Hinnerk Ruemenapf - http://hinnerk.ruemenapf.de/ for bug reporting and fixing.
Michael Blow43b40b62017-01-14 17:03:12 -0500137</@license>
138<@license files="static/javascript/jquery/plugins/jquery.timer.js" licenseName="The MIT License">
Michael Blow1355c262017-01-04 16:23:31 -0500139 jquery.timer.js
140
141 Copyright (c) 2011 Jason Chavannes <jason.chavannes@gmail.com>
142
143 http://jchavannes.com/jquery-timer
144
145 Permission is hereby granted, free of charge, to any person
146 obtaining a copy of this software and associated documentation
147 files (the "Software"), to deal in the Software without
148 restriction, including without limitation the rights to use, copy,
149 modify, merge, publish, distribute, sublicense, and/or sell copies
150 of the Software, and to permit persons to whom the Software is
151 furnished to do so, subject to the following conditions:
152
153 The above copyright notice and this permission notice shall be
154 included in all copies or substantial portions of the Software.
155
156 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
157 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
158 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
159 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
160 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
161 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
162 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
163 SOFTWARE.
Michael Blow43b40b62017-01-14 17:03:12 -0500164</@license>
165<@license files=["static/stylesheet/json.human.css", "static/javascript/adminconsole/json.human.js"]
166 licenseName="The MIT License">
Michael Blow1355c262017-01-04 16:23:31 -0500167 Copyright (c) 2015, Mariano Guerra
168
169 Permission is hereby granted, free of charge, to any person obtaining a copy
170 of this software and associated documentation files (the "Software"), to deal
171 in the Software without restriction, including without limitation the rights
172 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
173 copies of the Software, and to permit persons to whom the Software is
174 furnished to do so, subject to the following conditions:
175
176 The above copyright notice and this permission notice shall be included in
177 all copies or substantial portions of the Software.
178
179 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
180 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
181 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
182 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
183 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
184 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
185 THE SOFTWARE.
Michael Blow43b40b62017-01-14 17:03:12 -0500186</@license>