]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
*: License under GPL v3+.
authorSimon Ruderich <simon@ruderich.org>
Wed, 25 Jan 2012 22:30:50 +0000 (23:30 +0100)
committerSimon Ruderich <simon@ruderich.org>
Wed, 25 Jan 2012 22:30:50 +0000 (23:30 +0100)
28 files changed:
bash/logout
bash/profile
bash/rc
bin/battery.pl
bin/calc
bin/git-update-all.sh
bin/git-update.sh
bin/mv-p
bin/pdftotext-
bin/svalgrind
bin/svalgrind-ptr
bin/temperature.pl
colordiffrc
csh/rc
inputrc
lessfilter
lesskey
screenrc.in
setup.sh
shell/aliases
shell/env
shell/functions
shell/logout
ssh_config
tmux.conf
zsh/env
zsh/logout
zsh/rc

index ed0559a98cd9bd45d786d454de53ecf6e6b05e90..12f1e5d2b895ee42d7737b57e42aede2bb6f5fef 100644 (file)
@@ -1,5 +1,20 @@
 # Bash logout 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/>.
+
 
 source_config ~/.shell/logout
 
index 4c2555220e614eb573cfe8cacc2dff1e06fa7ea4..864f88b4092346b0cb4e64b442ac9930faae7c1f 100644 (file)
@@ -1,5 +1,20 @@
 # Bash login 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/>.
+
 
 # Load ~/.bashrc if it exists.
 if [[ -f ~/.bashrc ]]; then
diff --git a/bash/rc b/bash/rc
index 3cc4827fbc9a1481d136319a2c586c2fded2fa1f..af7b446bdc588da34f8f4f63e0f58e6dfea845b6 100644 (file)
--- a/bash/rc
+++ b/bash/rc
@@ -2,6 +2,21 @@
 #
 # Is sourced by all interactive shells and other shells like scp or rcp.
 
+# 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/>.
+
 
 . ~/.shell/functions
 
index ed57666deaaace5b80dc4dd1dfc870b2c7a3fd76..41956ac43fb431dd9862d45a08e1a38ed5e56882 100755 (executable)
@@ -1,5 +1,20 @@
 #!/usr/bin/perl
 
+# 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/>.
+
 
 use strict;
 use warnings;
index 7f4b0357c4542a31c1d03490f7360c010ea40111..e70128a55569864291f797951ffcb54b4ecca3fc 100755 (executable)
--- a/bin/calc
+++ b/bin/calc
@@ -1,5 +1,21 @@
 #!/bin/sh
 
+# 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/>.
+
+
 python -i -c 'from math import *;
 
 def ld(x):
index 45ef0fa617e9189b86c920b7516032878c67d176..92ea49e6d9744be6e4eab1fdf9aad50bacb53299 100755 (executable)
@@ -4,5 +4,20 @@
 #
 # All arguments are passed to git-update.sh.
 
+# 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/>.
+
 
 find . -name .git -type d -exec git-update.sh "$@" {} \; | less
index de71bec0dc304c78b3041bd13ae85228642f05a1..7ec186b28b3a60d07edbab6074abdbe6d6e651c9 100755 (executable)
@@ -9,6 +9,21 @@
 #
 # Very useful to sync multiple remotes.
 
+# 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/>.
+
 
 LOCAL=
 if [ x$1 = x--local ];then
index 62b1b364179c94c77135172dd1b852b4e3ee0d34..2faade8bc3e70754903c32c9f35686dd74f8286a 100755 (executable)
--- a/bin/mv-p
+++ b/bin/mv-p
@@ -3,6 +3,21 @@
 # Wrapper command for `mv` which creates the target directory before moving
 # the file there.
 
+# 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/>.
+
 
 # Get last argument.
 for last; do :; done
index 8606356044df7cab341a098c1206536eab90950a..23cb2627da614ee9f42c3097ca570ba4a4f8bc69 100755 (executable)
@@ -1,3 +1,19 @@
 #!/bin/sh
 
+# 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/>.
+
+
 pdftotext "$@" -
index 92ef3ab55e68eadd463a7186ecb19ad72f4214c1..5dd8c9abe0a601bc8dd725fbdaa0d2127f87739e 100755 (executable)
@@ -1,4 +1,20 @@
 #!/bin/sh
 
+# 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/>.
+
+
 valgrind --leak-check=full --show-reachable=yes --error-exitcode=1 \
          --track-fds=yes "$@"
index 965a587fa64192830ca62bf8c3e12b12d29071b5..29eaa35ed3ea0a94b9d52bcba2c63f27a9126ee1 100755 (executable)
@@ -1,3 +1,19 @@
 #!/bin/sh
 
+# 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/>.
+
+
 valgrind --tool=exp-ptrcheck --error-exitcode=1 "$@"
index e342dfdf2e31be052a53c172ccfc815a6aee8f91..9ee40cd64c2cd182b3238ec047cfba2ab59195ce 100755 (executable)
@@ -1,5 +1,20 @@
 #!/usr/bin/perl
 
+# 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/>.
+
 
 use strict;
 use warnings;
index 884809483431208e3683b02924059c0864bcdd20..d8f91dbc248d65b2c6794ba7d4631f4251af3a1c 100644 (file)
@@ -1,5 +1,20 @@
 # Colordiff 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/>.
+
 
 # Custom colors for the diff output which is more similar to TextMate's output
 # (new: green, old: red).
