[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [trojita] src: Fix copyright header for the AbookAddressbook
From:       Jan_Kundrát <jkt () flaska ! net>
Date:       2013-05-26 10:02:18
Message-ID: 20130526100218.94828A6076 () git ! kde ! org
[Download RAW message or body]

Git commit bbf40224b0d79583ac3b3830b19a8d8ba578f4e8 by Jan Kundr=C3=A1t.
Committed on 26/05/2013 at 11:52.
Pushed by jkt into branch 'master'.

Fix copyright header for the AbookAddressbook

Thomas is the original author, Caspar spent a great deal of time polishing,=
 and
I put it together.

M  +2    -0    src/AbookAddressbook/AbookAddressbook.cpp
M  +2    -0    src/AbookAddressbook/AbookAddressbook.h
M  +24   -0    src/AbookAddressbook/be.contacts.cpp
M  +26   -0    src/AbookAddressbook/be.contacts.h
M  +24   -0    src/be.contacts/main.cpp

http://commits.kde.org/trojita/bbf40224b0d79583ac3b3830b19a8d8ba578f4e8

diff --git a/src/AbookAddressbook/AbookAddressbook.cpp b/src/AbookAddressbo=
ok/AbookAddressbook.cpp
index 8653ead..5cf0f38 100644
--- a/src/AbookAddressbook/AbookAddressbook.cpp
+++ b/src/AbookAddressbook/AbookAddressbook.cpp
@@ -1,4 +1,6 @@
 /* Copyright (C) 2012 Thomas L=C3=BCbking <thomas.luebking@gmail.com>
+   Copyright (C) 2013 Caspar Schutijser <caspar@schutijser.com>
+   Copyright (C) 2006 - 2013 Jan Kundr=C3=A1t <jkt@flaska.net>
 =

    This file is part of the Trojita Qt IMAP e-mail client,
    http://trojita.flaska.net/
diff --git a/src/AbookAddressbook/AbookAddressbook.h b/src/AbookAddressbook=
/AbookAddressbook.h
index c903afa..0fa3a4a 100644
--- a/src/AbookAddressbook/AbookAddressbook.h
+++ b/src/AbookAddressbook/AbookAddressbook.h
@@ -1,4 +1,6 @@
 /* Copyright (C) 2012 Thomas L=C3=BCbking <thomas.luebking@gmail.com>
+   Copyright (C) 2013 Caspar Schutijser <caspar@schutijser.com>
+   Copyright (C) 2006 - 2013 Jan Kundr=C3=A1t <jkt@flaska.net>
 =

    This file is part of the Trojita Qt IMAP e-mail client,
    http://trojita.flaska.net/
diff --git a/src/AbookAddressbook/be.contacts.cpp b/src/AbookAddressbook/be=
.contacts.cpp
index bf203fb..06849b5 100644
--- a/src/AbookAddressbook/be.contacts.cpp
+++ b/src/AbookAddressbook/be.contacts.cpp
@@ -1,3 +1,27 @@
+/* Copyright (C) 2012 Thomas L=C3=BCbking <thomas.luebking@gmail.com>
+   Copyright (C) 2013 Caspar Schutijser <caspar@schutijser.com>
+   Copyright (C) 2006 - 2013 Jan Kundr=C3=A1t <jkt@flaska.net>
+
+   This file is part of the Trojita Qt IMAP e-mail client,
+   http://trojita.flaska.net/
+
+   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) version 3 or any later version
+   accepted by the membership of KDE e.V. (or its successor approved
+   by the membership of KDE e.V.), which shall act as a proxy
+   defined in Section 14 of version 3 of the license.
+
+   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 <QDateTime>
 #include <QDir>
 #include <QDropEvent>
diff --git a/src/AbookAddressbook/be.contacts.h b/src/AbookAddressbook/be.c=
ontacts.h
index 7a41766..647c126 100644
--- a/src/AbookAddressbook/be.contacts.h
+++ b/src/AbookAddressbook/be.contacts.h
@@ -1,3 +1,29 @@
+/* Copyright (C) 2012 Thomas L=C3=BCbking <thomas.luebking@gmail.com>
+   Copyright (C) 2013 Caspar Schutijser <caspar@schutijser.com>
+   Copyright (C) 2006 - 2013 Jan Kundr=C3=A1t <jkt@flaska.net>
+
+   This file is part of the Trojita Qt IMAP e-mail client,
+   http://trojita.flaska.net/
+
+   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) version 3 or any later version
+   accepted by the membership of KDE e.V. (or its successor approved
+   by the membership of KDE e.V.), which shall act as a proxy
+   defined in Section 14 of version 3 of the license.
+
+   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 <QDateTime>
+
 #ifndef BE_CONTACTED_H
 #define BE_CONTACTED_H
 =

diff --git a/src/be.contacts/main.cpp b/src/be.contacts/main.cpp
index af6cc24..d13c4d8 100644
--- a/src/be.contacts/main.cpp
+++ b/src/be.contacts/main.cpp
@@ -1,3 +1,27 @@
+/* Copyright (C) 2012 Thomas L=C3=BCbking <thomas.luebking@gmail.com>
+
+   This file is part of the Trojita Qt IMAP e-mail client,
+   http://trojita.flaska.net/
+
+   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) version 3 or any later version
+   accepted by the membership of KDE e.V. (or its successor approved
+   by the membership of KDE e.V.), which shall act as a proxy
+   defined in Section 14 of version 3 of the license.
+
+   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 <QDateTime>
+
 #include <QApplication>
 #include <QDir>
 #include <QSettings>
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic