[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:18:32 UTC 2016


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

The following commit has been merged in the master branch:
commit 27a1c1b00fcee7a9cd577a3467132f5fed482968
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Sat Jan 29 12:51:53 2011 +0000

    Add missing license information + tidied some includes
---
 adiumxtra-protocol-handler/chatstyleinstaller.cpp  | 20 +++++++++++++++++++
 adiumxtra-protocol-handler/chatstyleinstaller.h    | 18 +++++++++++++++++
 .../emoticonsetinstaller.cpp                       | 20 +++++++++++++++++++
 adiumxtra-protocol-handler/emoticonsetinstaller.h  | 18 +++++++++++++++++
 adiumxtra-protocol-handler/main.cpp                | 20 ++++++++++++++++++-
 app/mainwindow.h                                   |  4 ++--
 config/main.cpp                                    | 20 +++++++++++++++++++
 config/mainwindow.cpp                              | 19 ++++++++++++++++++
 config/mainwindow.h                                | 23 +++++++++++++++++++++-
 lib/adiumthemecontentinfo.cpp                      | 19 ++++++++++++++++++
 lib/adiumthemecontentinfo.h                        | 20 +++++++++++++++++++
 lib/adiumthememessageinfo.cpp                      | 19 ++++++++++++++++++
 lib/adiumthememessageinfo.h                        | 19 ++++++++++++++++++
 lib/adiumthemestatusinfo.cpp                       | 19 ++++++++++++++++++
 lib/adiumthemestatusinfo.h                         | 20 +++++++++++++++++++
 lib/channelcontactlist.cpp                         | 19 ++++++++++++++++++
 lib/channelcontactlist.h                           | 19 ++++++++++++++++++
 lib/chattextedit.cpp                               | 20 +++++++++++++++++++
 lib/chattextedit.h                                 | 19 ++++++++++++++++++
 19 files changed, 351 insertions(+), 4 deletions(-)

diff --git a/adiumxtra-protocol-handler/chatstyleinstaller.cpp b/adiumxtra-protocol-handler/chatstyleinstaller.cpp
index dc82def..d0f9a0a 100644
--- a/adiumxtra-protocol-handler/chatstyleinstaller.cpp
+++ b/adiumxtra-protocol-handler/chatstyleinstaller.cpp
@@ -1,6 +1,26 @@
+/*
+    KDE Telepathy AdiumxtraProtocolHandler - Install Adiumxtra packages through adiumxtra://-pseudo protocol
+    Copyright (C) 2010 Dominik Schmidt <domme at rautelinux.org>
+
+    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 3 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, see <http://www.gnu.org/licenses/>.
+*/
+
 #include "chatstyleinstaller.h"
+
 #include <chatwindowstylemanager.h>
 #include <chatstyleplistfilereader.h>
+
 #include <KDebug>
 #include <KTemporaryFile>
 #include <KArchiveFile>
diff --git a/adiumxtra-protocol-handler/chatstyleinstaller.h b/adiumxtra-protocol-handler/chatstyleinstaller.h
index ba6b145..af8e828 100644
--- a/adiumxtra-protocol-handler/chatstyleinstaller.h
+++ b/adiumxtra-protocol-handler/chatstyleinstaller.h
@@ -1,3 +1,21 @@
+/*
+    KDE Telepathy AdiumxtraProtocolHandler - Install Adiumxtra packages through adiumxtra://-pseudo protocol
+    Copyright (C) 2010 Dominik Schmidt <domme at rautelinux.org>
+
+    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 3 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, see <http://www.gnu.org/licenses/>.
+*/
+
 #ifndef CHATSTYLEINSTALLER_H
 #define CHATSTYLEINSTALLER_H
 
diff --git a/adiumxtra-protocol-handler/emoticonsetinstaller.cpp b/adiumxtra-protocol-handler/emoticonsetinstaller.cpp
index 1fd5b3c..d6b66c0 100644
--- a/adiumxtra-protocol-handler/emoticonsetinstaller.cpp
+++ b/adiumxtra-protocol-handler/emoticonsetinstaller.cpp
@@ -1,6 +1,26 @@
+/*
+    KDE Telepathy AdiumxtraProtocolHandler - Install Adiumxtra packages through adiumxtra://-pseudo protocol
+    Copyright (C) 2010 Dominik Schmidt <domme at rautelinux.org>
+
+    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 3 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, see <http://www.gnu.org/licenses/>.
+*/
+
 #include "emoticonsetinstaller.h"
+
 #include <chatwindowstylemanager.h>
 #include <chatstyleplistfilereader.h>
+
 #include <KDebug>
 #include <KTemporaryFile>
 #include <KArchiveFile>
diff --git a/adiumxtra-protocol-handler/emoticonsetinstaller.h b/adiumxtra-protocol-handler/emoticonsetinstaller.h
index f3efa31..bbac649 100644
--- a/adiumxtra-protocol-handler/emoticonsetinstaller.h
+++ b/adiumxtra-protocol-handler/emoticonsetinstaller.h
@@ -1,3 +1,21 @@
+/*
+    KDE Telepathy AdiumxtraProtocolHandler - Install Adiumxtra packages through adiumxtra://-pseudo protocol
+    Copyright (C) 2010 Dominik Schmidt <domme at rautelinux.org>
+
+    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 3 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, see <http://www.gnu.org/licenses/>.
+*/
+
 #ifndef EMOTICONSETINSTALLER_H
 #define EMOTICONSETINSTALLER_H
 
diff --git a/adiumxtra-protocol-handler/main.cpp b/adiumxtra-protocol-handler/main.cpp
index 338f156..083634b 100644
--- a/adiumxtra-protocol-handler/main.cpp
+++ b/adiumxtra-protocol-handler/main.cpp
@@ -1,3 +1,21 @@
+/*
+    KDE Telepathy AdiumxtraProtocolHandler - Install Adiumxtra packages through adiumxtra://-pseudo protocol
+    Copyright (C) 2010 Dominik Schmidt <domme at rautelinux.org>
+
+    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 3 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, see <http://www.gnu.org/licenses/>.
+*/
+
 #include "adiumxtraprotocolhandler.h"
 
 #include <KApplication>
@@ -31,4 +49,4 @@ int main(int argc, char *argv[])
     args->clear();
 
     return app.exec();
-}
\ No newline at end of file
+}
diff --git a/app/mainwindow.h b/app/mainwindow.h
index acad10d..bffa829 100644
--- a/app/mainwindow.h
+++ b/app/mainwindow.h
@@ -20,6 +20,8 @@
 #ifndef REALCLIENTHANDLER_H
 #define REALCLIENTHANDLER_H
 
