Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135
X-Draft: Autogenerated by CDBS snippet copyright-check.mk

Files: ./MANIFEST.in,
	./PKG-INFO,
	./README,
	./debian/README.source,
	./debian/compat,
	./debian/control,
	./debian/control.in,
	./debian/gbp.conf,
	./debian/pycompat,
	./debian/source/format,
	./debian/watch,
	./docs/api/api-objects.txt,
	./docs/api/class-tree.html,
	./docs/api/crarr.png,
	./docs/api/epydoc.css,
	./docs/api/epydoc.js,
	./docs/api/frames.html,
	./docs/api/help.html,
	./docs/api/identifier-index.html,
	./docs/api/index.html,
	./docs/api/module-tree.html,
	./docs/api/redirect.html,
	./docs/api/toc-everything.html,
	./docs/api/toc-xappy-module.html,
	./docs/api/toc-xappy._checkxapian-module.html,
	./docs/api/toc-xappy.datastructures-module.html,
	./docs/api/toc-xappy.errors-module.html,
	./docs/api/toc-xappy.fieldactions-module.html,
	./docs/api/toc-xappy.fieldmappings-module.html,
	./docs/api/toc-xappy.highlight-module.html,
	./docs/api/toc-xappy.indexerconnection-module.html,
	./docs/api/toc-xappy.marshall-module.html,
	./docs/api/toc-xappy.memutils-module.html,
	./docs/api/toc-xappy.parsedate-module.html,
	./docs/api/toc-xappy.replaylog-module.html,
	./docs/api/toc-xappy.schema-module.html,
	./docs/api/toc-xappy.searchconnection-module.html,
	./docs/api/toc.html,
	./docs/api/xappy-module.html,
	./docs/api/xappy._checkxapian-module.html,
	./docs/api/xappy.datastructures-module.html,
	./docs/api/xappy.datastructures.Field-class.html,
	./docs/api/xappy.datastructures.ProcessedDocument-class.html,
	./docs/api/xappy.datastructures.UnprocessedDocument-class.html,
	./docs/api/xappy.errors-module.html,
	./docs/api/xappy.errors.IndexerError-class.html,
	./docs/api/xappy.errors.SearchEngineError-class.html,
	./docs/api/xappy.errors.SearchError-class.html,
	./docs/api/xappy.errors.XapianError-class.html,
	./docs/api/xappy.fieldactions-module.html,
	./docs/api/xappy.fieldactions.ActionContext-class.html,
	./docs/api/xappy.fieldactions.FieldActions-class.html,
	./docs/api/xappy.fieldactions.SortableMarshaller-class.html,
	./docs/api/xappy.fieldmappings-module.html,
	./docs/api/xappy.fieldmappings.FieldMappings-class.html,
	./docs/api/xappy.highlight-module.html,
	./docs/api/xappy.highlight.Highlighter-class.html,
	./docs/api/xappy.indexerconnection-module.html,
	./docs/api/xappy.indexerconnection.FacetQueryTypeIter-class.html,
	./docs/api/xappy.indexerconnection.IndexerConnection-class.html,
	./docs/api/xappy.indexerconnection.PrefixedTermIter-class.html,
	./docs/api/xappy.indexerconnection.SynonymIter-class.html,
	./docs/api/xappy.marshall-module.html,
	./docs/api/xappy.memutils-module.html,
	./docs/api/xappy.parsedate-module.html,
	./docs/api/xappy.replaylog-module.html,
	./docs/api/xappy.replaylog.LoggedProxy-class.html,
	./docs/api/xappy.replaylog.LoggedProxyMethod-class.html,
	./docs/api/xappy.replaylog.NotifyingDeleteObject-class.html,
	./docs/api/xappy.replaylog.ReplayLog-class.html,
	./docs/api/xappy.schema-module.html,
	./docs/api/xappy.schema.Schema-class.html,
	./docs/api/xappy.searchconnection-module.html,
	./docs/api/xappy.searchconnection.SearchConnection-class.html,
	./docs/api/xappy.searchconnection.SearchConnection.ExpandDecider-class.html,
	./docs/api/xappy.searchconnection.SearchResult-class.html,
	./docs/api/xappy.searchconnection.SearchResultIter-class.html,
	./docs/api/xappy.searchconnection.SearchResults-class.html,
	./docs/introduction.rst,
	./docs/running_perftest.txt,
	./examples/fileindex.py,
	./examples/search.py,
	./perftest/parseargs.py,
	./setup.cfg,
	./testsuite/unittests/facet_hierarchy_1.py,
	./testsuite/unittests/facet_query_type_1.py,
	./testsuite/unittests/freetext_1.py,
	./testsuite/unittests/spell_correct_1.py,
	./utils/make_xappy_tarballs,
	./xappy.egg-info/PKG-INFO,
	./xappy.egg-info/SOURCES.txt,
	./xappy.egg-info/dependency_links.txt,
	./xappy.egg-info/top_level.txt,
	./xappy/datastructures_doctest1.txt,
	./xappy/errors_doctest1.txt,
	./xappy/fieldmappings_doctest1.txt,
	./xappy/highlight_doctest1.txt,
	./xappy/indexerconnection_doctest1.txt,
	./xappy/indexerconnection_doctest2.txt,
	./xappy/indexerconnection_doctest3.txt,
	./xappy/marshall_doctest1.txt,
	./xappy/marshall_doctest2.txt,
	./xappy/parsedate_doctest1.txt,
	./xappy/searchconnection_doctest1.txt,
	./xappy/searchconnection_doctest2.txt,
	./xappy/searchconnection_doctest3.txt
