-
Notifications
You must be signed in to change notification settings - Fork 2
/
licenseheader.txt
23 lines (22 loc) · 1.07 KB
/
licenseheader.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<#if licenseFirst??>
${licenseFirst}
</#if>
${licensePrefix}Licensed to the Apache Software Foundation (ASF) under one
${licensePrefix}or more contributor license agreements. See the NOTICE file
${licensePrefix}distributed with this work for additional information
${licensePrefix}regarding copyright ownership. The ASF licenses this file
${licensePrefix}to you under the Apache License, Version 2.0 (the
${licensePrefix}"License"); you may not use this file except in compliance
${licensePrefix}with the License. You may obtain a copy of the License at
${licensePrefix}
${licensePrefix} http://www.apache.org/licenses/LICENSE-2.0
${licensePrefix}
${licensePrefix}Unless required by applicable law or agreed to in writing,
${licensePrefix}software distributed under the License is distributed on an
${licensePrefix}"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
${licensePrefix}KIND, either express or implied. See the License for the
${licensePrefix}specific language governing permissions and limitations
${licensePrefix}under the License.
<#if licenseLast??>
${licenseLast}
</#if>