From 33e5a07cf7c748608973a68d1cf6fd79e5c3273a Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Wed, 4 Feb 2015 18:17:23 +0000 Subject: [PATCH] change all 2014 to 2015 --- ChangeLog | 1 - android/sound.cpp | 2 +- android/sound.h | 166 +++++++++++++++++++------------------- linux/sound.cpp | 2 +- linux/sound.h | 2 +- mac/sound.cpp | 2 +- mac/sound.h | 2 +- src/aboutdlgbase.ui | 2 +- src/analyzerconsole.cpp | 2 +- src/analyzerconsole.h | 2 +- src/audiomixerboard.cpp | 2 +- src/audiomixerboard.h | 2 +- src/buffer.cpp | 2 +- src/buffer.h | 2 +- src/channel.cpp | 2 +- src/channel.h | 2 +- src/chatdlg.cpp | 2 +- src/chatdlg.h | 2 +- src/client.cpp | 2 +- src/client.h | 2 +- src/clientdlg.cpp | 2 +- src/clientdlg.h | 2 +- src/clientsettingsdlg.cpp | 2 +- src/clientsettingsdlg.h | 2 +- src/connectdlg.cpp | 2 +- src/connectdlg.h | 2 +- src/global.h | 2 +- src/main.cpp | 2 +- src/multicolorled.cpp | 2 +- src/multicolorled.h | 2 +- src/multicolorledbar.cpp | 2 +- src/multicolorledbar.h | 2 +- src/protocol.cpp | 2 +- src/protocol.h | 2 +- src/server.cpp | 2 +- src/server.h | 2 +- src/serverdlg.cpp | 2 +- src/serverdlg.h | 2 +- src/serverlist.cpp | 2 +- src/serverlist.h | 2 +- src/serverlogging.cpp | 2 +- src/serverlogging.h | 2 +- src/settings.cpp | 2 +- src/settings.h | 2 +- src/socket.cpp | 2 +- src/socket.h | 2 +- src/soundbase.cpp | 2 +- src/soundbase.h | 2 +- src/testbench.h | 2 +- src/util.cpp | 2 +- src/util.h | 2 +- windows/sound.cpp | 2 +- windows/sound.h | 2 +- 53 files changed, 134 insertions(+), 135 deletions(-) diff --git a/ChangeLog b/ChangeLog index 92ea51f6..ab02b191 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,6 @@ 3.3.7 -TODO change all 2014 to 2015 TODO add a second licence alternative diff --git a/android/sound.cpp b/android/sound.cpp index 0f0b9fb7..824e9da8 100644 --- a/android/sound.cpp +++ b/android/sound.cpp @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/android/sound.h b/android/sound.h index dc81de44..d637a44a 100644 --- a/android/sound.h +++ b/android/sound.h @@ -1,83 +1,83 @@ -/******************************************************************************\ - * Copyright (c) 2004-2014 - * - * Author(s): - * Volker Fischer - * - ****************************************************************************** - * - * 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., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * -\******************************************************************************/ - -#if !defined(_SOUND_H__9518A621345F78_3638457H73245GUIG9__INCLUDED_) -#define _SOUND_H__9518A621345F78_3638457H73245GUIG9__INCLUDED_ - -#include -#include -#include -#include "soundbase.h" -#include "global.h" - - -/* Classes ********************************************************************/ -class CSound : public CSoundBase -{ -public: - CSound ( void (*fpNewProcessCallback) ( CVector& psData, void* arg ), void* arg ); - virtual ~CSound() {} - - virtual int Init ( const int iNewPrefMonoBufferSize ); - virtual void Start(); - virtual void Stop(); - - // these variables should be protected but cannot since we want - // to access them from the callback function - CVector vecsTmpAudioSndCrdStereo; - -// TEST -CVector vecsTmpAudioInSndCrd; -int iModifiedInBufSize; - - int iOpenSLBufferSizeMono; - int iOpenSLBufferSizeStereo; - -protected: - - void InitializeOpenSL(); - void CloseOpenSL(); - - // callbacks - static void processInput ( SLAndroidSimpleBufferQueueItf bufferQueue, - void* instance ); - - static void processOutput ( SLAndroidSimpleBufferQueueItf bufferQueue, - void* instance ); - - SLObjectItf engineObject; - SLEngineItf engine; - SLObjectItf recorderObject; - SLRecordItf recorder; - SLAndroidSimpleBufferQueueItf recorderSimpleBufQueue; - SLObjectItf outputMixObject; - SLObjectItf playerObject; - SLPlayItf player; - SLAndroidSimpleBufferQueueItf playerSimpleBufQueue; - - QMutex Mutex; - -}; - -#endif // !defined(_SOUND_H__9518A621345F78_3638457H73245GUIG9__INCLUDED_) +/******************************************************************************\ + * Copyright (c) 2004-2015 + * + * Author(s): + * Volker Fischer + * + ****************************************************************************** + * + * 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., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * +\******************************************************************************/ + +#if !defined(_SOUND_H__9518A621345F78_3638457H73245GUIG9__INCLUDED_) +#define _SOUND_H__9518A621345F78_3638457H73245GUIG9__INCLUDED_ + +#include +#include +#include +#include "soundbase.h" +#include "global.h" + + +/* Classes ********************************************************************/ +class CSound : public CSoundBase +{ +public: + CSound ( void (*fpNewProcessCallback) ( CVector& psData, void* arg ), void* arg ); + virtual ~CSound() {} + + virtual int Init ( const int iNewPrefMonoBufferSize ); + virtual void Start(); + virtual void Stop(); + + // these variables should be protected but cannot since we want + // to access them from the callback function + CVector vecsTmpAudioSndCrdStereo; + +// TEST +CVector vecsTmpAudioInSndCrd; +int iModifiedInBufSize; + + int iOpenSLBufferSizeMono; + int iOpenSLBufferSizeStereo; + +protected: + + void InitializeOpenSL(); + void CloseOpenSL(); + + // callbacks + static void processInput ( SLAndroidSimpleBufferQueueItf bufferQueue, + void* instance ); + + static void processOutput ( SLAndroidSimpleBufferQueueItf bufferQueue, + void* instance ); + + SLObjectItf engineObject; + SLEngineItf engine; + SLObjectItf recorderObject; + SLRecordItf recorder; + SLAndroidSimpleBufferQueueItf recorderSimpleBufQueue; + SLObjectItf outputMixObject; + SLObjectItf playerObject; + SLPlayItf player; + SLAndroidSimpleBufferQueueItf playerSimpleBufQueue; + + QMutex Mutex; + +}; + +#endif // !defined(_SOUND_H__9518A621345F78_3638457H73245GUIG9__INCLUDED_) diff --git a/linux/sound.cpp b/linux/sound.cpp index 5e172eb6..3a28e360 100755 --- a/linux/sound.cpp +++ b/linux/sound.cpp @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/linux/sound.h b/linux/sound.h index be810626..8e7b11f9 100755 --- a/linux/sound.h +++ b/linux/sound.h @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/mac/sound.cpp b/mac/sound.cpp index c8c1cd81..c1b41aae 100755 --- a/mac/sound.cpp +++ b/mac/sound.cpp @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/mac/sound.h b/mac/sound.h index f112c6d3..634a7fd7 100755 --- a/mac/sound.h +++ b/mac/sound.h @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/aboutdlgbase.ui b/src/aboutdlgbase.ui index 0a2200cb..afc0283b 100755 --- a/src/aboutdlgbase.ui +++ b/src/aboutdlgbase.ui @@ -133,7 +133,7 @@ - Copyright (C) 2005-2014 + Copyright (C) 2005-2015 false diff --git a/src/analyzerconsole.cpp b/src/analyzerconsole.cpp index 037410fa..5233fb12 100644 --- a/src/analyzerconsole.cpp +++ b/src/analyzerconsole.cpp @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/analyzerconsole.h b/src/analyzerconsole.h index 50008dc0..3a472bcd 100644 --- a/src/analyzerconsole.h +++ b/src/analyzerconsole.h @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/audiomixerboard.cpp b/src/audiomixerboard.cpp index 59ecb5f2..9dccbcc0 100755 --- a/src/audiomixerboard.cpp +++ b/src/audiomixerboard.cpp @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/audiomixerboard.h b/src/audiomixerboard.h index a664ab07..2fe72a41 100755 --- a/src/audiomixerboard.h +++ b/src/audiomixerboard.h @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/buffer.cpp b/src/buffer.cpp index d515d138..6630a559 100755 --- a/src/buffer.cpp +++ b/src/buffer.cpp @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/buffer.h b/src/buffer.h index 079c39f6..c2873c73 100755 --- a/src/buffer.h +++ b/src/buffer.h @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/channel.cpp b/src/channel.cpp index d5cf9274..32aa2468 100755 --- a/src/channel.cpp +++ b/src/channel.cpp @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/channel.h b/src/channel.h index 91a1fde9..a600b432 100755 --- a/src/channel.h +++ b/src/channel.h @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/chatdlg.cpp b/src/chatdlg.cpp index 3890f981..b1961c5b 100755 --- a/src/chatdlg.cpp +++ b/src/chatdlg.cpp @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/chatdlg.h b/src/chatdlg.h index 9ec1364b..9e14295c 100755 --- a/src/chatdlg.h +++ b/src/chatdlg.h @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/client.cpp b/src/client.cpp index ec16e1d2..f8c85818 100755 --- a/src/client.cpp +++ b/src/client.cpp @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/client.h b/src/client.h index aecdb282..de10780b 100755 --- a/src/client.h +++ b/src/client.h @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/clientdlg.cpp b/src/clientdlg.cpp index 199469b0..7063501d 100755 --- a/src/clientdlg.cpp +++ b/src/clientdlg.cpp @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/clientdlg.h b/src/clientdlg.h index bfa643ee..deaa33c7 100755 --- a/src/clientdlg.h +++ b/src/clientdlg.h @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/clientsettingsdlg.cpp b/src/clientsettingsdlg.cpp index d95f4e1a..8531af02 100755 --- a/src/clientsettingsdlg.cpp +++ b/src/clientsettingsdlg.cpp @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/clientsettingsdlg.h b/src/clientsettingsdlg.h index 3f50c4f6..a817e620 100755 --- a/src/clientsettingsdlg.h +++ b/src/clientsettingsdlg.h @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/connectdlg.cpp b/src/connectdlg.cpp index 0f1b690f..658602e6 100755 --- a/src/connectdlg.cpp +++ b/src/connectdlg.cpp @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/connectdlg.h b/src/connectdlg.h index c1441e03..55d97a25 100755 --- a/src/connectdlg.h +++ b/src/connectdlg.h @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/global.h b/src/global.h index 85b71d1c..99e73d34 100755 --- a/src/global.h +++ b/src/global.h @@ -1,5 +1,5 @@ /******************************************************************************\ - * \copyright (c) 2004-2014 + * \copyright (c) 2004-2015 * \author Volker Fischer * diff --git a/src/main.cpp b/src/main.cpp index 3827c741..f50f5301 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/multicolorled.cpp b/src/multicolorled.cpp index 38fa4e32..247229bd 100755 --- a/src/multicolorled.cpp +++ b/src/multicolorled.cpp @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/multicolorled.h b/src/multicolorled.h index 43763285..98b628a8 100755 --- a/src/multicolorled.h +++ b/src/multicolorled.h @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/multicolorledbar.cpp b/src/multicolorledbar.cpp index 668ee0ad..fd295ef5 100755 --- a/src/multicolorledbar.cpp +++ b/src/multicolorledbar.cpp @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/multicolorledbar.h b/src/multicolorledbar.h index 7273ec75..95dd0707 100755 --- a/src/multicolorledbar.h +++ b/src/multicolorledbar.h @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/protocol.cpp b/src/protocol.cpp index 12c67e26..1707f7a6 100755 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/protocol.h b/src/protocol.h index 9ded6447..52e38f7f 100755 --- a/src/protocol.h +++ b/src/protocol.h @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/server.cpp b/src/server.cpp index a2d3a238..ed3e98f1 100755 --- a/src/server.cpp +++ b/src/server.cpp @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/server.h b/src/server.h index ca72072e..619abd69 100755 --- a/src/server.h +++ b/src/server.h @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/serverdlg.cpp b/src/serverdlg.cpp index 8acc2b90..001be8e4 100755 --- a/src/serverdlg.cpp +++ b/src/serverdlg.cpp @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/serverdlg.h b/src/serverdlg.h index 9c12527a..af36a628 100755 --- a/src/serverdlg.h +++ b/src/serverdlg.h @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/serverlist.cpp b/src/serverlist.cpp index 75adfe9a..f3475772 100755 --- a/src/serverlist.cpp +++ b/src/serverlist.cpp @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/serverlist.h b/src/serverlist.h index 22080b32..f163e56f 100755 --- a/src/serverlist.h +++ b/src/serverlist.h @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/serverlogging.cpp b/src/serverlogging.cpp index 7475ac62..850b194e 100755 --- a/src/serverlogging.cpp +++ b/src/serverlogging.cpp @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/serverlogging.h b/src/serverlogging.h index 81c99455..6a9ac13c 100755 --- a/src/serverlogging.h +++ b/src/serverlogging.h @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/settings.cpp b/src/settings.cpp index c842b791..14214916 100755 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/settings.h b/src/settings.h index 1c88f9e0..4aef601b 100755 --- a/src/settings.h +++ b/src/settings.h @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/socket.cpp b/src/socket.cpp index 21560240..d450eec2 100755 --- a/src/socket.cpp +++ b/src/socket.cpp @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/socket.h b/src/socket.h index 74a702ae..75e14ad2 100755 --- a/src/socket.h +++ b/src/socket.h @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/soundbase.cpp b/src/soundbase.cpp index 521cd5fb..45f8b545 100755 --- a/src/soundbase.cpp +++ b/src/soundbase.cpp @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/soundbase.h b/src/soundbase.h index 3d804daa..e9a95716 100755 --- a/src/soundbase.h +++ b/src/soundbase.h @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/testbench.h b/src/testbench.h index d6c8c649..cf6d18bf 100755 --- a/src/testbench.h +++ b/src/testbench.h @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/util.cpp b/src/util.cpp index 64baa81a..40632c24 100755 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/src/util.h b/src/util.h index f7da1ed5..9e5e805e 100755 --- a/src/util.h +++ b/src/util.h @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/windows/sound.cpp b/windows/sound.cpp index 4c3ce8c5..0f943bd3 100755 --- a/windows/sound.cpp +++ b/windows/sound.cpp @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer diff --git a/windows/sound.h b/windows/sound.h index 963f0715..1ea70941 100755 --- a/windows/sound.h +++ b/windows/sound.h @@ -1,5 +1,5 @@ /******************************************************************************\ - * Copyright (c) 2004-2014 + * Copyright (c) 2004-2015 * * Author(s): * Volker Fischer