diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-02-27 14:33:13 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-02-27 14:33:13 +0000 |
commit | 0724e525c8f3144b7fc689e5762ee04202dbd715 (patch) | |
tree | f2531112a40f22f189033dea0ce6fd89e8375d5a /LICENCE | |
parent | 9ba5d3147f40707ea52b79bff14d636a89166ef8 (diff) | |
download | midipix_build-0724e525c8f3144b7fc689e5762ee04202dbd715.tar.bz2 midipix_build-0724e525c8f3144b7fc689e5762ee04202dbd715.tar.xz |
- Implements -c (clean) and -nd (no download (unless necessary.))
- General cleanup; consistent build status files in $PREFIX,
LICENSE -> LICENCE., fix libelf's pkg_libelf_install_post(), rotate
status files and tarballs.
Diffstat (limited to 'LICENCE')
-rw-r--r-- | LICENCE | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/LICENCE b/LICENCE new file mode 100644 index 00000000..3d401651 --- /dev/null +++ b/LICENCE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 Lucio Andrés Illanes Albornoz <l.illanes@gmx.de> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. |