diff --git a/csh/rc b/csh/rc
index 543b053c674e65029d13ab095278e292e5643f11..597f47a07b0f4a83c4edd213e32219523b2de815 100644 (file)
--- a/csh/rc
+++ b/csh/rc
@@ -1,5 +1,20 @@
 # Csh 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/>.
+
 
 # Start Zsh in interactive login mode, otherwise do nothing. -l is used so Zsh
 # sources .zlogin and .zlogout.
diff --git a/inputrc b/inputrc
index 981c6213ac6ae4a27a7e7a4e25479681217084ee..0e702f12a0b177e2e54ad8e2e0bb6cbc19fb342a 100644 (file)
--- a/inputrc
+++ b/inputrc
@@ -1,5 +1,20 @@
 # Configuration file for readline.
 
+# 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/>.
+
 
 # Only one <tab> is necessary to get a list of all possible options.
 set show-all-if-ambiguous on
index 3570c790eed617c4054e58cb88e2bfe6cbc26f94..4a51b134ba5374dd7f2eeb34b0446eb92186f539 100755 (executable)
@@ -1,5 +1,21 @@
 #!/bin/sh
 
+# 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/>.
+
+
 case "$1" in
     # Color diff files.
     *.diff | *.patch)
diff --git a/lesskey b/lesskey
index dceb3129061df3a07524d6029407864f2c950822..a5aac7aa36b4d9021f4a371f2a1fbd9fd7b725a7 100644 (file)
--- a/lesskey
+++ b/lesskey
@@ -1,5 +1,20 @@
 # Lesskey configuration file for less.
 
+# 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/>.
+
 
 #command
 
index ae278438876f3cfea8f28ef3761c911de76e5d82..4666ca52ea5af3af2ac502d8c165d9d113b20647 100644 (file)
@@ -6,6 +6,21 @@
 #
 # (BATTERY) is only used on laptops, (ROOT) only if running as root.
 
+# 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/>.
+
 
 # Automatically lock the screen after 10 minutes of inactivity if running as
 # root.
index 5f18eb24fea09b0ef5d00e9c6e9a2814887b8520..51074e244875d53305688e700662d003c6f9e30d 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -2,6 +2,21 @@
 
 # Setup script for shell 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
 
index c508f6ffb97346c8a3184d6b9138b6354d29f628..98e2931a90f9bd46c0694da5dae60026ceb09231 100644 (file)
@@ -1,6 +1,21 @@
 # Aliases and similar functions which can be used by all shells (supporting
 # them).
 
+# 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/>.
+
 
 # Shortcuts for often used programs.
 alias c=clear
index b7b1e13a28d7e17b56c02e1693d01d26cacc61b3..2047e60a8aa5379d20b50aef8928ac0fa8d982e6 100644 (file)
--- a/shell/env
+++ b/shell/env
@@ -1,5 +1,20 @@
 # Configuration file for environment related options for all shells.
 
+# 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/>.
+
 
 source_debug ". ~/.shell/env"
 
index f3a4096b51b00238efec9d8927b2555a7f2538aa..10283a393f3903afd5aba46178bc26eb933c4bc4 100644 (file)
@@ -1,5 +1,20 @@
 # Shell functions useful to all shells.
 
+# 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/>.
+
 
 # Helper function to print debug information if $DEBUG is not empty.
 #
index 491f594a589bd3eaa263803d5f96662aec31c33f..4c5eb3087c0ae3fa7844ac1efa0db3ce5b7c2daa 100644 (file)
@@ -1,5 +1,20 @@
 # Shell logout file usable by all shells.
 
+# 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/>.
+
 
 # When leaving the console clear the screen to increase privacy. Taken from
 # Debian default bash files and modified. Thanks.
index 4b9d10ea2ec2e6d37425447575288592e02f6474..b61298dabfca6f6e428dada37ab71ac34080dad5 100644 (file)
@@ -1,5 +1,20 @@
 # SSH 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/>.
+
 
 # Rules for all hosts.
 Host *
index fbecbad79932c6f0c5a8cdf50bcfbf972aebf19f..e4d3340b38007c0f58ad86fcd9b56a545620c658 100644 (file)
--- a/tmux.conf
+++ b/tmux.conf
@@ -1,5 +1,20 @@
 # Tmux 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/>.
+
 
 # GENERAL
 
diff --git a/zsh/env b/zsh/env
index 373a8498135b02f9d03fa4f9ad839b75e728f693..57a71e3ab863d3304601480c7ca7f574c42533a2 100644 (file)
--- a/zsh/env
+++ b/zsh/env
@@ -1,5 +1,20 @@
 # Zsh configuration file for environment related options.
 
+# 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/>.
+
 
 . ~/.shell/functions
 
index 3fb924822f429d8b99d2731595529e8fcf70353f..a540ec8f3167f31052f39515aded7fe7ffd6d6d9 100644 (file)
@@ -1,5 +1,20 @@
 # Zsh logout 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/>.
+
 
 source_config ~/.shell/logout
 
diff --git a/zsh/rc b/zsh/rc
index 85139dcdd305b6745818f56b8e600b2cb6c7c9c9..fbf9aea5196ba5582b5c9738ae85adab1c950f45 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -1,5 +1,20 @@
 # Zsh 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/>.
+
 
 source_debug ". ~/.zsh/rc"