From c39bc8a55b9ab23a03101a9d29c511e8fab2cc22 Mon Sep 17 00:00:00 2001 From: Ruediger Gad Date: Thu, 12 Apr 2012 09:12:49 +0200 Subject: [PATCH] Add copyright and license info etc. --- QZeeControl.pro.user | 2 +- btconnector.cpp | 19 +++++++++++++++++++ btconnector.h | 19 +++++++++++++++++++ main.cpp | 19 +++++++++++++++++++ qml/QZeeControl/MainPage.qml | 19 +++++++++++++++++++ qml/QZeeControl/main.qml | 21 ++++++++++++++++++++- qtc_packaging/debian_harmattan/README | 21 +++++++++++++++++---- qtc_packaging/debian_harmattan/changelog | 2 +- qtc_packaging/debian_harmattan/copyright | 12 +++--------- 9 files changed, 118 insertions(+), 16 deletions(-) diff --git a/QZeeControl.pro.user b/QZeeControl.pro.user index b717b86..3953c6a 100644 --- a/QZeeControl.pro.user +++ b/QZeeControl.pro.user @@ -1,6 +1,6 @@ - + ProjectExplorer.Project.ActiveTarget diff --git a/btconnector.cpp b/btconnector.cpp index a078771..4ca1bd1 100644 --- a/btconnector.cpp +++ b/btconnector.cpp @@ -1,2 +1,21 @@ +/* + * Copyright 2012 Ruediger Gad + * + * This file is part of QZeeControl. + * + * QZeeControl 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 3 of the License, or + * (at your option) any later version. + * + * QZeeControl 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 QZeeControl. If not, see . + */ + #include "btconnector.h" diff --git a/btconnector.h b/btconnector.h index 7ea6e63..3b78c74 100644 --- a/btconnector.h +++ b/btconnector.h @@ -1,3 +1,22 @@ +/* + * Copyright 2012 Ruediger Gad + * + * This file is part of QZeeControl. + * + * QZeeControl 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 3 of the License, or + * (at your option) any later version. + * + * QZeeControl 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 QZeeControl. If not, see . + */ + #ifndef BTCONNECTOR_H #define BTCONNECTOR_H diff --git a/main.cpp b/main.cpp index fdfa1d1..9a89289 100644 --- a/main.cpp +++ b/main.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2012 Ruediger Gad + * + * This file is part of QZeeControl. + * + * QZeeControl 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 3 of the License, or + * (at your option) any later version. + * + * QZeeControl 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 QZeeControl. If not, see . + */ + #include #include #include "qmlapplicationviewer.h" diff --git a/qml/QZeeControl/MainPage.qml b/qml/QZeeControl/MainPage.qml index 8198d51..116d223 100644 --- a/qml/QZeeControl/MainPage.qml +++ b/qml/QZeeControl/MainPage.qml @@ -1,3 +1,22 @@ +/* + * Copyright 2012 Ruediger Gad + * + * This file is part of QZeeControl. + * + * QZeeControl 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 3 of the License, or + * (at your option) any later version. + * + * QZeeControl 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 QZeeControl. If not, see . + */ + import QtQuick 1.1 import com.nokia.meego 1.0 import QtMobility.connectivity 1.2 diff --git a/qml/QZeeControl/main.qml b/qml/QZeeControl/main.qml index bfb4552..d57f59a 100644 --- a/qml/QZeeControl/main.qml +++ b/qml/QZeeControl/main.qml @@ -1,3 +1,22 @@ +/* + * Copyright 2012 Ruediger Gad + * + * This file is part of QZeeControl. + * + * QZeeControl 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 3 of the License, or + * (at your option) any later version. + * + * QZeeControl 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 QZeeControl. If not, see . + */ + import QtQuick 1.1 import com.nokia.meego 1.0 @@ -24,7 +43,7 @@ PageStackWindow { id: myMenu visualParent: pageStack MenuLayout { - MenuItem { text: qsTr("Sample menu item") } + MenuItem { text: "About" } } } } diff --git a/qtc_packaging/debian_harmattan/README b/qtc_packaging/debian_harmattan/README index df4fedf..4f8fee0 100644 --- a/qtc_packaging/debian_harmattan/README +++ b/qtc_packaging/debian_harmattan/README @@ -1,6 +1,19 @@ -The Debian Package qzeecontrol ----------------------------- -Comments regarding the Package +Copyright 2012 Ruediger Gad + +This file is part of QZeeControl. + +QZeeControl 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 3 of the License, or +(at your option) any later version. + +QZeeControl 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 QZeeControl. If not, see . + - -- Ruediger Gad Thu, 12 Apr 2012 08:17:41 +0200 diff --git a/qtc_packaging/debian_harmattan/changelog b/qtc_packaging/debian_harmattan/changelog index 2b572f3..2c9ddad 100644 --- a/qtc_packaging/debian_harmattan/changelog +++ b/qtc_packaging/debian_harmattan/changelog @@ -2,4 +2,4 @@ qzeecontrol (0.0.1) unstable; urgency=low * Initial Release. - -- Ruediger Gad Thu, 12 Apr 2012 08:17:41 +0200 + -- Ruediger Gad Thu, 12 Apr 2012 08:17:41 +0200 diff --git a/qtc_packaging/debian_harmattan/copyright b/qtc_packaging/debian_harmattan/copyright index 2f15c23..82238c5 100644 --- a/qtc_packaging/debian_harmattan/copyright +++ b/qtc_packaging/debian_harmattan/copyright @@ -1,23 +1,17 @@ -This package was debianized by Ruediger Gad on -Thu, 12 Apr 2012 08:17:41 +0200. - -It was downloaded from - Upstream Author(s): - - + Ruediger Gad Copyright: - + License: This package 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 + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This package is distributed in the hope that it will be useful, -- 1.7.9.5