File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,24 @@ snippet LGPL3
84
84
You should have received a copy of the GNU Lesser General Public License
85
85
along with this library; if not, see <http://www.gnu.org/licenses/>.
86
86
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
+
87
105
${0}
88
106
snippet BSD2
89
107
${1: one line to give the program's name and a brief description }
You can’t perform that action at this time.
0 commit comments