[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:20:45 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=49aba78

The following commit has been merged in the master branch:
commit 49aba785ed3addc65c6264403a67963c5e70827e
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Mon Jan 30 17:08:33 2012 +0000

    Add missing license headers in log view
---
 logviewer/entity-model.cpp | 20 ++++++++++++++++++++
 logviewer/entity-model.h   | 20 ++++++++++++++++++++
 logviewer/log-viewer.cpp   | 19 +++++++++++++++++++
 logviewer/log-viewer.h     | 19 +++++++++++++++++++
 logviewer/main.cpp         | 19 +++++++++++++++++++
 logviewer/message-view.cpp | 19 +++++++++++++++++++
 logviewer/message-view.h   | 19 +++++++++++++++++++
 7 files changed, 135 insertions(+)

diff --git a/logviewer/entity-model.cpp b/logviewer/entity-model.cpp
index 1f092ce..a661d10 100644
--- a/logviewer/entity-model.cpp
+++ b/logviewer/entity-model.cpp
@@ -1,3 +1,23 @@
+/***************************************************************************
+ *   Copyright (C) 2012 by David Edmundson <kde at davidedmundson.co.uk>      *
+ *                                                                         *
+ *   This program 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     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   This program 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 this program; if not, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
+ ***************************************************************************/
+
+
 #include "entity-model.h"
 
 #include <TelepathyLoggerQt4/LogManager>
diff --git a/logviewer/entity-model.h b/logviewer/entity-model.h
index 70d2ef1..cd6649e 100644
--- a/logviewer/entity-model.h
+++ b/logviewer/entity-model.h
@@ -1,3 +1,23 @@
+/***************************************************************************
+ *   Copyright (C) 2012 by David Edmundson <kde at davidedmundson.co.uk>      *
+ *                                                                         *
+ *   This program 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     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   This program 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 this program; if not, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
+ ***************************************************************************/
+
+
 #ifndef ENTITYMODEL_H
 #define ENTITYMODEL_H
 
diff --git a/logviewer/log-viewer.cpp b/logviewer/log-viewer.cpp
index 62932a2..3b51825 100644
--- a/logviewer/log-viewer.cpp
+++ b/logviewer/log-viewer.cpp
@@ -1,3 +1,22 @@
+/***************************************************************************
+ *   Copyright (C) 2012 by David Edmundson <kde at davidedmundson.co.uk>      *
+ *                                                                         *
+ *   This program 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     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   This program 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 this program; if not, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
+ ***************************************************************************/
+
 #include "log-viewer.h"
 #include "ui_log-viewer.h"
 
diff --git a/logviewer/log-viewer.h b/logviewer/log-viewer.h
index d314fad..13a2504 100644
--- a/logviewer/log-viewer.h
+++ b/logviewer/log-viewer.h
@@ -1,3 +1,22 @@
+/***************************************************************************
+ *   Copyright (C) 2012 by David Edmundson <kde at davidedmundson.co.uk>      *
+ *                                                                         *
+ *   This program 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     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   This program 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 this program; if not, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
+ ***************************************************************************/
+
 #ifndef LOGVIEWER_H
 #define LOGVIEWER_H
 
diff --git a/logviewer/main.cpp b/logviewer/main.cpp
index d62f6c4..c783e73 100644
--- a/logviewer/main.cpp
+++ b/logviewer/main.cpp
@@ -1,3 +1,22 @@
+/***************************************************************************
+ *   Copyright (C) 2012 by David Edmundson <kde at davidedmundson.co.uk>      *
+ *                                                                         *
+ *   This program 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     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   This program 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 this program; if not, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
+ ***************************************************************************/
+
 #include <QtGui/QApplication>
 #include "log-viewer.h"
 
diff --git a/logviewer/message-view.cpp b/logviewer/message-view.cpp
index d9cf85c..72b58cc 100644
--- a/logviewer/message-view.cpp
+++ b/logviewer/message-view.cpp
@@ -1,3 +1,22 @@
+/***************************************************************************
+ *   Copyright (C) 2012 by David Edmundson <kde at davidedmundson.co.uk>      *
+ *                                                                         *
+ *   This program 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     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   This program 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 this program; if not, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
+ ***************************************************************************/
+
 #include "message-view.h"
 
 #include "adium-theme-view.h"
diff --git a/logviewer/message-view.h b/logviewer/message-view.h
index 46f70f7..e4b9b88 100644
--- a/logviewer/message-view.h
+++ b/logviewer/message-view.h
@@ -1,3 +1,22 @@
+/***************************************************************************
+ *   Copyright (C) 2012 by David Edmundson <kde at davidedmundson.co.uk>      *
+ *                                                                         *
+ *   This program 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     *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
+ *   This program 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 this program; if not, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
+ ***************************************************************************/
+
 #ifndef MESSAGEVIEW_H
 #define MESSAGEVIEW_H
 

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list