diff --git a/src/layoutlinter_main.cpp b/src/layoutlinter_main.cpp index 6d4d781f..47f667f6 100644 --- a/src/layoutlinter_main.cpp +++ b/src/layoutlinter_main.cpp @@ -1,4 +1,23 @@ -#include "LayoutSaver.h" +/* + This file is part of KDDockWidgets. + + Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Sérgio Martins + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. + + 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + #include "Config.h" #include "DockWidget.h" #include "MainWindow.h" @@ -7,7 +26,6 @@ #include #include - using namespace KDDockWidgets; static bool lint(const QString &filename) diff --git a/src/private/multisplitter/examples/quick/Indicator.qml b/src/private/multisplitter/examples/quick/Indicator.qml index b7194827..dc1a878a 100644 --- a/src/private/multisplitter/examples/quick/Indicator.qml +++ b/src/private/multisplitter/examples/quick/Indicator.qml @@ -1,4 +1,23 @@ -import QtQuick 2.6 +/* + This file is part of KDDockWidgets. + + Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Sérgio Martins + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. + + 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + import com.kdab.kddockwidgets.multisplitter 1.0; Image { diff --git a/src/private/multisplitter/examples/quick/MyItem.qml b/src/private/multisplitter/examples/quick/MyItem.qml index 5e675992..c9edc3c6 100644 --- a/src/private/multisplitter/examples/quick/MyItem.qml +++ b/src/private/multisplitter/examples/quick/MyItem.qml @@ -1,4 +1,23 @@ -import QtQuick 2.6 +/* + This file is part of KDDockWidgets. + + Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Sérgio Martins + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. + + 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + import "qrc:/" import com.kdab.kddockwidgets.multisplitter 1.0; diff --git a/src/private/multisplitter/examples/quick/main.qml b/src/private/multisplitter/examples/quick/main.qml index 8dd07b7d..1759d67f 100644 --- a/src/private/multisplitter/examples/quick/main.qml +++ b/src/private/multisplitter/examples/quick/main.qml @@ -1,4 +1,23 @@ -import com.kdab.kddockwidgets.multisplitter 1.0 +/* + This file is part of KDDockWidgets. + + Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Sérgio Martins + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. + + 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + import QtQuick 2.6 MultiSplitter { diff --git a/src/private/multisplitter/qml/Separator.qml b/src/private/multisplitter/qml/Separator.qml index aaeaac30..a12fd0b9 100644 --- a/src/private/multisplitter/qml/Separator.qml +++ b/src/private/multisplitter/qml/Separator.qml @@ -1,4 +1,22 @@ -import QtQuick 2.6 +/* + This file is part of KDDockWidgets. + + Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + Author: Sérgio Martins + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. + + 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ Rectangle { id: root