aboutsummaryrefslogtreecommitdiff
path: root/src/qmmp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmp')
-rw-r--r--src/qmmp/abstractengine.cpp2
-rw-r--r--src/qmmp/abstractengine.h4
-rw-r--r--src/qmmp/audioconverter.cpp2
-rw-r--r--src/qmmp/audioconverter.h4
-rw-r--r--src/qmmp/audioparameters.cpp2
-rw-r--r--src/qmmp/audioparameters.h4
-rw-r--r--src/qmmp/channelconverter.cpp2
-rw-r--r--src/qmmp/channelconverter_p.h4
-rw-r--r--src/qmmp/channelmap.cpp2
-rw-r--r--src/qmmp/channelmap.h2
-rw-r--r--src/qmmp/decoderfactory.h6
-rw-r--r--src/qmmp/dithering.cpp2
-rw-r--r--src/qmmp/dithering_p.h4
-rw-r--r--src/qmmp/effect.cpp2
-rw-r--r--src/qmmp/effect.h4
-rw-r--r--src/qmmp/effectfactory.h6
-rw-r--r--src/qmmp/emptyinputsource.cpp2
-rw-r--r--src/qmmp/emptyinputsource_p.h4
-rw-r--r--src/qmmp/enginefactory.h6
-rw-r--r--src/qmmp/eqsettings.cpp2
-rw-r--r--src/qmmp/eqsettings.h4
-rw-r--r--src/qmmp/fileinfo.cpp2
-rw-r--r--src/qmmp/fileinfo.h4
-rw-r--r--src/qmmp/fileinputsource.cpp2
-rw-r--r--src/qmmp/fileinputsource_p.h4
-rw-r--r--src/qmmp/inputsource.cpp2
-rw-r--r--src/qmmp/inputsource.h4
-rw-r--r--src/qmmp/inputsourcefactory.h6
-rw-r--r--src/qmmp/metadatamanager.cpp2
-rw-r--r--src/qmmp/metadatamanager.h4
-rw-r--r--src/qmmp/metadatamodel.cpp2
-rw-r--r--src/qmmp/metadatamodel.h4
-rw-r--r--src/qmmp/outputfactory.h6
-rw-r--r--src/qmmp/outputwriter.cpp2
-rw-r--r--src/qmmp/outputwriter_p.h4
-rw-r--r--src/qmmp/qmmp.cpp2
-rw-r--r--src/qmmp/qmmp.h4
-rw-r--r--src/qmmp/qmmpaudioengine.cpp2
-rw-r--r--src/qmmp/qmmpaudioengine_p.h4
-rw-r--r--src/qmmp/qmmpevents.cpp2
-rw-r--r--src/qmmp/qmmpevents_p.h8
-rw-r--r--src/qmmp/qmmpplugincache.cpp2
-rw-r--r--src/qmmp/qmmpplugincache_p.h4
-rw-r--r--src/qmmp/qmmpsettings.cpp2
-rw-r--r--src/qmmp/qmmpsettings.h4
-rw-r--r--src/qmmp/replaygain.cpp2
-rw-r--r--src/qmmp/replaygain_p.h4
-rw-r--r--src/qmmp/soundcore.cpp2
-rw-r--r--src/qmmp/soundcore.h4
-rw-r--r--src/qmmp/statehandler.cpp2
-rw-r--r--src/qmmp/statehandler.h4
-rw-r--r--src/qmmp/tagmodel.cpp2
-rw-r--r--src/qmmp/tagmodel.h4
-rw-r--r--src/qmmp/visual.cpp2
-rw-r--r--src/qmmp/visual.h4
-rw-r--r--src/qmmp/visualbuffer.cpp2
-rw-r--r--src/qmmp/visualbuffer_p.h2
-rw-r--r--src/qmmp/visualfactory.h6
-rw-r--r--src/qmmp/volume.cpp2
-rw-r--r--src/qmmp/volume.h6
-rw-r--r--src/qmmp/volumecontrol.cpp2
-rw-r--r--src/qmmp/volumecontrol_p.h6
62 files changed, 104 insertions, 104 deletions
diff --git a/src/qmmp/abstractengine.cpp b/src/qmmp/abstractengine.cpp
index 87670957c..3a57ba8f0 100644
--- a/src/qmmp/abstractengine.cpp
+++ b/src/qmmp/abstractengine.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009-2016 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/abstractengine.h b/src/qmmp/abstractengine.h
index 01b807865..e239e0e30 100644
--- a/src/qmmp/abstractengine.h
+++ b/src/qmmp/abstractengine.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009-2016 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -33,7 +33,7 @@ class QmmpPluginCache;
/*! @brief The AbstractEngine class provides the base interface class of audio audio engines.
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class AbstractEngine : public QThread
{
diff --git a/src/qmmp/audioconverter.cpp b/src/qmmp/audioconverter.cpp
index 2c74108d4..ed17eb6ec 100644
--- a/src/qmmp/audioconverter.cpp
+++ b/src/qmmp/audioconverter.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2010-2016 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/audioconverter.h b/src/qmmp/audioconverter.h
index ad581d985..de7bd81c8 100644
--- a/src/qmmp/audioconverter.h
+++ b/src/qmmp/audioconverter.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2010-2016 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -25,7 +25,7 @@
#include "qmmp.h"
/*! @brief The AbstractEngine class provides the internal audio converter
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class AudioConverter
{
diff --git a/src/qmmp/audioparameters.cpp b/src/qmmp/audioparameters.cpp
index 33819f29a..bfc392b14 100644
--- a/src/qmmp/audioparameters.cpp
+++ b/src/qmmp/audioparameters.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009-2016 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/audioparameters.h b/src/qmmp/audioparameters.h
index cdd3777d8..00049af2b 100644
--- a/src/qmmp/audioparameters.h
+++ b/src/qmmp/audioparameters.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009-2016 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -26,7 +26,7 @@
#include "qmmp.h"
/*! @brief The AudioParameters class keeps information about audio settings.
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class AudioParameters
{
diff --git a/src/qmmp/channelconverter.cpp b/src/qmmp/channelconverter.cpp
index 9c693a05e..2011987f0 100644
--- a/src/qmmp/channelconverter.cpp
+++ b/src/qmmp/channelconverter.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014-2015 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/channelconverter_p.h b/src/qmmp/channelconverter_p.h
index 0667c4ee8..da886b934 100644
--- a/src/qmmp/channelconverter_p.h
+++ b/src/qmmp/channelconverter_p.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014-2015 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -24,7 +24,7 @@
#include "effect.h"
/*! @internal
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class ChannelConverter : public Effect
{
diff --git a/src/qmmp/channelmap.cpp b/src/qmmp/channelmap.cpp
index fe23d8e75..2414c8f0f 100644
--- a/src/qmmp/channelmap.cpp
+++ b/src/qmmp/channelmap.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/channelmap.h b/src/qmmp/channelmap.h
index def4e4a57..4027b0d3d 100644
--- a/src/qmmp/channelmap.h
+++ b/src/qmmp/channelmap.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2014 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/decoderfactory.h b/src/qmmp/decoderfactory.h
index 5205b524c..05222328e 100644
--- a/src/qmmp/decoderfactory.h
+++ b/src/qmmp/decoderfactory.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2006-2017 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -34,7 +34,7 @@ class FileInfo;
class MetaDataModel;
/*! @brief Helper class to store input plugin properties.
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class DecoderProperties
{
@@ -62,7 +62,7 @@ public:
int priority; /*!< Decoder priority. Decoders with lowest value will be used first */
};
/*! @brief Input plugin interface (decoder factory).
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class DecoderFactory
{
diff --git a/src/qmmp/dithering.cpp b/src/qmmp/dithering.cpp
index 606e17088..79da8a3fe 100644
--- a/src/qmmp/dithering.cpp
+++ b/src/qmmp/dithering.cpp
@@ -2,7 +2,7 @@
* Based on madplay project *
* *
* Copyright (C) 2000-2004 Robert Leslie <rob@mars.org> *
- * Copyright (C) 2016-2017 Ilya Kotov forkotov02@hotmail.ru *
+ * Copyright (C) 2016-2017 Ilya Kotov forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/dithering_p.h b/src/qmmp/dithering_p.h
index 2e02191d7..5196887e6 100644
--- a/src/qmmp/dithering_p.h
+++ b/src/qmmp/dithering_p.h
@@ -2,7 +2,7 @@
* Based on madplay project *
* *
* Copyright (C) 2000-2004 Robert Leslie <rob@mars.org> *
- * Copyright (C) 2016 Ilya Kotov forkotov02@hotmail.ru *
+ * Copyright (C) 2016 Ilya Kotov forkotov02@ya.ru *
* *
* 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 *
@@ -27,7 +27,7 @@
#include "effect.h"
/** @internal
- @author Ilya Kotov <forkotov02@hotmail.ru>
+ @author Ilya Kotov <forkotov02@ya.ru>
*/
class Dithering : public Effect
{
diff --git a/src/qmmp/effect.cpp b/src/qmmp/effect.cpp
index 008c5efac..7a3155b18 100644
--- a/src/qmmp/effect.cpp
+++ b/src/qmmp/effect.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2007-2017 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/effect.h b/src/qmmp/effect.h
index 36f5e532c..85fc5fdd2 100644
--- a/src/qmmp/effect.h
+++ b/src/qmmp/effect.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2007-2017 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -30,7 +30,7 @@
class QmmpPluginCache;
/*! @brief The Effect class provides the base interface class of audio effects.
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class Effect
{
diff --git a/src/qmmp/effectfactory.h b/src/qmmp/effectfactory.h
index c781441a4..9f3598e4a 100644
--- a/src/qmmp/effectfactory.h
+++ b/src/qmmp/effectfactory.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2007-2012 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -28,7 +28,7 @@ class QTranslator;
class Effect;
/*! @brief Helper class to store effect plugin properties.
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class EffectProperties
{
@@ -58,7 +58,7 @@ public:
int priority; /*!< Effect priority. Effecs with higher priority will be applied first */
};
/*! @brief Effect plugin interface (effect factory).
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class EffectFactory
{
diff --git a/src/qmmp/emptyinputsource.cpp b/src/qmmp/emptyinputsource.cpp
index ad717ba88..3d86d95bf 100644
--- a/src/qmmp/emptyinputsource.cpp
+++ b/src/qmmp/emptyinputsource.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/emptyinputsource_p.h b/src/qmmp/emptyinputsource_p.h
index ec7a477ba..1898f8d9d 100644
--- a/src/qmmp/emptyinputsource_p.h
+++ b/src/qmmp/emptyinputsource_p.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -24,7 +24,7 @@
#include "inputsource.h"
/*! @internal
- @author Ilya Kotov <forkotov02@hotmail.ru>
+ @author Ilya Kotov <forkotov02@ya.ru>
*/
class EmptyInputSource : public InputSource
{
diff --git a/src/qmmp/enginefactory.h b/src/qmmp/enginefactory.h
index b44389147..28ebc9fc5 100644
--- a/src/qmmp/enginefactory.h
+++ b/src/qmmp/enginefactory.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009-2015 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -32,7 +32,7 @@ class FileInfo;
class AbstractEngine;
/*! @brief Helper class to store custom audio engine properies.
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class EngineProperties
{
@@ -55,7 +55,7 @@ public:
bool hasSettings; /*!< Should be \b true if plugin has settings dialog, otherwise returns \b false */
};
/*! @brief Engine plugin interface.
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class EngineFactory
{
diff --git a/src/qmmp/eqsettings.cpp b/src/qmmp/eqsettings.cpp
index 6bde4a177..3a7ef9993 100644
--- a/src/qmmp/eqsettings.cpp
+++ b/src/qmmp/eqsettings.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2010-2016 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/eqsettings.h b/src/qmmp/eqsettings.h
index a956c23e6..14c01a5ef 100644
--- a/src/qmmp/eqsettings.h
+++ b/src/qmmp/eqsettings.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2010-2016 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -22,7 +22,7 @@
#define EQSETTINGS_H
/*! @brief The EqSettings class helps to work with equalizer settings.
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class EqSettings
{
diff --git a/src/qmmp/fileinfo.cpp b/src/qmmp/fileinfo.cpp
index a292f55e8..bad4d9747 100644
--- a/src/qmmp/fileinfo.cpp
+++ b/src/qmmp/fileinfo.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2008-2016 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/fileinfo.h b/src/qmmp/fileinfo.h
index e795b7745..a824314ff 100644
--- a/src/qmmp/fileinfo.h
+++ b/src/qmmp/fileinfo.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2008-2017 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -27,7 +27,7 @@
#include "qmmp.h"
/*! @brief The FileInfo class stores metadata and audio information about media file or stream.
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class FileInfo
{
diff --git a/src/qmmp/fileinputsource.cpp b/src/qmmp/fileinputsource.cpp
index 0369e9ec4..4bff28707 100644
--- a/src/qmmp/fileinputsource.cpp
+++ b/src/qmmp/fileinputsource.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009-2014 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/fileinputsource_p.h b/src/qmmp/fileinputsource_p.h
index 834213d42..171e7e4ea 100644
--- a/src/qmmp/fileinputsource_p.h
+++ b/src/qmmp/fileinputsource_p.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -26,7 +26,7 @@
class QFile;
/** @internal
- @author Ilya Kotov <forkotov02@hotmail.ru>
+ @author Ilya Kotov <forkotov02@ya.ru>
*/
class FileInputSource : public InputSource
{
diff --git a/src/qmmp/inputsource.cpp b/src/qmmp/inputsource.cpp
index bc0bfdbbc..8ba520486 100644
--- a/src/qmmp/inputsource.cpp
+++ b/src/qmmp/inputsource.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009-2013 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/inputsource.h b/src/qmmp/inputsource.h
index 02b2c04ea..af656f22b 100644
--- a/src/qmmp/inputsource.h
+++ b/src/qmmp/inputsource.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009-2013 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -33,7 +33,7 @@
class QmmpPluginCache;
/*! @brief The InputSource class provides the base interface class of transports.
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class InputSource : public QObject
{
diff --git a/src/qmmp/inputsourcefactory.h b/src/qmmp/inputsourcefactory.h
index d15dd2a97..e968d6ba7 100644
--- a/src/qmmp/inputsourcefactory.h
+++ b/src/qmmp/inputsourcefactory.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -28,7 +28,7 @@ class QStringList;
class InputSource;
/*! @brief Helper class to store transport plugin properies.
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class InputSourceProperties
{
@@ -51,7 +51,7 @@ public:
/*! @brief Transport plugin interface.
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class InputSourceFactory
{
diff --git a/src/qmmp/metadatamanager.cpp b/src/qmmp/metadatamanager.cpp
index 2c64ca9da..ca54b85bf 100644
--- a/src/qmmp/metadatamanager.cpp
+++ b/src/qmmp/metadatamanager.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009-2016 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/metadatamanager.h b/src/qmmp/metadatamanager.h
index 3c41dee40..3469d9238 100644
--- a/src/qmmp/metadatamanager.h
+++ b/src/qmmp/metadatamanager.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009-2016 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -36,7 +36,7 @@ class QmmpSettings;
/*! @brief The MetaDataManager class is the base class for metadata access.
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class MetaDataManager
{
diff --git a/src/qmmp/metadatamodel.cpp b/src/qmmp/metadatamodel.cpp
index 883099c76..125924e3a 100644
--- a/src/qmmp/metadatamodel.cpp
+++ b/src/qmmp/metadatamodel.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/metadatamodel.h b/src/qmmp/metadatamodel.h
index a81bd64fd..37002b2dc 100644
--- a/src/qmmp/metadatamodel.h
+++ b/src/qmmp/metadatamodel.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -29,7 +29,7 @@
#include "tagmodel.h"
/*! @brief The MetaDataModel is the base interface class of metadata access.
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class MetaDataModel : public QObject
{
diff --git a/src/qmmp/outputfactory.h b/src/qmmp/outputfactory.h
index ffc7730c8..196ef85d3 100644
--- a/src/qmmp/outputfactory.h
+++ b/src/qmmp/outputfactory.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2007-2012 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -31,7 +31,7 @@ class Decoder;
class Output;
/*! @brief Helper class to store output plugin properies.
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class OutputProperties
{
@@ -50,7 +50,7 @@ public:
bool hasSettings; /*!< Should be \b true if plugin has settings dialog, otherwise returns \b false */
};
/*! @brief %Output plugin interface (output factory).
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class OutputFactory
{
diff --git a/src/qmmp/outputwriter.cpp b/src/qmmp/outputwriter.cpp
index 754e5342f..48c120a59 100644
--- a/src/qmmp/outputwriter.cpp
+++ b/src/qmmp/outputwriter.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2012-2017 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/outputwriter_p.h b/src/qmmp/outputwriter_p.h
index f80118323..5e1425f85 100644
--- a/src/qmmp/outputwriter_p.h
+++ b/src/qmmp/outputwriter_p.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2012-2017 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -37,7 +37,7 @@ class ChannelConverter;
/** @internal
@brief Output thread.
- @author Ilya Kotov <forkotov02@hotmail.ru>
+ @author Ilya Kotov <forkotov02@ya.ru>
*/
class OutputWriter : public QThread
{
diff --git a/src/qmmp/qmmp.cpp b/src/qmmp/qmmp.cpp
index 05925286c..550cfc15a 100644
--- a/src/qmmp/qmmp.cpp
+++ b/src/qmmp/qmmp.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2008-2016 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/qmmp.h b/src/qmmp/qmmp.h
index ec2fab702..7b6b2584e 100644
--- a/src/qmmp/qmmp.h
+++ b/src/qmmp/qmmp.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2008-2016 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -40,7 +40,7 @@
/*! @brief The Qmmp class stores global settings and enums.
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class Qmmp
{
diff --git a/src/qmmp/qmmpaudioengine.cpp b/src/qmmp/qmmpaudioengine.cpp
index 479b6e240..ba904e03f 100644
--- a/src/qmmp/qmmpaudioengine.cpp
+++ b/src/qmmp/qmmpaudioengine.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009-2017 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/qmmpaudioengine_p.h b/src/qmmp/qmmpaudioengine_p.h
index f36f43748..b7d39811e 100644
--- a/src/qmmp/qmmpaudioengine_p.h
+++ b/src/qmmp/qmmpaudioengine_p.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009-2017 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -41,7 +41,7 @@ class AudioConverter;
class Dithering;
/*! @internal
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class QmmpAudioEngine : public AbstractEngine
{
diff --git a/src/qmmp/qmmpevents.cpp b/src/qmmp/qmmpevents.cpp
index 4a9c22763..6ccf738b3 100644
--- a/src/qmmp/qmmpevents.cpp
+++ b/src/qmmp/qmmpevents.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2011 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/qmmpevents_p.h b/src/qmmp/qmmpevents_p.h
index 026b766a6..39c866bbb 100644
--- a/src/qmmp/qmmpevents_p.h
+++ b/src/qmmp/qmmpevents_p.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2011-2012 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -33,7 +33,7 @@
#define EVENT_STREAM_INFO_CHANGED (QEvent::Type(QEvent::User + 4)) /*!< @internal */
/*! @internal
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class StateChangedEvent : public QEvent
{
@@ -51,7 +51,7 @@ private:
};
/*! @internal
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class MetaDataChangedEvent : public QEvent
{
@@ -72,7 +72,7 @@ private:
};
/*! @internal
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class StreamInfoChangedEvent : public QEvent
{
diff --git a/src/qmmp/qmmpplugincache.cpp b/src/qmmp/qmmpplugincache.cpp
index fc0250ed4..83c0aff9f 100644
--- a/src/qmmp/qmmpplugincache.cpp
+++ b/src/qmmp/qmmpplugincache.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2013 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/qmmpplugincache_p.h b/src/qmmp/qmmpplugincache_p.h
index 416ef455e..7c5388981 100644
--- a/src/qmmp/qmmpplugincache_p.h
+++ b/src/qmmp/qmmpplugincache_p.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2013 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -32,7 +32,7 @@ class EffectFactory;
class InputSourceFactory;
/*! @internal
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class QmmpPluginCache
{
diff --git a/src/qmmp/qmmpsettings.cpp b/src/qmmp/qmmpsettings.cpp
index cd91c3f6d..2e866ebaf 100644
--- a/src/qmmp/qmmpsettings.cpp
+++ b/src/qmmp/qmmpsettings.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2010-2016 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/qmmpsettings.h b/src/qmmp/qmmpsettings.h
index 6385509ee..a7ee86a0d 100644
--- a/src/qmmp/qmmpsettings.h
+++ b/src/qmmp/qmmpsettings.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2010-2016 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -30,7 +30,7 @@
class QTimer;
/*! @brief The QmmpSettings class provides access to global settings.
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class QmmpSettings : public QObject
{
diff --git a/src/qmmp/replaygain.cpp b/src/qmmp/replaygain.cpp
index 275fcb14e..c673d4ac7 100644
--- a/src/qmmp/replaygain.cpp
+++ b/src/qmmp/replaygain.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009-2015 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/replaygain_p.h b/src/qmmp/replaygain_p.h
index a578b1d7c..66e902691 100644
--- a/src/qmmp/replaygain_p.h
+++ b/src/qmmp/replaygain_p.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009-2015 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -28,7 +28,7 @@
#include "qmmp.h"
/*! @internal
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class ReplayGain : public Effect
{
diff --git a/src/qmmp/soundcore.cpp b/src/qmmp/soundcore.cpp
index 4e7335692..6dc6356b7 100644
--- a/src/qmmp/soundcore.cpp
+++ b/src/qmmp/soundcore.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2006-2013 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/soundcore.h b/src/qmmp/soundcore.h
index d88b49fb0..e7fa17c19 100644
--- a/src/qmmp/soundcore.h
+++ b/src/qmmp/soundcore.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2006-2017 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -37,7 +37,7 @@ class InputSource;
class StateHandler;
/*! \brief The SoundCore class provides a simple interface for audio playback.
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class SoundCore : public QObject
{
diff --git a/src/qmmp/statehandler.cpp b/src/qmmp/statehandler.cpp
index eed6ae7c5..be9fda893 100644
--- a/src/qmmp/statehandler.cpp
+++ b/src/qmmp/statehandler.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2008-2017 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/statehandler.h b/src/qmmp/statehandler.h
index 152aae20d..451e9ae84 100644
--- a/src/qmmp/statehandler.h
+++ b/src/qmmp/statehandler.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2008-2017 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -28,7 +28,7 @@
#include "qmmp.h"
/*! @brief The StateHandler class allows one to track information about playback progress.
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class StateHandler : public QObject
{
diff --git a/src/qmmp/tagmodel.cpp b/src/qmmp/tagmodel.cpp
index dbc27c3fa..b02684117 100644
--- a/src/qmmp/tagmodel.cpp
+++ b/src/qmmp/tagmodel.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/tagmodel.h b/src/qmmp/tagmodel.h
index 33235b106..56367e78c 100644
--- a/src/qmmp/tagmodel.h
+++ b/src/qmmp/tagmodel.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2009-2012 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -26,7 +26,7 @@
#include "qmmp.h"
/*! @brief The StateHandler class provides is the base interface class of tag editor.
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class TagModel
{
diff --git a/src/qmmp/visual.cpp b/src/qmmp/visual.cpp
index ac42d91bd..33455e493 100644
--- a/src/qmmp/visual.cpp
+++ b/src/qmmp/visual.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2008-2017 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/visual.h b/src/qmmp/visual.h
index e411ba4fc..e69242bf9 100644
--- a/src/qmmp/visual.h
+++ b/src/qmmp/visual.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2008-2017 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -32,7 +32,7 @@ class VisualFactory;
class VisualBuffer;
/*! @brief The Visual class provides the base interface class of visualizations.
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class Visual : public QWidget
{
diff --git a/src/qmmp/visualbuffer.cpp b/src/qmmp/visualbuffer.cpp
index 5841d9f47..e441eed24 100644
--- a/src/qmmp/visualbuffer.cpp
+++ b/src/qmmp/visualbuffer.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2017 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/visualbuffer_p.h b/src/qmmp/visualbuffer_p.h
index 248ab8cea..97e57221f 100644
--- a/src/qmmp/visualbuffer_p.h
+++ b/src/qmmp/visualbuffer_p.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2017 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/visualfactory.h b/src/qmmp/visualfactory.h
index 731e31597..1291fac91 100644
--- a/src/qmmp/visualfactory.h
+++ b/src/qmmp/visualfactory.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2008-2014 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -28,7 +28,7 @@ class QDialog;
class Visual;
/*! @brief Helper class to store visual plugin properies.
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class VisualProperties
{
@@ -47,7 +47,7 @@ public:
bool hasSettings; /*!< Should be \b true if plugin has settings dialog, otherwise returns \b false */
};
/*! @brief %Visual plugin interface (visual factory).
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class VisualFactory
{
diff --git a/src/qmmp/volume.cpp b/src/qmmp/volume.cpp
index f74f0d2ac..d4e37197d 100644
--- a/src/qmmp/volume.cpp
+++ b/src/qmmp/volume.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2015 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/volume.h b/src/qmmp/volume.h
index e0f3f1b77..e8caa8c38 100644
--- a/src/qmmp/volume.h
+++ b/src/qmmp/volume.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2012-2015 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -24,7 +24,7 @@
#include <QObject>
/*! @brief The VolumeSettings structure stores volume levels
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
struct VolumeSettings
{
@@ -42,7 +42,7 @@ struct VolumeSettings
/*! @brief The Volume class provides asbtract volume interface
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class Volume : public QObject
{
diff --git a/src/qmmp/volumecontrol.cpp b/src/qmmp/volumecontrol.cpp
index 467581196..e85128646 100644
--- a/src/qmmp/volumecontrol.cpp
+++ b/src/qmmp/volumecontrol.cpp
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2008-2016 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
diff --git a/src/qmmp/volumecontrol_p.h b/src/qmmp/volumecontrol_p.h
index 046e441a7..3c39520c2 100644
--- a/src/qmmp/volumecontrol_p.h
+++ b/src/qmmp/volumecontrol_p.h
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2008-2015 by Ilya Kotov *
- * forkotov02@hotmail.ru *
+ * forkotov02@ya.ru *
* *
* 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 *
@@ -30,7 +30,7 @@ class SoftwareVolume;
/*! @internal
* @brief The VolumeControl class provides volume control access
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class VolumeControl : public QObject
{
@@ -121,7 +121,7 @@ private:
};
/*! @internal
* @brief The SoftwareVolume class provides access to the software volume control.
- * @author Ilya Kotov <forkotov02@hotmail.ru>
+ * @author Ilya Kotov <forkotov02@ya.ru>
*/
class SoftwareVolume : public Volume
{