blob: 61f732ee758aa6396477372357ad743733a67912 [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 Blow43b40b62017-01-14 17:03:12 -050019<#if packageName?has_content>
20Apache AsterixDB ${packageName!}
21<#else>
22Apache AsterixDB
23</#if>
Michael Blow1355c262017-01-04 16:23:31 -050024Copyright 2015-2017 The Apache Software Foundation
25
26This product includes software developed at
27The Apache Software Foundation (http://www.apache.org/).
Michael Blow43b40b62017-01-14 17:03:12 -050028<#list noticeMap>
Michael Blow1355c262017-01-04 16:23:31 -050029
30AsterixDB utilizes many libraries, which come with the following applicable NOTICE(s):
31
Michael Blow43b40b62017-01-14 17:03:12 -050032<#items as e>
Michael Blow1355c262017-01-04 16:23:31 -050033 <#assign noticeText = e.getKey()/>
34 <#assign projects = e.getValue()/>
35 <#list projects as p>
36 <#list p.locations as loc>
37- ${loc}${p.artifactId}-${p.version}.jar
38 </#list>
39 </#list>
40
41<@indent spaces=6>
42${noticeText}
43</@indent>
44
Michael Blow43b40b62017-01-14 17:03:12 -050045</#items>
Michael Blow1355c262017-01-04 16:23:31 -050046</#list>