mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-01 21:42:31 +01:00
Update the url for WTFPL license
This commit is contained in:
parent
e2253ebeca
commit
55134979fb
@ -2,7 +2,7 @@
|
|||||||
* the extent permitted by applicable law. You can redistribute it
|
* 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
|
* 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
|
* 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
|
#ifndef API_H
|
||||||
#define API_H
|
#define API_H
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* the extent permitted by applicable law. You can redistribute it
|
* 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
|
* 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
|
* 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__
|
#ifndef CONFIG_H__
|
||||||
#define CONFIG_H__
|
#define CONFIG_H__
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* the extent permitted by applicable law. You can redistribute it
|
* 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
|
* 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
|
* 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
|
#ifndef DOWNLOADER_H
|
||||||
#define DOWNLOADER_H
|
#define DOWNLOADER_H
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* the extent permitted by applicable law. You can redistribute it
|
* 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
|
* 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
|
* 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
|
#ifndef GLOBALCONSTANTS_H_INCLUDED
|
||||||
#define GLOBALCONSTANTS_H_INCLUDED
|
#define GLOBALCONSTANTS_H_INCLUDED
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* the extent permitted by applicable law. You can redistribute it
|
* 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
|
* 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
|
* 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
|
#ifndef PROGRESSBAR_H
|
||||||
#define PROGRESSBAR_H
|
#define PROGRESSBAR_H
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* the extent permitted by applicable law. You can redistribute it
|
* 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
|
* 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
|
* 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
|
#ifndef UTIL_H
|
||||||
#define UTIL_H
|
#define UTIL_H
|
||||||
|
2
main.cpp
2
main.cpp
@ -2,7 +2,7 @@
|
|||||||
* the extent permitted by applicable law. You can redistribute it
|
* 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
|
* 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
|
* 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 "downloader.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* the extent permitted by applicable law. You can redistribute it
|
* 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
|
* 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
|
* 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"
|
#include "api.h"
|
||||||
|
|
||||||
@ -294,7 +294,7 @@ gameDetails API::getGameDetails(const std::string& game_name, const unsigned int
|
|||||||
if (type & GlobalConstants::INSTALLERS[i].installerId)
|
if (type & GlobalConstants::INSTALLERS[i].installerId)
|
||||||
{
|
{
|
||||||
std::string installer = "installer_" + GlobalConstants::INSTALLERS[i].installerCode + "_";
|
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)
|
if (lang & GlobalConstants::LANGUAGES[j].languageId)
|
||||||
{
|
{
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* the extent permitted by applicable law. You can redistribute it
|
* 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
|
* 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
|
* 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 "downloader.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* the extent permitted by applicable law. You can redistribute it
|
* 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
|
* 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
|
* 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 "progressbar.h"
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* the extent permitted by applicable law. You can redistribute it
|
* 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
|
* 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
|
* 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"
|
#include "util.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user