mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
Update copyright info, minor layout changes to section about licenses in fish
darcs-hash:20090222224540-ac50b-69c4f8dd027e4672b8d25f8240c1d5f625135ad1.gz
This commit is contained in:
parent
14c84ffbcb
commit
d5320fb9f9
1 changed files with 15 additions and 20 deletions
|
@ -1,28 +1,11 @@
|
||||||
/** \page license Licenses
|
/** \page license Licenses
|
||||||
|
|
||||||
Fish Copyright (C) 2005-2006 Axel Liljencrantz. Fish is released under
|
<h2>License for fish</h2>
|
||||||
|
|
||||||
|
Fish Copyright (C) 2005-2009 Axel Liljencrantz. Fish is released under
|
||||||
the GNU General Public License, version 2. The license agreement is
|
the GNU General Public License, version 2. The license agreement is
|
||||||
included below.
|
included below.
|
||||||
|
|
||||||
Fish contains code under the BSD license, namely versions of the
|
|
||||||
two functions strlcat and strlcpy, modified for use with wide
|
|
||||||
character strings. This code is copyrighted by Todd C. Miller. The
|
|
||||||
license agreement is included below.
|
|
||||||
|
|
||||||
The XSel command, written and copyrighted by Conrad Parker, is
|
|
||||||
distributed together with, and used by fish. It is released under the MIT
|
|
||||||
license. The license agreement is included below.
|
|
||||||
|
|
||||||
The xdgmime library, written and copyrighted by Red Hat, Inc, is used
|
|
||||||
by the mimedb command, which is a part of fish. It is released under
|
|
||||||
the LGPL. The license agreement is included below.
|
|
||||||
|
|
||||||
Fish contains code from the glibc library, namely the wcstok
|
|
||||||
function. This code is licensed under the LGPL. The license agreement
|
|
||||||
is included below.
|
|
||||||
|
|
||||||
|
|
||||||
<HR>
|
|
||||||
|
|
||||||
<H2><A NAME="SEC1" HREF="gpl.html#TOC1">GNU GENERAL PUBLIC LICENSE</A></H2>
|
<H2><A NAME="SEC1" HREF="gpl.html#TOC1">GNU GENERAL PUBLIC LICENSE</A></H2>
|
||||||
<P>
|
<P>
|
||||||
|
@ -480,6 +463,18 @@ without express or implied warranty.
|
||||||
|
|
||||||
<HR>
|
<HR>
|
||||||
|
|
||||||
|
<h2>License for xdgmime and glibc</h2>
|
||||||
|
|
||||||
|
The xdgmime library, written and copyrighted by Red Hat, Inc, is used
|
||||||
|
by the mimedb command, which is a part of fish. It is released under
|
||||||
|
the LGPL, version 2 or later, or under the Academic Free License,
|
||||||
|
version 2. Version 2 of the LGPL license agreement is included below.
|
||||||
|
|
||||||
|
Fish contains code from the glibc library, namely the wcstok
|
||||||
|
function. This code is licensed under the LGPL, version 2 or
|
||||||
|
later. Version 2 of the LPGL license agreement is included below.
|
||||||
|
|
||||||
|
|
||||||
<H2><A NAME="SEC1" HREF="#TOC1">GNU LESSER GENERAL PUBLIC LICENSE</A></H2>
|
<H2><A NAME="SEC1" HREF="#TOC1">GNU LESSER GENERAL PUBLIC LICENSE</A></H2>
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
|
|
Loading…
Reference in a new issue