]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc,gvimrc,setup.sh: License under GP v3+.
authorSimon Ruderich <simon@ruderich.org>
Wed, 25 Jan 2012 22:32:45 +0000 (23:32 +0100)
committerSimon Ruderich <simon@ruderich.org>
Wed, 25 Jan 2012 22:32:45 +0000 (23:32 +0100)
gvimrc
setup.sh
vimrc

diff --git a/gvimrc b/gvimrc
index bbf75f4612c3917e0c65cd8d25cf6506868c8668..a902d7e8b50ac7ff118eeb8c14df616ab2685af6 100644 (file)
--- 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 <http://www.gnu.org/licenses/>.
+
 
 " Stop the cursor from blinking.
 set guicursor+=a:blinkon0
index 54ae7a0f916f7def0c1b41d55aa294517aeb86a0..dcaad16f5d292a575e906000ce8341883e265f01 100755 (executable)
--- 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 <http://www.gnu.org/licenses/>.
+
 
 . ../lib.sh
 
diff --git a/vimrc b/vimrc
index f6ce23416f795b3ebf26f0b3a674dbacec95d6c3..0df4fd6e2189294310d928e6910cba4d963d6370 100644 (file)
--- 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 <http://www.gnu.org/licenses/>.
+
 
 " EDITOR SETTINGS