aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2013-05-21 20:04:31 +0200
committerMathias Bynens <mathias@qiwi.be>2013-05-21 20:04:31 +0200
commita89e2f2d226de274c998b0b8de5fd4af2e0b444f (patch)
treea5a101a102b4e575876ee0b0a62d3f26bc2b0d1b /bootstrap.sh
parent485f2cbbfad73f29e8f567684e4a47ef30cf9eff (diff)
downloaddotfiles-a89e2f2d226de274c998b0b8de5fd4af2e0b444f.tar.gz
dotfiles-a89e2f2d226de274c998b0b8de5fd4af2e0b444f.tar.bz2
dotfiles-a89e2f2d226de274c998b0b8de5fd4af2e0b444f.zip
Dual license these dotfiles under MIT/GPL
As requested by @lathan. Closes #205.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 70e3d2d..2e766d3 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -2,7 +2,9 @@
cd "$(dirname "${BASH_SOURCE}")"
git pull origin master
function doIt() {
- rsync --exclude ".git/" --exclude ".DS_Store" --exclude "bootstrap.sh" --exclude "README.md" -av --no-perms . ~
+ rsync --exclude ".git/" --exclude ".DS_Store" --exclude "bootstrap.sh" \
+ --exclude "README.md" --exclude "LICENSE-GPL.txt" \
+ --exclude "LICENSE-MIT.txt" -av --no-perms . ~
}
if [ "$1" == "--force" -o "$1" == "-f" ]; then
doIt