aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Leinir Turthra Jensen <admin@leinir.dk>2017-08-24 11:33:39 (GMT)
committerDan Leinir Turthra Jensen <admin@leinir.dk>2017-08-24 11:33:39 (GMT)
commit76f472108c5464efc3ba20f8f4e896a53eb6518c (patch)
tree4b2bb224069164482225717a413d3871cce5fb72
parentf9224e911fe8534a82674f082bcd4dded6823e77 (diff)
Fix license issue
BUG:381491
-rw-r--r--src/qtquick/PropertyContainer.cpp27
-rw-r--r--src/qtquick/PropertyContainer.h27
2 files changed, 30 insertions, 24 deletions
diff --git a/src/qtquick/PropertyContainer.cpp b/src/qtquick/PropertyContainer.cpp
index c6f46f7..789cfbe 100644
--- a/src/qtquick/PropertyContainer.cpp
+++ b/src/qtquick/PropertyContainer.cpp
@@ -1,19 +1,22 @@
-/* This file is part of the KDE project
+/*
* Copyright (C) 2012 Dan Leinir Turthra Jensen <admin@leinir.dk>
*
- * 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 library 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) version 3, or any
+ * later version accepted by the membership of KDE e.V. (or its
+ * successor approved by the membership of KDE e.V.), which shall
+ * act as a proxy defined in Section 6 of version 3 of the license.
*
- * 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.
+ * This library 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 library. If not, see <http://www.gnu.org/licenses/>.
*
- * 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.
*/
#include "PropertyContainer.h"
diff --git a/src/qtquick/PropertyContainer.h b/src/qtquick/PropertyContainer.h
index 757ea4f..b35dbc6 100644
--- a/src/qtquick/PropertyContainer.h
+++ b/src/qtquick/PropertyContainer.h
@@ -1,19 +1,22 @@
-/* This file is part of the KDE project
+/*
* Copyright (C) 2012 Dan Leinir Turthra Jensen <admin@leinir.dk>
*
- * 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 library 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) version 3, or any
+ * later version accepted by the membership of KDE e.V. (or its
+ * successor approved by the membership of KDE e.V.), which shall
+ * act as a proxy defined in Section 6 of version 3 of the license.
*
- * 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.
+ * This library 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 library. If not, see <http://www.gnu.org/licenses/>.
*
- * 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.
*/
#ifndef PROPERTYCONTAINER_H