From 0b99a0142ea4868fed92b2540ffe4e67eac1a99a Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Mon, 12 Nov 2018 19:00:26 -0500 Subject: COPYING -> LICENSE. * COPYING: Rename to... * LICENSE: ...this. * README.md: Update file * src/gitb-init.sh: Update file. --- COPYING | 14 -------------- LICENSE | 14 ++++++++++++++ README.md | 2 +- src/gitb-init.sh | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 COPYING create mode 100644 LICENSE diff --git a/COPYING b/COPYING deleted file mode 100644 index 5a8e332..0000000 --- a/COPYING +++ /dev/null @@ -1,14 +0,0 @@ - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - Version 2, December 2004 - - Copyright (C) 2004 Sam Hocevar - - Everyone is permitted to copy and distribute verbatim or modified - copies of this license document, and changing it is allowed as long - as the name is changed. - - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. You just DO WHAT THE FUCK YOU WANT TO. - diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..5a8e332 --- /dev/null +++ b/LICENSE @@ -0,0 +1,14 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. + 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 # for more details. usage () -- cgit v1.2.3