[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:15:58 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=92c0f90
The following commit has been merged in the master branch:
commit 92c0f90be88666b3b7ecbb1361f22763640478dc
Author: David Edmundson <kde at davidedmundson.co.uk>
Date: Mon Aug 2 21:48:00 2010 +0000
Fix copyright notice throughout sourcecode
svn path=/trunk/playground/network/telepathy-chat-handler/; revision=1158507
---
app/main.cpp | 19 +++++++++++++++++++
app/mainwindow.cpp | 19 +++++++++++++++++++
app/mainwindow.h | 19 +++++++++++++++++++
lib/chatconnection.cpp | 19 +++++++++++++++++++
lib/chatconnection.h | 19 +++++++++++++++++++
lib/chatview.cpp | 19 +++++++++++++++++++
lib/chatview.h | 19 +++++++++++++++++++
lib/chatwindow.cpp | 19 +++++++++++++++++++
lib/chatwindow.h | 19 +++++++++++++++++++
lib/telepathychatinfo.cpp | 19 +++++++++++++++++++
lib/telepathychatinfo.h | 19 +++++++++++++++++++
lib/telepathychatmessageinfo.cpp | 19 +++++++++++++++++++
lib/telepathychatmessageinfo.h | 19 +++++++++++++++++++
13 files changed, 247 insertions(+)
diff --git a/app/main.cpp b/app/main.cpp
index 2fa6f57..b273581 100644
--- a/app/main.cpp
+++ b/app/main.cpp
@@ -1,3 +1,22 @@
+/***************************************************************************
+ * Copyright (C) 2010 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 "mainwindow.h"
diff --git a/app/mainwindow.cpp b/app/mainwindow.cpp
index d203823..5e4055b 100644
--- a/app/mainwindow.cpp
+++ b/app/mainwindow.cpp
@@ -1,3 +1,22 @@
+/***************************************************************************
+ * Copyright (C) 2010 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 "mainwindow.h"
#include "chatwindow.h"
diff --git a/app/mainwindow.h b/app/mainwindow.h
index 8d89188..f61a243 100644
--- a/app/mainwindow.h
+++ b/app/mainwindow.h
@@ -1,3 +1,22 @@
+/***************************************************************************
+ * Copyright (C) 2010 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 REALCLIENTHANDLER_H
#define REALCLIENTHANDLER_H
diff --git a/lib/chatconnection.cpp b/lib/chatconnection.cpp
index e6e2df8..94c4ee4 100644
--- a/lib/chatconnection.cpp
+++ b/lib/chatconnection.cpp
@@ -1,3 +1,22 @@
+/***************************************************************************
+ * Copyright (C) 2010 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 "chatconnection.h"
#include <TelepathyQt4/PendingReady>
#include <TelepathyQt4/ContactManager>
diff --git a/lib/chatconnection.h b/lib/chatconnection.h
index 519186b..f0d3370 100644
--- a/lib/chatconnection.h
+++ b/lib/chatconnection.h
@@ -1,3 +1,22 @@
+/***************************************************************************
+ * Copyright (C) 2010 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 CHATCONNECTION_H
#define CHATCONNECTION_H
diff --git a/lib/chatview.cpp b/lib/chatview.cpp
index a9624c7..e7bfd0a 100644
--- a/lib/chatview.cpp
+++ b/lib/chatview.cpp
@@ -1,3 +1,22 @@
+/***************************************************************************
+ * Copyright (C) 2010 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 "chatview.h"
#include <QDebug>
#include <QWebFrame>
diff --git a/lib/chatview.h b/lib/chatview.h
index 83dc5b5..3be6afa 100644
--- a/lib/chatview.h
+++ b/lib/chatview.h
@@ -1,3 +1,22 @@
+/***************************************************************************
+ * Copyright (C) 2010 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 CHATVIEW_H
#define CHATVIEW_H
diff --git a/lib/chatwindow.cpp b/lib/chatwindow.cpp
index a4b5e47..79a7226 100644
--- a/lib/chatwindow.cpp
+++ b/lib/chatwindow.cpp
@@ -1,3 +1,22 @@
+/***************************************************************************
+ * Copyright (C) 2010 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 "chatwindow.h"
#include "ui_chatwindow.h"
#include "telepathychatmessageinfo.h"
diff --git a/lib/chatwindow.h b/lib/chatwindow.h
index d3a61bf..e37a9d3 100644
--- a/lib/chatwindow.h
+++ b/lib/chatwindow.h
@@ -1,3 +1,22 @@
+/***************************************************************************
+ * Copyright (C) 2010 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 CHATWINDOW_H
#define CHATWINDOW_H
diff --git a/lib/telepathychatinfo.cpp b/lib/telepathychatinfo.cpp
index 712bc3b..246f37f 100644
--- a/lib/telepathychatinfo.cpp
+++ b/lib/telepathychatinfo.cpp
@@ -1,3 +1,22 @@
+/***************************************************************************
+ * Copyright (C) 2010 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 "telepathychatinfo.h"
TelepathyChatInfo::TelepathyChatInfo() :
diff --git a/lib/telepathychatinfo.h b/lib/telepathychatinfo.h
index 38d9841..198b6c4 100644
--- a/lib/telepathychatinfo.h
+++ b/lib/telepathychatinfo.h
@@ -1,3 +1,22 @@
+/***************************************************************************
+ * Copyright (C) 2010 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 TELEPATHYCHATINFO_H
#define TELEPATHYCHATINFO_H
diff --git a/lib/telepathychatmessageinfo.cpp b/lib/telepathychatmessageinfo.cpp
index 45efbde..3b95820 100644
--- a/lib/telepathychatmessageinfo.cpp
+++ b/lib/telepathychatmessageinfo.cpp
@@ -1,3 +1,22 @@
+/***************************************************************************
+ * Copyright (C) 2010 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 "telepathychatmessageinfo.h"
//can probably delete this file. I put it all in the header.
diff --git a/lib/telepathychatmessageinfo.h b/lib/telepathychatmessageinfo.h
index 4be66c4..4f67d00 100644
--- a/lib/telepathychatmessageinfo.h
+++ b/lib/telepathychatmessageinfo.h
@@ -1,3 +1,22 @@
+/***************************************************************************
+ * Copyright (C) 2010 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 TELEPATHYCHATMESSAGEINFO_H
#define TELEPATHYCHATMESSAGEINFO_H
#include <QString>
--
ktp-text-ui packaging
More information about the pkg-kde-commits
mailing list