SUNWgnome-img-organizer.copyright revision 12850
14360N/A Copyright 2008 Sun Microsystems, Inc. All rights reserved.
14360N/A Use is subject to license terms.
12850N/A
12669N/AFor the avoidance of doubt, except that if any license choice other
12669N/Athan GPL or LGPL is available it will apply instead, Sun elects to
12669N/Ause only the General Public License version 2 (GPLv2) at this time
12669N/Afor any software where a choice of GPL license versions is made
12669N/Aavailable with the language indicating that GPLv2 or any later
12669N/Aversion may be used, or where a choice of which version of the GPL
12669N/Ais applied is otherwise unspecified.
12669N/A
12669N/A--------------------------------------------------------------------
12669N/A
12669N/A
14360N/A
12669N/A Copyright (C) 2000, 2001 Eazel, Inc.
14360N/A Copyright (C) 2002 Alexander Larsson.
12669N/A Copyright (C) 2004,2005 Bastien Nocera <hadess@hadess.net>
14360N/A Copyright (C) 1984-2006 Free Software Foundation, Inc.
14360N/A Copyright (C) 2006-2007 Hubert Figuiere <hub@figuiere.net>
12669N/A Copyright (C) 1995 Spencer Kimball and Peter Mattis
14360N/A Copyright (C) 1995-1997, Thomas G. Lane.
14360N/A Copyright (C) 1997, Thomas G. Lane.
14360N/A Copyright (C) 1999 Michael Zucchi
14360N/A Copyright (C) 2000 Red Hat, Inc., Jonathan Blandford <jrb@redhat.com>
14360N/A Copyright (C) 2004-2005 William Jon McCann <mccann@jhu.edu>
14360N/A Copyright � 2001 Lutz M�ller <lutz@users.sourceforge.net>
12669N/A
14360N/A Author: Federico Mena-Quintero <federico@gnu.org>
14360N/A Author: Bastien Nocera <hadess@hadess.net>
--------------------------------------------------------------------
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
As a special exception, you may create a larger work that contains
part or all of the Bison parser skeleton and distribute that work
under terms of your choice, so long as that work isn't itself a
parser generator using the skeleton or a modified version thereof
as a parser skeleton. Alternatively, if you modify or redistribute
the parser skeleton itself, you may (at your option) remove this
special exception, which will cause the skeleton and the resulting
Bison output files to be licensed under the GNU General Public
License without this special exception.
This special exception was added by the Free Software Foundation in
version 2.2 of Bison.
C LALR(1) parser skeleton written by Richard Stallman, by
simplifying the original so-called "semantic" parser.
All symbols defined below should begin with yy or YY, to avoid
infringing on user name space. This should be done even for local
variables, as they might otherwise be expanded by user macros.
There are some unavoidable exceptions within include files to
define necessary library symbols; they are noted "INFRINGES ON
USER NAME SPACE" below.
Some bits are based upon the gimp source code, the original copyright
note follows:
The GIMP -- an image manipulation program
Base on gs-fade.c from gnome-screensaver:
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
The jpeg saver is based upon the gdk-pixbuf library, which has the
following copyright note :
Progressive loading code Copyright (C) 1999 Red Hat, Inc.
Authors: Michael Zucchi <zucchi@zedzone.mmc.com.au>
Federico Mena-Quintero <federico@gimp.org>
Michael Fulbright <drmike@redhat.com>
Portions of the codes are based upon file jpegtran.c from the libjpeg package,
original copyright note follows:
jpegtran.c
This file is part of the Independent JPEG Group's software.
For conditions of distribution and use, see the accompanying README file.
This file contains a command-line user interface for JPEG transcoding.
It is very similar to cjpeg.c, but provides lossless transcoding between
different JPEG file formats. It also provides some lossless and sort-of-
lossless transformations of JPEG data.
Portions of the codes are based upon file transupp.h from the libjpeg package,
original copyright note follows:
transupp.h
This file is part of the Independent JPEG Group's software.
For conditions of distribution and use, see the accompanying README file.
This file contains declarations for image transformation routines and
other utility code used by the jpegtran sample application. These are
NOT part of the core JPEG library. But we keep these routines separate
from jpegtran.c to ease the task of maintaining jpegtran-like programs
that have other user interfaces.
NOTE: all the routines declared here have very specific requirements
about when they are to be executed during the reading and writing of the
source and destination files. See the comments in transupp.c, or see
jpegtran.c for an example of correct usage.