-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathnb-license.txt
23 lines (23 loc) · 1.19 KB
/
nb-license.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<#if licenseFirst??>
${licenseFirst}
</#if>
${licensePrefix}${nameAndExt}
${licensePrefix}Copyright (C) ${date?date?string("yyyy")} ${project.organization!user}
${licensePrefix?replace(" +$", "", "r")}
${licensePrefix}This program is free software: you can redistribute it and/or modify it
${licensePrefix}under the terms of the GNU Affero General Public License as published by
${licensePrefix}the Free Software Foundation, either version 3 of the License, or (at your
${licensePrefix}option) any later version.
${licensePrefix?replace(" +$", "", "r")}
${licensePrefix}This program is distributed in the hope that it will be useful, but WITHOUT
${licensePrefix}ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
${licensePrefix}FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
${licensePrefix}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. If not, see <http://www.gnu.org/licenses/>.
${licensePrefix?replace(" +$", "", "r")}
${licensePrefix}SPDX-License-Identifier: AGPL-3.0-or-later
<#if licenseLast??>
${licenseLast}
</#if>