X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fnetsplit.h;h=a5aa995573d9cb1fbc00a53781191d0e0cd146ab;hb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;hp=b68cb8fcdaf9c148e2420546e231b413e9cd4498;hpb=694f9bfbf7f1af19108461c7e00d133e55082bce;p=quassel.git diff --git a/src/core/netsplit.h b/src/core/netsplit.h index b68cb8fc..a5aa9955 100644 --- a/src/core/netsplit.h +++ b/src/core/netsplit.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -15,7 +15,7 @@ * 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., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef NETSPLIT_H @@ -32,7 +32,7 @@ class Netsplit : public QObject { Q_OBJECT public: - Netsplit(Network *network, QObject *parent = 0); + Netsplit(Network *network, QObject *parent = nullptr); inline Network *network() const { return _network; }