Skip to content
Snippets Groups Projects
Commit 24124b66 authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Added JPEG transform copyright

Rev: lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod:1.2
parent 08d6302b
No related branches found
No related tags found
No related merge requests found
#pike __REAL_VERSION__
// $Id: Copyright.pmod,v 1.1 2002/05/31 16:20:18 nilsson Exp $
// $Id: Copyright.pmod,v 1.2 2002/10/10 02:09:40 nilsson Exp $
//! Contains functions and information to store and present
//! copyright information about Pike and it's components.
......@@ -37,6 +37,9 @@ static mapping(string:array(string)) copyrights = ([
"Zlib detection and verification code":
({ "Copyright © 1995-1998 Jean-loup Gailly and Mark Adler" }),
"JPEG transform code":
({ "Copyright © 1991-1998, Thomas G. Lane, Independent JPEG Group" }),
]);
//! Adds a copyright message for the copyright @[holders] for the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment