-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathlicenseheader.txt
35 lines (35 loc) · 1.82 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
23
24
25
26
27
28
29
30
31
32
33
34
35
<#if licenseFirst??>
${licenseFirst}
</#if>
${licensePrefix}Copyright (c) 2001-2017, Zoltan Farkas All Rights Reserved.
${licensePrefix}
${licensePrefix}This library is free software; you can redistribute it and/or
${licensePrefix}modify it under the terms of the GNU Lesser General Public
${licensePrefix}License as published by the Free Software Foundation; either
${licensePrefix}version 2.1 of the License, or (at your option) any later version.
${licensePrefix}
${licensePrefix}This library is distributed in the hope that it will be useful,
${licensePrefix}but WITHOUT ANY WARRANTY; without even the implied warranty of
${licensePrefix}MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
${licensePrefix}GNU General Public License for more details.
${licensePrefix}
${licensePrefix}You should have received a copy of the GNU Lesser General Public
${licensePrefix}License along with this program; if not, write to the Free Software
${licensePrefix}Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
${licensePrefix}
${licensePrefix}Additionally licensed with:
${licensePrefix}
${licensePrefix}Licensed under the Apache License, Version 2.0 (the "License");
${licensePrefix}you may not use this file except in compliance with the License.
${licensePrefix}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, software
${licensePrefix}distributed under the License is distributed on an "AS IS" BASIS,
${licensePrefix}WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
${licensePrefix}See the License for the specific language governing permissions and
${licensePrefix}limitations under the License.
<#if licenseLast??>
${licenseLast}
</#if>