-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathlicense-Jubler.txt
31 lines (31 loc) · 1.24 KB
/
license-Jubler.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
<#if licenseFirst??>
${licenseFirst}
</#if>
${licensePrefix} ${nameAndExt}
${licensePrefix}
${licensePrefix} Created on: ${date} at ${time}
${licensePrefix}
${licensePrefix}
${licensePrefix}DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
${licensePrefix}
${licensePrefix}This file is part of Jubler.
${licensePrefix}
${licensePrefix}Jubler is free software; you can redistribute it and/or modify
${licensePrefix}it under the terms of the GNU General Public License as published by
${licensePrefix}the Free Software Foundation, version 2.
${licensePrefix}
${licensePrefix}
${licensePrefix}Jubler 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 General Public License
${licensePrefix}along with Jubler; if not, write to the Free Software
${licensePrefix}Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
${licensePrefix}
${licensePrefix}Contributor(s):
${licensePrefix}
<#if licenseLast??>
${licenseLast}
</#if>