From 12979692048b9b22ff49d365a09f062baf29f82a Mon Sep 17 00:00:00 2001 From: Jack Wiberg Date: Tue, 21 Feb 2017 17:46:15 +0100 Subject: [PATCH] Update gibs --- gibs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gibs b/gibs index 31ae40e..1654b64 100755 --- a/gibs +++ b/gibs @@ -1,9 +1,10 @@ #!/bin/bash -#copyright (c) Jack Wiberg 2017 <768.jac@gmail.com> -#no warranty included, or anything like that -#you cant hold me liable for anything -#etc etc -#license is just... do whatever +#Copyright (c) Jack Wiberg 2017 <768.jac@gmail.com> +#This program is free software. It comes without any warranty, to +#the extent permitted by applicable law. You can redistribute it +#and/or modify it under the terms of the Do What The Fuck You Want +#To Public License, Version 2, as published by Sam Hocevar. See +#http://www.wtfpl.net/ for more details. gibsroot=$(git rev-parse --show-toplevel > /dev/null 2>&1) if [ -z "$1" ] || [ "$1" = "help" ]