diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-22 20:26:55 -0600 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-22 20:26:55 -0600 |
commit | 703458e2530814c8f100d74814a3e0ed21010d30 (patch) | |
tree | c31ff4b176a7636e4e728050519d94d5c86dc73d /framework | |
parent | dfa1c2dab99115a1ad97f4e2e93ac07e2d0705fd (diff) | |
download | kube-703458e2530814c8f100d74814a3e0ed21010d30.tar.gz kube-703458e2530814c8f100d74814a3e0ed21010d30.zip |
License
Diffstat (limited to 'framework')
-rw-r--r-- | framework/src/kubeimage.cpp | 18 | ||||
-rw-r--r-- | framework/src/kubeimage.h | 18 |
2 files changed, 36 insertions, 0 deletions
diff --git a/framework/src/kubeimage.cpp b/framework/src/kubeimage.cpp index 4fec7f3d..b19d9e4a 100644 --- a/framework/src/kubeimage.cpp +++ b/framework/src/kubeimage.cpp | |||
@@ -1,3 +1,21 @@ | |||
1 | /* | ||
2 | Copyright (c) 2017 Christian Mollekopf <mollekopf@kolabsys.com> | ||
3 | |||
4 | This library is free software; you can redistribute it and/or modify it | ||
5 | under the terms of the GNU Library General Public License as published by | ||
6 | the Free Software Foundation; either version 2 of the License, or (at your | ||
7 | option) any later version. | ||
8 | |||
9 | This library is distributed in the hope that it will be useful, but WITHOUT | ||
10 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public | ||
12 | License for more details. | ||
13 | |||
14 | You should have received a copy of the GNU Library General Public License | ||
15 | along with this library; see the file COPYING.LIB. If not, write to the | ||
16 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
17 | 02110-1301, USA. | ||
18 | */ | ||
1 | #include "kubeimage.h" | 19 | #include "kubeimage.h" |
2 | 20 | ||
3 | #include <QQuickWindow> | 21 | #include <QQuickWindow> |
diff --git a/framework/src/kubeimage.h b/framework/src/kubeimage.h index da4efed0..d4b8d244 100644 --- a/framework/src/kubeimage.h +++ b/framework/src/kubeimage.h | |||
@@ -1,3 +1,21 @@ | |||
1 | /* | ||
2 | Copyright (c) 2017 Christian Mollekopf <mollekopf@kolabsys.com> | ||
3 | |||
4 | This library is free software; you can redistribute it and/or modify it | ||
5 | under the terms of the GNU Library General Public License as published by | ||
6 | the Free Software Foundation; either version 2 of the License, or (at your | ||
7 | option) any later version. | ||
8 | |||
9 | This library is distributed in the hope that it will be useful, but WITHOUT | ||
10 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
11 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public | ||
12 | License for more details. | ||
13 | |||
14 | You should have received a copy of the GNU Library General Public License | ||
15 | along with this library; see the file COPYING.LIB. If not, write to the | ||
16 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | ||
17 | 02110-1301, USA. | ||
18 | */ | ||
1 | 19 | ||
2 | #include <QQuickItem> | 20 | #include <QQuickItem> |
3 | 21 | ||