From ce25aec84e8327aa1ddc8de833d3a9a68ea89583 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 25 Jan 2012 23:32:45 +0100 Subject: [PATCH] vimrc,gvimrc,setup.sh: License under GP v3+. --- gvimrc | 15 +++++++++++++++ setup.sh | 15 +++++++++++++++ vimrc | 15 +++++++++++++++ 3 files changed, 45 insertions(+) diff --git a/gvimrc b/gvimrc index bbf75f4..a902d7e 100644 --- a/gvimrc +++ b/gvimrc @@ -1,5 +1,20 @@ " GVim configuration file. +" Copyright (C) 2011-2012 Simon Ruderich +" +" This file 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 3 of the License, or +" (at your option) any later version. +" +" This file 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 file. If not, see . + " Stop the cursor from blinking. set guicursor+=a:blinkon0 diff --git a/setup.sh b/setup.sh index 54ae7a0..dcaad16 100755 --- a/setup.sh +++ b/setup.sh @@ -2,6 +2,21 @@ # Setup script for Vim configuration files. +# Copyright (C) 2011-2012 Simon Ruderich +# +# This program 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 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 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 . + . ../lib.sh diff --git a/vimrc b/vimrc index f6ce234..0df4fd6 100644 --- a/vimrc +++ b/vimrc @@ -1,5 +1,20 @@ " Vim main configuration file. +" Copyright (C) 2011-2012 Simon Ruderich +" +" This file 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 3 of the License, or +" (at your option) any later version. +" +" This file 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 file. If not, see . + " EDITOR SETTINGS -- 2.44.1