X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=archive.sh;h=985cc51ea4d7a2f48957fb1bb7993d1d8912e732;hp=4a6d785d589d326050625e6b1b2cca52fd542aaa;hb=5b59dfd4b86ca165c34815c45dbed6eb45928038;hpb=8a427ad85344fec72f3ecafb78999af6db6c4f2b diff --git a/archive.sh b/archive.sh index 4a6d785..985cc51 100755 --- a/archive.sh +++ b/archive.sh @@ -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 . + git_clone() { git clone "$1" "$2" > /dev/null