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> |
| 51 | <@license files="static/javascript/flot/" licenseName="The MIT License"> |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 52 | Copyright (c) 2007-2014 IOLA and Ole Laursen |
| 53 | |
| 54 | Permission is hereby granted, free of charge, to any person |
| 55 | obtaining a copy of this software and associated documentation |
| 56 | files (the "Software"), to deal in the Software without |
| 57 | restriction, including without limitation the rights to use, |
| 58 | copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 59 | copies of the Software, and to permit persons to whom the |
| 60 | Software is furnished to do so, subject to the following |
| 61 | conditions: |
| 62 | |
| 63 | The above copyright notice and this permission notice shall be |
| 64 | included in all copies or substantial portions of the Software. |
| 65 | |
| 66 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 67 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES |
| 68 | OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 69 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT |
| 70 | HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
| 71 | WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 72 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
| 73 | OTHER DEALINGS IN THE SOFTWARE. |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 74 | </@license> |
| 75 | <@license files="static/javascript/jsplumb/" licenseName="The MIT License"> |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 76 | Copyright (c) 2010 - 2014 jsPlumb, http://jsplumbtoolkit.com/ |
| 77 | |
| 78 | Permission is hereby granted, free of charge, to any person obtaining |
| 79 | a copy of this software and associated documentation files (the |
| 80 | "Software"), to deal in the Software without restriction, including |
| 81 | without limitation the rights to use, copy, modify, merge, publish, |
| 82 | distribute, sublicense, and/or sell copies of the Software, and to |
| 83 | permit persons to whom the Software is furnished to do so, subject to |
| 84 | the following conditions: |
| 85 | |
| 86 | The above copyright notice and this permission notice shall be |
| 87 | included in all copies or substantial portions of the Software. |
| 88 | |
| 89 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 90 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 91 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 92 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
| 93 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
| 94 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
| 95 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 96 | </@license> |
| 97 | <@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] | 98 | Copyright jQuery Foundation and other contributors, https://jquery.org/ |
| 99 | |
| 100 | This software consists of voluntary contributions made by many |
| 101 | individuals. For exact contribution history, see the revision history |
| 102 | available at https://github.com/jquery/jquery |
| 103 | |
| 104 | The following license applies to all parts of this software except as |
| 105 | documented below: |
| 106 | |
| 107 | ==== |
| 108 | |
| 109 | Permission is hereby granted, free of charge, to any person obtaining |
| 110 | a copy of this software and associated documentation files (the |
| 111 | "Software"), to deal in the Software without restriction, including |
| 112 | without limitation the rights to use, copy, modify, merge, publish, |
| 113 | distribute, sublicense, and/or sell copies of the Software, and to |
| 114 | permit persons to whom the Software is furnished to do so, subject to |
| 115 | the following conditions: |
| 116 | |
| 117 | The above copyright notice and this permission notice shall be |
| 118 | included in all copies or substantial portions of the Software. |
| 119 | |
| 120 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 121 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 122 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 123 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
| 124 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
| 125 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
| 126 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 127 | |
| 128 | ==== |
| 129 | |
| 130 | All files located in the node_modules and external directories are |
| 131 | externally maintained libraries used by this software which have their |
| 132 | own licenses; we recommend you read them, as their terms may differ from |
| 133 | the terms above. |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 134 | </@license> |
| 135 | <@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] | 136 | Copyright (c) 2006 Mathias Bank (http://www.mathias-bank.de) |
| 137 | Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) |
| 138 | and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses. |
| 139 | |
| 140 | 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] | 141 | </@license> |
| 142 | <@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] | 143 | jquery.timer.js |
| 144 | |
| 145 | Copyright (c) 2011 Jason Chavannes <jason.chavannes@gmail.com> |
| 146 | |
| 147 | http://jchavannes.com/jquery-timer |
| 148 | |
| 149 | Permission is hereby granted, free of charge, to any person |
| 150 | obtaining a copy of this software and associated documentation |
| 151 | files (the "Software"), to deal in the Software without |
| 152 | restriction, including without limitation the rights to use, copy, |
| 153 | modify, merge, publish, distribute, sublicense, and/or sell copies |
| 154 | of the Software, and to permit persons to whom the Software is |
| 155 | furnished to do so, subject to the following conditions: |
| 156 | |
| 157 | The above copyright notice and this permission notice shall be |
| 158 | included in all copies or substantial portions of the Software. |
| 159 | |
| 160 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 161 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 162 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 163 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS |
| 164 | BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN |
| 165 | ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 166 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 167 | SOFTWARE. |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 168 | </@license> |
| 169 | <@license files=["static/stylesheet/json.human.css", "static/javascript/adminconsole/json.human.js"] |
| 170 | licenseName="The MIT License"> |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 171 | Copyright (c) 2015, Mariano Guerra |
| 172 | |
| 173 | Permission is hereby granted, free of charge, to any person obtaining a copy |
| 174 | of this software and associated documentation files (the "Software"), to deal |
| 175 | in the Software without restriction, including without limitation the rights |
| 176 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 177 | copies of the Software, and to permit persons to whom the Software is |
| 178 | furnished to do so, subject to the following conditions: |
| 179 | |
| 180 | The above copyright notice and this permission notice shall be included in |
| 181 | all copies or substantial portions of the Software. |
| 182 | |
| 183 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 184 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 185 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 186 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 187 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 188 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 189 | THE SOFTWARE. |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 190 | </@license> |