From 5cec4208869f663dfffb1747c6157110541bf2dc Mon Sep 17 00:00:00 2001 From: Gert Date: Tue, 24 Mar 2015 22:31:19 +0100 Subject: [PATCH] Update sh.snippets --- snippets/sh.snippets | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/snippets/sh.snippets b/snippets/sh.snippets index 07b57d8..de88c01 100644 --- a/snippets/sh.snippets +++ b/snippets/sh.snippets @@ -98,22 +98,3 @@ snippet funtitle # NAME: ${1:function_name} # DESCRIPTION: ${0:One line to give a brief description.} #============================================================================== - -snippet GPL2 - #=== LICENSE ================================================================ - # ${1:One line to give the program's name and a brief description.} - # Copyright (C) `strftime("%Y")` ${2:`g:snips_author`} - # - # This script is free software; you can redistribute it and/or modify - # it under the terms of the GNU General Public License as published by - # the Free Software Foundation; either version 2 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 General Public License for more details. - # - # You should have received a copy of the GNU General Public License - # along with this program; if not, see . - #==============================================================================