Copyright: *No copyright*
License: UNKNOWN
 FIXME

Files: ./build.py,
	./eggsetup.py,
	./libs/get_xapian.py,
	./perftest/analyse_indexlogs.py,
	./perftest/analyse_searchlogs.py,
	./perftest/gen_queries.py,
	./perftest/indexer.py,
	./perftest/parse_wikipedia/Errors.py,
	./perftest/parse_wikipedia/XMLUtils.py,
	./perftest/parse_wikipedia/wiki2dump.py,
	./perftest/perftest.py,
	./perftest/searcher.py,
	./perftest/setuppaths.py,
	./secore/__init__.py,
	./secore/datastructures.py,
	./secore/errors.py,
	./secore/fieldactions.py,
	./secore/fieldmappings.py,
	./secore/highlight.py,
	./secore/indexerconnection.py,
	./secore/marshall.py,
	./secore/parsedate.py,
	./secore/searchconnection.py,
	./testsuite/runtests.py,
	./xappy/__init__.py,
	./xappy/_checkxapian.py,
	./xappy/datastructures.py,
	./xappy/errors.py,
	./xappy/fieldactions.py,
	./xappy/fieldmappings.py,
	./xappy/highlight.py,
	./xappy/indexerconnection.py,
	./xappy/marshall.py,
	./xappy/memutils.py,
	./xappy/parsedate.py,
	./xappy/replaylog.py,
	./xappy/schema.py,
	./xappy/searchconnection.py
Copyright: 2006, Lemur Consulting Ltd
	2007, Lemur Consulting Ltd
	2008, Lemur Consulting Ltd
License: GPL-2+
 FIXME

Files: ./docs/api/xappy-pysrc.html,
	./docs/api/xappy._checkxapian-pysrc.html,
	./docs/api/xappy.datastructures-pysrc.html,
	./docs/api/xappy.errors-pysrc.html,
	./docs/api/xappy.fieldactions-pysrc.html,
	./docs/api/xappy.fieldmappings-pysrc.html,
	./docs/api/xappy.highlight-pysrc.html,
	./docs/api/xappy.indexerconnection-pysrc.html,
	./docs/api/xappy.marshall-pysrc.html,
	./docs/api/xappy.memutils-pysrc.html,
	./docs/api/xappy.parsedate-pysrc.html,
	./docs/api/xappy.replaylog-pysrc.html,
	./docs/api/xappy.schema-pysrc.html,
	./docs/api/xappy.searchconnection-pysrc.html
Copyright: 2007, Lemur Consulting Ltd</tt> </tt>
	2008, Lemur Consulting Ltd</tt> </tt>
License: UNKNOWN
 FIXME

Files: ./testsuite/coverage.py
Copyright: 2001, Gareth Rees.
	2004-2007, Ned Batchelder.
	HOLDERS AND CONTRIBUTORS
License: BSD (2 clause)
 FIXME

Files: ./debian/rules
Copyright: 2009-2010, Jonas Smedegaard <dr@jones.dk>
License: GPL
 FIXME

Files: ./setup.py
Copyright: 2007, Lemur Consulting Ltd
License: GPL GPL-2+
 FIXME

Files: ./perftest/parse_wikipedia/HTMLUtils.py
Copyright: 2006, Lemur Consulting Ltd
	< 128:
License: GPL-2+
 FIXME

Files: ./COPYING_GPL
Copyright: 1989, 1991 Free Software Foundation, Inc.
	<year> <name of author>
	HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
	HOLDERS AND/OR OTHER PARTIES
	disclaimer" for the program, if
	holder saying it may be distributed
	holder who places the Program under this License
	interest in the program
	law:
	the software, and
	year name of author
License: GPL-2+
 FIXME

Files: ./AUTHORS
Copyright: 1999-2003, Rafael Laboissiere <rafael@debian.org>
	2001, Gareth Rees and
	2001-2004, Agustín Martín Domingo <agmartin@debian.org>
	2003-2004, Ren Engelhard <rene@debian.org>
	2004-2006, Ned Batchelder. See the end of that file for details of
	2007, Lemur Consulting Ltd. It is released under
License: UNKNOWN
 FIXME

Files: ./docs/introduction.html
Copyright: This stylesheet has been placed in the public domain
License: UNKNOWN
 FIXME

Files: ./testdata/query_sourcewords.txt
Copyright: analysis to insure these
License: UNKNOWN
 FIXME

Files: ./ChangeLog
Copyright: holders
License: UNKNOWN
 FIXME

