]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
*: License under GPL v3+.
authorSimon Ruderich <simon@ruderich.org>
Sun, 10 Mar 2013 21:27:21 +0000 (22:27 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 10 Mar 2013 21:27:21 +0000 (22:27 +0100)
archive.sh
lib.m4
lib.sh
setup.sh
tests/lib.sh.test
tests/run.sh

index 4a6d785d589d326050625e6b1b2cca52fd542aaa..985cc51ea4d7a2f48957fb1bb7993d1d8912e732 100755 (executable)
@@ -5,6 +5,21 @@
 #
 # Usage: ./archive.sh
 
+# Copyright (C) 2010-2013  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/>.
+
 
 git_clone() {
     git clone "$1" "$2" > /dev/null
diff --git a/lib.m4 b/lib.m4
index 0d65268b9bc597cf219e95ff5b9d564004175949..2f008e46f4691a55b4214b9d3e2f2b9ce2e6ea07 100644 (file)
--- a/lib.m4
+++ b/lib.m4
@@ -5,6 +5,21 @@ dnl     IF(OS, debian)
 dnl         ...
 dnl     FI
 dnl
+dnl Copyright (C) 2009-2013  Simon Ruderich
+dnl
+dnl This program is free software: you can redistribute it and/or modify
+dnl it under the terms of the GNU General Public License as published by
+dnl the Free Software Foundation, either version 3 of the License, or
+dnl (at your option) any later version.
+dnl
+dnl This program is distributed in the hope that it will be useful,
+dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
+dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+dnl GNU General Public License for more details.
+dnl
+dnl You should have received a copy of the GNU General Public License
+dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
+dnl
 dnl
 define(`IF', `ifelse(`$1', `$2',dnl')dnl
 define(`FI', `)dnl')dnl
diff --git a/lib.sh b/lib.sh
index 206f9954a3841041da04e8b4417dccf497b889dc..95c2fdf5c83efdc37212468d00e8f4c837ca7ac8 100644 (file)
--- a/lib.sh
+++ b/lib.sh
@@ -2,6 +2,21 @@
 #
 # Their setup.sh script sources this file.
 
+# Copyright (C) 2009-2013  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/>.
+
 
 # csh gives the error "Unknown colorls variable `su'." when used with newer
 # options supported by Zsh or GNU ls.
index dfef30539e122bf5234972e3eee8967263f8f939..d982e56e58d7e0cddafd60b481573b4e5eca24a1 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -3,6 +3,21 @@
 # Runs setup.sh in all configuration directories. Must be run in the main
 # configuration directory.
 
+# Copyright (C) 2009-2013  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/>.
+
 
 for path in `find . -name setup.sh -type f`; do
     # Skip this directory to prevent an infinite loop.
index 3568c47de354f64e4dbfebd24fcf7ead4ee1ecb5..5db26dcf3eae59f4b47ce217a9c19b2e02ae427e 100644 (file)
@@ -1,5 +1,20 @@
 # Tests for lib.sh.
 
+# Copyright (C) 2009-2013  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
 
index 65dad840bc9c2500718ba8ddf8bb1bacd0dfb71f..a49ee1ab705d7c22912d282a42c4e51159d66bb6 100755 (executable)
@@ -2,6 +2,21 @@
 
 # Runs all tests in this directory.
 
+# Copyright (C) 2009-2013  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/>.
+
 
 # Get all test files.
 for file in *.test; do