summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--LICENSE (renamed from COPYING)0
-rw-r--r--README.md2
-rwxr-xr-xsrc/gitb-init.sh2
3 files changed, 2 insertions, 2 deletions
diff --git a/COPYING b/LICENSE
index 5a8e332..5a8e332 100644
--- a/COPYING
+++ b/LICENSE
diff --git a/README.md b/README.md
index 5e83983..8da74d0 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ created. Change this variable's value as you see fit.
## license
-The script is under the [WTFPL version 2 license][3]. See COPYING for more
+The script is under the [WTFPL version 2 license][3]. See LICENSE for more
details. This license is [compatible with GNU GPL][4].
[3]: http://www.wtfpl.net/txt/copying/
diff --git a/src/gitb-init.sh b/src/gitb-init.sh
index 3ed5bee..d4d02f3 100755
--- a/src/gitb-init.sh
+++ b/src/gitb-init.sh
@@ -4,7 +4,7 @@
#
# This work is free. 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 the COPYING file or
+# Version 2, as published by Sam Hocevar. See the LICENSE file or
# <http://www.wtfpl.net/> for more details.
usage ()