144 lines
5.8 KiB
Plaintext
144 lines
5.8 KiB
Plaintext
This package was debianized by:
|
|
|
|
Daniel Glassey <wdg@debian.org> on Thur, 11 Aug 2005 18:44 +0100.
|
|
|
|
It was downloaded from:
|
|
|
|
http://clucene.sourceforge.net
|
|
|
|
CLucene was originally ported to C++ by Ben van Klinken <bvanklinken@gmail.com>
|
|
from Doug Cutting's popular java search engine, Lucene
|
|
(see http://lucene.apache.org).
|
|
|
|
Upstream Authors:
|
|
|
|
Ben van Klinken <bvanklinken@gmail.com>
|
|
Doug Cutting <cutting@users.sourceforge.net>
|
|
John Wheeler <j_wheeler@users.sourceforge.net>
|
|
Robert G. Ristroph <rgristroph@users.sourceforge.net>
|
|
David Rushby <woodsplitter@users.sourceforge.net>
|
|
Jimmy Pritts <jpritts@sdf.lonestar.org>
|
|
Peter Edwards <peter@dragonstaff.co.uk>
|
|
Jorge Sabater Redondo <jsabater@elderecho.com>
|
|
Daniel Glassey <danglassey@ntlworld.com>
|
|
Peter Gladkikh <batyi@mail.ru>
|
|
Pedja <amigo@max3d.com>
|
|
Peter Hodges <hodges.peter@gmail.com>
|
|
Jos van den Oever <oever@users.sourceforge.net>
|
|
Itamar Syn-Hershko synhershko@users.sourceforge.net
|
|
|
|
Copyright:
|
|
|
|
Copyright (C) 2003-2006 Ben van Klinken <bvanklinken@gmail.com>
|
|
Copyright (C) 2003-2006 CLucene Team <clucene-developers@lists.sourceforge.net>
|
|
Copyright (C) 2003-2006 Jos van den Oever <oever@users.sourceforge.net>
|
|
|
|
Copyright for gunichartables and utf8:
|
|
|
|
Copyright (C) 1999 Tom Tromey
|
|
Copyright (C) 1999 Owen Taylor
|
|
Copyright (C) 2000 Red Hat, Inc.
|
|
Copyright (C) 2003-2006 The Apache Software Foundation
|
|
|
|
Copyright for MD5 Message-Digest Algorithm (MD5Digester):
|
|
|
|
Copyright (C) 1991-2 RSA Data Security, Inc
|
|
Copyright (C) 2002 Gary McNickle
|
|
Copyright (C) 2003-2006 Ben van Klinken and the CLucene Team
|
|
|
|
License: LGPL-2.1 or Apache-2.0
|
|
|
|
It is dual licensed under the GNU LGPL version 2.1, and the Apache License
|
|
Version 2.0
|
|
|
|
/*------------------------------------------------------------------------------
|
|
* Copyright (C) 2003-2006 Ben van Klinken and the CLucene Team
|
|
*
|
|
* Distributable under the terms of either the Apache License (Version 2.0) or
|
|
* the GNU Lesser General Public License, as specified in the COPYING file.
|
|
------------------------------------------------------------------------------*
|
|
|
|
The CLucene Core Library uses a dual license strategy for the source code.
|
|
These licenses are the GNU Lesser General Public License (LGPL) and the Apache
|
|
License (Version 2.0). Users can choose the license they wish to distribute
|
|
their software under. This means that you do not need to abide by *both*
|
|
licenses, but rather than you can choose the license which most suits your
|
|
needs.
|
|
|
|
To rephrase this and to make it perfectly clear:
|
|
CLucene is distributed under the GNU Lesser General Public License (LGPL)
|
|
*or*
|
|
the Apache License, Version 2.0
|
|
|
|
However, we are an open source project, and we encourage users to use the LGPL
|
|
license and participate fully in the free software community. Dual licensing
|
|
of the CLucene source code provides open and free access to the technology both
|
|
for the GPL community and for other developers or companies that cannot use theGPL.
|
|
|
|
You can freely modify, extend, and improve the CLucene source code. The only
|
|
question is whether or not you must provide the source code and contribute
|
|
modifications to the community. The GNU and Apache licenses allow different
|
|
ranges of flexibility in this regard, but in the end, regardless of the
|
|
licenseused, we highly recommend that you submit any bugs, incompatibilities or
|
|
added features.
|
|
|
|
Note that this same license does *not* apply to the CLucene Contributions
|
|
package. You should read the COPYING file in that directory or package for
|
|
more information.
|
|
|
|
CLUCENE SUBCOMPONENTS:
|
|
|
|
CLucene includes a number of subcomponents with separate copyright
|
|
notices and license terms. Your use of the source code for the
|
|
these subcomponents is subject to the terms and conditions of the
|
|
following licenses.
|
|
|
|
For the MD5 Message-Digest Algorithm (MD5Digester) component:
|
|
/*
|
|
* This is work is derived from material Copyright RSA Data Security, Inc.
|
|
*
|
|
* The RSA copyright statement and Licence for that original material is
|
|
* included below. This is followed by the Apache copyright statement and
|
|
* licence for the modifications made to that material.
|
|
*/
|
|
/* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
|
|
rights reserved.
|
|
|
|
License to copy and use this software is granted provided that it
|
|
is identified as the "RSA Data Security, Inc. MD5 Message-Digest
|
|
Algorithm" in all material mentioning or referencing this software
|
|
or this function.
|
|
|
|
License is also granted to make and use derivative works provided
|
|
that such works are identified as "derived from the RSA Data
|
|
Security, Inc. MD5 Message-Digest Algorithm" in all material
|
|
mentioning or referencing the derived work.
|
|
|
|
RSA Data Security, Inc. makes no representations concerning either
|
|
the merchantability of this software or the suitability of this
|
|
software for any particular purpose. It is provided "as is"
|
|
without express or implied warranty of any kind.
|
|
|
|
These notices must be retained in any copies of any part of this
|
|
documentation and/or software.
|
|
*/
|
|
|
|
On Debian systems, the complete text of the GNU Lesser General Public License
|
|
version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1' and
|
|
the Apache License version 2.0 can be found in `/usr/share/common-licenses/Apache-2.0'.
|
|
|
|
Files: /src/test/data/reuters-21578/*
|
|
Copyright: Reuters Ltd
|
|
License: Reuters-21578 - Distribution 1.0
|
|
The copyright for the text of newswire articles and Reuters
|
|
annotations in the Reuters-21578 collection resides with Reuters Ltd.
|
|
Reuters Ltd. and Carnegie Group, Inc. have agreed to allow the free
|
|
distribution of this data *for research purposes only*.
|
|
|
|
The Debian packaging is:
|
|
|
|
Copyright (C) 2006-2012 Fathi Boudra <fabo@debian.org>
|
|
Copyright (C) 2005-2006 Daniel Glassey <wdg@debian.org>
|
|
|
|
and is licensed under the LGPL version 2.1, see above.
|