diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2020-11-07 21:43:20 +0100 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2020-11-07 21:48:50 +0100 |
commit | db7c4424e463055723edcb30e51c879358ac9831 (patch) | |
tree | e8697fd16b999175feacccfca2556c52ce546bfe /rbutil/bspatch/LICENSE | |
parent | 4820072a42d2ac24984bad54f5bfe53c1473cc11 (diff) | |
download | rockbox-db7c4424e4.tar.gz rockbox-db7c4424e4.tar.bz2 rockbox-db7c4424e4.zip |
bspatch: Store license text in separate file.
Allow to easily show the license by having it in a separate file.
Change-Id: I6776e6aa2bdfe138460c9bd29bc8650ffa36710c
Diffstat (limited to 'rbutil/bspatch/LICENSE')
-rw-r--r-- | rbutil/bspatch/LICENSE | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/rbutil/bspatch/LICENSE b/rbutil/bspatch/LICENSE new file mode 100644 index 0000000000..c82090b3eb --- /dev/null +++ b/rbutil/bspatch/LICENSE @@ -0,0 +1,23 @@ + Copyright 2003-2005 Colin Percival + All rights reserved + + Redistribution and use in source and binary forms, with or without + modification, are permitted providing 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. |