12700N/ACopyright 2008 Sun Microsystems, Inc. All rights reserved.
12700N/AUse is subject to license terms.
12700N/AFor the avoidance of doubt, except that if any license choice other
12700N/Athan GPL or LGPL is available it will apply instead, Sun elects to
12700N/Ause only the General Public License version 2 (GPLv2) at this time
12700N/Afor any software where a choice of GPL license versions is made
12700N/Aavailable with the language indicating that GPLv2 or any later
12700N/Aversion may be used, or where a choice of which version of the GPL
12700N/Ais applied is otherwise unspecified.
12700N/A--------------------------------------------------------------------
12700N/A Copyright � 2002-2003 Vince Weaver <vince@deater.net>
12700N/A Copyright � 1999-2000 Johannes Erdfelt, VA Linux Systems
12700N/A--------------------------------------------------------------------
12700N/A Initial Support added by Dr. William Bland <wjb@abstractnonsense.com>
12700N/A Other help from Adrien Hernot <amh@BSD-DK.dk>
12700N/A Vince Weaver got such a camera in Jan 2003 and massively
12700N/A Copyright 2002-2003 Vince Weaver <vince@deater.net>
12700N/A--------------------------------------------------------------------
12700N/A Simple JPEG tag extractor and viewer. (c) Marcus Meissner 2003, LGPL
12700N/A--------------------------------------------------------------------
12700N/A***************************************************
12700N/A kodak dc3200 digital camera driver library *
12700N/A author: donn morrison - dmorriso@gulf.uvic.ca *
12700N/A ***************************************************
12700N/A--------------------------------------------------------------------
12700N/AThis file is taken from qvplay version 0.95, written by:
12700N/AKen-ichi HAYASHI <xg2k-hys@asahi-net.or.jp>
12700N/AJun-ichiro "itojun" Itoh <itojun@itojun.org>
12700N/AYou can use the entire source code of this archive in your software,
12700N/Abut I assume no resuponsibilitiy for the results of the usage of the
12700N/AIf you want to need some kind of 'license',
12700N/Ayou can choice 'BSD style license' or 'LGPL'.
12700N/AIt is great presure you describe at README file of your software,
12700N/A"This software has QVplay's source code.".
12700N/AOriginal copyright notice of this file:
12700N/AJun-ichiro "itojun" Itoh. <itojun@mt.cs.keio.ac.jp> <itojun@csl.sony.co.jp>
12700N/A--------------------------------------------------------------------
12700N/A Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
12700N/A This program is free software; you can redistribute it
and/or modify
12700N/A it under the terms of the GNU General Public License as published by
12700N/A the Free Software Foundation; either version 2, or (at your option)
12700N/A This program is distributed in the hope that it will be useful,
12700N/A but WITHOUT ANY WARRANTY; without even the implied warranty of
12700N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12700N/A GNU General Public License for more details.
12700N/A You should have received a copy of the GNU General Public License
12700N/A along with this program; if not, write to the Free Software
12700N/A Foundation, Inc., 51 Franklin Street, Fifth Floor,
12700N/A As a special exception, you may create a larger work that contains
12700N/A part or all of the Bison parser skeleton and distribute that work
12700N/A under terms of your choice, so long as that work isn't itself a
12700N/A parser generator using the skeleton or a modified version thereof
12700N/A as a parser skeleton. Alternatively, if you modify or redistribute
12700N/A the parser skeleton itself, you may (at your option) remove this
12700N/A special exception, which will cause the skeleton and the resulting
12700N/A Bison output files to be licensed under the GNU General Public
12700N/A License without this special exception.
12700N/A This special exception was added by the Free Software Foundation in
12700N/A C LALR(1) parser skeleton written by Richard Stallman, by
12700N/A simplifying the original so-called "semantic" parser.
12700N/A--------------------------------------------------------------------
12700N/A Copyright � 2000 Adam Harrison <adam@antispin.org>
12700N/A Copyright � 1995 Spencer Kimball and Peter Mattis
12700N/A � 2001 Matthew G. Martin <matt.martin@ieee.org>
12700N/A 2002 Lutz M�ller <lutz@users.sourceforge.net>
12700N/A Preview and take_picture fixes and preview conversion integrated
12700N/A by Michael Smith <michael@csuite.ns.ca>.
12700N/A This driver was reworked from the "fujiplay" package:
12700N/A * A program to control Fujifilm digital cameras, like
12700N/A * the DS-7 and MX-700, and their clones.
12700N/A * Written by Thierry Bousch <bousch@topo.math.u-psud.fr>
12700N/A * and released in the public domain.
12700N/A Portions of this code were adapted from
12700N/A GDS7 v0.1 interactive digital image transfer software for DS-7 camera
12700N/A Copyright � 1998 Matthew G. Martin
12700N/A Some of which was derived from get_ds7 , a Perl Language library
12700N/A Copyright 1997-1998 Michael Sweet (mike@easysw.com)
12700N/A This program is free software; you can redistribute it
and/or modify
12700N/A it under the terms of the GNU General Public License as published by
12700N/A the Free Software Foundation; either version 2 of the License, or
12700N/A (at your option) any later version.
12700N/A This program is distributed in the hope that it will be useful,
12700N/A but WITHOUT ANY WARRANTY; without even the implied warranty of
12700N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12700N/A GNU General Public License for more details.
12700N/A You should have received a copy of the GNU General Public License
12700N/A along with this program; if not, write to the Free Software
12700N/A Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
12700N/A Simplified and modified by Kevin Sisson <kjsisson@bellsouth.net> for use
12700N/A in the pencam program, December, 2001
12700N/A Integrated into gphoto2 by Marcus Meissner <marcus@jet.franken.de>, Dec 2001
12700N/A--------------------------------------------------------------------
12700N/A � Kurt Garloff <garloff@suse.de>, 2002/01/15
12700N/A--------------------------------------------------------------------
12700N/A Copyright � 2000-2001, Brian Beattie <beattie@aracnet.com>, et. al.
12700N/A This software was created with the help of proprietary
12700N/A information belonging to StarDot Technologies
12700N/A Permission to copy and use and modify this file is granted
12700N/A provided the above notices are retained, intact.
12700N/A--------------------------------------------------------------------
12700N/A Copyright � 2001 Andrew Selkirk <aselkirk@mailandnews.com>
12700N/A Copyright � 2000 Mariusz Zynel <mariusz@mizar.org> (gPhoto port)
12700N/A Copyright � 2000 Fredrik Roubert <roubert@df.lth.se> (idea)
12700N/A Copyright � 1999 Galen Brooks <galen@nine.com> (DC1580 code)
12700N/A This file is part of the gPhoto project and may only be used, modified,
12700N/A and distributed under the terms of the gPhoto project license, COPYING.
12700N/A By continuing to use, modify, or distribute this file you indicate that
12700N/A you have read the license, understand and accept it fully.
12700N/A THIS SOFTWARE IS PROVIDED AS IS AND COME WITH NO WARRANTY OF ANY KIND,
12700N/A EITHER EXPRESSED OR IMPLIED. IN NO EVENT WILL THE COPYRIGHT HOLDER BE
12700N/A LIABLE FOR ANY DAMAGES RESULTING FROM THE USE OF THIS SOFTWARE.
12700N/A--------------------------------------------------------------------
12700N/A Released under the GPL version 2
12700N/A--------------------------------------------------------------------
12700N/A Copyright (C) 2002 Jason Surprise <thesurprises1@attbi.com>
12700N/A 2003 Enno Bartels <ennobartels@t-online.de>
12700N/A Copyright � 2000,2001 Gus Hartmann
12700N/A Copyright (C) 2002 J�r�me Lodewyck
12700N/A Copyright � 2002, 2003 Till Adam
12700N/A Copyright � 2001, 2002, 2004 Raymond Penners <raymond@dotsphinx.com>
12700N/A Copyright � 2000 Mark Davies <mdavies@dial.pipex.com>
12700N/A copyright � 2001-2002 Lutz Müller <lutz@users.sf.net>
12700N/A Copyright � 1999-2007 Marcus Meissner <marcus@jet.franken.de>
12700N/A Copyright � 2002,2005,2006 Hans Ulrich Niedermann <hun@users.sourceforge.net>
12700N/A Copyright � 2005 Julien BLACHE <jblache@debian.org>
12700N/A Copyright � 2000, 2002 Vince Sanders <vince@kyllikki.org>
12700N/A Copyright (C) 2004 Bucas Jean-Fran�ois <jfbucas@tuxfamily.org>
12700N/A Copyright � 2001 Michael Trawny <trawny99@users.sourceforge.net>
12700N/A Copyright (C) 2003-2007 Theodore Kilgore <kilgota@auburn.edu>
12700N/A Copyright � 1999/2000 by Henning Zabel <henning@uni-paderborn.de>
12700N/A Copyright � 1999-2001 Johannes Erdfelt <johannes@erdfelt.com>
12700N/A Copyright (c) 2002, 2005-2007 Hubert Figuiere <hub@figuiere.net>
12700N/A Code largely borrowed to lmini-0.1 by Steve O Connor
12700N/A Copyright � 2003 David Hogue <david@jawa.gotdns.org>
12700N/A Copyright � 2002 Patrick Mansfield <patman@aracnet.com>
12700N/A Copyright � 2002 Dominik Kuhlen <dkuhlen@fhm.edu>
12700N/A Copyright � 2004 Olivier Fauchon <olivier@aixmarseille.com>
12700N/A Copyright � 2000 James McKenzie
12700N/A Copyright (C) 2001-2005 Mariusz Woloszyn <emsi@ipartners.pl>
12700N/A Copyright � 2003 Aur�lien Croc (AP�C) <programming@ap2c.com>
12700N/A Copyright � 2000 Philippe Marzouk <pmarzouk@bigfoot.com>
12700N/A Copyright � 2000 Edouard Lafargue <Edouard.Lafargue@bigfoot.com>
12700N/A Copyright � 1999-2001 Scott Fritzinger <scottf@unr.edu>
12700N/A Copyright � 1999 Beat Christen <spiff@longstreet.ch>
12700N/A Copyright (C) 2003 Lee Benfield <lee@benf.org>
12700N/A Copyright (C) 2005 Guillaume Bedot <littletux@zarb.org>
12700N/A Olympus-specific code: David Selmeczi <david@esr.elte.hu>
12700N/A Copyright � 2000 Adam Harrison <adam@antispin.org>
12700N/A Copyright (C) 2006 Linus Walleij <triad@df.lth.se>
12700N/A Copyright (C) 2002-2003 by Philipp Poeml and Dennis Noordsij,
12700N/A Copyright (c) 2004 Michael Haardt
12700N/A Copyright 2003 Mark Slemko <slemkom@users.sourceforge.net>
12700N/A Copyright (c) 2004 Michael Haardt
12700N/A Copyright 1999 Matthew G. Martin
12700N/A This library is free software; you can redistribute it
and/or 12700N/A modify it under the terms of the GNU Lesser General Public
12700N/A License as published by the Free Software Foundation; either
12700N/A version 2 of the License, or (at your option) any later version.
12700N/A This library is distributed in the hope that it will be useful,
12700N/A but WITHOUT ANY WARRANTY; without even the implied warranty of
12700N/A MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12700N/A Lesser General Public License for more details.
12700N/A You should have received a copy of the GNU Lesser General Public
12700N/A License along with this library; if not, write to the
12700N/A along with this library; if not, write to the Free Software
12700N/A Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
12700N/A Free Software Foundation, Inc., 59 Temple Place - Suite 330,
12700N/A Originally written by Peter Desnoyers <pjd@fred.cambridge.ma.us>,
12700N/A Nathan Stenzel <nathanstenzel@users.sourceforge.net> and
12700N/A Lutz M�ller <lutz@users.sourceforge.net>
12700N/A Maintained by Nathan Stenzel <nathanstenzel@users.sourceforge.net>
12700N/A first try 6/2002 by Dominik Kuhlen <dkuhlen@fhm.edu>
12700N/A Modified by Aur�lien Croc (AP�C) <programming@ap2c.com>
12700N/A Authors: Till Adam <till@adam-lilienthal.de>
12700N/A Miah Gregory <mace@darksilence.net>
12700N/A Peter Kajberg <pbk@odense.kollegienet.dk>
12700N/A J�r�me Lodewyck <jerome.lodewyck@ens.fr>
12700N/A Chris Pinkham <cpinkham@infi.net>
12700N/A Ian MacArthur <ian@imm.uklinux.net>
12700N/A John Maushammer <gphoto2@maushammer.com>
12700N/A Mark A. Zimmerman <mark@foresthaven.com>
12700N/A Chuck Homic <chuck@vvisions.com>
12700N/A Old Maintainer : Enno Bartels <ennobartels@t-online.de> in 2002/2003
12700N/A Original author : Jason Surprise <thesurprises1@attbi.com> in 2002.
12700N/A Checksum author: Roberto Ragusa <r.ragusa@libero.it> in 2002/2003.
12700N/A Ported to libgphoto2: Marcus Meissner <marcus@jet.franken.de> in 2005.
12700N/A Author: Till Adam <till@adam-lilienthal.de>
12700N/A based on work by: Mark A. Zimmerman <mark@foresthaven.com>
12700N/A Author: Peter Kajberg <pbk@odense.kollegienet.dk>
12700N/A Generic gphoto implementation and extension by Edouard Lafargue.
12700N/A Tag descriptions and an ever-increasing number of structural details
12700N/A Thanks to Paul Wood <pwood@cs.bris.ac.uk> for sub-ifd parsing.
12700N/A Stephen Pollei <stephen_pollei@comcast.net>.
12700N/A--------------------------------------------------------------------