Skip to content

Commit

Permalink
Update copyright info, minor layout changes to section about licenses…
Browse files Browse the repository at this point in the history
… in fish

darcs-hash:20090222224540-ac50b-69c4f8dd027e4672b8d25f8240c1d5f625135ad1.gz
  • Loading branch information
liljencrantz committed Feb 22, 2009
1 parent 14c84ff commit d5320fb
Showing 1 changed file with 15 additions and 20 deletions.
35 changes: 15 additions & 20 deletions doc_src/license.hdr
Original file line number Diff line number Diff line change
@@ -1,28 +1,11 @@
/** \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
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>
<P>
Expand Down Expand Up @@ -480,6 +463,18 @@ without express or implied warranty.

<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>

<P>
Expand Down

0 comments on commit d5320fb

Please sign in to comment.