From 317a91bc1c6cd902ceae962fa0b1ddc0e57f775e Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 22 Apr 2014 15:59:22 +0100 Subject: 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 + LICENSE.txt | 22 ++++++++++++++++++++++ Library/Homebrew/LICENSE | 22 ---------------------- README.md | 2 +- 4 files changed, 24 insertions(+), 23 deletions(-) create mode 100644 LICENSE.txt delete mode 100644 Library/Homebrew/LICENSE diff --git a/.gitignore b/.gitignore index 687bde03e..4f0d5860e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ !/Library/ !/CODEOFCONDUCT.md !/CONTRIBUTING.md +!/LICENSE.txt !/README.md !/SUPPORTERS.md !/bin diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 000000000..b7e1c4532 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,22 @@ +Copyright 2009-2014 Max Howell and other contributors. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Library/Homebrew/LICENSE b/Library/Homebrew/LICENSE deleted file mode 100644 index b7e1c4532..000000000 --- a/Library/Homebrew/LICENSE +++ /dev/null @@ -1,22 +0,0 @@ -Copyright 2009-2014 Max Howell and other contributors. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/README.md b/README.md index 4fcd3465b..d77706306 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/ -- cgit v1.2.3