From 251e6f4cc06eae20e9263f79fa75496b18aa115c Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Wed, 9 Dec 2020 01:54:08 +0000 Subject: [PATCH] update copyright in files imported from CopperSpice Signed-off-by: Ivailo Monev --- src/core/io/qstandardpaths.cpp | 59 ++++++++++++++++------------ src/core/io/qstandardpaths.h | 60 +++++++++++++++++------------ src/core/io/qstandardpaths_unix.cpp | 60 +++++++++++++++++------------ src/core/json/qjson.cpp | 59 ++++++++++++++++------------ src/core/json/qjson_p.h | 59 ++++++++++++++++------------ src/core/json/qjsonarray.cpp | 59 ++++++++++++++++------------ src/core/json/qjsonarray.h | 59 ++++++++++++++++------------ src/core/json/qjsondocument.cpp | 59 ++++++++++++++++------------ src/core/json/qjsondocument.h | 59 ++++++++++++++++------------ src/core/json/qjsonobject.cpp | 59 ++++++++++++++++------------ src/core/json/qjsonobject.h | 59 ++++++++++++++++------------ src/core/json/qjsonparser.cpp | 59 ++++++++++++++++------------ src/core/json/qjsonparser_p.h | 59 ++++++++++++++++------------ src/core/json/qjsonvalue.cpp | 60 +++++++++++++++++------------ src/core/json/qjsonvalue.h | 59 ++++++++++++++++------------ src/core/json/qjsonwriter.cpp | 59 ++++++++++++++++------------ src/core/json/qjsonwriter_p.h | 59 ++++++++++++++++------------ src/core/thread/qatomic.h | 59 ++++++++++++++++------------ 18 files changed, 630 insertions(+), 435 deletions(-) diff --git a/src/core/io/qstandardpaths.cpp b/src/core/io/qstandardpaths.cpp index 184ea7226..ed9e15c83 100644 --- a/src/core/io/qstandardpaths.cpp +++ b/src/core/io/qstandardpaths.cpp @@ -1,27 +1,38 @@ -/*********************************************************************** -* -* Copyright (c) 2012-2015 Barbara Geller -* Copyright (c) 2012-2015 Ansel Sermersheim -* Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). -* Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* -* This file is part of CopperSpice. -* -* CopperSpice is free software: you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. -* -* CopperSpice is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -* Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public -* License along with CopperSpice. If not, see -* . -* -***********************************************************************/ +/**************************************************************************** +** +** Copyright (c) 2012-2015 Barbara Geller +** Copyright (c) 2012-2015 Ansel Sermersheim +** Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). +** Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2016-2020 Ivailo Monev +** +** This file is part of the QtCore module of the Katie Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** +** GNU Lesser General Public License Usage +** 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. +** +** As a special exception, The Qt Company gives you certain additional +** rights. These rights are described in The Qt Company LGPL Exception +** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 3.0 as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL included in the +** packaging of this file. Please review the following information to +** ensure the GNU General Public License version 3.0 requirements will be +** met: http://www.gnu.org/copyleft/gpl.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #include "qstandardpaths.h" diff --git a/src/core/io/qstandardpaths.h b/src/core/io/qstandardpaths.h index ae8c0fd3a..4bd44478b 100644 --- a/src/core/io/qstandardpaths.h +++ b/src/core/io/qstandardpaths.h @@ -1,28 +1,38 @@ -/*********************************************************************** -* -* Copyright (c) 2015 Ivailo Monev -* Copyright (c) 2012-2015 Barbara Geller -* Copyright (c) 2012-2015 Ansel Sermersheim -* Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). -* Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* -* This file is part of CopperSpice. -* -* CopperSpice is free software: you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. -* -* CopperSpice is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -* Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public -* License along with CopperSpice. If not, see -* . -* -***********************************************************************/ +/**************************************************************************** +** +** Copyright (c) 2012-2015 Barbara Geller +** Copyright (c) 2012-2015 Ansel Sermersheim +** Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). +** Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2016-2020 Ivailo Monev +** +** This file is part of the QtCore module of the Katie Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** +** GNU Lesser General Public License Usage +** 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. +** +** As a special exception, The Qt Company gives you certain additional +** rights. These rights are described in The Qt Company LGPL Exception +** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 3.0 as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL included in the +** packaging of this file. Please review the following information to +** ensure the GNU General Public License version 3.0 requirements will be +** met: http://www.gnu.org/copyleft/gpl.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #ifndef QSTANDARDPATHS_H #define QSTANDARDPATHS_H diff --git a/src/core/io/qstandardpaths_unix.cpp b/src/core/io/qstandardpaths_unix.cpp index 7e2bc65d4..9ddd8d947 100644 --- a/src/core/io/qstandardpaths_unix.cpp +++ b/src/core/io/qstandardpaths_unix.cpp @@ -1,28 +1,38 @@ -/*********************************************************************** -* -* Copyright (c) 2015 Ivailo Monev -* Copyright (c) 2012-2015 Barbara Geller -* Copyright (c) 2012-2015 Ansel Sermersheim -* Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). -* Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* -* This file is part of CopperSpice. -* -* CopperSpice is free software: you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. -* -* CopperSpice is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -* Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public -* License along with CopperSpice. If not, see -* . -* -***********************************************************************/ +/**************************************************************************** +** +** Copyright (c) 2012-2015 Barbara Geller +** Copyright (c) 2012-2015 Ansel Sermersheim +** Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). +** Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2016-2020 Ivailo Monev +** +** This file is part of the QtCore module of the Katie Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** +** GNU Lesser General Public License Usage +** 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. +** +** As a special exception, The Qt Company gives you certain additional +** rights. These rights are described in The Qt Company LGPL Exception +** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 3.0 as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL included in the +** packaging of this file. Please review the following information to +** ensure the GNU General Public License version 3.0 requirements will be +** met: http://www.gnu.org/copyleft/gpl.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #include "qstandardpaths.h" #include "qdir.h" diff --git a/src/core/json/qjson.cpp b/src/core/json/qjson.cpp index e94ba1e2e..fa3d281d4 100644 --- a/src/core/json/qjson.cpp +++ b/src/core/json/qjson.cpp @@ -1,27 +1,38 @@ -/*********************************************************************** -* -* Copyright (c) 2012-2015 Barbara Geller -* Copyright (c) 2012-2015 Ansel Sermersheim -* Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). -* Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* -* This file is part of CopperSpice. -* -* CopperSpice is free software: you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. -* -* CopperSpice is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -* Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public -* License along with CopperSpice. If not, see -* . -* -***********************************************************************/ +/**************************************************************************** +** +** Copyright (c) 2012-2015 Barbara Geller +** Copyright (c) 2012-2015 Ansel Sermersheim +** Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). +** Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2016-2020 Ivailo Monev +** +** This file is part of the QtCore module of the Katie Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** +** GNU Lesser General Public License Usage +** 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. +** +** As a special exception, The Qt Company gives you certain additional +** rights. These rights are described in The Qt Company LGPL Exception +** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 3.0 as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL included in the +** packaging of this file. Please review the following information to +** ensure the GNU General Public License version 3.0 requirements will be +** met: http://www.gnu.org/copyleft/gpl.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #include "qjson_p.h" #include "qalgorithms.h" diff --git a/src/core/json/qjson_p.h b/src/core/json/qjson_p.h index 4a46d13c3..49470410d 100644 --- a/src/core/json/qjson_p.h +++ b/src/core/json/qjson_p.h @@ -1,27 +1,38 @@ -/*********************************************************************** -* -* Copyright (c) 2012-2015 Barbara Geller -* Copyright (c) 2012-2015 Ansel Sermersheim -* Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). -* Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* -* This file is part of CopperSpice. -* -* CopperSpice is free software: you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. -* -* CopperSpice is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -* Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public -* License along with CopperSpice. If not, see -* . -* -***********************************************************************/ +/**************************************************************************** +** +** Copyright (c) 2012-2015 Barbara Geller +** Copyright (c) 2012-2015 Ansel Sermersheim +** Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). +** Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2016-2020 Ivailo Monev +** +** This file is part of the QtCore module of the Katie Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** +** GNU Lesser General Public License Usage +** 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. +** +** As a special exception, The Qt Company gives you certain additional +** rights. These rights are described in The Qt Company LGPL Exception +** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 3.0 as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL included in the +** packaging of this file. Please review the following information to +** ensure the GNU General Public License version 3.0 requirements will be +** met: http://www.gnu.org/copyleft/gpl.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #ifndef QJSON_P_H #define QJSON_P_H diff --git a/src/core/json/qjsonarray.cpp b/src/core/json/qjsonarray.cpp index 6fe950aec..8435533c8 100644 --- a/src/core/json/qjsonarray.cpp +++ b/src/core/json/qjsonarray.cpp @@ -1,27 +1,38 @@ -/*********************************************************************** -* -* Copyright (c) 2012-2015 Barbara Geller -* Copyright (c) 2012-2015 Ansel Sermersheim -* Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). -* Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* -* This file is part of CopperSpice. -* -* CopperSpice is free software: you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. -* -* CopperSpice is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -* Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public -* License along with CopperSpice. If not, see -* . -* -***********************************************************************/ +/**************************************************************************** +** +** Copyright (c) 2012-2015 Barbara Geller +** Copyright (c) 2012-2015 Ansel Sermersheim +** Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). +** Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2016-2020 Ivailo Monev +** +** This file is part of the QtCore module of the Katie Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** +** GNU Lesser General Public License Usage +** 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. +** +** As a special exception, The Qt Company gives you certain additional +** rights. These rights are described in The Qt Company LGPL Exception +** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 3.0 as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL included in the +** packaging of this file. Please review the following information to +** ensure the GNU General Public License version 3.0 requirements will be +** met: http://www.gnu.org/copyleft/gpl.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #include "qjsonobject.h" #include "qjsonarray.h" diff --git a/src/core/json/qjsonarray.h b/src/core/json/qjsonarray.h index ad58f23de..22c356ff3 100644 --- a/src/core/json/qjsonarray.h +++ b/src/core/json/qjsonarray.h @@ -1,27 +1,38 @@ -/*********************************************************************** -* -* Copyright (c) 2012-2015 Barbara Geller -* Copyright (c) 2012-2015 Ansel Sermersheim -* Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). -* Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* -* This file is part of CopperSpice. -* -* CopperSpice is free software: you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. -* -* CopperSpice is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -* Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public -* License along with CopperSpice. If not, see -* . -* -***********************************************************************/ +/**************************************************************************** +** +** Copyright (c) 2012-2015 Barbara Geller +** Copyright (c) 2012-2015 Ansel Sermersheim +** Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). +** Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2016-2020 Ivailo Monev +** +** This file is part of the QtCore module of the Katie Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** +** GNU Lesser General Public License Usage +** 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. +** +** As a special exception, The Qt Company gives you certain additional +** rights. These rights are described in The Qt Company LGPL Exception +** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 3.0 as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL included in the +** packaging of this file. Please review the following information to +** ensure the GNU General Public License version 3.0 requirements will be +** met: http://www.gnu.org/copyleft/gpl.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #ifndef QJSONARRAY_H #define QJSONARRAY_H diff --git a/src/core/json/qjsondocument.cpp b/src/core/json/qjsondocument.cpp index 6c64149e3..fb925b9c9 100644 --- a/src/core/json/qjsondocument.cpp +++ b/src/core/json/qjsondocument.cpp @@ -1,27 +1,38 @@ -/*********************************************************************** -* -* Copyright (c) 2012-2015 Barbara Geller -* Copyright (c) 2012-2015 Ansel Sermersheim -* Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). -* Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* -* This file is part of CopperSpice. -* -* CopperSpice is free software: you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. -* -* CopperSpice is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -* Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public -* License along with CopperSpice. If not, see -* . -* -***********************************************************************/ +/**************************************************************************** +** +** Copyright (c) 2012-2015 Barbara Geller +** Copyright (c) 2012-2015 Ansel Sermersheim +** Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). +** Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2016-2020 Ivailo Monev +** +** This file is part of the QtCore module of the Katie Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** +** GNU Lesser General Public License Usage +** 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. +** +** As a special exception, The Qt Company gives you certain additional +** rights. These rights are described in The Qt Company LGPL Exception +** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 3.0 as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL included in the +** packaging of this file. Please review the following information to +** ensure the GNU General Public License version 3.0 requirements will be +** met: http://www.gnu.org/copyleft/gpl.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #include "qjsondocument.h" #include "qjsonobject.h" diff --git a/src/core/json/qjsondocument.h b/src/core/json/qjsondocument.h index cf167c92f..5b138b48c 100644 --- a/src/core/json/qjsondocument.h +++ b/src/core/json/qjsondocument.h @@ -1,27 +1,38 @@ -/*********************************************************************** -* -* Copyright (c) 2012-2015 Barbara Geller -* Copyright (c) 2012-2015 Ansel Sermersheim -* Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). -* Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* -* This file is part of CopperSpice. -* -* CopperSpice is free software: you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. -* -* CopperSpice is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -* Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public -* License along with CopperSpice. If not, see -* . -* -***********************************************************************/ +/**************************************************************************** +** +** Copyright (c) 2012-2015 Barbara Geller +** Copyright (c) 2012-2015 Ansel Sermersheim +** Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). +** Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2016-2020 Ivailo Monev +** +** This file is part of the QtCore module of the Katie Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** +** GNU Lesser General Public License Usage +** 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. +** +** As a special exception, The Qt Company gives you certain additional +** rights. These rights are described in The Qt Company LGPL Exception +** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 3.0 as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL included in the +** packaging of this file. Please review the following information to +** ensure the GNU General Public License version 3.0 requirements will be +** met: http://www.gnu.org/copyleft/gpl.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #ifndef QJSONDOCUMENT_H #define QJSONDOCUMENT_H diff --git a/src/core/json/qjsonobject.cpp b/src/core/json/qjsonobject.cpp index 03d861014..33d88bfba 100644 --- a/src/core/json/qjsonobject.cpp +++ b/src/core/json/qjsonobject.cpp @@ -1,27 +1,38 @@ -/*********************************************************************** -* -* Copyright (c) 2012-2015 Barbara Geller -* Copyright (c) 2012-2015 Ansel Sermersheim -* Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). -* Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* -* This file is part of CopperSpice. -* -* CopperSpice is free software: you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. -* -* CopperSpice is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -* Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public -* License along with CopperSpice. If not, see -* . -* -***********************************************************************/ +/**************************************************************************** +** +** Copyright (c) 2012-2015 Barbara Geller +** Copyright (c) 2012-2015 Ansel Sermersheim +** Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). +** Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2016-2020 Ivailo Monev +** +** This file is part of the QtCore module of the Katie Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** +** GNU Lesser General Public License Usage +** 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. +** +** As a special exception, The Qt Company gives you certain additional +** rights. These rights are described in The Qt Company LGPL Exception +** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 3.0 as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL included in the +** packaging of this file. Please review the following information to +** ensure the GNU General Public License version 3.0 requirements will be +** met: http://www.gnu.org/copyleft/gpl.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #include "qjsonobject.h" #include "qjsonvalue.h" diff --git a/src/core/json/qjsonobject.h b/src/core/json/qjsonobject.h index f1ba98d36..fff74422f 100644 --- a/src/core/json/qjsonobject.h +++ b/src/core/json/qjsonobject.h @@ -1,27 +1,38 @@ -/*********************************************************************** -* -* Copyright (c) 2012-2015 Barbara Geller -* Copyright (c) 2012-2015 Ansel Sermersheim -* Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). -* Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* -* This file is part of CopperSpice. -* -* CopperSpice is free software: you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. -* -* CopperSpice is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -* Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public -* License along with CopperSpice. If not, see -* . -* -***********************************************************************/ +/**************************************************************************** +** +** Copyright (c) 2012-2015 Barbara Geller +** Copyright (c) 2012-2015 Ansel Sermersheim +** Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). +** Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2016-2020 Ivailo Monev +** +** This file is part of the QtCore module of the Katie Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** +** GNU Lesser General Public License Usage +** 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. +** +** As a special exception, The Qt Company gives you certain additional +** rights. These rights are described in The Qt Company LGPL Exception +** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 3.0 as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL included in the +** packaging of this file. Please review the following information to +** ensure the GNU General Public License version 3.0 requirements will be +** met: http://www.gnu.org/copyleft/gpl.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #ifndef QJSONOBJECT_H #define QJSONOBJECT_H diff --git a/src/core/json/qjsonparser.cpp b/src/core/json/qjsonparser.cpp index 50f7f26af..212e88e5c 100644 --- a/src/core/json/qjsonparser.cpp +++ b/src/core/json/qjsonparser.cpp @@ -1,27 +1,38 @@ -/*********************************************************************** -* -* Copyright (c) 2012-2015 Barbara Geller -* Copyright (c) 2012-2015 Ansel Sermersheim -* Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). -* Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* -* This file is part of CopperSpice. -* -* CopperSpice is free software: you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. -* -* CopperSpice is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -* Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public -* License along with CopperSpice. If not, see -* . -* -***********************************************************************/ +/**************************************************************************** +** +** Copyright (c) 2012-2015 Barbara Geller +** Copyright (c) 2012-2015 Ansel Sermersheim +** Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). +** Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2016-2020 Ivailo Monev +** +** This file is part of the QtCore module of the Katie Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** +** GNU Lesser General Public License Usage +** 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. +** +** As a special exception, The Qt Company gives you certain additional +** rights. These rights are described in The Qt Company LGPL Exception +** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 3.0 as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL included in the +** packaging of this file. Please review the following information to +** ensure the GNU General Public License version 3.0 requirements will be +** met: http://www.gnu.org/copyleft/gpl.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #include "qcoreapplication.h" #include "qdebug.h" diff --git a/src/core/json/qjsonparser_p.h b/src/core/json/qjsonparser_p.h index 4fc26811b..73246c1b8 100644 --- a/src/core/json/qjsonparser_p.h +++ b/src/core/json/qjsonparser_p.h @@ -1,27 +1,38 @@ -/*********************************************************************** -* -* Copyright (c) 2012-2015 Barbara Geller -* Copyright (c) 2012-2015 Ansel Sermersheim -* Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). -* Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* -* This file is part of CopperSpice. -* -* CopperSpice is free software: you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. -* -* CopperSpice is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -* Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public -* License along with CopperSpice. If not, see -* . -* -***********************************************************************/ +/**************************************************************************** +** +** Copyright (c) 2012-2015 Barbara Geller +** Copyright (c) 2012-2015 Ansel Sermersheim +** Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). +** Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2016-2020 Ivailo Monev +** +** This file is part of the QtCore module of the Katie Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** +** GNU Lesser General Public License Usage +** 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. +** +** As a special exception, The Qt Company gives you certain additional +** rights. These rights are described in The Qt Company LGPL Exception +** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 3.0 as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL included in the +** packaging of this file. Please review the following information to +** ensure the GNU General Public License version 3.0 requirements will be +** met: http://www.gnu.org/copyleft/gpl.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #ifndef QJSONPARSER_P_H #define QJSONPARSER_P_H diff --git a/src/core/json/qjsonvalue.cpp b/src/core/json/qjsonvalue.cpp index 488d12bb4..c5e305c42 100644 --- a/src/core/json/qjsonvalue.cpp +++ b/src/core/json/qjsonvalue.cpp @@ -1,28 +1,38 @@ -/*********************************************************************** -* -* Copyright (c) 2016 Ivailo Monev -* Copyright (c) 2012-2015 Barbara Geller -* Copyright (c) 2012-2015 Ansel Sermersheim -* Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). -* Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* -* This file is part of CopperSpice. -* -* CopperSpice is free software: you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. -* -* CopperSpice is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -* Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public -* License along with CopperSpice. If not, see -* . -* -***********************************************************************/ +/**************************************************************************** +** +** Copyright (c) 2012-2015 Barbara Geller +** Copyright (c) 2012-2015 Ansel Sermersheim +** Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). +** Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2016-2020 Ivailo Monev +** +** This file is part of the QtCore module of the Katie Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** +** GNU Lesser General Public License Usage +** 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. +** +** As a special exception, The Qt Company gives you certain additional +** rights. These rights are described in The Qt Company LGPL Exception +** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 3.0 as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL included in the +** packaging of this file. Please review the following information to +** ensure the GNU General Public License version 3.0 requirements will be +** met: http://www.gnu.org/copyleft/gpl.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #include "qjsonobject.h" #include "qjsonvalue.h" diff --git a/src/core/json/qjsonvalue.h b/src/core/json/qjsonvalue.h index 2bcb91513..952a35034 100644 --- a/src/core/json/qjsonvalue.h +++ b/src/core/json/qjsonvalue.h @@ -1,27 +1,38 @@ -/*********************************************************************** -* -* Copyright (c) 2012-2015 Barbara Geller -* Copyright (c) 2012-2015 Ansel Sermersheim -* Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). -* Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* -* This file is part of CopperSpice. -* -* CopperSpice is free software: you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. -* -* CopperSpice is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -* Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public -* License along with CopperSpice. If not, see -* . -* -***********************************************************************/ +/**************************************************************************** +** +** Copyright (c) 2012-2015 Barbara Geller +** Copyright (c) 2012-2015 Ansel Sermersheim +** Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). +** Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2016-2020 Ivailo Monev +** +** This file is part of the QtCore module of the Katie Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** +** GNU Lesser General Public License Usage +** 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. +** +** As a special exception, The Qt Company gives you certain additional +** rights. These rights are described in The Qt Company LGPL Exception +** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 3.0 as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL included in the +** packaging of this file. Please review the following information to +** ensure the GNU General Public License version 3.0 requirements will be +** met: http://www.gnu.org/copyleft/gpl.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #ifndef QJSONVALUE_H #define QJSONVALUE_H diff --git a/src/core/json/qjsonwriter.cpp b/src/core/json/qjsonwriter.cpp index 51ee0d5df..105a88cd7 100644 --- a/src/core/json/qjsonwriter.cpp +++ b/src/core/json/qjsonwriter.cpp @@ -1,27 +1,38 @@ -/*********************************************************************** -* -* Copyright (c) 2012-2015 Barbara Geller -* Copyright (c) 2012-2015 Ansel Sermersheim -* Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). -* Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* -* This file is part of CopperSpice. -* -* CopperSpice is free software: you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. -* -* CopperSpice is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -* Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public -* License along with CopperSpice. If not, see -* . -* -***********************************************************************/ +/**************************************************************************** +** +** Copyright (c) 2012-2015 Barbara Geller +** Copyright (c) 2012-2015 Ansel Sermersheim +** Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). +** Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2016-2020 Ivailo Monev +** +** This file is part of the QtCore module of the Katie Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** +** GNU Lesser General Public License Usage +** 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. +** +** As a special exception, The Qt Company gives you certain additional +** rights. These rights are described in The Qt Company LGPL Exception +** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 3.0 as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL included in the +** packaging of this file. Please review the following information to +** ensure the GNU General Public License version 3.0 requirements will be +** met: http://www.gnu.org/copyleft/gpl.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #include "qjsonwriter_p.h" #include "qjson_p.h" diff --git a/src/core/json/qjsonwriter_p.h b/src/core/json/qjsonwriter_p.h index 0e8f8f6b2..25afa02cd 100644 --- a/src/core/json/qjsonwriter_p.h +++ b/src/core/json/qjsonwriter_p.h @@ -1,27 +1,38 @@ -/*********************************************************************** -* -* Copyright (c) 2012-2015 Barbara Geller -* Copyright (c) 2012-2015 Ansel Sermersheim -* Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). -* Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* -* This file is part of CopperSpice. -* -* CopperSpice is free software: you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. -* -* CopperSpice is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -* Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public -* License along with CopperSpice. If not, see -* . -* -***********************************************************************/ +/**************************************************************************** +** +** Copyright (c) 2012-2015 Barbara Geller +** Copyright (c) 2012-2015 Ansel Sermersheim +** Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). +** Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2016-2020 Ivailo Monev +** +** This file is part of the QtCore module of the Katie Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** +** GNU Lesser General Public License Usage +** 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. +** +** As a special exception, The Qt Company gives you certain additional +** rights. These rights are described in The Qt Company LGPL Exception +** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 3.0 as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL included in the +** packaging of this file. Please review the following information to +** ensure the GNU General Public License version 3.0 requirements will be +** met: http://www.gnu.org/copyleft/gpl.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #ifndef QJSONWRITER_P_H #define QJSONWRITER_P_H diff --git a/src/core/thread/qatomic.h b/src/core/thread/qatomic.h index d5417cc5c..f73dafa46 100644 --- a/src/core/thread/qatomic.h +++ b/src/core/thread/qatomic.h @@ -1,27 +1,38 @@ -/*********************************************************************** -* -* Copyright (c) 2012-2016 Barbara Geller -* Copyright (c) 2012-2016 Ansel Sermersheim -* Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). -* Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* -* This file is part of CopperSpice. -* -* CopperSpice is free software: you can redistribute it and/or -* modify it under the terms of the GNU Lesser General Public License -* version 2.1 as published by the Free Software Foundation. -* -* CopperSpice is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -* Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public -* License along with CopperSpice. If not, see -* . -* -***********************************************************************/ +/**************************************************************************** +** +** Copyright (c) 2012-2015 Barbara Geller +** Copyright (c) 2012-2015 Ansel Sermersheim +** Copyright (c) 2012-2014 Digia Plc and/or its subsidiary(-ies). +** Copyright (c) 2008-2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2016-2020 Ivailo Monev +** +** This file is part of the QtCore module of the Katie Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** +** GNU Lesser General Public License Usage +** 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. +** +** As a special exception, The Qt Company gives you certain additional +** rights. These rights are described in The Qt Company LGPL Exception +** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 3.0 as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL included in the +** packaging of this file. Please review the following information to +** ensure the GNU General Public License version 3.0 requirements will be +** met: http://www.gnu.org/copyleft/gpl.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #ifndef QATOMIC_H #define QATOMIC_H