-
Notifications
You must be signed in to change notification settings - Fork 0
/
licenseheader.txt
20 lines (20 loc) · 1.01 KB
/
licenseheader.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<#if licenseFirst??>
${licenseFirst}
</#if>
${licensePrefix} Copyright (C) 2005-2016 Christian P. Lerch <christian.p.lerch [at] gmail.com>
${licensePrefix}
${licensePrefix} This library is free software; you can redistribute it and/or modify it under
${licensePrefix} the terms of the GNU Lesser General Public License as published by the Free
${licensePrefix} Software Foundation; either version 3 of the License, or (at your option)
${licensePrefix} any later version.
${licensePrefix}
${licensePrefix} This library is distributed in the hope that it will be useful, but WITHOUT
${licensePrefix} ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
${licensePrefix} FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
${licensePrefix} details.
${licensePrefix}
${licensePrefix} You should have received a copy of the GNU Lesser General Public License
${licensePrefix} along with this distribution. If not, see <http://www.gnu.org/licenses/>.
<#if licenseLast??>
${licenseLast}
</#if>