Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 1 | <#-- |
| 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 | --> |
Michael Blow | e2cf491 | 2017-01-18 15:39:40 -0500 | [diff] [blame] | 19 | <#-- TODO(mblow): consume hyracks license via maven artifact |
| 20 | WARNING: THIS FILE MUST BE KEPT IN SYNC WITH COPY IN ASTERIXDB |
| 21 | (asterixdb/src/main/licenses/templates/hyracks-fullstack_source_licenses.ftl) |
| 22 | --> |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 23 | <#macro license files component="Hyracks admin console" location="${hyracksControlCcLocation!}" |
| 24 | filePrefix="${hyracksControlCcResourcesPrefix!}" |
| 25 | licenseName="the following license"> |
| 26 | Portions of the ${component} |
| 27 | <#if location?has_content> |
| 28 | in: ${location} |
| 29 | </#if> |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 30 | located at: |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 31 | <#if files?is_sequence> |
| 32 | <#list files as file> |
| 33 | <#if file?counter < files?size> |
| 34 | ${filePrefix}${file}, |
| 35 | <#else> |
| 36 | and |
| 37 | ${filePrefix}${file} |
| 38 | </#if> |
| 39 | </#list> |
| 40 | <#else> |
| 41 | ${filePrefix}${files} |
| 42 | </#if> |
| 43 | |
| 44 | are available under ${licenseName}: |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 45 | --- |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 46 | <@indent spaces=3 unpad=true wrap=true> |
| 47 | <#nested> |
| 48 | </@indent> |
| 49 | --- |
| 50 | </#macro> |
Michael Blow | 5e17af2 | 2017-02-02 10:00:44 -0500 | [diff] [blame] | 51 | <@license files="static/javascript/flot/jquery.flot.resize.min.js" licenseName="The MIT License"> |
| 52 | <#-- https://github.com/flot/flot/blob/v0.7/jquery.flot.resize.js --> |
| 53 | Copyright (c) 2007-2009 IOLA and Ole Laursen |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 54 | |
Michael Blow | 5e17af2 | 2017-02-02 10:00:44 -0500 | [diff] [blame] | 55 | Permission is hereby granted, free of charge, to any person |
| 56 | obtaining a copy of this software and associated documentation |
| 57 | files (the "Software"), to deal in the Software without |
| 58 | restriction, including without limitation the rights to use, |
| 59 | copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 60 | copies of the Software, and to permit persons to whom the |
| 61 | Software is furnished to do so, subject to the following |
| 62 | conditions: |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 63 | |
Michael Blow | 5e17af2 | 2017-02-02 10:00:44 -0500 | [diff] [blame] | 64 | The above copyright notice and this permission notice shall be |
| 65 | included in all copies or substantial portions of the Software. |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 66 | |
Michael Blow | 5e17af2 | 2017-02-02 10:00:44 -0500 | [diff] [blame] | 67 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 68 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES |
| 69 | OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 70 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT |
| 71 | HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
| 72 | WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 73 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
| 74 | OTHER DEALINGS IN THE SOFTWARE. |
| 75 | |
| 76 | /* Inline dependency: |
| 77 | * jQuery resize event - v1.1 - 3/14/2010 |
| 78 | * http://benalman.com/projects/jquery-resize-plugin/ |
| 79 | * |
| 80 | * Copyright (c) 2010 "Cowboy" Ben Alman |
| 81 | * Dual licensed under the MIT and GPL licenses. |
| 82 | * http://benalman.com/about/license/ |
| 83 | */ |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 84 | </@license> |
Michael Blow | 5e17af2 | 2017-02-02 10:00:44 -0500 | [diff] [blame] | 85 | <@license files="static/javascript/flot/jquery.flot.min.js" licenseName="The MIT License"> |
| 86 | <#-- https://github.com/flot/flot/blob/v0.7/jquery.flot.js --> |
| 87 | Copyright (c) 2007-2009 IOLA and Ole Laursen |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 88 | |
Michael Blow | 5e17af2 | 2017-02-02 10:00:44 -0500 | [diff] [blame] | 89 | Permission is hereby granted, free of charge, to any person |
| 90 | obtaining a copy of this software and associated documentation |
| 91 | files (the "Software"), to deal in the Software without |
| 92 | restriction, including without limitation the rights to use, |
| 93 | copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 94 | copies of the Software, and to permit persons to whom the |
| 95 | Software is furnished to do so, subject to the following |
| 96 | conditions: |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 97 | |
Michael Blow | 5e17af2 | 2017-02-02 10:00:44 -0500 | [diff] [blame] | 98 | The above copyright notice and this permission notice shall be |
| 99 | included in all copies or substantial portions of the Software. |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 100 | |
Michael Blow | 5e17af2 | 2017-02-02 10:00:44 -0500 | [diff] [blame] | 101 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 102 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES |
| 103 | OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 104 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT |
| 105 | HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
| 106 | WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 107 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
| 108 | OTHER DEALINGS IN THE SOFTWARE. |
| 109 | </@license> |
| 110 | <@license files="static/javascript/jsplumb/jquery.jsPlumb-1.3.5-all-min.js" licenseName="The MIT License"> |
| 111 | <#-- https://github.com/jsplumb/jsPlumb/blob/1.3.5/js/1.3.5/jquery.jsPlumb-1.3.5-all.js --> |
| 112 | /* |
| 113 | * jsPlumb |
| 114 | * |
| 115 | * Title:jsPlumb 1.3.5 |
| 116 | * |
| 117 | * Provides a way to visually connect elements on an HTML page, using either SVG, Canvas |
| 118 | * elements, or VML. |
| 119 | * |
| 120 | * This file contains the jsPlumb core code. |
| 121 | * |
| 122 | * Copyright (c) 2010 - 2012 Simon Porritt (simon.porritt@gmail.com) |
| 123 | * |
| 124 | * http://jsplumb.org |
| 125 | * http://github.com/sporritt/jsplumb |
| 126 | * http://code.google.com/p/jsplumb |
| 127 | * |
| 128 | * Dual licensed under the MIT and GPL2 licenses. |
| 129 | */ |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 130 | </@license> |
| 131 | <@license files=["static/javascript/jquery", "static/javascript/jquery-ui"] licenseName="The MIT License"> |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 132 | Copyright jQuery Foundation and other contributors, https://jquery.org/ |
| 133 | |
| 134 | This software consists of voluntary contributions made by many |
| 135 | individuals. For exact contribution history, see the revision history |
| 136 | available at https://github.com/jquery/jquery |
| 137 | |
| 138 | The following license applies to all parts of this software except as |
| 139 | documented below: |
| 140 | |
| 141 | ==== |
| 142 | |
| 143 | Permission is hereby granted, free of charge, to any person obtaining |
| 144 | a copy of this software and associated documentation files (the |
| 145 | "Software"), to deal in the Software without restriction, including |
| 146 | without limitation the rights to use, copy, modify, merge, publish, |
| 147 | distribute, sublicense, and/or sell copies of the Software, and to |
| 148 | permit persons to whom the Software is furnished to do so, subject to |
| 149 | the following conditions: |
| 150 | |
| 151 | The above copyright notice and this permission notice shall be |
| 152 | included in all copies or substantial portions of the Software. |
| 153 | |
| 154 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 155 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 156 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 157 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
| 158 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
| 159 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
| 160 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 161 | |
| 162 | ==== |
| 163 | |
| 164 | All files located in the node_modules and external directories are |
| 165 | externally maintained libraries used by this software which have their |
| 166 | own licenses; we recommend you read them, as their terms may differ from |
| 167 | the terms above. |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 168 | </@license> |
| 169 | <@license files="static/javascript/jquery/plugins/jquery.getParams.js" licenseName="The MIT License"> |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 170 | Copyright (c) 2006 Mathias Bank (http://www.mathias-bank.de) |
| 171 | Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) |
| 172 | and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses. |
| 173 | |
| 174 | Thanks to Hinnerk Ruemenapf - http://hinnerk.ruemenapf.de/ for bug reporting and fixing. |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 175 | </@license> |
| 176 | <@license files="static/javascript/jquery/plugins/jquery.timer.js" licenseName="The MIT License"> |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 177 | jquery.timer.js |
| 178 | |
| 179 | Copyright (c) 2011 Jason Chavannes <jason.chavannes@gmail.com> |
| 180 | |
| 181 | http://jchavannes.com/jquery-timer |
| 182 | |
| 183 | Permission is hereby granted, free of charge, to any person |
| 184 | obtaining a copy of this software and associated documentation |
| 185 | files (the "Software"), to deal in the Software without |
| 186 | restriction, including without limitation the rights to use, copy, |
| 187 | modify, merge, publish, distribute, sublicense, and/or sell copies |
| 188 | of the Software, and to permit persons to whom the Software is |
| 189 | furnished to do so, subject to the following conditions: |
| 190 | |
| 191 | The above copyright notice and this permission notice shall be |
| 192 | included in all copies or substantial portions of the Software. |
| 193 | |
| 194 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 195 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 196 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 197 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS |
| 198 | BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN |
| 199 | ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 200 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 201 | SOFTWARE. |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 202 | </@license> |
| 203 | <@license files=["static/stylesheet/json.human.css", "static/javascript/adminconsole/json.human.js"] |
| 204 | licenseName="The MIT License"> |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 205 | Copyright (c) 2015, Mariano Guerra |
| 206 | |
| 207 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 208 | of this software and associated documentation files (the "Software"), to deal |
| 209 | in the Software without restriction, including without limitation the rights |
| 210 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 211 | copies of the Software, and to permit persons to whom the Software is |
| 212 | furnished to do so, subject to the following conditions: |
| 213 | |
| 214 | The above copyright notice and this permission notice shall be included in |
| 215 | all copies or substantial portions of the Software. |
| 216 | |
| 217 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 218 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 219 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 220 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 221 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 222 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 223 | THE SOFTWARE. |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 224 | </@license> |