Skip to content

Commit 9c7ecb5

Browse files
committed
Merge pull request honza#378 from Vorzard/master
Add snippet for the AGPLv3 license
2 parents 45bcd32 + 1eeef03 commit 9c7ecb5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Diff for: snippets/_.snippets

+18
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,24 @@ snippet LGPL3
8484
You should have received a copy of the GNU Lesser General Public License
8585
along with this library; if not, see <http://www.gnu.org/licenses/>.
8686

87+
${0}
88+
snippet AGPL3
89+
${1:one line to give the program's name and a brief description.}
90+
Copyright (C) `strftime("%Y")` ${2:copyright holder}
91+
92+
This program is free software: you can redistribute it and/or modify
93+
it under the terms of the GNU Affero General Public License as
94+
published by the Free Software Foundation, either version 3 of the
95+
License, or (at your option) any later version.
96+
97+
This program is distributed in the hope that it will be useful,
98+
but WITHOUT ANY WARRANTY; without even the implied warranty of
99+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
100+
GNU Affero General Public License for more details.
101+
102+
You should have received a copy of the GNU Affero General Public License
103+
along with this program. If not, see <http://www.gnu.org/licenses/>.
104+
87105
${0}
88106
snippet BSD2
89107
${1:one line to give the program's name and a brief description}

0 commit comments

Comments
 (0)