Merge pull request #1744 from Buddybenj/google-code

Update Outdated Google Code References
This commit is contained in:
Ryan Houdek 2014-12-21 20:55:56 -06:00
commit 47b67fe527
7 changed files with 12 additions and 12 deletions

View File

@ -12,8 +12,8 @@
// A copy of the GPL 2.0 should have been included with the program. // A copy of the GPL 2.0 should have been included with the program.
// If not, see http://www.gnu.org/licenses/ // If not, see http://www.gnu.org/licenses/
// Official SVN repository and contact information can be found at // Official Git repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/ // https://github.com/dolphin-emu/dolphin
#include "Common/CommonTypes.h" #include "Common/CommonTypes.h"
#include "Common/FPURoundMode.h" #include "Common/FPURoundMode.h"

View File

@ -13,7 +13,7 @@
// If not, see http://www.gnu.org/licenses/ // If not, see http://www.gnu.org/licenses/
// Official Git repository and contact information can be found at // Official Git repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/ // https://github.com/dolphin-emu/dolphin
/* /*
Here is a nice ascii overview of audio flow affected by this file: Here is a nice ascii overview of audio flow affected by this file:

View File

@ -13,7 +13,7 @@
// If not, see http://www.gnu.org/licenses/ // If not, see http://www.gnu.org/licenses/
// Official Git repository and contact information can be found at // Official Git repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/ // https://github.com/dolphin-emu/dolphin
#include "Common/Atomic.h" #include "Common/Atomic.h"
#include "Common/CommonTypes.h" #include "Common/CommonTypes.h"

View File

@ -12,8 +12,8 @@
// A copy of the GPL 2.0 should have been included with the program. // A copy of the GPL 2.0 should have been included with the program.
// If not, see http://www.gnu.org/licenses/ // If not, see http://www.gnu.org/licenses/
// Official SVN repository and contact information can be found at // Official Git repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/ // https://github.com/dolphin-emu/dolphin
#include <cstdio> #include <cstdio>
#include <cstdlib> #include <cstdlib>

View File

@ -12,7 +12,7 @@
// A copy of the GPL 2.0 should have been included with the program. // A copy of the GPL 2.0 should have been included with the program.
// If not, see http://www.gnu.org/licenses/ // If not, see http://www.gnu.org/licenses/
// Official SVN repository and contact information can be found at // Official Git repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/ // https://github.com/dolphin-emu/dolphin
// Dummy file for common to compile // Dummy file for common to compile

View File

@ -12,8 +12,8 @@
// A copy of the GPL 2.0 should have been included with the program. // A copy of the GPL 2.0 should have been included with the program.
// If not, see http://www.gnu.org/licenses/ // If not, see http://www.gnu.org/licenses/
// Official SVN repository and contact information can be found at // Official Git repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/ // https://github.com/dolphin-emu/dolphin
// Stubs to make DSPCore compile as part of DSPSpy. // Stubs to make DSPCore compile as part of DSPSpy.

View File

@ -7,7 +7,7 @@ opt_file=$HOME/.buildbot/options
if ! [ -f "$opt_file" ]; then if ! [ -f "$opt_file" ]; then
echo >&2 "error: no .buildbot/options configuration file found" echo >&2 "error: no .buildbot/options configuration file found"
echo >&2 "Read the docs: http://code.google.com/p/dolphin-emu/wiki/BuildbotTry" echo >&2 "Read the docs: https://wiki.dolphin-emu.org/index.php?title=Buildbot"
exit 1 exit 1
fi fi