Update sh.snippets

This commit is contained in:
Gert 2015-03-24 22:31:19 +01:00
parent 8944f3b3db
commit 5cec420886

View File

@ -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 <http://www.gnu.org/licenses/>.
#==============================================================================