Module: wine Branch: refs/heads/master Commit: ea50196447f65ee927a5599ee3dc35ab373f957d URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=ea50196447f65ee927a5599e...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jun 1 13:15:54 2006 +0200
winecoreaudio: Fixed the FSF address.
---
dlls/winmm/winecoreaudio/audio.c | 2 +- dlls/winmm/winecoreaudio/audiounit.c | 2 +- dlls/winmm/winecoreaudio/coreaudio.c | 3 +-- dlls/winmm/winecoreaudio/coreaudio.h | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/dlls/winmm/winecoreaudio/audio.c b/dlls/winmm/winecoreaudio/audio.c index 8b232a5..50ae0be 100644 --- a/dlls/winmm/winecoreaudio/audio.c +++ b/dlls/winmm/winecoreaudio/audio.c @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
#include "config.h" diff --git a/dlls/winmm/winecoreaudio/audiounit.c b/dlls/winmm/winecoreaudio/audiounit.c index b548025..fe1c7ec 100644 --- a/dlls/winmm/winecoreaudio/audiounit.c +++ b/dlls/winmm/winecoreaudio/audiounit.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
#include "config.h" diff --git a/dlls/winmm/winecoreaudio/coreaudio.c b/dlls/winmm/winecoreaudio/coreaudio.c index 63a9aca..1b815f0 100644 --- a/dlls/winmm/winecoreaudio/coreaudio.c +++ b/dlls/winmm/winecoreaudio/coreaudio.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
@@ -111,4 +111,3 @@ #endif return DefDriverProc(dwDevID, hDriv, wMsg, dwParam1, dwParam2); } } - diff --git a/dlls/winmm/winecoreaudio/coreaudio.h b/dlls/winmm/winecoreaudio/coreaudio.h index 5c93235..312ba0e 100644 --- a/dlls/winmm/winecoreaudio/coreaudio.h +++ b/dlls/winmm/winecoreaudio/coreaudio.h @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
#ifndef __WINE_COREAUDIO_H