mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 06:15:54 +08:00
Licensing: update the OpenBSD license details
The strlcpy/wcslcpy function is long gone.
This commit is contained in:
parent
7c059b1112
commit
2fbee01e17
7
debian/copyright
vendored
7
debian/copyright
vendored
|
@ -68,11 +68,8 @@ license. Copyright © 1997-2015 University of Cambridge.
|
|||
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
Fish also contains small amounts of code under the OpenBSD license, namely a
|
||||
version of the function strlcpy, modified for use with wide character strings.
|
||||
This code is copyrighted by Todd C. Miller (1998). It also contains code from
|
||||
tmux, copyrighted by Nicholas Marriott <nicm@users.sourceforge.net> (2007), and
|
||||
made available under an identical license.
|
||||
Fish contains code from tmux, copyrighted by Nicholas Marriott
|
||||
<nicm@users.sourceforge.net> (2007), and made available under the OpenBSD license.
|
||||
|
||||
Permission to use, copy, modify, and distribute this software for any
|
||||
purpose with or without fee is hereby granted, provided that the above
|
||||
|
|
|
@ -219,9 +219,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
|
||||
----
|
||||
|
||||
**License for wcslcpy and code derived from tmux**
|
||||
**License for code derived from tmux**
|
||||
|
||||
``fish`` also contains small amounts of code under the OpenBSD license, namely a version of the function strlcpy, modified for use with wide character strings. This code is copyrighted by Todd C. Miller (1998). It also contains code from [tmux](http://tmux.sourceforge.net), copyrighted by Nicholas Marriott <nicm@users.sourceforge.net> (2007), and made available under an identical license.
|
||||
``fish`` contains code from [tmux](http://tmux.sourceforge.net), copyrighted by Nicholas Marriott <nicm@users.sourceforge.net> (2007), and made available under the OpenBSD license.
|
||||
|
||||
The OpenBSD license is included below.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user