-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* upgrade doctest to 2.4.9, update makefile for new pedantic clang silliness * update license * exciting new clang warnings * explicitly enable -wcoversion for gcc
- Loading branch information
1 parent
5d47458
commit dbdc6e9
Showing
3 changed files
with
7,061 additions
and
6,821 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
Nanocobs is dual-licensed under both the "Unlicense" and the | ||
"Zero-Clause BSD" (0BSD) licenses. The intent of this dual-licensing | ||
structure is to make nanocobs as consumable as possible in as many | ||
environments / countries / companies as possible without encumbering | ||
users. | ||
|
||
This license applies to all of the nanocobs source code, build code, | ||
and tests, with the explicit exception of doctest.h, which exists under | ||
its own license and is included in this repository. | ||
|
||
The text of the two licenses follows below: | ||
|
||
============================== UNLICENSE ============================== | ||
|
||
This is free and unencumbered software released into the public domain. | ||
|
||
Anyone is free to copy, modify, publish, use, compile, sell, or | ||
|
@@ -21,4 +35,19 @@ 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. | ||
|
||
For more information, please refer to <https://unlicense.org> | ||
For more information, please refer to <http://unlicense.org> | ||
|
||
================================ 0BSD ================================= | ||
|
||
Copyright (C) 2019 by Charles Nicholson <[email protected]> | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.