From 55134979fb74008a6067df387a5268ec7e1c7ae4 Mon Sep 17 00:00:00 2001
From: Sude <lgogdownloader@gmail.com>
Date: Sun, 24 Mar 2013 23:56:57 +0200
Subject: [PATCH] Update the url for WTFPL license

---
 include/api.h             | 2 +-
 include/config.h          | 2 +-
 include/downloader.h      | 2 +-
 include/globalconstants.h | 2 +-
 include/progressbar.h     | 2 +-
 include/util.h            | 2 +-
 main.cpp                  | 2 +-
 src/api.cpp               | 4 ++--
 src/downloader.cpp        | 2 +-
 src/progressbar.cpp       | 2 +-
 src/util.cpp              | 2 +-
 11 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/include/api.h b/include/api.h
index 93872d9..927d158 100644
--- a/include/api.h
+++ b/include/api.h
@@ -2,7 +2,7 @@
  * the extent permitted by applicable law. You can redistribute it
  * and/or modify it under the terms of the Do What The Fuck You Want
  * To Public License, Version 2, as published by Sam Hocevar. See
- * http://sam.zoy.org/wtfpl/COPYING for more details. */
+ * http://www.wtfpl.net/ for more details. */
 
 #ifndef API_H
 #define API_H
diff --git a/include/config.h b/include/config.h
index f73a578..f29ed28 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2,7 +2,7 @@
  * the extent permitted by applicable law. You can redistribute it
  * and/or modify it under the terms of the Do What The Fuck You Want
  * To Public License, Version 2, as published by Sam Hocevar. See
- * http://sam.zoy.org/wtfpl/COPYING for more details. */
+ * http://www.wtfpl.net/ for more details. */
 
 #ifndef CONFIG_H__
 #define CONFIG_H__
diff --git a/include/downloader.h b/include/downloader.h
index ee0bbca..4d023ac 100644
--- a/include/downloader.h
+++ b/include/downloader.h
@@ -2,7 +2,7 @@
  * the extent permitted by applicable law. You can redistribute it
  * and/or modify it under the terms of the Do What The Fuck You Want
  * To Public License, Version 2, as published by Sam Hocevar. See
- * http://sam.zoy.org/wtfpl/COPYING for more details. */
+ * http://www.wtfpl.net/ for more details. */
 
 #ifndef DOWNLOADER_H
 #define DOWNLOADER_H
diff --git a/include/globalconstants.h b/include/globalconstants.h
index 5660978..b014a08 100644
--- a/include/globalconstants.h
+++ b/include/globalconstants.h
@@ -2,7 +2,7 @@
  * the extent permitted by applicable law. You can redistribute it
  * and/or modify it under the terms of the Do What The Fuck You Want
  * To Public License, Version 2, as published by Sam Hocevar. See
- * http://sam.zoy.org/wtfpl/COPYING for more details. */
+ * http://www.wtfpl.net/ for more details. */
 
 #ifndef GLOBALCONSTANTS_H_INCLUDED
 #define GLOBALCONSTANTS_H_INCLUDED
diff --git a/include/progressbar.h b/include/progressbar.h
index 379f082..c95230f 100644
--- a/include/progressbar.h
+++ b/include/progressbar.h
@@ -2,7 +2,7 @@
  * the extent permitted by applicable law. You can redistribute it
  * and/or modify it under the terms of the Do What The Fuck You Want
  * To Public License, Version 2, as published by Sam Hocevar. See
- * http://sam.zoy.org/wtfpl/COPYING for more details. */
+ * http://www.wtfpl.net/ for more details. */
 
 #ifndef PROGRESSBAR_H
 #define PROGRESSBAR_H
diff --git a/include/util.h b/include/util.h
index 79c0ae7..7c088e0 100644
--- a/include/util.h
+++ b/include/util.h
@@ -2,7 +2,7 @@
  * the extent permitted by applicable law. You can redistribute it
  * and/or modify it under the terms of the Do What The Fuck You Want
  * To Public License, Version 2, as published by Sam Hocevar. See
- * http://sam.zoy.org/wtfpl/COPYING for more details. */
+ * http://www.wtfpl.net/ for more details. */
 
 #ifndef UTIL_H
 #define UTIL_H
diff --git a/main.cpp b/main.cpp
index 4ec8620..08c4f89 100644
--- a/main.cpp
+++ b/main.cpp
@@ -2,7 +2,7 @@
  * the extent permitted by applicable law. You can redistribute it
  * and/or modify it under the terms of the Do What The Fuck You Want
  * To Public License, Version 2, as published by Sam Hocevar. See
- * http://sam.zoy.org/wtfpl/COPYING for more details. */
+ * http://www.wtfpl.net/ for more details. */
 
 #include "downloader.h"
 #include "config.h"
diff --git a/src/api.cpp b/src/api.cpp
index 4e8240c..41cee88 100644
--- a/src/api.cpp
+++ b/src/api.cpp
@@ -2,7 +2,7 @@
  * the extent permitted by applicable law. You can redistribute it
  * and/or modify it under the terms of the Do What The Fuck You Want
  * To Public License, Version 2, as published by Sam Hocevar. See
- * http://sam.zoy.org/wtfpl/COPYING for more details. */
+ * http://www.wtfpl.net/ for more details. */
 
 #include "api.h"
 
@@ -294,7 +294,7 @@ gameDetails API::getGameDetails(const std::string& game_name, const unsigned int
                 if (type & GlobalConstants::INSTALLERS[i].installerId)
                 {
                     std::string installer = "installer_" + GlobalConstants::INSTALLERS[i].installerCode + "_";
-                    for  (unsigned int j = 0; j < GlobalConstants::LANGUAGES.size(); ++j)
+                    for (unsigned int j = 0; j < GlobalConstants::LANGUAGES.size(); ++j)
                     {
                         if (lang & GlobalConstants::LANGUAGES[j].languageId)
                         {
diff --git a/src/downloader.cpp b/src/downloader.cpp
index 94e2d6b..37f074c 100644
--- a/src/downloader.cpp
+++ b/src/downloader.cpp
@@ -2,7 +2,7 @@
  * the extent permitted by applicable law. You can redistribute it
  * and/or modify it under the terms of the Do What The Fuck You Want
  * To Public License, Version 2, as published by Sam Hocevar. See
- * http://sam.zoy.org/wtfpl/COPYING for more details. */
+ * http://www.wtfpl.net/ for more details. */
 
 #include "downloader.h"
 #include "util.h"
diff --git a/src/progressbar.cpp b/src/progressbar.cpp
index f3fea6e..7f36b2b 100644
--- a/src/progressbar.cpp
+++ b/src/progressbar.cpp
@@ -2,7 +2,7 @@
  * the extent permitted by applicable law. You can redistribute it
  * and/or modify it under the terms of the Do What The Fuck You Want
  * To Public License, Version 2, as published by Sam Hocevar. See
- * http://sam.zoy.org/wtfpl/COPYING for more details. */
+ * http://www.wtfpl.net/ for more details. */
 
 #include "progressbar.h"
 #include <cmath>
diff --git a/src/util.cpp b/src/util.cpp
index af9e8fa..6d2224a 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -2,7 +2,7 @@
  * the extent permitted by applicable law. You can redistribute it
  * and/or modify it under the terms of the Do What The Fuck You Want
  * To Public License, Version 2, as published by Sam Hocevar. See
- * http://sam.zoy.org/wtfpl/COPYING for more details. */
+ * http://www.wtfpl.net/ for more details. */
 
 #include "util.h"