aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2013-06-25 13:08:26 +0200
committerMathias Bynens <mathias@qiwi.be>2013-06-25 13:08:26 +0200
commitd17fede715eb6c59711f165927f47c4f473f9e4a (patch)
tree58688e994b8549b60f45d5664cd9afa5ad46d34f /bootstrap.sh
parentff4086ec2fe955f8890491c122d80e5d21cb44c7 (diff)
downloaddotfiles-d17fede715eb6c59711f165927f47c4f473f9e4a.tar.gz
dotfiles-d17fede715eb6c59711f165927f47c4f473f9e4a.tar.bz2
dotfiles-d17fede715eb6c59711f165927f47c4f473f9e4a.zip
Remove GPL license
The MIT license is GPL-compatible anyway, as per @sindresorhus. Ref. https://github.com/mathiasbynens/dotfiles/commit/a89e2f2d226de274c998b0b8de5fd4af2e0b444f#commitcomment-3485954.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 2e766d3..f088076 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -3,8 +3,7 @@ cd "$(dirname "${BASH_SOURCE}")"
git pull origin master
function doIt() {
rsync --exclude ".git/" --exclude ".DS_Store" --exclude "bootstrap.sh" \
- --exclude "README.md" --exclude "LICENSE-GPL.txt" \
- --exclude "LICENSE-MIT.txt" -av --no-perms . ~
+ --exclude "README.md" --exclude "LICENSE-MIT.txt" -av --no-perms . ~
}
if [ "$1" == "--force" -o "$1" == "-f" ]; then
doIt