From 0c7ebd8e889321b803079811562a495ac38c2d79 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" <uwelk@xhochy.com> Date: Sun, 26 May 2013 19:34:31 +0200 Subject: [PATCH] Credits to me --- src/accounts/xmpp/sip/TomahawkXmppMessage.cpp | 1 + src/accounts/xmpp/sip/TomahawkXmppMessage.h | 1 + src/accounts/xmpp/sip/TomahawkXmppMessageFactory.cpp | 1 + src/accounts/xmpp/sip/TomahawkXmppMessageFactory.h | 1 + src/accounts/xmpp/sip/XmppSip.cpp | 1 + src/accounts/xmpp/sip/XmppSip.h | 1 + src/accounts/zeroconf/TomahawkZeroconf.h | 1 + src/libtomahawk/Source.h | 1 + src/libtomahawk/network/Connection.cpp | 1 + src/libtomahawk/network/QTcpSocketExtra.cpp | 1 + src/libtomahawk/network/QTcpSocketExtra.h | 1 + src/libtomahawk/network/Servent.cpp | 1 + src/libtomahawk/network/Servent.h | 1 + src/libtomahawk/sip/PeerInfo.cpp | 1 + src/tomahawk/DiagnosticsDialog.cpp | 1 + 15 files changed, 15 insertions(+) diff --git a/src/accounts/xmpp/sip/TomahawkXmppMessage.cpp b/src/accounts/xmpp/sip/TomahawkXmppMessage.cpp index 84b525833..df15f9b77 100644 --- a/src/accounts/xmpp/sip/TomahawkXmppMessage.cpp +++ b/src/accounts/xmpp/sip/TomahawkXmppMessage.cpp @@ -2,6 +2,7 @@ * * Copyright 2010-2011, Christian Muehlhaeuser <muesli@tomahawk-player.org> * Copyright 2010-2011, Jeff Mitchell <jeff@tomahawk-player.org> + * Copyright 2013, Uwe L. Korn <uwelk@xhochy.com> * * Tomahawk is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/accounts/xmpp/sip/TomahawkXmppMessage.h b/src/accounts/xmpp/sip/TomahawkXmppMessage.h index fb7e6d43d..63d5bc09f 100644 --- a/src/accounts/xmpp/sip/TomahawkXmppMessage.h +++ b/src/accounts/xmpp/sip/TomahawkXmppMessage.h @@ -2,6 +2,7 @@ * * Copyright 2010-2011, Christian Muehlhaeuser <muesli@tomahawk-player.org> * Copyright 2010-2011, Jeff Mitchell <jeff@tomahawk-player.org> + * Copyright 2013, Uwe L. Korn <uwelk@xhochy.com> * * Tomahawk is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/accounts/xmpp/sip/TomahawkXmppMessageFactory.cpp b/src/accounts/xmpp/sip/TomahawkXmppMessageFactory.cpp index c7e2c5c42..b28e3bc40 100644 --- a/src/accounts/xmpp/sip/TomahawkXmppMessageFactory.cpp +++ b/src/accounts/xmpp/sip/TomahawkXmppMessageFactory.cpp @@ -2,6 +2,7 @@ * * Copyright 2010-2011, Christian Muehlhaeuser <muesli@tomahawk-player.org> * Copyright 2010-2011, Jeff Mitchell <jeff@tomahawk-player.org> + * Copyright 2013, Uwe L. Korn <uwelk@xhochy.com> * * Tomahawk is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/accounts/xmpp/sip/TomahawkXmppMessageFactory.h b/src/accounts/xmpp/sip/TomahawkXmppMessageFactory.h index 5e2d53996..f2d2a9de3 100644 --- a/src/accounts/xmpp/sip/TomahawkXmppMessageFactory.h +++ b/src/accounts/xmpp/sip/TomahawkXmppMessageFactory.h @@ -2,6 +2,7 @@ * * Copyright 2010-2011, Christian Muehlhaeuser <muesli@tomahawk-player.org> * Copyright 2010-2011, Jeff Mitchell <jeff@tomahawk-player.org> + * Copyright 2013, Uwe L. Korn <uwelk@xhochy.com> * * Tomahawk is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/accounts/xmpp/sip/XmppSip.cpp b/src/accounts/xmpp/sip/XmppSip.cpp index e97e7e642..530f65ed6 100644 --- a/src/accounts/xmpp/sip/XmppSip.cpp +++ b/src/accounts/xmpp/sip/XmppSip.cpp @@ -4,6 +4,7 @@ * Copyright 2010-2011, Christian Muehlhaeuser <muesli@tomahawk-player.org> * Copyright 2011, Leo Franchi <lfranchi@kde.org> * Copyright 2010-2012, Jeff Mitchell <jeff@tomahawk-player.org> + * Copyright 2013, Uwe L. Korn <uwelk@xhochy.com> * * Tomahawk is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/accounts/xmpp/sip/XmppSip.h b/src/accounts/xmpp/sip/XmppSip.h index 8f03d9dbd..0a70b734f 100644 --- a/src/accounts/xmpp/sip/XmppSip.h +++ b/src/accounts/xmpp/sip/XmppSip.h @@ -4,6 +4,7 @@ * Copyright 2010-2011, Christian Muehlhaeuser <muesli@tomahawk-player.org> * Copyright 2011, Leo Franchi <lfranchi@kde.org> * Copyright 2010-2011, Jeff Mitchell <jeff@tomahawk-player.org> + * Copyright 2013, Uwe L. Korn <uwelk@xhochy.com> * * Tomahawk is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/accounts/zeroconf/TomahawkZeroconf.h b/src/accounts/zeroconf/TomahawkZeroconf.h index afc7b36c5..87d45845a 100644 --- a/src/accounts/zeroconf/TomahawkZeroconf.h +++ b/src/accounts/zeroconf/TomahawkZeroconf.h @@ -1,6 +1,7 @@ /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === * * Copyright 2010-2011, Christian Muehlhaeuser <muesli@tomahawk-player.org> + * Copyright 2013, Uwe L. Korn <uwelk@xhochy.com> * * Tomahawk is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/libtomahawk/Source.h b/src/libtomahawk/Source.h index f46d633a5..389ddf25c 100644 --- a/src/libtomahawk/Source.h +++ b/src/libtomahawk/Source.h @@ -2,6 +2,7 @@ * * Copyright 2010-2011, Christian Muehlhaeuser <muesli@tomahawk-player.org> * Copyright 2010-2012, Jeff Mitchell <jeff@tomahawk-player.org> + * Copyright 2013, Uwe L. Korn <uwelk@xhochy.com> * * Tomahawk is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/libtomahawk/network/Connection.cpp b/src/libtomahawk/network/Connection.cpp index 1e02d15b2..8b1244608 100644 --- a/src/libtomahawk/network/Connection.cpp +++ b/src/libtomahawk/network/Connection.cpp @@ -2,6 +2,7 @@ * * Copyright 2010-2011, Christian Muehlhaeuser <muesli@tomahawk-player.org> * Copyright 2010-2011, Jeff Mitchell <jeff@tomahawk-player.org> + * Copyright 2013, Uwe L. Korn <uwelk@xhochy.com> * * Tomahawk is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/libtomahawk/network/QTcpSocketExtra.cpp b/src/libtomahawk/network/QTcpSocketExtra.cpp index c77e12517..4c1a51e5f 100644 --- a/src/libtomahawk/network/QTcpSocketExtra.cpp +++ b/src/libtomahawk/network/QTcpSocketExtra.cpp @@ -3,6 +3,7 @@ * Copyright 2010-2011, Christian Muehlhaeuser <muesli@tomahawk-player.org> * Copyright 2010-2012, Jeff Mitchell <jeff@tomahawk-player.org> * Copyright 2013, Teo Mrnjavac <teo@kde.org> + * Copyright 2013, Uwe L. Korn <uwelk@xhochy.com> * * Tomahawk is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/libtomahawk/network/QTcpSocketExtra.h b/src/libtomahawk/network/QTcpSocketExtra.h index 366f93688..0ca56da1d 100644 --- a/src/libtomahawk/network/QTcpSocketExtra.h +++ b/src/libtomahawk/network/QTcpSocketExtra.h @@ -3,6 +3,7 @@ * Copyright 2010-2011, Christian Muehlhaeuser <muesli@tomahawk-player.org> * Copyright 2010-2012, Jeff Mitchell <jeff@tomahawk-player.org> * Copyright 2013, Teo Mrnjavac <teo@kde.org> + * Copyright 2013, Uwe L. Korn <uwelk@xhochy.com> * * Tomahawk is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/libtomahawk/network/Servent.cpp b/src/libtomahawk/network/Servent.cpp index 7430a46ef..69c97bc06 100644 --- a/src/libtomahawk/network/Servent.cpp +++ b/src/libtomahawk/network/Servent.cpp @@ -3,6 +3,7 @@ * Copyright 2010-2011, Christian Muehlhaeuser <muesli@tomahawk-player.org> * Copyright 2010-2012, Jeff Mitchell <jeff@tomahawk-player.org> * Copyright 2013, Teo Mrnjavac <teo@kde.org> + * Copyright 2013, Uwe L. Korn <uwelk@xhochy.com> * * Tomahawk is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/libtomahawk/network/Servent.h b/src/libtomahawk/network/Servent.h index 303ecd45f..67a2a89e5 100644 --- a/src/libtomahawk/network/Servent.h +++ b/src/libtomahawk/network/Servent.h @@ -3,6 +3,7 @@ * Copyright 2010-2011, Christian Muehlhaeuser <muesli@tomahawk-player.org> * Copyright 2010-2012, Jeff Mitchell <jeff@tomahawk-player.org> * Copyright 2013, Teo Mrnjavac <teo@kde.org> + * Copyright 2013, Uwe L. Korn <uwelk@xhochy.com> * * Tomahawk is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/libtomahawk/sip/PeerInfo.cpp b/src/libtomahawk/sip/PeerInfo.cpp index 463badb83..9daae2b7c 100644 --- a/src/libtomahawk/sip/PeerInfo.cpp +++ b/src/libtomahawk/sip/PeerInfo.cpp @@ -1,6 +1,7 @@ /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === * * Copyright 2012, Dominik Schmidt <dev@dominik-schmidt.de> + * Copyright 2013, Uwe L. Korn <uwelk@xhochy.com> * * Tomahawk is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tomahawk/DiagnosticsDialog.cpp b/src/tomahawk/DiagnosticsDialog.cpp index 3b72b6f93..4091a7af0 100644 --- a/src/tomahawk/DiagnosticsDialog.cpp +++ b/src/tomahawk/DiagnosticsDialog.cpp @@ -2,6 +2,7 @@ * * Copyright 2011, Dominik Schmidt <dev@dominik-schmidt.de> * Copyright 2011, Jeff Mitchell <jeff@tomahawk-player.org> + * Copyright 2013, Uwe L. Korn <uwelk@xhochy.com> * * Tomahawk is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by