1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-01 16:13:02 +02:00
choosealicense.com/_licenses/0bsd.txt
Mike Linksvayer baf09f6bd9
(c) notice and instruction tweaks
Make consistent with BSD-2- and 3-Clause. Don't encourage people to add email without thinking.

Someone choosing the license shouldn't remove the license text or disclaimer, or they won't be offering the license at all or in a way that makes sense. :)
2019-02-15 12:27:51 -08:00

1.6 KiB

title spdx-id description how using permissions conditions limitations
Zero Clause BSD 0BSD The Zero Clause BSD license goes further than the BSD 2-Clause license to allow you unlimited freedom with the software _without_ the requirements to include the copyright notice, license text, or disclaimer in either source or binary forms. Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders. You may take the additional step of removing the copyright notice.
Toybox
https://github.com/landley/toybox/blob/master/LICENSE
smoltcp
https://github.com/m-labs/smoltcp/blob/master/LICENSE-0BSD.txt
PickMeUp
https://github.com/nazar-pc/PickMeUp/blob/master/copying.md
commercial-use
modifications
distribution
private-use
liability
warranty

Zero Clause BSD

Copyright (c) [year] [fullname]

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.