mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-27 07:34:29 +02:00
Update version and license
Added LICENSE.txt and GPLv3.txt. Also updated libco documentation. After discussion with byuu, libco gets a more specific ISC license to match nall, ruby and hiro. higan, as clarified in LICENSE.txt, continues to be GPL version 3 only (no "or later" clause).
This commit is contained in:
@@ -3,6 +3,14 @@ body {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #aaf;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited {
|
||||||
|
color: #faf;
|
||||||
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
background: #444;
|
background: #444;
|
||||||
}
|
}
|
||||||
|
@@ -6,17 +6,32 @@
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<b>License:</b><br/><br/>
|
<b>License:</b><br/><br/>
|
||||||
libco is released to the public domain.
|
libco is released under the ISC license.<br/>
|
||||||
|
<br/>
|
||||||
|
Copyright © 2006-2017 byuu<br/>
|
||||||
|
<br/>
|
||||||
|
Permission to use, copy, modify, and/or distribute this software for any
|
||||||
|
purpose with or without fee is hereby granted, provided that the above
|
||||||
|
copyright notice and this permission notice appear in all copies.<br/>
|
||||||
|
<br/>
|
||||||
|
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.
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
<b>Contact:</b><br/><br/>
|
<b>Contact:</b><br/><br/>
|
||||||
At present, you may contact me at setsunakun0 at hotmail dot com.<br/>
|
At present, you may contact me as <b>byuu</b> at
|
||||||
|
<a href="https://board.byuu.org">https://board.byuu.org</a>.<br/>
|
||||||
I am interested in knowing of any projects that make use of this library,
|
I am interested in knowing of any projects that make use of this library,
|
||||||
though this is only a courtesy.
|
though this is only a courtesy.
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
<b>Foreword:</b><br/><br/>
|
<b>Foreword:</b><br/><br/>
|
||||||
libco is a cross-platform, public domain implementation of
|
libco is a cross-platform, permissively licensed implementation of
|
||||||
cooperative-multithreading; a feature that is sorely lacking
|
cooperative-multithreading; a feature that is sorely lacking
|
||||||
from the ISO C/C++ standard.<br/>
|
from the ISO C/C++ standard.<br/>
|
||||||
The library is designed for maximum speed and portability, and
|
The library is designed for maximum speed and portability, and
|
||||||
@@ -35,12 +50,13 @@ platforms.
|
|||||||
<b>Porting:</b><br/><br/>
|
<b>Porting:</b><br/><br/>
|
||||||
This document is included as a reference for porting libco. Please submit any
|
This document is included as a reference for porting libco. Please submit any
|
||||||
ports you create to me, so that libco can become more useful. Please note that
|
ports you create to me, so that libco can become more useful. Please note that
|
||||||
since libco is public domain, you must submit your code as a work of the
|
since libco is ISC, you must submit your code as a work of the public domain,
|
||||||
public domain in order for it to be included in the official distribution.
|
or under the same license, in order for it to be included in the official
|
||||||
Full credit will be given in the source code of the official release. Please
|
distribution. Full credit will be given in the source code of the official
|
||||||
do not bother submitting code to me under any other license -- including GPL,
|
release. Please do not bother submitting code to me under any other
|
||||||
LGPL, BSD or CC -- I am not interested in creating a library with multiple
|
license—including GPL, LGPL, BSD or CC—I am not interested in
|
||||||
different licenses depending on which targets are used.
|
creating a library with multiple different licenses depending on which targets
|
||||||
|
are used.
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
<b>Synopsis:</b><br/><br/>
|
<b>Synopsis:</b><br/><br/>
|
||||||
|
Reference in New Issue
Block a user