[SCM] ktp-send-file packaging branch, master, updated. debian/15.12.1-2-216-g8f07cdf

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:14:03 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-send-file.git;a=commitdiff;h=b5058df

The following commit has been merged in the master branch:
commit b5058df6e98a2863603264485975e361ad84c44d
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Sun Jul 24 14:52:12 2011 +0100

    Add missing license headers
---
 main.cpp       | 22 ++++++++++++++++++++--
 mainwindow.cpp | 20 ++++++++++++++++++++
 mainwindow.h   | 20 ++++++++++++++++++++
 3 files changed, 60 insertions(+), 2 deletions(-)

diff --git a/main.cpp b/main.cpp
index d4813f9..46bb25a 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,3 +1,23 @@
+/*
+ * Main
+ *
+ * Copyright (C) 2011 David Edmundson <kde at davidedmundson.co.uk>
+ *
+ * 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) any later version.
+ *
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ */
+
 // KDE
 #include <KCmdLineArgs>
 #include <KApplication>
@@ -7,8 +27,6 @@
 
 #include <QDebug>
 
-#include <QDebug>
-
 #include "mainwindow.h"
 
 int main(int argc, char *argv[])
diff --git a/mainwindow.cpp b/mainwindow.cpp
index ae5964e..e937020 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -1,3 +1,23 @@
+/*
+ * Main Send File Transfer Window
+ *
+ * Copyright (C) 2011 David Edmundson <kde at davidedmundson.co.uk>
+ *
+ * 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) any later version.
+ *
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ */
+
 #include "mainwindow.h"
 #include "ui_mainwindow.h"
 
diff --git a/mainwindow.h b/mainwindow.h
index 92c1acd..dd00ec4 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -1,3 +1,23 @@
+/*
+ * Main Send File Transfer Window
+ *
+ * Copyright (C) 2011 David Edmundson <kde at davidedmundson.co.uk>
+ *
+ * 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) any later version.
+ *
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ */
+
 #ifndef MAINWINDOW_H
 #define MAINWINDOW_H
 

-- 
ktp-send-file packaging



More information about the pkg-kde-commits mailing list