Rev 24 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 24 | Rev 55 | ||
---|---|---|---|
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 Department of Computer and Information Science, |
13 | Copyright © 2002-2007 Department of Computer and Information Science, |
14 | Linköping University |
14 | Linköping University |
- | 15 | ||
- | 16 | Pike refers to the source code, and any executables |
|
- | 17 | created from the same source code. Parts of other |
|
- | 18 | copyrighted works are included in Pike, in accordance |
|
- | 19 | with their respective conditions for distribution. |
|
- | 20 | ||
- | 21 | Doug Lea's Malloc |
|
- | 22 | Copyright © 1987-2005 Doug Lea |
|
- | 23 | ||
- | 24 | Emacs font lock definitions |
|
- | 25 | Copyright © 2002 Martin Stjernholm |
|
- | 26 | ||
- | 27 | IDEA encryption and decryption code |
|
- | 28 | Copyright © Xuejia Lai |
|
- | 29 | ||
- | 30 | JPEG transform code |
|
- | 31 | Copyright © 1991-1998, Thomas G. Lane, Independent JPEG Group |
|
- | 32 | ||
- | 33 | MD5 password hash code |
|
- | 34 | Copyright © Poul-Henning Kamp |
|
- | 35 | ||
- | 36 | Regular expression matching code |
|
- | 37 | Copyright © 1986 by University of Toronto. |
|
- | 38 | ||
- | 39 | TrueVision Targa code |
|
- | 40 | Copyright © 1997 Raphael FRANCOIS and Gordon Matzigkeit |
|
- | 41 | ||
- | 42 | Unicode Character Database |
|
- | 43 | Copyright © 1991-2004 Unicode, Inc. |
|
- | 44 | ||
- | 45 | Zlib detection and verification code |
|
- | 46 | Copyright © 1995-1998 Jean-loup Gailly and Mark Adler |
|
- | 47 | ||
- | 48 | License: |
|
15 | 49 | ||
16 | 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 |
17 | (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). |
18 | 52 | ||
19 | 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 |
20 | Public License can be found in `/usr/share/common-licenses/GPL'. |
54 | Public License can be found in `/usr/share/common-licenses/GPL-2'. |
21 | 55 | ||
22 | 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 |
23 | 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'. |
24 | 58 | ||
25 | The full text of the Mozilla Public License 1.1 follows. |
59 | The full text of the Mozilla Public License 1.1 follows. |
26 | 60 | ||
27 | MOZILLA PUBLIC LICENSE |
61 | MOZILLA PUBLIC LICENSE |
28 | Version 1.1 |
62 | Version 1.1 |