-
-
Notifications
You must be signed in to change notification settings - Fork 106
/
licenseheader.txt
22 lines (22 loc) · 1.18 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}Tigase Jabber/XMPP Server
${licensePrefix}Copyright (C) 2004-${date?date?string("yyyy")}, ${project.organization} <[email protected]>
${licensePrefix?replace(" +$", "", "r")}
${licensePrefix}This program is free software: you can redistribute it and/or modify
${licensePrefix}it under the terms of the GNU Affero General Public License as published by
${licensePrefix}the Free Software Foundation, either version 3 of the License,
${licensePrefix}or (at your option) any later version.
${licensePrefix?replace(" +$", "", "r")}
${licensePrefix}This program 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 Affero General Public License for more details.
${licensePrefix?replace(" +$", "", "r")}
${licensePrefix}You should have received a copy of the GNU Affero General Public License
${licensePrefix}along with this program. Look for COPYING file in the top folder.
${licensePrefix}If not, see http://www.gnu.org/licenses/.
<#if licenseLast??>
${licenseLast}
</#if>