From 7853af34ec991a1ff2d0b23f09439d34663e47b1 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Thu, 15 Nov 2012 15:53:08 +0100 Subject: Change copyrights from Nokia to Digia Change copyrights and license headers from Nokia to Digia Change-Id: I9f5c8a9135271161e2bce50bc413ea01a08c3a76 Reviewed-by: Akseli Salovaara Reviewed-by: Lars Knoll --- src/3rdparty/clucene/src/CLucene/store/Directory.h | 2 +- src/3rdparty/clucene/src/CLucene/store/FSDirectory.cpp | 2 +- src/3rdparty/clucene/src/CLucene/store/FSDirectory.h | 2 +- src/3rdparty/clucene/src/CLucene/store/IndexInput.h | 2 +- src/3rdparty/clucene/src/CLucene/store/Lock.h | 2 +- src/3rdparty/clucene/src/CLucene/store/RAMDirectory.cpp | 2 +- src/3rdparty/clucene/src/CLucene/store/RAMDirectory.h | 2 +- src/3rdparty/clucene/src/CLucene/store/TransactionalRAMDirectory.cpp | 2 +- src/3rdparty/clucene/src/CLucene/store/TransactionalRAMDirectory.h | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'src/3rdparty/clucene/src/CLucene/store') diff --git a/src/3rdparty/clucene/src/CLucene/store/Directory.h b/src/3rdparty/clucene/src/CLucene/store/Directory.h index 818bc7af94..245a4711d6 100644 --- a/src/3rdparty/clucene/src/CLucene/store/Directory.h +++ b/src/3rdparty/clucene/src/CLucene/store/Directory.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_store_Directory #define _lucene_store_Directory diff --git a/src/3rdparty/clucene/src/CLucene/store/FSDirectory.cpp b/src/3rdparty/clucene/src/CLucene/store/FSDirectory.cpp index 36c170a6b2..09a6fefbb7 100644 --- a/src/3rdparty/clucene/src/CLucene/store/FSDirectory.cpp +++ b/src/3rdparty/clucene/src/CLucene/store/FSDirectory.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) 2009 Nokia Corporation and/or its subsidiary(-ies). + * Changes are Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). */ #include #include diff --git a/src/3rdparty/clucene/src/CLucene/store/FSDirectory.h b/src/3rdparty/clucene/src/CLucene/store/FSDirectory.h index 1302edff9f..8b23a383c9 100644 --- a/src/3rdparty/clucene/src/CLucene/store/FSDirectory.h +++ b/src/3rdparty/clucene/src/CLucene/store/FSDirectory.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_store_FSDirectory_ #define _lucene_store_FSDirectory_ diff --git a/src/3rdparty/clucene/src/CLucene/store/IndexInput.h b/src/3rdparty/clucene/src/CLucene/store/IndexInput.h index 9453b5cf1c..064311f3a6 100644 --- a/src/3rdparty/clucene/src/CLucene/store/IndexInput.h +++ b/src/3rdparty/clucene/src/CLucene/store/IndexInput.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_store_IndexInput_ #define _lucene_store_IndexInput_ diff --git a/src/3rdparty/clucene/src/CLucene/store/Lock.h b/src/3rdparty/clucene/src/CLucene/store/Lock.h index b5dda3b067..b3b790494b 100644 --- a/src/3rdparty/clucene/src/CLucene/store/Lock.h +++ b/src/3rdparty/clucene/src/CLucene/store/Lock.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_store_Lock_ #define _lucene_store_Lock_ diff --git a/src/3rdparty/clucene/src/CLucene/store/RAMDirectory.cpp b/src/3rdparty/clucene/src/CLucene/store/RAMDirectory.cpp index b0a7c4d64f..47ee43d0bc 100644 --- a/src/3rdparty/clucene/src/CLucene/store/RAMDirectory.cpp +++ b/src/3rdparty/clucene/src/CLucene/store/RAMDirectory.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) 2009 Nokia Corporation and/or its subsidiary(-ies). + * Changes are Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). */ #include "CLucene/StdHeader.h" #include "RAMDirectory.h" diff --git a/src/3rdparty/clucene/src/CLucene/store/RAMDirectory.h b/src/3rdparty/clucene/src/CLucene/store/RAMDirectory.h index af92e30b26..a27843ac5a 100644 --- a/src/3rdparty/clucene/src/CLucene/store/RAMDirectory.h +++ b/src/3rdparty/clucene/src/CLucene/store/RAMDirectory.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_store_RAMDirectory_ #define _lucene_store_RAMDirectory_ diff --git a/src/3rdparty/clucene/src/CLucene/store/TransactionalRAMDirectory.cpp b/src/3rdparty/clucene/src/CLucene/store/TransactionalRAMDirectory.cpp index 056fa9bc34..a6af66dcfd 100644 --- a/src/3rdparty/clucene/src/CLucene/store/TransactionalRAMDirectory.cpp +++ b/src/3rdparty/clucene/src/CLucene/store/TransactionalRAMDirectory.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 "TransactionalRAMDirectory.h" diff --git a/src/3rdparty/clucene/src/CLucene/store/TransactionalRAMDirectory.h b/src/3rdparty/clucene/src/CLucene/store/TransactionalRAMDirectory.h index 44c5e8e99b..ec33aa9398 100644 --- a/src/3rdparty/clucene/src/CLucene/store/TransactionalRAMDirectory.h +++ b/src/3rdparty/clucene/src/CLucene/store/TransactionalRAMDirectory.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_store_TransactionalRAMDirectory_ #define _lucene_store_TransactionalRAMDirectory_ -- cgit v1.2.3