#
#Copyrigt (c) 2008
#		Matt Smith <melkor@orangepalantir.org>
#
#This file is part of GraphCutie,This file is part of Foobar.
#
#GraphCutie 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 3 of the License, or
#(at your option) any later version.
#
#GraphCutie 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 GraphCutie, in the file COPYING.  
#If not, see <http://www.gnu.org/licenses/>.
#
#GraphCutie uses both python and PyQT, GPL version.  The copyright notices
#can be found in copyright_notice.txt


#PyQt copyright info
    # Copyright (c) 2007
    #       Phil Thompson <phil@river-bank.demon.co.uk>
    # 
    # 
    # This copy of PyQt 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 and appearing in the file LICENSE included in the
    # packaging of this file.
    # 
    # PyQt is supplied 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
    # PyQt; see the file LICENSE.  If not, write to the Free Software Foundation,
    # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

#Python Copyright info, src at python.org
	#Copyright (c) 2001-2008 Python Software Foundation.
	#All Rights Reserved.
	#
	#Copyright (c) 2000 BeOpen.com.
	#All Rights Reserved.
	#
	#Copyright (c) 1995-2001 Corporation for National Research Initiatives.
	#All Rights Reserved.
	#
	#Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
	#All Rights Reserved.

__author__ = "Matt Smith"
__copyright__ = "Copyright 2008, GraphCutie"
__credits__ = []

__license__ = "GPL"
__version__ = "1.0"
__maintainer__ = "Matt Smith"
__email__ = "melkor@orangepalantir.org"
__status__ = "Release Candidate"