summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2018-11-12 19:00:26 -0500
committerrsiddharth <s@ricketyspace.net>2018-11-12 19:00:26 -0500
commit0b99a0142ea4868fed92b2540ffe4e67eac1a99a (patch)
tree568d2b0161c5d3bef4cd2fc69ccbc89795407b61
parent088a70e9473ecf09b58d7fa03467db59c0347bdc (diff)
COPYING -> LICENSE.
* COPYING: Rename to... * LICENSE: ...this. * README.md: Update file * src/gitb-init.sh: Update file.
-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 ()