From ca07ca66536e6ef5634600d66d5b688f7e3cd2fd Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Tue, 24 Mar 2015 23:45:58 +0000 Subject: [PATCH] AGPL snippet --- snippets/_.snippets | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/snippets/_.snippets b/snippets/_.snippets index ff52c0a..28c290f 100644 --- a/snippets/_.snippets +++ b/snippets/_.snippets @@ -261,3 +261,19 @@ snippet MPL2 License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. ${0} +snippet AGPL + ${1:One line to give the program's name and a brief description.} + Copyright `&enc[:2] == "utf" ? "©" : "(c)"` `strftime("%Y")` ${2:`g:snips_author`} + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see .