GPGee Source Tree Copyright Information
---------------------------------------

GPGee is copyright 2005, Kurt Fitzner <kfitzner@excelcia.org>.  It is
licensed and released under under the terms of version 2 of the GNU General
Public License.  The full text of this license should have accompanied this
software.

Change in Copyright Licensing Terms
-----------------------------------

Please note the version of the GPL that GPGee is released under.  Most
GPL-licensed programs allow you the discretion to choose to abide by the
current terms of the GPL or any later version (if/when later versions are
published) of the GPL.  Up to version 1.1.2 (Build 94), this was the case for
GPGee.  After this, however, the terms were changed to limit the GPL license
to version 2.  In other words, you may NOT choose the terms of a later
version of the GPL (if/when one is published) instead of version 2 for GPGee.
If/when a later version is published, the decision will be made whether to
allow release of GPGee under the new version.


Copyright Terms for GPGee's Components
--------------------------------------

While GPGee is, as a whole, copyright as noted above, there are some files in
it for which either no copyright is asserted, or which are copyright by other
authors.


Code written by the author:
---------------------------

Those source files that have code written by the author are marked
with a copyright notice as shown in the below example:

 //---------------------------------------------------------------------------
 // GPGee - GNU Privacy Guard Explorer Extension
 // GPGee.cpp - Project source - framework for the .dll
 // Copyright 2005, Kurt Fitzner <kfitzner@excelcia.org>
 //---------------------------------------------------------------------------
 // This file is part of GPGee.
 //
 // GPGee 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.
 //
 // GPGee 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
 //---------------------------------------------------------------------------


Auto-Generated Files
--------------------
Borland's C++ Builder (BCB) was the development environment that was used to
write GPGee.  BCB has some "wizards" that can automatically generate parts of
a program.  The author of GPGee asserts no copyright on those source files
that were in their entirety generated by BCB and for which no significant
amount of creative input was used in order to generate.

Those files are: GPGee_ATL.cpp, GPGee_ATL.h, GPGee_TLB.cpp, and GPGee_TLB.h.  


MyGPGME Library
---------------
GPGee makes use of Timo Schulz's version of the GPGME (GPG Made Easy) library
called MyGPGME.  This library was modified slightly in order to compile more
cleanly from within Borland C++ Builder 6, but is essentially as written by
its original author (Wener Koch) and Timo Schulz.  The MyGPGME library has
also been released under the terms of the GNU General Public License.  Please
see each MyGPGME source file for specific copyright attribution.  The MyGPGME
source files are, in the GPGee source tree, located in the "gpgme" directory.


Bitstream Vera Sans Mono Fonts
------------------------------
Bitstream kindly has donated their "Vera" fonts to be used under an open
source license.  These fonts are included in both the source and binary
versions of GPGee (they are used to ensure a common look to GPGee across
multiple versions of Windows, or when run through Wine or other emulators).

These fonts are freely redistributable and are licensed under a BSD-ish style
license.  The license is included inside each font with their license field.
In case you have difficulty viewing this, the license is reproduced in the
install directory (in the source code tree) in the file "VeraFontLicense.txt".


TCheckedComboBox Component
--------------------------
GPGee makes use of a version of Tsourinakis Antonis' TCheckedComboBox
component that has been modified for GPGee.  This component is released under
a less restrictive license than the GPL.  The copyright for it is as follows:

Copyright on it is as follows:
 
  "This component was created 20-Deceber 1999 by Tsourinakis Antonis
  Can be freely used and distributed in commercial and private environments.
  You are free to copy and modify the source code.
  If you want I would like this notice to be provided as is."

The English on this isn't completely clear (the author appears to be Greek),
but this has been interpretted to mean that the copyright notice must remain.


All Other Files
---------------
Unless otherwise noted above or within the individual file, all other files
included in the GPGee source distribution are copyright 2005, Kurt Fitzner.


Licensing Requests
------------------
If you want to use code from GPGee in a project with a different FOSS
license, please feel free to contact the author (kfitzner@excelcia.org).
In general, if the license has similar terms to the GPL where modifications
are requried to be made available as FOSS, permission will most likely be
given.  If, however, the license is one that allows use by proprietary,
permission will not likely be forthcoming.
