[SCM] ktp-contact-list packaging branch, master, updated. debian/15.12.1-2-1070-g6c56f91

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:06:07 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-list.git;a=commitdiff;h=e96f91a

The following commit has been merged in the master branch:
commit e96f91ad85032de244e7fcb63c1c9fa25a613f79
Author: Dario Freddi <dario.freddi at collabora.co.uk>
Date:   Fri Apr 22 14:40:17 2011 +0200

    Add missing copyrights
---
 add-contact-dialog.cpp | 20 ++++++++++++++++++++
 add-contact-dialog.h   | 20 ++++++++++++++++++++
 contact-delegate.cpp   | 22 ++++++++++++++++++++++
 contact-delegate.h     | 22 ++++++++++++++++++++++
 4 files changed, 84 insertions(+)

diff --git a/add-contact-dialog.cpp b/add-contact-dialog.cpp
index a555017..a469c27 100644
--- a/add-contact-dialog.cpp
+++ b/add-contact-dialog.cpp
@@ -1,3 +1,23 @@
+/*
+ * Add contact dialog
+ *
+ * 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 "add-contact-dialog.h"
 #include "ui_add-contact-dialog.h"
 
diff --git a/add-contact-dialog.h b/add-contact-dialog.h
index c9bfbd0..d8c9e61 100644
--- a/add-contact-dialog.h
+++ b/add-contact-dialog.h
@@ -1,3 +1,23 @@
+/*
+ * Add contact dialog
+ *
+ * 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 ADDCONTACTDIALOG_H
 #define ADDCONTACTDIALOG_H
 
diff --git a/contact-delegate.cpp b/contact-delegate.cpp
index d8e6dbe..d1b693f 100644
--- a/contact-delegate.cpp
+++ b/contact-delegate.cpp
@@ -1,3 +1,25 @@
+/*
+ * Contact Delegate
+ *
+ * Copyright (C) 2010-2011 Collabora Ltd. <info at collabora.co.uk>
+ *   @Author Dario Freddi <dario.freddi at collabora.co.uk>
+ * Copyright (C) 2011 Martin Klapetek <martin.klapetek at gmail.com>
+ *
+ * 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 "contact-delegate.h"
 
 #include <QtGui/QPainter>
diff --git a/contact-delegate.h b/contact-delegate.h
index 2a3703d..46fea76 100644
--- a/contact-delegate.h
+++ b/contact-delegate.h
@@ -1,3 +1,25 @@
+/*
+ * Contact Delegate
+ *
+ * Copyright (C) 2010-2011 Collabora Ltd. <info at collabora.co.uk>
+ *   @Author Dario Freddi <dario.freddi at collabora.co.uk>
+ * Copyright (C) 2011 Martin Klapetek <martin.klapetek at gmail.com>
+ *
+ * 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 CONTACTDELEGATE_H
 #define CONTACTDELEGATE_H
 

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list