From 24124b6667effbb62f1be5a385bf7022ff453f78 Mon Sep 17 00:00:00 2001
From: Martin Nilsson <mani@lysator.liu.se>
Date: Thu, 10 Oct 2002 04:09:40 +0200
Subject: [PATCH] Added JPEG transform copyright

Rev: lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod:1.2
---
 lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod b/lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod
index 4296d7253e..dc82e20a4b 100644
--- a/lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod
+++ b/lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod
@@ -1,6 +1,6 @@
 #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
-- 
GitLab