diff --git a/plugins/egldeviceintegration/brcm/eglfsbrcmintegration.cpp b/plugins/egldeviceintegration/brcm/eglfsbrcmintegration.cpp index d818e692..bf7aebaf 100644 --- a/plugins/egldeviceintegration/brcm/eglfsbrcmintegration.cpp +++ b/plugins/egldeviceintegration/brcm/eglfsbrcmintegration.cpp @@ -1,28 +1,41 @@ /**************************************************************************** - * This file is part of Hawaii. - * - * Copyright (C) 2015 Pier Luigi Fiorini - * Copyright (C) 2015 The Qt Company Ltd. - * - * Author(s): - * Pier Luigi Fiorini - * - * $BEGIN_LICENSE:LGPL213$ - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1, or version 3. - * - * This program 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 this program. If not, see . - * - * $END_LICENSE$ - ***************************************************************************/ +** +** Copyright (C) 2016 The Qt Company Ltd. +** Contact: https://www.qt.io/licensing/ +** +** This file is part of the plugins of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** Commercial License Usage +** Licensees holding valid commercial Qt licenses may use this file in +** accordance with the commercial license agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and The Qt Company. For licensing terms +** and conditions see https://www.qt.io/terms-conditions. For further +** information use the contact form at https://www.qt.io/contact-us. +** +** GNU Lesser General Public License Usage +** Alternatively, this file may be used under the terms of the GNU Lesser +** General Public License version 3 as published by the Free Software +** Foundation and appearing in the file LICENSE.LGPL3 included in the +** packaging of this file. Please review the following information to +** ensure the GNU Lesser General Public License version 3 requirements +** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 2.0 or (at your option) the GNU General +** Public license version 3 or any later version approved by the KDE Free +** Qt Foundation. The licenses are as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 +** included in the packaging of this file. Please review the following +** information to ensure the GNU General Public License requirements will +** be met: https://www.gnu.org/licenses/gpl-2.0.html and +** https://www.gnu.org/licenses/gpl-3.0.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #include "eglfsbrcmintegration.h" diff --git a/plugins/egldeviceintegration/brcm/eglfsbrcmintegration.h b/plugins/egldeviceintegration/brcm/eglfsbrcmintegration.h index 1f559f75..a1ae1cc9 100644 --- a/plugins/egldeviceintegration/brcm/eglfsbrcmintegration.h +++ b/plugins/egldeviceintegration/brcm/eglfsbrcmintegration.h @@ -1,28 +1,41 @@ /**************************************************************************** - * This file is part of Hawaii. - * - * Copyright (C) 2015 Pier Luigi Fiorini - * Copyright (C) 2015 The Qt Company Ltd. - * - * Author(s): - * Pier Luigi Fiorini - * - * $BEGIN_LICENSE:LGPL213$ - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1, or version 3. - * - * This program 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 this program. If not, see . - * - * $END_LICENSE$ - ***************************************************************************/ +** +** Copyright (C) 2016 The Qt Company Ltd. +** Contact: https://www.qt.io/licensing/ +** +** This file is part of the plugins of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** Commercial License Usage +** Licensees holding valid commercial Qt licenses may use this file in +** accordance with the commercial license agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and The Qt Company. For licensing terms +** and conditions see https://www.qt.io/terms-conditions. For further +** information use the contact form at https://www.qt.io/contact-us. +** +** GNU Lesser General Public License Usage +** Alternatively, this file may be used under the terms of the GNU Lesser +** General Public License version 3 as published by the Free Software +** Foundation and appearing in the file LICENSE.LGPL3 included in the +** packaging of this file. Please review the following information to +** ensure the GNU Lesser General Public License version 3 requirements +** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 2.0 or (at your option) the GNU General +** Public license version 3 or any later version approved by the KDE Free +** Qt Foundation. The licenses are as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 +** included in the packaging of this file. Please review the following +** information to ensure the GNU General Public License requirements will +** be met: https://www.gnu.org/licenses/gpl-2.0.html and +** https://www.gnu.org/licenses/gpl-3.0.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #ifndef GREENISLAND_EGLFSBRCMINTEGRATION_H #define GREENISLAND_EGLFSBRCMINTEGRATION_H diff --git a/plugins/egldeviceintegration/brcm/main.cpp b/plugins/egldeviceintegration/brcm/main.cpp index 987ee2a2..1b846cee 100644 --- a/plugins/egldeviceintegration/brcm/main.cpp +++ b/plugins/egldeviceintegration/brcm/main.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 2.1 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 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. * - * This program 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 this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/plugins/egldeviceintegration/kms/eglfskmscursor.cpp b/plugins/egldeviceintegration/kms/eglfskmscursor.cpp index 4399c153..c88a7bd7 100644 --- a/plugins/egldeviceintegration/kms/eglfskmscursor.cpp +++ b/plugins/egldeviceintegration/kms/eglfskmscursor.cpp @@ -1,28 +1,42 @@ /**************************************************************************** - * This file is part of Hawaii. - * - * Copyright (C) 2015-2016 Pier Luigi Fiorini - * Copyright (C) 2015 The Qt Company Ltd. - * - * Author(s): - * Pier Luigi Fiorini - * - * $BEGIN_LICENSE:LGPL213$ - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1, or version 3. - * - * This program 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 this program. If not, see . - * - * $END_LICENSE$ - ***************************************************************************/ +** +** Copyright (C) 2015-2016 Pier Luigi Fiorini +** Copyright (C) 2016 The Qt Company Ltd. +** Contact: https://www.qt.io/licensing/ +** +** This file is part of the plugins of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** Commercial License Usage +** Licensees holding valid commercial Qt licenses may use this file in +** accordance with the commercial license agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and The Qt Company. For licensing terms +** and conditions see https://www.qt.io/terms-conditions. For further +** information use the contact form at https://www.qt.io/contact-us. +** +** GNU Lesser General Public License Usage +** Alternatively, this file may be used under the terms of the GNU Lesser +** General Public License version 3 as published by the Free Software +** Foundation and appearing in the file LICENSE.LGPL3 included in the +** packaging of this file. Please review the following information to +** ensure the GNU Lesser General Public License version 3 requirements +** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 2.0 or (at your option) the GNU General +** Public license version 3 or any later version approved by the KDE Free +** Qt Foundation. The licenses are as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 +** included in the packaging of this file. Please review the following +** information to ensure the GNU General Public License requirements will +** be met: https://www.gnu.org/licenses/gpl-2.0.html and +** https://www.gnu.org/licenses/gpl-3.0.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #include #include diff --git a/plugins/egldeviceintegration/kms/eglfskmscursor.h b/plugins/egldeviceintegration/kms/eglfskmscursor.h index 8097acb5..1e595288 100644 --- a/plugins/egldeviceintegration/kms/eglfskmscursor.h +++ b/plugins/egldeviceintegration/kms/eglfskmscursor.h @@ -1,28 +1,41 @@ /**************************************************************************** - * This file is part of Hawaii. - * - * Copyright (C) 2015-2016 Pier Luigi Fiorini - * Copyright (C) 2015 The Qt Company Ltd. - * - * Author(s): - * Pier Luigi Fiorini - * - * $BEGIN_LICENSE:LGPL213$ - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1, or version 3. - * - * This program 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 this program. If not, see . - * - * $END_LICENSE$ - ***************************************************************************/ +** +** Copyright (C) 2016 The Qt Company Ltd. +** Contact: https://www.qt.io/licensing/ +** +** This file is part of the plugins of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** Commercial License Usage +** Licensees holding valid commercial Qt licenses may use this file in +** accordance with the commercial license agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and The Qt Company. For licensing terms +** and conditions see https://www.qt.io/terms-conditions. For further +** information use the contact form at https://www.qt.io/contact-us. +** +** GNU Lesser General Public License Usage +** Alternatively, this file may be used under the terms of the GNU Lesser +** General Public License version 3 as published by the Free Software +** Foundation and appearing in the file LICENSE.LGPL3 included in the +** packaging of this file. Please review the following information to +** ensure the GNU Lesser General Public License version 3 requirements +** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 2.0 or (at your option) the GNU General +** Public license version 3 or any later version approved by the KDE Free +** Qt Foundation. The licenses are as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 +** included in the packaging of this file. Please review the following +** information to ensure the GNU General Public License requirements will +** be met: https://www.gnu.org/licenses/gpl-2.0.html and +** https://www.gnu.org/licenses/gpl-3.0.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #ifndef GREENISLAND_EGLFSKMSCURSOR_H #define GREENISLAND_EGLFSKMSCURSOR_H diff --git a/plugins/egldeviceintegration/kms/eglfskmsdevice.cpp b/plugins/egldeviceintegration/kms/eglfskmsdevice.cpp index 20bbec75..57da4784 100644 --- a/plugins/egldeviceintegration/kms/eglfskmsdevice.cpp +++ b/plugins/egldeviceintegration/kms/eglfskmsdevice.cpp @@ -1,28 +1,42 @@ /**************************************************************************** - * This file is part of Hawaii. - * - * Copyright (C) 2015-2016 Pier Luigi Fiorini - * Copyright (C) 2015 The Qt Company Ltd. - * - * Author(s): - * Pier Luigi Fiorini - * - * $BEGIN_LICENSE:LGPL213$ - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1, or version 3. - * - * This program 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 this program. If not, see . - * - * $END_LICENSE$ - ***************************************************************************/ +** +** Copyright (C) 2015-2016 Pier Luigi Fiorini +** Copyright (C) 2016 The Qt Company Ltd. +** Contact: https://www.qt.io/licensing/ +** +** This file is part of the plugins of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** Commercial License Usage +** Licensees holding valid commercial Qt licenses may use this file in +** accordance with the commercial license agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and The Qt Company. For licensing terms +** and conditions see https://www.qt.io/terms-conditions. For further +** information use the contact form at https://www.qt.io/contact-us. +** +** GNU Lesser General Public License Usage +** Alternatively, this file may be used under the terms of the GNU Lesser +** General Public License version 3 as published by the Free Software +** Foundation and appearing in the file LICENSE.LGPL3 included in the +** packaging of this file. Please review the following information to +** ensure the GNU Lesser General Public License version 3 requirements +** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 2.0 or (at your option) the GNU General +** Public license version 3 or any later version approved by the KDE Free +** Qt Foundation. The licenses are as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 +** included in the packaging of this file. Please review the following +** information to ensure the GNU General Public License requirements will +** be met: https://www.gnu.org/licenses/gpl-2.0.html and +** https://www.gnu.org/licenses/gpl-3.0.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #include #include diff --git a/plugins/egldeviceintegration/kms/eglfskmsdevice.h b/plugins/egldeviceintegration/kms/eglfskmsdevice.h index 9a5e02ef..f0bdb36e 100644 --- a/plugins/egldeviceintegration/kms/eglfskmsdevice.h +++ b/plugins/egldeviceintegration/kms/eglfskmsdevice.h @@ -1,28 +1,42 @@ /**************************************************************************** - * This file is part of Hawaii. - * - * Copyright (C) 2015-2016 Pier Luigi Fiorini - * Copyright (C) 2015 The Qt Company Ltd. - * - * Author(s): - * Pier Luigi Fiorini - * - * $BEGIN_LICENSE:LGPL213$ - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1, or version 3. - * - * This program 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 this program. If not, see . - * - * $END_LICENSE$ - ***************************************************************************/ +** +** Copyright (C) 2015-2016 Pier Luigi Fiorini +** Copyright (C) 2016 The Qt Company Ltd. +** Contact: https://www.qt.io/licensing/ +** +** This file is part of the plugins of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** Commercial License Usage +** Licensees holding valid commercial Qt licenses may use this file in +** accordance with the commercial license agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and The Qt Company. For licensing terms +** and conditions see https://www.qt.io/terms-conditions. For further +** information use the contact form at https://www.qt.io/contact-us. +** +** GNU Lesser General Public License Usage +** Alternatively, this file may be used under the terms of the GNU Lesser +** General Public License version 3 as published by the Free Software +** Foundation and appearing in the file LICENSE.LGPL3 included in the +** packaging of this file. Please review the following information to +** ensure the GNU Lesser General Public License version 3 requirements +** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 2.0 or (at your option) the GNU General +** Public license version 3 or any later version approved by the KDE Free +** Qt Foundation. The licenses are as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 +** included in the packaging of this file. Please review the following +** information to ensure the GNU General Public License requirements will +** be met: https://www.gnu.org/licenses/gpl-2.0.html and +** https://www.gnu.org/licenses/gpl-3.0.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #ifndef GREENISLAND_EGLFSKMSDEVICE_H #define GREENISLAND_EGLFSKMSDEVICE_H diff --git a/plugins/egldeviceintegration/kms/eglfskmsintegration.cpp b/plugins/egldeviceintegration/kms/eglfskmsintegration.cpp index 4515c9fc..820beb57 100644 --- a/plugins/egldeviceintegration/kms/eglfskmsintegration.cpp +++ b/plugins/egldeviceintegration/kms/eglfskmsintegration.cpp @@ -1,28 +1,42 @@ /**************************************************************************** - * This file is part of Hawaii. - * - * Copyright (C) 2015-2016 Pier Luigi Fiorini - * Copyright (C) 2015 The Qt Company Ltd. - * - * Author(s): - * Pier Luigi Fiorini - * - * $BEGIN_LICENSE:LGPL213$ - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1, or version 3. - * - * This program 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 this program. If not, see . - * - * $END_LICENSE$ - ***************************************************************************/ +** +** Copyright (C) 2015-2016 Pier Luigi Fiorini +** Copyright (C) 2016 The Qt Company Ltd. +** Contact: https://www.qt.io/licensing/ +** +** This file is part of the plugins of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** Commercial License Usage +** Licensees holding valid commercial Qt licenses may use this file in +** accordance with the commercial license agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and The Qt Company. For licensing terms +** and conditions see https://www.qt.io/terms-conditions. For further +** information use the contact form at https://www.qt.io/contact-us. +** +** GNU Lesser General Public License Usage +** Alternatively, this file may be used under the terms of the GNU Lesser +** General Public License version 3 as published by the Free Software +** Foundation and appearing in the file LICENSE.LGPL3 included in the +** packaging of this file. Please review the following information to +** ensure the GNU Lesser General Public License version 3 requirements +** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 2.0 or (at your option) the GNU General +** Public license version 3 or any later version approved by the KDE Free +** Qt Foundation. The licenses are as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 +** included in the packaging of this file. Please review the following +** information to ensure the GNU General Public License requirements will +** be met: https://www.gnu.org/licenses/gpl-2.0.html and +** https://www.gnu.org/licenses/gpl-3.0.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #include #include diff --git a/plugins/egldeviceintegration/kms/eglfskmsintegration.h b/plugins/egldeviceintegration/kms/eglfskmsintegration.h index 8e6adf80..fa32705e 100644 --- a/plugins/egldeviceintegration/kms/eglfskmsintegration.h +++ b/plugins/egldeviceintegration/kms/eglfskmsintegration.h @@ -1,28 +1,42 @@ /**************************************************************************** - * This file is part of Hawaii. - * - * Copyright (C) 2015-2016 Pier Luigi Fiorini - * Copyright (C) 2015 The Qt Company Ltd. - * - * Author(s): - * Pier Luigi Fiorini - * - * $BEGIN_LICENSE:LGPL213$ - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1, or version 3. - * - * This program 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 this program. If not, see . - * - * $END_LICENSE$ - ***************************************************************************/ +** +** Copyright (C) 2015-2016 Pier Luigi Fiorini +** Copyright (C) 2016 The Qt Company Ltd. +** Contact: https://www.qt.io/licensing/ +** +** This file is part of the plugins of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** Commercial License Usage +** Licensees holding valid commercial Qt licenses may use this file in +** accordance with the commercial license agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and The Qt Company. For licensing terms +** and conditions see https://www.qt.io/terms-conditions. For further +** information use the contact form at https://www.qt.io/contact-us. +** +** GNU Lesser General Public License Usage +** Alternatively, this file may be used under the terms of the GNU Lesser +** General Public License version 3 as published by the Free Software +** Foundation and appearing in the file LICENSE.LGPL3 included in the +** packaging of this file. Please review the following information to +** ensure the GNU Lesser General Public License version 3 requirements +** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 2.0 or (at your option) the GNU General +** Public license version 3 or any later version approved by the KDE Free +** Qt Foundation. The licenses are as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 +** included in the packaging of this file. Please review the following +** information to ensure the GNU General Public License requirements will +** be met: https://www.gnu.org/licenses/gpl-2.0.html and +** https://www.gnu.org/licenses/gpl-3.0.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #ifndef GREENISLAND_EGLFSKMSINTEGRATION_H #define GREENISLAND_EGLFSKMSINTEGRATION_H diff --git a/plugins/egldeviceintegration/kms/eglfskmsscreen.cpp b/plugins/egldeviceintegration/kms/eglfskmsscreen.cpp index 5ef3c18b..37428eaa 100644 --- a/plugins/egldeviceintegration/kms/eglfskmsscreen.cpp +++ b/plugins/egldeviceintegration/kms/eglfskmsscreen.cpp @@ -1,28 +1,42 @@ /**************************************************************************** - * This file is part of Hawaii. - * - * Copyright (C) 2015-2016 Pier Luigi Fiorini - * Copyright (C) 2015 The Qt Company Ltd. - * - * Author(s): - * Pier Luigi Fiorini - * - * $BEGIN_LICENSE:LGPL213$ - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1, or version 3. - * - * This program 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 this program. If not, see . - * - * $END_LICENSE$ - ***************************************************************************/ +** +** Copyright (C) 2015-2016 Pier Luigi Fiorini +** Copyright (C) 2016 The Qt Company Ltd. +** Contact: https://www.qt.io/licensing/ +** +** This file is part of the plugins of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** Commercial License Usage +** Licensees holding valid commercial Qt licenses may use this file in +** accordance with the commercial license agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and The Qt Company. For licensing terms +** and conditions see https://www.qt.io/terms-conditions. For further +** information use the contact form at https://www.qt.io/contact-us. +** +** GNU Lesser General Public License Usage +** Alternatively, this file may be used under the terms of the GNU Lesser +** General Public License version 3 as published by the Free Software +** Foundation and appearing in the file LICENSE.LGPL3 included in the +** packaging of this file. Please review the following information to +** ensure the GNU Lesser General Public License version 3 requirements +** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 2.0 or (at your option) the GNU General +** Public license version 3 or any later version approved by the KDE Free +** Qt Foundation. The licenses are as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 +** included in the packaging of this file. Please review the following +** information to ensure the GNU General Public License requirements will +** be met: https://www.gnu.org/licenses/gpl-2.0.html and +** https://www.gnu.org/licenses/gpl-3.0.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #include #include diff --git a/plugins/egldeviceintegration/kms/eglfskmsscreen.h b/plugins/egldeviceintegration/kms/eglfskmsscreen.h index 6cd0b538..35bc45f1 100644 --- a/plugins/egldeviceintegration/kms/eglfskmsscreen.h +++ b/plugins/egldeviceintegration/kms/eglfskmsscreen.h @@ -1,28 +1,42 @@ /**************************************************************************** - * This file is part of Hawaii. - * - * Copyright (C) 2015-2016 Pier Luigi Fiorini - * Copyright (C) 2015 The Qt Company Ltd. - * - * Author(s): - * Pier Luigi Fiorini - * - * $BEGIN_LICENSE:LGPL213$ - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1, or version 3. - * - * This program 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 this program. If not, see . - * - * $END_LICENSE$ - ***************************************************************************/ +** +** Copyright (C) 2015-2016 Pier Luigi Fiorini +** Copyright (C) 2016 The Qt Company Ltd. +** Contact: https://www.qt.io/licensing/ +** +** This file is part of the plugins of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** Commercial License Usage +** Licensees holding valid commercial Qt licenses may use this file in +** accordance with the commercial license agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and The Qt Company. For licensing terms +** and conditions see https://www.qt.io/terms-conditions. For further +** information use the contact form at https://www.qt.io/contact-us. +** +** GNU Lesser General Public License Usage +** Alternatively, this file may be used under the terms of the GNU Lesser +** General Public License version 3 as published by the Free Software +** Foundation and appearing in the file LICENSE.LGPL3 included in the +** packaging of this file. Please review the following information to +** ensure the GNU Lesser General Public License version 3 requirements +** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 2.0 or (at your option) the GNU General +** Public license version 3 or any later version approved by the KDE Free +** Qt Foundation. The licenses are as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 +** included in the packaging of this file. Please review the following +** information to ensure the GNU General Public License requirements will +** be met: https://www.gnu.org/licenses/gpl-2.0.html and +** https://www.gnu.org/licenses/gpl-3.0.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #ifndef GREENISLAND_EGLFSKMSSCREEN_H #define GREENISLAND_EGLFSKMSSCREEN_H diff --git a/plugins/egldeviceintegration/kms/main.cpp b/plugins/egldeviceintegration/kms/main.cpp index dfeaf46a..3d556cf8 100644 --- a/plugins/egldeviceintegration/kms/main.cpp +++ b/plugins/egldeviceintegration/kms/main.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 2.1 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 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. * - * This program 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 this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/plugins/egldeviceintegration/mali/eglfsmaliintegration.cpp b/plugins/egldeviceintegration/mali/eglfsmaliintegration.cpp index 2cc2312e..5690c951 100644 --- a/plugins/egldeviceintegration/mali/eglfsmaliintegration.cpp +++ b/plugins/egldeviceintegration/mali/eglfsmaliintegration.cpp @@ -1,28 +1,41 @@ /**************************************************************************** - * This file is part of Hawaii. - * - * Copyright (C) 2015 Pier Luigi Fiorini - * Copyright (C) 2015 The Qt Company Ltd. - * - * Author(s): - * Pier Luigi Fiorini - * - * $BEGIN_LICENSE:LGPL213$ - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1, or version 3. - * - * This program 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 this program. If not, see . - * - * $END_LICENSE$ - ***************************************************************************/ +** +** Copyright (C) 2016 The Qt Company Ltd. +** Contact: https://www.qt.io/licensing/ +** +** This file is part of the plugins of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** Commercial License Usage +** Licensees holding valid commercial Qt licenses may use this file in +** accordance with the commercial license agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and The Qt Company. For licensing terms +** and conditions see https://www.qt.io/terms-conditions. For further +** information use the contact form at https://www.qt.io/contact-us. +** +** GNU Lesser General Public License Usage +** Alternatively, this file may be used under the terms of the GNU Lesser +** General Public License version 3 as published by the Free Software +** Foundation and appearing in the file LICENSE.LGPL3 included in the +** packaging of this file. Please review the following information to +** ensure the GNU Lesser General Public License version 3 requirements +** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 2.0 or (at your option) the GNU General +** Public license version 3 or any later version approved by the KDE Free +** Qt Foundation. The licenses are as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 +** included in the packaging of this file. Please review the following +** information to ensure the GNU General Public License requirements will +** be met: https://www.gnu.org/licenses/gpl-2.0.html and +** https://www.gnu.org/licenses/gpl-3.0.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #include "eglfsmaliintegration.h" diff --git a/plugins/egldeviceintegration/mali/eglfsmaliintegration.h b/plugins/egldeviceintegration/mali/eglfsmaliintegration.h index b99400c7..c9e09e93 100644 --- a/plugins/egldeviceintegration/mali/eglfsmaliintegration.h +++ b/plugins/egldeviceintegration/mali/eglfsmaliintegration.h @@ -1,28 +1,41 @@ /**************************************************************************** - * This file is part of Hawaii. - * - * Copyright (C) 2015 Pier Luigi Fiorini - * Copyright (C) 2015 The Qt Company Ltd. - * - * Author(s): - * Pier Luigi Fiorini - * - * $BEGIN_LICENSE:LGPL213$ - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1, or version 3. - * - * This program 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 this program. If not, see . - * - * $END_LICENSE$ - ***************************************************************************/ +** +** Copyright (C) 2016 The Qt Company Ltd. +** Contact: https://www.qt.io/licensing/ +** +** This file is part of the plugins of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** Commercial License Usage +** Licensees holding valid commercial Qt licenses may use this file in +** accordance with the commercial license agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and The Qt Company. For licensing terms +** and conditions see https://www.qt.io/terms-conditions. For further +** information use the contact form at https://www.qt.io/contact-us. +** +** GNU Lesser General Public License Usage +** Alternatively, this file may be used under the terms of the GNU Lesser +** General Public License version 3 as published by the Free Software +** Foundation and appearing in the file LICENSE.LGPL3 included in the +** packaging of this file. Please review the following information to +** ensure the GNU Lesser General Public License version 3 requirements +** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 2.0 or (at your option) the GNU General +** Public license version 3 or any later version approved by the KDE Free +** Qt Foundation. The licenses are as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 +** included in the packaging of this file. Please review the following +** information to ensure the GNU General Public License requirements will +** be met: https://www.gnu.org/licenses/gpl-2.0.html and +** https://www.gnu.org/licenses/gpl-3.0.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #ifndef GREENISLAND_EGLFSMALIINTEGRATION_H #define GREENISLAND_EGLFSMALIINTEGRATION_H diff --git a/plugins/egldeviceintegration/mali/main.cpp b/plugins/egldeviceintegration/mali/main.cpp index a49aed74..9ae382b2 100644 --- a/plugins/egldeviceintegration/mali/main.cpp +++ b/plugins/egldeviceintegration/mali/main.cpp @@ -1,25 +1,26 @@ /**************************************************************************** * This file is part of Hawaii. * - * Copyright (C) 2015 Pier Luigi Fiorini + * Copyright (C) 2015-2016 Pier Luigi Fiorini * * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 2.1 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 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. * - * This program 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 this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/plugins/egldeviceintegration/viv/eglfsvivintegration.cpp b/plugins/egldeviceintegration/viv/eglfsvivintegration.cpp index 8826a016..6a4e7d5c 100644 --- a/plugins/egldeviceintegration/viv/eglfsvivintegration.cpp +++ b/plugins/egldeviceintegration/viv/eglfsvivintegration.cpp @@ -1,28 +1,41 @@ /**************************************************************************** - * This file is part of Hawaii. - * - * Copyright (C) 2015 Pier Luigi Fiorini - * Copyright (C) 2015 The Qt Company Ltd. - * - * Author(s): - * Pier Luigi Fiorini - * - * $BEGIN_LICENSE:LGPL213$ - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1, or version 3. - * - * This program 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 this program. If not, see . - * - * $END_LICENSE$ - ***************************************************************************/ +** +** Copyright (C) 2016 The Qt Company Ltd. +** Contact: https://www.qt.io/licensing/ +** +** This file is part of the plugins of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** Commercial License Usage +** Licensees holding valid commercial Qt licenses may use this file in +** accordance with the commercial license agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and The Qt Company. For licensing terms +** and conditions see https://www.qt.io/terms-conditions. For further +** information use the contact form at https://www.qt.io/contact-us. +** +** GNU Lesser General Public License Usage +** Alternatively, this file may be used under the terms of the GNU Lesser +** General Public License version 3 as published by the Free Software +** Foundation and appearing in the file LICENSE.LGPL3 included in the +** packaging of this file. Please review the following information to +** ensure the GNU Lesser General Public License version 3 requirements +** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 2.0 or (at your option) the GNU General +** Public license version 3 or any later version approved by the KDE Free +** Qt Foundation. The licenses are as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 +** included in the packaging of this file. Please review the following +** information to ensure the GNU General Public License requirements will +** be met: https://www.gnu.org/licenses/gpl-2.0.html and +** https://www.gnu.org/licenses/gpl-3.0.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #include "eglfsvivintegration.h" diff --git a/plugins/egldeviceintegration/viv/eglfsvivintegration.h b/plugins/egldeviceintegration/viv/eglfsvivintegration.h index 7cfa424a..460d3b3c 100644 --- a/plugins/egldeviceintegration/viv/eglfsvivintegration.h +++ b/plugins/egldeviceintegration/viv/eglfsvivintegration.h @@ -1,28 +1,41 @@ /**************************************************************************** - * This file is part of Hawaii. - * - * Copyright (C) 2015 Pier Luigi Fiorini - * Copyright (C) 2015 The Qt Company Ltd. - * - * Author(s): - * Pier Luigi Fiorini - * - * $BEGIN_LICENSE:LGPL213$ - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1, or version 3. - * - * This program 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 this program. If not, see . - * - * $END_LICENSE$ - ***************************************************************************/ +** +** Copyright (C) 2016 The Qt Company Ltd. +** Contact: https://www.qt.io/licensing/ +** +** This file is part of the plugins of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** Commercial License Usage +** Licensees holding valid commercial Qt licenses may use this file in +** accordance with the commercial license agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and The Qt Company. For licensing terms +** and conditions see https://www.qt.io/terms-conditions. For further +** information use the contact form at https://www.qt.io/contact-us. +** +** GNU Lesser General Public License Usage +** Alternatively, this file may be used under the terms of the GNU Lesser +** General Public License version 3 as published by the Free Software +** Foundation and appearing in the file LICENSE.LGPL3 included in the +** packaging of this file. Please review the following information to +** ensure the GNU Lesser General Public License version 3 requirements +** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 2.0 or (at your option) the GNU General +** Public license version 3 or any later version approved by the KDE Free +** Qt Foundation. The licenses are as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 +** included in the packaging of this file. Please review the following +** information to ensure the GNU General Public License requirements will +** be met: https://www.gnu.org/licenses/gpl-2.0.html and +** https://www.gnu.org/licenses/gpl-3.0.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #ifndef GREENISLAND_EGLFSVIVINTEGRATION_H #define GREENISLAND_EGLFSVIVINTEGRATION_H diff --git a/plugins/egldeviceintegration/viv/main.cpp b/plugins/egldeviceintegration/viv/main.cpp index 34746413..0f0d7650 100644 --- a/plugins/egldeviceintegration/viv/main.cpp +++ b/plugins/egldeviceintegration/viv/main.cpp @@ -1,25 +1,26 @@ /**************************************************************************** * This file is part of Hawaii. * - * Copyright (C) 2015 Pier Luigi Fiorini + * Copyright (C) 2015-2016 Pier Luigi Fiorini * * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 2.1 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 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. * - * This program 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 this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/ diff --git a/plugins/egldeviceintegration/wayland/stateguard.h b/plugins/egldeviceintegration/wayland/stateguard.h index a4c6ab42..07443c13 100644 --- a/plugins/egldeviceintegration/wayland/stateguard.h +++ b/plugins/egldeviceintegration/wayland/stateguard.h @@ -1,31 +1,37 @@ /**************************************************************************** ** -** Copyright (C) 2015 The Qt Company Ltd. -** Contact: http://www.qt.io/licensing/ +** Copyright (C) 2016 The Qt Company Ltd. +** Contact: https://www.qt.io/licensing/ ** ** This file is part of the plugins of the Qt Toolkit. ** -** $QT_BEGIN_LICENSE:LGPL21$ +** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holding valid commercial Qt licenses may use this file in ** accordance with the commercial license agreement provided with the ** Software or, alternatively, in accordance with the terms contained in ** a written agreement between you and The Qt Company. For licensing terms -** and conditions see http://www.qt.io/terms-conditions. For further -** information use the contact form at http://www.qt.io/contact-us. +** and conditions see https://www.qt.io/terms-conditions. For further +** information use the contact form at https://www.qt.io/contact-us. ** ** GNU Lesser General Public License Usage ** Alternatively, this file may be used under the terms of the GNU Lesser -** General Public License version 2.1 or version 3 as published by the Free -** Software Foundation and appearing in the file LICENSE.LGPLv21 and -** LICENSE.LGPLv3 included in the packaging of this file. Please review the -** following information to ensure the GNU Lesser General Public License -** requirements will be met: https://www.gnu.org/licenses/lgpl.html and -** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. +** General Public License version 3 as published by the Free Software +** Foundation and appearing in the file LICENSE.LGPL3 included in the +** packaging of this file. Please review the following information to +** ensure the GNU Lesser General Public License version 3 requirements +** will be met: https://www.gnu.org/licenses/lgpl-3.0.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 2.0 or (at your option) the GNU General +** Public license version 3 or any later version approved by the KDE Free +** Qt Foundation. The licenses are as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 +** included in the packaging of this file. Please review the following +** information to ensure the GNU General Public License requirements will +** be met: https://www.gnu.org/licenses/gpl-2.0.html and +** https://www.gnu.org/licenses/gpl-3.0.html. ** ** $QT_END_LICENSE$ ** diff --git a/plugins/egldeviceintegration/x11/eglfsx11integration.cpp b/plugins/egldeviceintegration/x11/eglfsx11integration.cpp index 481dc87b..3d460eb0 100644 --- a/plugins/egldeviceintegration/x11/eglfsx11integration.cpp +++ b/plugins/egldeviceintegration/x11/eglfsx11integration.cpp @@ -1,28 +1,41 @@ /**************************************************************************** - * This file is part of Hawaii. - * - * Copyright (C) 2015-2016 Pier Luigi Fiorini - * Copyright (C) 2015 The Qt Company Ltd. - * - * Author(s): - * Pier Luigi Fiorini - * - * $BEGIN_LICENSE:LGPL213$ - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1, or version 3. - * - * This program 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 this program. If not, see . - * - * $END_LICENSE$ - ***************************************************************************/ +** +** Copyright (C) 2016 The Qt Company Ltd. +** Contact: https://www.qt.io/licensing/ +** +** This file is part of the plugins of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** Commercial License Usage +** Licensees holding valid commercial Qt licenses may use this file in +** accordance with the commercial license agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and The Qt Company. For licensing terms +** and conditions see https://www.qt.io/terms-conditions. For further +** information use the contact form at https://www.qt.io/contact-us. +** +** GNU Lesser General Public License Usage +** Alternatively, this file may be used under the terms of the GNU Lesser +** General Public License version 3 as published by the Free Software +** Foundation and appearing in the file LICENSE.LGPL3 included in the +** packaging of this file. Please review the following information to +** ensure the GNU Lesser General Public License version 3 requirements +** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 2.0 or (at your option) the GNU General +** Public license version 3 or any later version approved by the KDE Free +** Qt Foundation. The licenses are as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 +** included in the packaging of this file. Please review the following +** information to ensure the GNU General Public License requirements will +** be met: https://www.gnu.org/licenses/gpl-2.0.html and +** https://www.gnu.org/licenses/gpl-3.0.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #include diff --git a/plugins/egldeviceintegration/x11/eglfsx11integration.h b/plugins/egldeviceintegration/x11/eglfsx11integration.h index 2e0022e0..3f2089c1 100644 --- a/plugins/egldeviceintegration/x11/eglfsx11integration.h +++ b/plugins/egldeviceintegration/x11/eglfsx11integration.h @@ -1,28 +1,41 @@ /**************************************************************************** - * This file is part of Hawaii. - * - * Copyright (C) 2015-2016 Pier Luigi Fiorini - * Copyright (C) 2015 The Qt Company Ltd. - * - * Author(s): - * Pier Luigi Fiorini - * - * $BEGIN_LICENSE:LGPL213$ - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1, or version 3. - * - * This program 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 this program. If not, see . - * - * $END_LICENSE$ - ***************************************************************************/ +** +** Copyright (C) 2016 The Qt Company Ltd. +** Contact: https://www.qt.io/licensing/ +** +** This file is part of the plugins of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** Commercial License Usage +** Licensees holding valid commercial Qt licenses may use this file in +** accordance with the commercial license agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and The Qt Company. For licensing terms +** and conditions see https://www.qt.io/terms-conditions. For further +** information use the contact form at https://www.qt.io/contact-us. +** +** GNU Lesser General Public License Usage +** Alternatively, this file may be used under the terms of the GNU Lesser +** General Public License version 3 as published by the Free Software +** Foundation and appearing in the file LICENSE.LGPL3 included in the +** packaging of this file. Please review the following information to +** ensure the GNU Lesser General Public License version 3 requirements +** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU +** General Public License version 2.0 or (at your option) the GNU General +** Public license version 3 or any later version approved by the KDE Free +** Qt Foundation. The licenses are as published by the Free Software +** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 +** included in the packaging of this file. Please review the following +** information to ensure the GNU General Public License requirements will +** be met: https://www.gnu.org/licenses/gpl-2.0.html and +** https://www.gnu.org/licenses/gpl-3.0.html. +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #ifndef GREENISLAND_EGLFSX11INTEGRATION_H #define GREENISLAND_EGLFSX11INTEGRATION_H diff --git a/plugins/egldeviceintegration/x11/main.cpp b/plugins/egldeviceintegration/x11/main.cpp index db72d768..9888097d 100644 --- a/plugins/egldeviceintegration/x11/main.cpp +++ b/plugins/egldeviceintegration/x11/main.cpp @@ -6,20 +6,21 @@ * Author(s): * Pier Luigi Fiorini * - * $BEGIN_LICENSE:LGPL2.1+$ + * $BEGIN_LICENSE:LGPL$ * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation, either version 2.1 of the License, or - * (at your option) any later version. + * This file may be used under the terms of the GNU Lesser General Public + * License version 2.1 or later as published by the Free Software Foundation + * and appearing in the file LICENSE.LGPLv21 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. * - * This program 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 this program. If not, see . + * Alternatively, this file may be used under the terms of the GNU General + * Public License version 2.0 or later as published by the Free Software + * Foundation and appearing in the file LICENSE.GPLv2 included in the + * packaging of this file. Please review the following information to ensure + * the GNU General Public License version 2.0 requirements will be + * met: http://www.gnu.org/licenses/gpl-2.0.html. * * $END_LICENSE$ ***************************************************************************/