summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/clucene/src/CLucene/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/clucene/src/CLucene/util')
-rw-r--r--src/3rdparty/clucene/src/CLucene/util/BitSet.cpp2
-rw-r--r--src/3rdparty/clucene/src/CLucene/util/BitSet.h2
-rw-r--r--src/3rdparty/clucene/src/CLucene/util/Equators.cpp2
-rw-r--r--src/3rdparty/clucene/src/CLucene/util/Equators.h2
-rw-r--r--src/3rdparty/clucene/src/CLucene/util/Misc.cpp2
-rw-r--r--src/3rdparty/clucene/src/CLucene/util/Misc.h2
-rw-r--r--src/3rdparty/clucene/src/CLucene/util/ThreadLocal.h2
-rw-r--r--src/3rdparty/clucene/src/CLucene/util/streambase.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/src/3rdparty/clucene/src/CLucene/util/BitSet.cpp b/src/3rdparty/clucene/src/CLucene/util/BitSet.cpp
index 3679bd120f..143930b050 100644
--- a/src/3rdparty/clucene/src/CLucene/util/BitSet.cpp
+++ b/src/3rdparty/clucene/src/CLucene/util/BitSet.cpp
@@ -4,7 +4,7 @@
* 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.
*
- * Changes are Copyright(C) 2007, 2008 by Nokia Corporation and/or its subsidiary(-ies), all rights reserved.
+ * Changes are Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies), all rights reserved.
*/
#include "CLucene/StdHeader.h"
#include "BitSet.h"
diff --git a/src/3rdparty/clucene/src/CLucene/util/BitSet.h b/src/3rdparty/clucene/src/CLucene/util/BitSet.h
index e93847e987..a7cba512b5 100644
--- a/src/3rdparty/clucene/src/CLucene/util/BitSet.h
+++ b/src/3rdparty/clucene/src/CLucene/util/BitSet.h
@@ -4,7 +4,7 @@
* 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.
*
- * Changes are Copyright(C) 2007, 2008 by Nokia Corporation and/or its subsidiary(-ies), all rights reserved.
+ * Changes are Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies), all rights reserved.
*/
#ifndef _lucene_util_BitSet_
#define _lucene_util_BitSet_
diff --git a/src/3rdparty/clucene/src/CLucene/util/Equators.cpp b/src/3rdparty/clucene/src/CLucene/util/Equators.cpp
index e112bd2341..c8a6e99270 100644
--- a/src/3rdparty/clucene/src/CLucene/util/Equators.cpp
+++ b/src/3rdparty/clucene/src/CLucene/util/Equators.cpp
@@ -4,7 +4,7 @@
* 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.
*
- * Changes are Copyright(C) 2007, 2008 by Nokia Corporation and/or its subsidiary(-ies), all rights reserved.
+ * Changes are Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies), all rights reserved.
*/
#include "CLucene/StdHeader.h"
#include "Equators.h"
diff --git a/src/3rdparty/clucene/src/CLucene/util/Equators.h b/src/3rdparty/clucene/src/CLucene/util/Equators.h
index 11fcb0eaf4..3db852e84b 100644
--- a/src/3rdparty/clucene/src/CLucene/util/Equators.h
+++ b/src/3rdparty/clucene/src/CLucene/util/Equators.h
@@ -4,7 +4,7 @@
* 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.
*
- * Changes are Copyright(C) 2007, 2008 by Nokia Corporation and/or its subsidiary(-ies), all rights reserved.
+ * Changes are Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies), all rights reserved.
*/
#ifndef _lucene_util_Equators_
#define _lucene_util_Equators_
diff --git a/src/3rdparty/clucene/src/CLucene/util/Misc.cpp b/src/3rdparty/clucene/src/CLucene/util/Misc.cpp
index 42e3fd0a81..4f8011d57f 100644
--- a/src/3rdparty/clucene/src/CLucene/util/Misc.cpp
+++ b/src/3rdparty/clucene/src/CLucene/util/Misc.cpp
@@ -4,7 +4,7 @@
* 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.
*
- * Changes are Copyright(C) 2007, 2008 by Nokia Corporation and/or its subsidiary(-ies), all rights reserved.
+ * Changes are Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies), all rights reserved.
*/
#include "CLucene/StdHeader.h"
#include "Misc.h"
diff --git a/src/3rdparty/clucene/src/CLucene/util/Misc.h b/src/3rdparty/clucene/src/CLucene/util/Misc.h
index 561c6e4d9d..1e446bc301 100644
--- a/src/3rdparty/clucene/src/CLucene/util/Misc.h
+++ b/src/3rdparty/clucene/src/CLucene/util/Misc.h
@@ -4,7 +4,7 @@
* 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.
*
- * Changes are Copyright(C) 2007, 2008 by Nokia Corporation and/or its subsidiary(-ies), all rights reserved.
+ * Changes are Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies), all rights reserved.
*/
#ifndef _lucene_util_Misc_H
#define _lucene_util_Misc_H
diff --git a/src/3rdparty/clucene/src/CLucene/util/ThreadLocal.h b/src/3rdparty/clucene/src/CLucene/util/ThreadLocal.h
index f67c76ca94..8259518017 100644
--- a/src/3rdparty/clucene/src/CLucene/util/ThreadLocal.h
+++ b/src/3rdparty/clucene/src/CLucene/util/ThreadLocal.h
@@ -4,7 +4,7 @@
* 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.
*
-* Changes are Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Changes are Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
------------------------------------------------------------------------------*/
#ifndef _lucene_util_ThreadLocal_H
#define _lucene_util_ThreadLocal_H
diff --git a/src/3rdparty/clucene/src/CLucene/util/streambase.h b/src/3rdparty/clucene/src/CLucene/util/streambase.h
index b0d9dc167a..40b6c11e40 100644
--- a/src/3rdparty/clucene/src/CLucene/util/streambase.h
+++ b/src/3rdparty/clucene/src/CLucene/util/streambase.h
@@ -4,7 +4,7 @@
* 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.
*
-* Changes are Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Changes are Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
------------------------------------------------------------------------------*/
/* This file is part of Strigi Desktop Search
*