Michael Blow | 1355c26 | 2017-01-04 16:23:31 -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): share notice file template with asterixdb via maven artifact --> |
Michael Blow | 6224966 | 2017-01-24 14:22:47 -0500 | [diff] [blame] | 20 | Apache Hyracks and Algebricks |
Ian Maxon | 4c7d784 | 2019-02-07 17:21:46 -0800 | [diff] [blame] | 21 | Copyright 2015-${.now?string('yyyy')} The Apache Software Foundation |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 22 | |
| 23 | This product includes software developed at |
| 24 | The Apache Software Foundation (http://www.apache.org/). |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 25 | <#list noticeMap> |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 26 | |
Michael Blow | 6224966 | 2017-01-24 14:22:47 -0500 | [diff] [blame] | 27 | Hyracks and Algebricks utilize many libraries, which come with the following applicable NOTICE(s): |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 28 | |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 29 | <#items as e> |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 30 | <#assign noticeText = e.getKey()/> |
| 31 | <#assign projects = e.getValue()/> |
| 32 | <#list projects as p> |
Michael Blow | 6224966 | 2017-01-24 14:22:47 -0500 | [diff] [blame] | 33 | ${p.name} (${p.groupId}:${p.artifactId}:${p.version}) |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 34 | <#list p.locations as loc> |
Michael Blow | dee3f92 | 2018-08-09 12:21:07 -0700 | [diff] [blame] | 35 | - ${loc}${p.jarName} |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 36 | </#list> |
| 37 | </#list> |
| 38 | |
| 39 | <@indent spaces=6> |
| 40 | ${noticeText} |
| 41 | </@indent> |
| 42 | |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 43 | </#items> |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 44 | </#list> |