From 317a91bc1c6cd902ceae962fa0b1ddc0e57f775e Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 22 Apr 2014 15:59:22 +0100 Subject: [PATCH] LICENSE: move to root folder. This is where people expect to find it so let's make it easier. Closes Homebrew/homebrew#28418. --- .gitignore | 1 + Library/Homebrew/LICENSE => LICENSE.txt | 0 README.md | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) rename Library/Homebrew/LICENSE => LICENSE.txt (100%) diff --git a/.gitignore b/.gitignore index 687bde03e1..4f0d5860e6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ !/Library/ !/CODEOFCONDUCT.md !/CONTRIBUTING.md +!/LICENSE.txt !/README.md !/SUPPORTERS.md !/bin diff --git a/Library/Homebrew/LICENSE b/LICENSE.txt similarity index 100% rename from Library/Homebrew/LICENSE rename to LICENSE.txt diff --git a/README.md b/README.md index 4fcd3465ba..d77706306e 100644 --- a/README.md +++ b/README.md @@ -46,5 +46,5 @@ We accept tips through [Gittip][tip]. [mxcl]:https://github.com/mxcl [formula]:https://github.com/Homebrew/homebrew/tree/master/Library/Formula/ [braumeister]:http://braumeister.org -[license]:https://github.com/Homebrew/homebrew/tree/master/Library/Homebrew/LICENSE +[license]:https://github.com/Homebrew/homebrew/tree/master/LICENSE.txt [tip]:https://www.gittip.com/Homebrew/