# -*- coding: iso8859-1 -*- """ Trac Edgewall Research & Development U{http://trac.edgewall.com/} @author: Jonas Borgström """ __docformat__ = 'epytext en' __version__ = '0.5-rc1' __url__ = 'http://trac.edgewall.com/' __copyright__ = '(C) 2003 Edgewall Research & Development' __license__ = 'GNU General Public License version 2' __license_long__ = """ Copyright (C) 2003, 2004 Edgewall Research & Development Copyright (C) 2003, 2004 Jonas Borgström Copyright (C) 2003, 2004 Daniel Lundin Trac 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. Trac 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., 675 Mass Ave, Cambridge, MA 02139, USA.""" __credits__ = """Visit the Trac Project at %s Trac is brought to you by: ----------------------------------------------------------------- Edgewall Research & Development Professional Linux and software development services Read more at http://www.edgewall.com/ -----------------------------------------------------------------""" % __url__ from trac import main