diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2021-03-27 01:48:31 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-03-27 07:03:14 +0100 |
commit | 569bd63cd13445d8cd3abd2fe0198c5a2523842f (patch) | |
tree | 3af4f8a36a9f934af7b20df79c1540120a791222 /licenses | |
parent | dev-libs/aws-sdk-cpp: Version Bump to 1.8.160 (diff) | |
download | gentoo-569bd63cd13445d8cd3abd2fe0198c5a2523842f.tar.gz gentoo-569bd63cd13445d8cd3abd2fe0198c5a2523842f.tar.bz2 gentoo-569bd63cd13445d8cd3abd2fe0198c5a2523842f.zip |
licenses: add 0BSD license https://opensource.org/licenses/0BSD
Bug: https://bugs.gentoo.org/716472
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
[Take license file from toybox-0.8.4.tar.gz tarball.]
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'licenses')
-rw-r--r-- | licenses/0BSD | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/licenses/0BSD b/licenses/0BSD new file mode 100644 index 000000000000..24d959a414ac --- /dev/null +++ b/licenses/0BSD @@ -0,0 +1,12 @@ +Copyright (C) 2006, 2019 by Rob Landley <rob@landley.net> + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |