diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-04-25 22:59:45 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-04-25 22:59:45 +0200 |
commit | 34c0c2e86e9b6f93aa9955bb61d0c6a983e10377 (patch) | |
tree | 2b0c41fc41a855bcd8e935ef95107e6dd0ab7763 /LICENSE | |
parent | f9670906c6a17f0eb97653b90f9a6a98a5006397 (diff) | |
download | lr-34c0c2e86e9b6f93aa9955bb61d0c6a983e10377.tar.gz lr-34c0c2e86e9b6f93aa9955bb61d0c6a983e10377.tar.xz lr-34c0c2e86e9b6f93aa9955bb61d0c6a983e10377.zip |
add LICENSE v0.4
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..0cc5871 --- /dev/null +++ b/LICENSE @@ -0,0 +1,25 @@ +/* lr - a better recursive ls/find */ + +Copyright (C) 2015-2017 Leah Neukirchen <purl.org/net/chneukirchen> +Parts of code derived from musl libc, which is +Copyright (C) 2005-2014 Rich Felker, et al. + +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. + |