Update the url for WTFPL license

This commit is contained in:
Sude 2013-03-24 23:56:57 +02:00
parent e2253ebeca
commit 55134979fb
11 changed files with 12 additions and 12 deletions

View File

@ -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

View File

@ -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__

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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)
{

View File

@ -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"

View File

@ -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>

View File

@ -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"