+#include "chatconnection.h"
+
 #include <KTabWidget>
 #include <KIcon>
 
@@ -29,8 +31,6 @@
 #include <TelepathyQt4/TextChannel>
 #include <TelepathyQt4/ReceivedMessage>
 
-#include "chatconnection.h"
-
 using namespace Tp;
 
 inline ChannelClassSpecList channelClassList();
diff --git a/config/main.cpp b/config/main.cpp
index a885ea8..03f5633 100644
--- a/config/main.cpp
+++ b/config/main.cpp
@@ -1,3 +1,23 @@
+/***************************************************************************
+ *   Copyright (C) 2011 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 <KApplication>
diff --git a/config/mainwindow.cpp b/config/mainwindow.cpp
index d0dd771..48dcb2a 100644
--- a/config/mainwindow.cpp
+++ b/config/mainwindow.cpp
@@ -1,3 +1,22 @@
+/***************************************************************************
+ *   Copyright (C) 2011 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 "ui_chatwindowconfig.h"
 #include "chatwindowstylemanager.h"
diff --git a/config/mainwindow.h b/config/mainwindow.h
index d99e3db..282c8e1 100644
--- a/config/mainwindow.h
+++ b/config/mainwindow.h
@@ -1,9 +1,30 @@
+/***************************************************************************
+ *   Copyright (C) 2011 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 MAINWINDOW_H
 #define MAINWINDOW_H
 
-#include <QDialog>
 #include <adiumthemeheaderinfo.h>
 
+#include <QDialog>
+
+
 namespace Ui
 {
 class ChatWindowConfig;
diff --git a/lib/adiumthemecontentinfo.cpp b/lib/adiumthemecontentinfo.cpp
index 4dac788..748dd25 100644
--- a/lib/adiumthemecontentinfo.cpp
+++ b/lib/adiumthemecontentinfo.cpp
@@ -1,3 +1,22 @@
+/***************************************************************************
+ *   Copyright (C) 2011 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 "adiumthemecontentinfo.h"
 #include <QString>
 
diff --git a/lib/adiumthemecontentinfo.h b/lib/adiumthemecontentinfo.h
index 060e817..e3c60d9 100644
--- a/lib/adiumthemecontentinfo.h
+++ b/lib/adiumthemecontentinfo.h
@@ -1,3 +1,23 @@
+/***************************************************************************
+ *   Copyright (C) 2011 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 ADIUMTHEMECONTENTINFO_H
 #define ADIUMTHEMECONTENTINFO_H
 #include "adiumthememessageinfo.h"
diff --git a/lib/adiumthememessageinfo.cpp b/lib/adiumthememessageinfo.cpp
index 01e38ee..16408ef 100644
--- a/lib/adiumthememessageinfo.cpp
+++ b/lib/adiumthememessageinfo.cpp
@@ -1,3 +1,22 @@
+/***************************************************************************
+ *   Copyright (C) 2011 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 "adiumthememessageinfo.h"
 #include <QString>
 #include <QStringList>
diff --git a/lib/adiumthememessageinfo.h b/lib/adiumthememessageinfo.h
index bd5c650..8781044 100644
--- a/lib/adiumthememessageinfo.h
+++ b/lib/adiumthememessageinfo.h
@@ -1,3 +1,22 @@
+/***************************************************************************
+ *   Copyright (C) 2011 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 ADIUMTHEMEMESSAGEINFO_H
 #define ADIUMTHEMEMESSAGEINFO_H
 
diff --git a/lib/adiumthemestatusinfo.cpp b/lib/adiumthemestatusinfo.cpp
index 396b1cd..5b223d5 100644
--- a/lib/adiumthemestatusinfo.cpp
+++ b/lib/adiumthemestatusinfo.cpp
@@ -1,3 +1,22 @@
+/***************************************************************************
+ *   Copyright (C) 2011 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 "adiumthemestatusinfo.h"
 #include <QString>
 
diff --git a/lib/adiumthemestatusinfo.h b/lib/adiumthemestatusinfo.h
index 7cd73ce..03ad082 100644
--- a/lib/adiumthemestatusinfo.h
+++ b/lib/adiumthemestatusinfo.h
@@ -1,3 +1,23 @@
+/***************************************************************************
+ *   Copyright (C) 2011 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 ADIUMTHEMESTATUSINFO_H
 #define ADIUMTHEMESTATUSINFO_H
 
diff --git a/lib/channelcontactlist.cpp b/lib/channelcontactlist.cpp
index 31e3bfa..499ae80 100644
--- a/lib/channelcontactlist.cpp
+++ b/lib/channelcontactlist.cpp
@@ -1,3 +1,22 @@
+/***************************************************************************
+ *   Copyright (C) 2011 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 "channelcontactlist.h"
 #include <TelepathyQt4/Contact>
 
diff --git a/lib/channelcontactlist.h b/lib/channelcontactlist.h
index 7d10bec..f3fae06 100644
--- a/lib/channelcontactlist.h
+++ b/lib/channelcontactlist.h
@@ -1,3 +1,22 @@
+/***************************************************************************
+ *   Copyright (C) 2011 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 CHANNELCONTACTLIST_H
 #define CHANNELCONTACTLIST_H
 
diff --git a/lib/chattextedit.cpp b/lib/chattextedit.cpp
index 9a87d2e..28b3b14 100644
--- a/lib/chattextedit.cpp
+++ b/lib/chattextedit.cpp
@@ -1,4 +1,24 @@
+/***************************************************************************
+ *   Copyright (C) 2011 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 "chattextedit.h"
+
 #include <QMenu>
 #include <QContextMenuEvent>
 #include <QAction>
diff --git a/lib/chattextedit.h b/lib/chattextedit.h
index 115f47c..40e9432 100644
--- a/lib/chattextedit.h
+++ b/lib/chattextedit.h
@@ -1,3 +1,22 @@
+/***************************************************************************
+ *   Copyright (C) 2011 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 CHATTEXTEDIT_H
 #define CHATTEXTEDIT_H
 

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list