| From: Lasse Collin <lasse.collin@tukaani.org> |
| Subject: LICENSES: add 0BSD license text |
| Date: Sun, 21 Jul 2024 16:36:17 +0300 |
| |
| The license text was copied from: |
| |
| https://spdx.org/licenses/0BSD.html |
| |
| Link: https://lkml.kernel.org/r/20240721133633.47721-3-lasse.collin@tukaani.org |
| Signed-off-by: Lasse Collin <lasse.collin@tukaani.org> |
| Reviewed-by: Sam James <sam@gentoo.org> |
| Cc: Thomas Gleixner <tglx@linutronix.de> |
| Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
| Cc: Albert Ou <aou@eecs.berkeley.edu> |
| Cc: Catalin Marinas <catalin.marinas@arm.com> |
| Cc: Emil Renner Berthing <emil.renner.berthing@canonical.com> |
| Cc: Herbert Xu <herbert@gondor.apana.org.au> |
| Cc: Joel Stanley <joel@jms.id.au> |
| Cc: Jonathan Corbet <corbet@lwn.net> |
| Cc: Jubin Zhong <zhongjubin@huawei.com> |
| Cc: Jules Maselbas <jmaselbas@zdiv.net> |
| Cc: Krzysztof Kozlowski <krzk@kernel.org> |
| Cc: Michael Ellerman <mpe@ellerman.id.au> |
| Cc: Palmer Dabbelt <palmer@dabbelt.com> |
| Cc: Paul Walmsley <paul.walmsley@sifive.com> |
| Cc: Randy Dunlap <rdunlap@infradead.org> |
| Cc: Rui Li <me@lirui.org> |
| Cc: Simon Glass <sjg@chromium.org> |
| Cc: Will Deacon <will@kernel.org> |
| Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
| --- |
| |
| LICENSES/deprecated/0BSD | 23 +++++++++++++++++++++++ |
| 1 file changed, 23 insertions(+) |
| |
| diff --git a/LICENSES/deprecated/0BSD a/LICENSES/deprecated/0BSD |
| new file mode 100664 |
| --- /dev/null |
| +++ a/LICENSES/deprecated/0BSD |
| @@ -0,0 +1,23 @@ |
| +Valid-License-Identifier: 0BSD |
| +SPDX-URL: https://spdx.org/licenses/0BSD.html |
| +Usage-Guide: |
| + To use the BSD Zero Clause License put the following SPDX tag/value |
| + pair into a comment according to the placement guidelines in the |
| + licensing rules documentation: |
| + SPDX-License-Identifier: 0BSD |
| +License-Text: |
| + |
| +BSD Zero Clause License |
| + |
| +Copyright (c) <year> <copyright holders> |
| + |
| +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. |
| _ |