OSDN Git Service

update copyright in files imported from CopperSpice
authorIvailo Monev <xakepa10@gmail.com>
Wed, 9 Dec 2020 01:54:08 +0000 (01:54 +0000)
committerIvailo Monev <xakepa10@gmail.com>
Wed, 9 Dec 2020 05:01:57 +0000 (05:01 +0000)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
18 files changed:
src/core/io/qstandardpaths.cpp
src/core/io/qstandardpaths.h
src/core/io/qstandardpaths_unix.cpp
src/core/json/qjson.cpp
src/core/json/qjson_p.h
src/core/json/qjsonarray.cpp
src/core/json/qjsonarray.h
src/core/json/qjsondocument.cpp
src/core/json/qjsondocument.h
src/core/json/qjsonobject.cpp
src/core/json/qjsonobject.h
src/core/json/qjsonparser.cpp
src/core/json/qjsonparser_p.h
src/core/json/qjsonvalue.cpp
src/core/json/qjsonvalue.h
src/core/json/qjsonwriter.cpp
src/core/json/qjsonwriter_p.h
src/core/thread/qatomic.h

index 184ea72..ed9e15c 100644 (file)
@@ -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 
-* <http://www.gnu.org/licenses/>.
-*
-***********************************************************************/
+/****************************************************************************
+**
+** 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"
 
index ae8c0fd..4bd4447 100644 (file)
@@ -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 
-* <http://www.gnu.org/licenses/>.
-*
-***********************************************************************/
+/****************************************************************************
+**
+** 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
index 7e2bc65..9ddd8d9 100644 (file)
@@ -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 
-* <http://www.gnu.org/licenses/>.
-*
-***********************************************************************/
+/****************************************************************************
+**
+** 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"
index e94ba1e..fa3d281 100644 (file)
@@ -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 
-* <http://www.gnu.org/licenses/>.
-*
-***********************************************************************/
+/****************************************************************************
+**
+** 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"
index 4a46d13..4947041 100644 (file)
@@ -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 
-* <http://www.gnu.org/licenses/>.
-*
-***********************************************************************/
+/****************************************************************************
+**
+** 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
index 6fe950a..8435533 100644 (file)
@@ -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 
-* <http://www.gnu.org/licenses/>.
-*
-***********************************************************************/
+/****************************************************************************
+**
+** 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"
index ad58f23..22c356f 100644 (file)
@@ -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 
-* <http://www.gnu.org/licenses/>.
-*
-***********************************************************************/
+/****************************************************************************
+**
+** 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
index 6c64149..fb925b9 100644 (file)
@@ -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 
-* <http://www.gnu.org/licenses/>.
-*
-***********************************************************************/
+/****************************************************************************
+**
+** 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"
index cf167c9..5b138b4 100644 (file)
@@ -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 
-* <http://www.gnu.org/licenses/>.
-*
-***********************************************************************/
+/****************************************************************************
+**
+** 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
index 03d8610..33d88bf 100644 (file)
@@ -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 
-* <http://www.gnu.org/licenses/>.
-*
-***********************************************************************/
+/****************************************************************************
+**
+** 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"
index f1ba98d..fff7442 100644 (file)
@@ -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 
-* <http://www.gnu.org/licenses/>.
-*
-***********************************************************************/
+/****************************************************************************
+**
+** 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
index 50f7f26..212e88e 100644 (file)
@@ -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 
-* <http://www.gnu.org/licenses/>.
-*
-***********************************************************************/
+/****************************************************************************
+**
+** 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"
index 4fc2681..73246c1 100644 (file)
@@ -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 
-* <http://www.gnu.org/licenses/>.
-*
-***********************************************************************/
+/****************************************************************************
+**
+** 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
index 488d12b..c5e305c 100644 (file)
@@ -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 
-* <http://www.gnu.org/licenses/>.
-*
-***********************************************************************/
+/****************************************************************************
+**
+** 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"
index 2bcb915..952a350 100644 (file)
@@ -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 
-* <http://www.gnu.org/licenses/>.
-*
-***********************************************************************/
+/****************************************************************************
+**
+** 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
index 51ee0d5..105a88c 100644 (file)
@@ -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 
-* <http://www.gnu.org/licenses/>.
-*
-***********************************************************************/
+/****************************************************************************
+**
+** 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"
index 0e8f8f6..25afa02 100644 (file)
@@ -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 
-* <http://www.gnu.org/licenses/>.
-*
-***********************************************************************/
+/****************************************************************************
+**
+** 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
index d5417cc..f73dafa 100644 (file)
@@ -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 
-* <http://www.gnu.org/licenses/>.
-*
-***********************************************************************/
+/****************************************************************************
+**
+** 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