blob: 8a2eb05d29858be572f7f41b79f1c4c2ff83949d [file] [log] [blame]
Michael Blow1355c262017-01-04 16:23:31 -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-->
Michael Blowe2cf4912017-01-18 15:39:40 -050019<#-- TODO(mblow): share notice file template with asterixdb via maven artifact -->
Michael Blow62249662017-01-24 14:22:47 -050020Apache Hyracks and Algebricks
Ian Maxon4c7d7842019-02-07 17:21:46 -080021Copyright 2015-${.now?string('yyyy')} The Apache Software Foundation
Michael Blow1355c262017-01-04 16:23:31 -050022
23This product includes software developed at
24The Apache Software Foundation (http://www.apache.org/).
Michael Blow43b40b62017-01-14 17:03:12 -050025<#list noticeMap>
Michael Blow1355c262017-01-04 16:23:31 -050026
Michael Blow62249662017-01-24 14:22:47 -050027Hyracks and Algebricks utilize many libraries, which come with the following applicable NOTICE(s):
Michael Blow1355c262017-01-04 16:23:31 -050028
Michael Blow43b40b62017-01-14 17:03:12 -050029<#items as e>
Michael Blow1355c262017-01-04 16:23:31 -050030 <#assign noticeText = e.getKey()/>
31 <#assign projects = e.getValue()/>
32 <#list projects as p>
Michael Blow62249662017-01-24 14:22:47 -050033${p.name} (${p.groupId}:${p.artifactId}:${p.version})
Michael Blow1355c262017-01-04 16:23:31 -050034 <#list p.locations as loc>
Michael Blowdee3f922018-08-09 12:21:07 -070035- ${loc}${p.jarName}
Michael Blow1355c262017-01-04 16:23:31 -050036 </#list>
37 </#list>
38
39<@indent spaces=6>
40${noticeText}
41</@indent>
42
Michael Blow43b40b62017-01-14 17:03:12 -050043</#items>
Michael Blow1355c262017-01-04 16:23:31 -050044</#list>