]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
*: License under GPL v3+.
authorSimon Ruderich <simon@ruderich.org>
Wed, 25 Jan 2012 22:54:09 +0000 (23:54 +0100)
committerSimon Ruderich <simon@ruderich.org>
Wed, 25 Jan 2012 22:54:09 +0000 (23:54 +0100)
cvsrc
gitconfig.m4
gitignore
hgignore
hgrc.m4
setup.sh
tigrc

diff --git a/cvsrc b/cvsrc
index d0e281ca55e0b70af92fa3be096767f35d70db54..879792116bcc820cfe4a86b420e71261d2c5fb70 100644 (file)
--- a/cvsrc
+++ b/cvsrc
@@ -1,5 +1,20 @@
 # CVS 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/>.
+
 
 # Don't display all checked directories.
 cvs -q
index 67d4213909808896a0f43891a6f7281fa6bdbb13..171f256626745f352cdcdc6c732b2e76f4d0e95c 100644 (file)
@@ -1,5 +1,20 @@
 # Global Git 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/>.
+
 
 dnl Load m4 macros.
 include(../lib.m4)
index d24444449342e8c55f638542a1e46dc49fe0252b..07e6e5284ccc6aaa4c211ef7668b86e31435333e 100644 (file)
--- a/gitignore
+++ b/gitignore
@@ -1,5 +1,20 @@
 # Global git ignore 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/>.
+
 
 # Ignore Mac OS X files.
 .DS_Store
index 771772d3cb8c4a545a6c399e2770feb87ee7f5ca..5eb2f89c803ee92644b81eb9fdb4d2e58cd8679b 100644 (file)
--- a/hgignore
+++ b/hgignore
@@ -1,5 +1,21 @@
 # Global mercurial ignore 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/>.
+
+
 syntax: glob
 
 
diff --git a/hgrc.m4 b/hgrc.m4
index e3ef39c1c2db75121b8b43278c109b3171b28386..b3a6aa72478fa1514a5442ae558c7d3b9eda82ed 100644 (file)
--- a/hgrc.m4
+++ b/hgrc.m4
@@ -1,5 +1,20 @@
 # This is the Mercurial 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/>.
+
 
 dnl Load m4 macros.
 include(../lib.m4)
index 94f4535370b3deabe3b5a525048d0feba90ba9c7..bedc5bb214df55792a7f16934fb4df6c0848e969 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -2,6 +2,21 @@
 
 # Setup script for VCS 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/tigrc b/tigrc
index a5d2ce2fb4971a891af193c1465522a7d98668f6..5e5256d1e2e3735dd25c7490f9faa5936986d6bc 100644 (file)
--- a/tigrc
+++ b/tigrc
@@ -1,5 +1,20 @@
 # tig 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/>.
+
 
 # Show the revision graph like gitk does.
 set show-rev-graph = yes