Comment 23 for bug 86480

Revision history for this message
Luka Renko (lure) wrote : Re: UVF exception : dcraw 8.39 -> 8.61

Correct, we need to address ufraw in gutsy and if license is not free enough, move it to multiverse.

This is from ufraw package: dcraw.cc:

/*
   dcraw.cc - Dave Coffin's raw photo decoder - C++ adaptation
   Copyright 1997-2007 by Dave Coffin, dcoffin a cybercom o net
   Copyright 2004-2007 by Udi Fuchs, udifuchs a gmail o com

   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License version 2
   as published by the Free Software Foundation. You should have received
   a copy of the license along with this program.

   This is a adaptation of Dave Coffin's original dcraw.c to C++.
   It can work as either a command-line tool or called by other programs.

   Notice that the original dcraw.c is published under a different
   license. Naturaly, the GPL license applies only to this derived
   work.

   $Revision: 1.370 $
   $Date: 2007/03/02 17:40:15 $
 */