diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-09-08 09:36:34 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-09-08 09:36:34 (GMT) |
commit | 7413c83bc6ea02e9f159d77d9f71a5c39d9bb0ef (patch) | |
tree | ce5ad5bc0e0c1e78a430e5f29d2dd355340a3db9 /tools/assistant/lib/fulltextsearch/qtokenstream.cpp | |
parent | 42fd1e924e8e075327d337824ea3d128b2b1932a (diff) | |
download | Qt-7413c83bc6ea02e9f159d77d9f71a5c39d9bb0ef.zip Qt-7413c83bc6ea02e9f159d77d9f71a5c39d9bb0ef.tar.gz Qt-7413c83bc6ea02e9f159d77d9f71a5c39d9bb0ef.tar.bz2 |
Update license headers.
Reviewed-by: Trust Me
Diffstat (limited to 'tools/assistant/lib/fulltextsearch/qtokenstream.cpp')
-rw-r--r-- | tools/assistant/lib/fulltextsearch/qtokenstream.cpp | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/tools/assistant/lib/fulltextsearch/qtokenstream.cpp b/tools/assistant/lib/fulltextsearch/qtokenstream.cpp index 0f4ab95..5304cff 100644 --- a/tools/assistant/lib/fulltextsearch/qtokenstream.cpp +++ b/tools/assistant/lib/fulltextsearch/qtokenstream.cpp @@ -1,10 +1,17 @@ /**************************************************************************** ** -** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). -** Contact: Nokia Corporation (qt-info@nokia.com) +** Copyright (C) 2003-2006 Ben van Klinken and the CLucene Team. +** All rights reserved. ** -** This file is part of the QCLucene library and is distributable under -** the terms of the LGPL license as specified in the license.txt file. +** Portion Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). +** All rights reserved. +** +** This file may be used under the terms of the GNU Lesser General Public +** License version 2.1 as published by the Free Software Foundation and +** appearing in the file LICENSE.LGPL included in the packaging of this file. +** Please review the following information to ensure the GNU Lesser General +** Public License version 2.1 requirements will be met: +** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ** ****************************************************************************/ @@ -57,4 +64,4 @@ bool QCLuceneTokenStream::next(QCLuceneToken &token) return d->tokenStream->next(token.d->token); } -QT_END_NAMESPACE
\ No newline at end of file +QT_END_NAMESPACE |