[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:07:49 UTC 2016


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

The following commit has been merged in the master branch:
commit 7983249809c03f8d9975a42595d4df58b83bd851
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Sat Oct 8 14:32:45 2011 +0100

    Set licenses
---
 global-presence-chooser.cpp | 20 ++++++++++++++++++++
 global-presence-chooser.h   | 20 ++++++++++++++++++++
 global-presence.cpp         | 20 ++++++++++++++++++++
 global-presence.h           | 20 ++++++++++++++++++++
 kpresence.cpp               | 20 ++++++++++++++++++++
 kpresence.h                 | 20 ++++++++++++++++++++
 presence-model.cpp          | 20 ++++++++++++++++++++
 presence-model.h            | 20 ++++++++++++++++++++
 8 files changed, 160 insertions(+)

diff --git a/global-presence-chooser.cpp b/global-presence-chooser.cpp
index 879f109..54294e5 100644
--- a/global-presence-chooser.cpp
+++ b/global-presence-chooser.cpp
@@ -1,3 +1,23 @@
+/*
+ * Global Presence - A Drop down menu for selecting presence
+ *
+ * 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 "global-presence-chooser.h"
 
 #include "global-presence.h"
diff --git a/global-presence-chooser.h b/global-presence-chooser.h
index f558daa..199bcf0 100644
--- a/global-presence-chooser.h
+++ b/global-presence-chooser.h
@@ -1,3 +1,23 @@
+/*
+ * Global Presence - A Drop down menu for selecting presence
+ *
+ * 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 GLOBALPRESENCECHOOSER_H
 #define GLOBALPRESENCECHOOSER_H
 
diff --git a/global-presence.cpp b/global-presence.cpp
index 37b3db3..c1594f8 100644
--- a/global-presence.cpp
+++ b/global-presence.cpp
@@ -1,3 +1,23 @@
+/*
+ * Global Presence - wraps calls to set and get presence for all accounts.
+ *
+ * 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 "global-presence.h"
 
 #include <TelepathyQt4/AccountSet>
diff --git a/global-presence.h b/global-presence.h
index b2d2475..93cf0b3 100644
--- a/global-presence.h
+++ b/global-presence.h
@@ -1,3 +1,23 @@
+/*
+ * Global Presence - wraps calls to set and get presence for all accounts.
+ *
+ * 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 GLOBALPRESENCE_H
 #define GLOBALPRESENCE_H
 
diff --git a/kpresence.cpp b/kpresence.cpp
index fe65fac..446f4ea 100644
--- a/kpresence.cpp
+++ b/kpresence.cpp
@@ -1,3 +1,23 @@
+/*
+ * Global Presence - wrap Tp::Presence with KDE functionality
+ *
+ * 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 "kpresence.h"
 
 KPresence::KPresence() :
diff --git a/kpresence.h b/kpresence.h
index 4ac63d1..91ed5c7 100644
--- a/kpresence.h
+++ b/kpresence.h
@@ -1,3 +1,23 @@
+/*
+ * Global Presence - wrap Tp::Presence with KDE functionality
+ *
+ * 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 KPRESENCE_H
 #define KPRESENCE_H
 
diff --git a/presence-model.cpp b/presence-model.cpp
index de5c017..099ea61 100644
--- a/presence-model.cpp
+++ b/presence-model.cpp
@@ -1,3 +1,23 @@
+/*
+ * Presence Model - A model of settable presences.
+ *
+ * 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 "presence-model.h"
 
 #include <QtGui/QFont>
diff --git a/presence-model.h b/presence-model.h
index 27bc226..6b01bb6 100644
--- a/presence-model.h
+++ b/presence-model.h
@@ -1,3 +1,23 @@
+/*
+ * Presence Model - A model of settable presences.
+ *
+ * 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 PRESENCEMODEL_H
 #define PRESENCEMODEL_H
 

-- 
ktp-contact-list packaging



More information about the pkg-kde-commits mailing list