diff --git a/kde/sddm/Main.qml b/kde/sddm/Main.qml index 3aaf58f..032a99d 100644 --- a/kde/sddm/Main.qml +++ b/kde/sddm/Main.qml @@ -1,3 +1,22 @@ +/* + * Copyright 2016 David Edmundson + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2 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 Library General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + import QtQuick 2.8 import QtQuick.Layouts 1.1 diff --git a/kde/sddm/SessionButton.qml b/kde/sddm/SessionButton.qml index dc76fd9..89edd4d 100644 --- a/kde/sddm/SessionButton.qml +++ b/kde/sddm/SessionButton.qml @@ -1,3 +1,22 @@ +/* + * Copyright 2016 David Edmundson + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2 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 Library General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + import QtQuick 2.2 import org.kde.plasma.core 2.0 as PlasmaCore diff --git a/kde/sddm/components/ActionButton.qml b/kde/sddm/components/ActionButton.qml index 830ca30..fc0178a 100644 --- a/kde/sddm/components/ActionButton.qml +++ b/kde/sddm/components/ActionButton.qml @@ -1,3 +1,22 @@ +/* + * Copyright 2016 David Edmundson + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2 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 Library General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + import QtQuick 2.2 import org.kde.plasma.core 2.0 as PlasmaCore import org.kde.plasma.components 2.0 as PlasmaComponents diff --git a/kde/sddm/components/Battery.qml b/kde/sddm/components/Battery.qml index 7685b39..c92a0ff 100644 --- a/kde/sddm/components/Battery.qml +++ b/kde/sddm/components/Battery.qml @@ -1,3 +1,22 @@ +/* + * Copyright 2016 Kai Uwe Broulik + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2 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 Library General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + import QtQuick 2.2 import org.kde.plasma.core 2.0 as PlasmaCore diff --git a/kde/sddm/components/Clock.qml b/kde/sddm/components/Clock.qml index 6b6ec0a..1ba4952 100644 --- a/kde/sddm/components/Clock.qml +++ b/kde/sddm/components/Clock.qml @@ -1,3 +1,22 @@ +/* + * Copyright 2016 David Edmundson + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2 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 Library General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + import QtQuick 2.8 import QtQuick.Layouts 1.1 import QtQuick.Controls 2.5 diff --git a/kde/sddm/components/KeyboardLayoutButton.qml b/kde/sddm/components/KeyboardLayoutButton.qml index a5e35a9..ad65e75 100644 --- a/kde/sddm/components/KeyboardLayoutButton.qml +++ b/kde/sddm/components/KeyboardLayoutButton.qml @@ -1,3 +1,22 @@ +/*************************************************************************** + * Copyright (C) 2014 by Daniel Vrátil * + * * + * 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, write to the * + * Free Software Foundation, Inc., * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . * + ***************************************************************************/ + import QtQuick 2.1 import QtQuick.Controls 1.1 as QQC diff --git a/kde/sddm/components/SessionManagementScreen.qml b/kde/sddm/components/SessionManagementScreen.qml index 0749b26..475d082 100644 --- a/kde/sddm/components/SessionManagementScreen.qml +++ b/kde/sddm/components/SessionManagementScreen.qml @@ -1,3 +1,23 @@ +/* + * Copyright 2016 David Edmundson + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2 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 Library General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + + import QtQuick 2.2 import QtQuick.Layouts 1.1 diff --git a/kde/sddm/components/UserDelegate.qml b/kde/sddm/components/UserDelegate.qml index 18d9bcb..ae74d27 100644 --- a/kde/sddm/components/UserDelegate.qml +++ b/kde/sddm/components/UserDelegate.qml @@ -1,3 +1,23 @@ +/* + * Copyright 2014 David Edmundson + * Copyright 2014 Aleix Pol Gonzalez + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2 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 Library General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + import QtQuick 2.8 import org.kde.plasma.core 2.0 as PlasmaCore import org.kde.plasma.components 2.0 as PlasmaComponents diff --git a/kde/sddm/components/UserList.qml b/kde/sddm/components/UserList.qml index 720a67f..bad164c 100644 --- a/kde/sddm/components/UserList.qml +++ b/kde/sddm/components/UserList.qml @@ -1,3 +1,22 @@ +/* + * Copyright 2014 David Edmundson + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2 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 Library General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + import QtQuick 2.2 ListView { diff --git a/kde/sddm/components/VirtualKeyboard.qml b/kde/sddm/components/VirtualKeyboard.qml index 0c295d3..1aa0d3b 100644 --- a/kde/sddm/components/VirtualKeyboard.qml +++ b/kde/sddm/components/VirtualKeyboard.qml @@ -1,3 +1,22 @@ +/******************************************************************** + This file is part of the KDE project. + +Copyright (C) 2017 Martin Gräßlin + +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.5 import QtQuick.VirtualKeyboard 2.1