Owner`s manual
by TIFF Technical Note #2) for “high end” applications that need to 
record a lot of additional data about an image.  TIFF/JPEG is fairly new 
and not yet widely supported, unfortunately.
The  upcoming JPEG  Part  3  standard  defines a  file  format  called 
SPIFF.
SPIFF is interoperable with JFIF, in the sense that most JFIF decoders 
should be able to read the most common variant of SPIFF. SPIFF has 
some technical advantages over JFIF, but its major claim to fame is 
simply that it is an official standard rather than an informal one.  At 
this point it is unclear whether SPIFF will supersede JFIF or whether 
JFIF will remain the de-facto standard. IJG intends to support SPIFF 
once  the  standard  is  frozen,  but  we  have not  decided  whether  it 
should become our default output format or not.
(In  any  case,  our  decoder  will  remain  capable  of  reading  JFIF 
indefinitely.)
Various proprietary file formats incorporating JPEG compression also 
exist.
We have little or no  sympathy for the  existence of  these  formats.  
Indeed, one of the original reasons for developing this free software 
was to help force convergence on common, open format standards 
for JPEG files. Don’t use a proprietary file format!
TO DO
The major thrust for v7 will probably be improvement of visual 
quality.
The  current method  for  scaling the  quantization tables  is known 
not to be very good at low Q values.  We also intend to investigate 
block  boundary smoothing, “poor  man’s  variable  quantization”, and 
other  means  of  improving  quality-vs-file-size  performance  without 
sacrificing compatibility.
In future  versions, we  are considering  supporting  some  of  the 
upcoming JPEG Part 3 extensions --- principally, variable quantization 
and the SPIFF file format.
As always, speeding things up is of great interest.
Please  send bug  reports,  offers  of help,  etc.  to jpeg-info@uunet.
uu.net.
Exhibit-F
COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
If you modify libpng you may insert additional notices immediately 
following this sentence.
libpng version  1.2.6, August 15, 2004,  is  Copyright (c)  2004  Glenn 
Randers-Pehrson, and is distributed according to the same disclaimer 
and license as libpng-1.2.5 with the following individual added to the 
list of Contributing Authors
Cosmin Truta
libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are 
Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are distributed 
according to the same disclaimer and license as libpng-1.0.6 with the 
following individuals added to the list of Contributing Authors 
Simon-Pierre Cadieux
Eric S. Raymond
Gilles Vollant
and with the following additions to the disclaimer:
There is  no  warranty  against  interference  with  your  enjoyment 
of the library or against infringement.  There is no warranty that 
our efforts or the library will fulfill any of your particular purposes 
or needs.  This library is  provided with all  faults, and the  entire 
risk  of  satisfactory  quality,  performance, accuracy, and  effort  is 
with the user.
libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are 
Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are distributed 
according to the same disclaimer and license as libpng-0.96, with the 
following individuals added to the list of Contributing Authors:
Tom Lane
Glenn Randers-Pehrson
Willem van Schaik
libpng  versions  0.89,  June  1996,  through  0.96,  May  1997,  are 
Copyright  (c)  1996,  1997  Andreas Dilger  Distributed  according  to 
the same disclaimer and  license as libpng-0.88,  with the following 
individuals added to the list of Contributing Authors:
John Bowler
Kevin Bracey
Sam Bushell
Magnus Holmgren
Greg Roelofs
Tom Tanner
n
libpng versions  0.5, May 1995, through 0.88, January 1996,  are 
Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
For the purposes of this copyright and license,“Contributing Authors” 
is defined as the following set of individuals:
Andreas Dilger
Dave Martindale
Guy Eric Schalnat
Paul Schmidt
Tim Wegner
The  PNG  Reference  Library  is  supplied  “AS  IS”.   The  Contributing 
Authors  and  Group 42,  Inc.  disclaim  all warranties,  expressed  or 
implied, including, without limitation, the warranties of merchantability 
and of fitness for any purpose. The Contributing Authors and Group 
42, Inc.    assume  no  liability for  direct,  indirect,  incidental,  special, 
exemplary,  or  consequential  damages,  which may  result  from  the 
use of the PNG Reference Library, even if advised of the possibility 
of such damage.
Permission is hereby granted to use, copy, modify, and distribute this 
source code, or portions hereof, for any purpose, without fee, subject 
to the following restrictions:
1.  The origin of this source code must not be misrepresented. 
2. Altered versions must be plainly marked as such and must not be 
misrepresented as being the original source.
3. This Copyright  notice may  not be  removed or altered  from  any 
source or altered source distribution.
The Contributing  Authors and Group 42,  Inc. specifically permit, 
without  fee, and  encourage  the  use  of  this  source  code as  a 
component  to  supporting  the  PNG  file  format  in  commercial 
products. If you use this source code in a product, acknowledgment 
is not required but would be appreciated.
A “png_get_copyright”  function  is  available,  for  convenient use  in 
“about”  boxes and  the  like:  printf(“%s”,png_get_copyright(NULL)); 
Also, the PNG logo (in PNG format, of course) is supplied in the files 
“pngbar.png” and “pngbar.jpg (88x31) and “pngnow.png” (98x31).
Libpng is OSI Certified Open Source Software.  OSI Certified Open 
Source is a certification mark of the Open Source Initiative.
Glenn Randers-Pehrson
glennrp@users.sourceforge.net
August 15, 2004
Exhibit-G
Copyright (c) 2001,2003 Keith Packard 
Permission  to  use,  copy,  modify,  distribute,  and  sell  this  software 
and  its  documentation  for  any  purpose  is  hereby  granted  without 
fee, provided that the above copyright notice appear in all copies and 
that both that copyright notice and this permission notice appear in 
supporting documentation, and that the name of Keith Packard not 
be used  in  advertising  or  publicity  pertaining to  distribution  of  the 
software without  specific,  written prior permission.    Keith Packard 
makes no representations about  the  suitability of  this software 
for any purpose.   It is provided “as is” without  express or  implied 
warranty.
KEITH  PACKARD DISCLAIMS  ALL  WARRANTIES  WITH  REGARD 
TO THIS  SOFTWARE, INCLUDING  ALL  IMPLIED WARRANTIES 
OF  MERCHANTABILITY  AND  FITNESS,  IN  NO  EVENT  SHALL 
KEITH  PACKARD BE  LIABLE FOR  ANY SPECIAL, INDIRECT  OR 
CONSEQUENTIAL  DAMAGES  OR  ANY  DAMAGES WHATSOEVER 
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER 
IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 
PERFORMANCE OF THIS SOFTWARE.
Exhibit-H
The FreeType Project LICENSE
2002-Apr-11 Copyright 1996-2002  by David Turner, Robert Wilhelm, 
and Werner Lemberg
Introduction
The FreeType Project is distributed in several archive packages; some 
of them may contain, in addition to the FreeType font engine, various 
tools  and contributions  which  rely on,  or relate  to,  the  FreeType 
Project.
This license  applies to  all  files  found in  such packages, and  which 
do not fall under their own explicit license.  The license affects thus 
the  FreeType  font  engine,  the  test  programs,  documentation  and 
makefiles, at the very least.
n
n
This license was inspired by the BSD, Artistic, and IJG (Independent 
JPEG Group)  licenses, which all  encourage inclusion and  use of 
free software in  commercial and  freeware products  alike.  As a 
consequence, its main points are that:
We don’t promise that this software works. However, we will be 
interested in any kind of bug reports. (‘as is’ distribution)
You can use this software for whatever you want, in parts or full 
form, without having to pay us. (‘royalty-free’usage)
You may not pretend that you wrote this software. If you use it, or 
only parts of it, in a program, you must acknowledge somewhere 
in  your  documentation  that    you  have  used  the  FreeType  code. 
(‘credits’)
We specifically permit and encourage the inclusion of this software, 
with or without modifications, in commercial products.
We disclaim  all  warranties covering  The  FreeType  Project  and 
assume no liability related to The FreeType Project.
Finally, many  people asked us  for a preferred form  for a credit/
disclaimer to use in compliance with this license.  We thus encourage 
you to use the following text:
Portions of this software are copyright © 1996-2002 The FreeType 
Project (www.freetype.org). All rights reserved.
Legal Terms
0. Definitions
  Throughout this license, the terms ‘package’, ‘FreeType Project’, 
and ‘FreeType archive’ refer to the  set of files originally distributed 
by  the  authors  (David Turner,  Robert  Wilhelm,  and  Werner 
Lemberg) as the ‘FreeType Project’, be they named as alpha, beta 
or final release.
  ‘You’ refers to the licensee,  or person using the project, where 
‘using’ is a generic term including compiling the project’s source 
code as well as linking it to form a ‘program’ or ‘executable’.
  This program  is  referred to  as  ‘a  program  using  the    FreeType 
engine’.
  This license applies to all files distributed in the original FreeType 
Project, including all source  code, binaries  and documentation, 
unless otherwise stated inthe file in its original, unmodified form 
a distributed in the original archive.
  If you are unsure whether or not a particular file is covered by this 
license, you must contact us to verify this.
  The FreeType Project is copyright (C) 1996-2000 by David Turner,
  Robert Wilhelm, and Werner Lemberg. All rights reserved except 
as specified below.
1.  No Warranty
  THE  FREETYPE  PROJECT  IS  PROVIDED  ‘AS  IS’  WITHOUT 
WARRANTY OF ANY KIND, EITHER EXPRESS  OR IMPLIED, 
INCLUDING,  BUT  NOT    LIMITED  TO,  WARRANTIES  OF 
MERCHANTABILITY  AND  FITNESS  FOR  A  PARTICULAR 
PURPOSE.   IN  NO EVENT WILL  ANY  OF THE  AUTHORS  OR 
COPYRIGHT  HOLDERS  BE  LIABLE  FOR  ANY  DAMAGES 
CAUSED   BY  THE USE  OR THE INABILITY TO  USE, OF THE 
FREETYPE PROJECT.
2. Redistribution
  This  license  grants  a  worldwide,  royalty-free,  perpetual  and 
irrevocable right and license  to use, execute, perform, compile, 
display, copy, create derivative  works of, distribute and sublicense 
the FreeType Project (in both source and object code forms) and  
derivative works thereof for any purpose; and to authorize others 
to exercise some or all of the rights granted herein, subject to the 
following conditions:
Redistribution of source code must retain this license file (‘FTL.
TXT’) unaltered; any additions, deletions or changes to the original 
files must be clearly indicated in accompanying documentation. 
The  copyright notices  of the unaltered,  original files  must be 
preserved in all copies of source files.
Redistribution in binary form must provide a disclaimer  that states 
that the  software is  based  in  part of  the  work  of the  FreeType 
Team, in the distribution  documentation. We also encourage you 
to put an URL to the FreeType web page in your documentation, 
though this isn’t mandatory.
These conditions apply to any software derived from or based on the 
FreeType Project, not just the unmodified files. If you use our work, 
you must acknowledge us. However, no fee need be paid to us.
3. Advertising
  Neither the FreeType authors and contributors nor you shall use 
the name of the other for commercial, advertising, or promotional 
purposes without specific prior written permission.
•
•
•
•
•
  We suggest, but do not require, that you use one or more of the 
following phrases to refer to this software in your documentation 
or advertising materials:  ‘FreeType Project’, ‘FreeType Engine’, 
‘FreeType library’, or ‘FreeType Distribution’.
  As you have not signed this license, you are not  required to accept 
it. However, as the FreeType Project is copyrighted material, only 
this license, or  another one contracted with the authors, grants 
you the right to use, distribute, and modify it.
  Therefore, by using, distributing, or modifying the   FreeType 
Project, you indicate that you understand and accept all the terms 
of this license.
4. Contacts
  There are two mailing lists related to FreeType:
freetype@freetype.org
  Discusses general  use and applications  of FreeType, as well as 
future and wanted additions to the library and distribution.
  If you are looking for support, start in this list if you haven’t found 
anything to help you in the documentation. 
devel@freetype.org
  Discusses  bugs,  as  well as  engine  internals,  design issues, 
specific licenses, porting, etc.
http://www.freetype.org
  Holds the current FreeType web page,  which  will allow  you 
to  download our  latest development version   and  read online 
documentation.
You can also contact us individually at:
David Turner <david.turner@freetype.org>
Robert Wilhelm <robert.wilhelm@freetype.org>
Werner Lemberg <werner.lemberg@freetype.org>
Exhibit-I
z This  document  is freely  plagiarised from  the ‘Artistic  Licence’, 
distributed  as  part  of  the  Perl  v4.0  kit  by  Larry Wall,  which  is 
available from most major archive sites
This documents purpose is to state the conditions under which these 
Packages (See definition below) viz:  “Crack”, the Unix Password 
Cracker, and “CrackLib”, the Unix Password Checking library, which 
are held in copyright by Alec David Edward Muffett, may be copied, 
such that the copyright holder maintains some semblance of artistic 
control over the development  of the packages,  while giving the 
users of the package the right to use and distribute the Package in 
a more-or-less customary fashion, plus the right to make reasonable 
modifications. 
So there.
Definitions:
A “Package”  refers to the  collection  of files  distributed  by the 
Copyright Holder, and  derivatives of  that collection  of files  created 
through textual modification, or segments thereof. 
“Standard  Version” refers to such a Package if it has not been 
modified, or  has  been  modified  in  accordance  with  the  wishes  of 
the Copyright Holder.
“Copyright  Holder”  is  whoever  is  named  in  the  copyright  or 
copyrights for the package.
“You”  is  you,  if  you’re  thinking  about  copying  or distributing  this 
Package.
“Reasonable copying fee” is whatever you can justify on the basis 
of media cost, duplication charges, time of people involved, and so 
on. (You will not be required to justify it to the Copyright Holder, but 
only  to  the  computing  community  at  large  as  a  market  that  must 
bear the fee.)
“Freely Available” means that no fee is charged for the item itself, 
though  there  may  be  fees  involved  in  handling  the  item.    It  also 
means that recipients of the item may redistribute it under the same 
conditions they received it.
1.  You may  make  and give  away  verbatim  copies of  the source 
form of the Standard Version of this Package without restriction, 
provided that you duplicate all of the original copyright notices and 
associated disclaimers.
2. You may apply bug fixes, portability fixes and other modifications 
derived  from  the  Public  Domain  or  from  the  Copyright  Holder.  
A Package modified in  such a  way shall still  be  considered  the 
Standard Version.
3. You may otherwise modify your copy of this Package in any way, 
provided that you insert a prominent notice in each changed file 
stating how  and when  AND  WHY you  changed that  file, and 
•
•
•
n
LICENSE










