Rev 39 | Rev 77 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 39 | Rev 41 | ||
|---|---|---|---|
| Line 8... | Line 8... | ||
| 8 | 8 | ||
| 9 | Copyright © 1994-1996 Fredrik Hübinette  | 
            9 | Copyright © 1994-1996 Fredrik Hübinette  | 
          
| 10 | Copyright © 1996-1997 Informationsvävarna AB  | 
            10 | Copyright © 1996-1997 Informationsvävarna AB  | 
          
| 11 | Copyright © 1997-2000 Idonex AB  | 
            11 | Copyright © 1997-2000 Idonex AB  | 
          
| 12 | Copyright © 2000-2002 Roxen Internet Software AB  | 
            12 | Copyright © 2000-2002 Roxen Internet Software AB  | 
          
| 13 | Copyright © 2002-2007 Department of Computer and Information Science,  | 
            13 | Copyright © 2002-2008 Department of Computer and Information Science,  | 
          
| 14 | Linköping University  | 
            14 | Linköping University  | 
          
| 15 | 15 | ||
| 16 | Pike refers to the source code, and any executables  | 
            16 | Pike refers to the source code, and any executables  | 
          
| 17 | created from the same source code. Parts of other  | 
            17 | created from the same source code. Parts of other  | 
          
| 18 | copyrighted works are included in Pike, in accordance  | 
            18 | copyrighted works are included in Pike, in accordance  | 
          
| Line 38... | Line 38... | ||
| 38 | 38 | ||
| 39 | TrueVision Targa code  | 
            39 | TrueVision Targa code  | 
          
| 40 | Copyright © 1997 Raphael FRANCOIS and Gordon Matzigkeit  | 
            40 | Copyright © 1997 Raphael FRANCOIS and Gordon Matzigkeit  | 
          
| 41 | 41 | ||
| 42 | Unicode Character Database  | 
            42 | Unicode Character Database  | 
          
| 43 | Copyright © 1991-2004 Unicode, Inc.  | 
            43 | Copyright © 1991-2005 Unicode, Inc.  | 
          
| 44 | 44 | ||
| 45 | Zlib detection and verification code  | 
            45 | Zlib detection and verification code  | 
          
| 46 | Copyright © 1995-1998 Jean-loup Gailly and Mark Adler  | 
            46 | Copyright © 1995-1998 Jean-loup Gailly and Mark Adler  | 
          
| 47 | 47 | ||
| 48 | License:  | 
            48 | License:  | 
          
| 49 | 49 | ||
| 50 | The Pike source is distributed under GPL (GNU General Public License 2), LGPL  | 
            50 | The Pike source is distributed under GPL (GNU General Public License 2), LGPL  | 
          
| 51 | (GNU Lesser General Public License 2.1) and MPL (Mozilla Public License 1.1).  | 
            51 | (GNU Lesser General Public License 2.1) and MPL (Mozilla Public License 1.1).  | 
          
| 52 | 52 | ||
| 53 | On Debian GNU/Linux systems, the complete text of the GNU General  | 
            53 | On Debian GNU/Linux systems, the complete text of the GNU General  | 
          
| 54 | Public License can be found in `/usr/share/common-licenses/GPL'.  | 
            54 | Public License can be found in `/usr/share/common-licenses/GPL-2'.  | 
          
| 55 | 55 | ||
| 56 | On Debian GNU/Linux systems, the complete text of the GNU Lesser General  | 
            56 | On Debian GNU/Linux systems, the complete text of the GNU Lesser General  | 
          
| 57 | Public License can be found in `/usr/share/common-licenses/LGPL'.  | 
            57 | Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.  | 
          
| 58 | 58 | ||
| 59 | The full text of the Mozilla Public License 1.1 follows.  | 
            59 | The full text of the Mozilla Public License 1.1 follows.  | 
          
| 60 | 60 | ||
| 61 | MOZILLA PUBLIC LICENSE  | 
            61 | MOZILLA PUBLIC LICENSE  | 
          
| 62 | Version 1.1  | 
            62 | Version 1.1  |