From 9958204db4d48140aefea9a5dfd08df28202c17e Mon Sep 17 00:00:00 2001 From: Tim Mann Date: Mon, 17 Nov 2003 17:12:36 +0000 Subject: [PATCH 1/1] Removed woodthunk.wav, as its copyright status is unclear. It may have come from a commercial chess application. This file never appeared in any official release of xboard/winboard; it was only in the CVS archive for a couple of weeks. --- sounds/README | 2 -- winboard/defaults.h | 2 +- winboard/winboard.rc | 1 - 3 files changed, 1 insertions(+), 4 deletions(-) diff --git a/sounds/README b/sounds/README index a343cec..1b5fc8c 100644 --- a/sounds/README +++ b/sounds/README @@ -1,7 +1,5 @@ The sound files in this directory are in the public domain. -woodthunk.wav was contributed by Robert Jurjevic on 18 March 2002. - alarm.wav, challenge.wav, channel1.wav, channel.wav, draw.wav, kibitz.wav, lose.wav, request.wav, seek.wav, shout.wav, sshout.wav, tell.wav, unfinished.wav, and win.wav were recorded and contributed by diff --git a/winboard/defaults.h b/winboard/defaults.h index f8feb7c..032e381 100644 --- a/winboard/defaults.h +++ b/winboard/defaults.h @@ -198,7 +198,7 @@ "Slap", "Squeak", "Swish", "Thud", "Whipcrack", \ "Alarm", "Challenge", "Channel", "Channel1", "Draw", "Kibitz", \ "Lose", "Request", "Seek", "Shout", "SShout", "Tell", "Unfinished", \ - "Win", "Woodthunk", NULL \ + "Win", NULL \ } #define SETTINGS_FILE "winboard.ini" diff --git a/winboard/winboard.rc b/winboard/winboard.rc index d6fe705..fa51d89 100644 --- a/winboard/winboard.rc +++ b/winboard/winboard.rc @@ -1338,7 +1338,6 @@ SQUEAK WAVE DISCARDABLE "..\\sounds\\squeak.wav" SWISH WAVE DISCARDABLE "..\\sounds\\swish.wav" THUD WAVE DISCARDABLE "..\\sounds\\thud.wav" WHIPCRACK WAVE DISCARDABLE "..\\sounds\\whipcrak.wav" -WOODTHUNK WAVE DISCARDABLE "..\\sounds\\woodthunk.wav" MOVE WAVE DISCARDABLE "..\\sounds\\move.wav" ALARM WAVE DISCARDABLE "..\\sounds\\alarm.wav" CHALLENGE WAVE DISCARDABLE "..\\sounds\\challenge.wav" -- 1.7.0.4