mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-08 16:33:22 +01:00
Add missing WTFPL license text to gameDetails and gameFile classes
This commit is contained in:
parent
33fb004cdd
commit
2538825fb2
@ -1,3 +1,9 @@
|
|||||||
|
/* This program is free software. It comes without any warranty, to
|
||||||
|
* 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://www.wtfpl.net/ for more details. */
|
||||||
|
|
||||||
#ifndef GAMEDETAILS_H
|
#ifndef GAMEDETAILS_H
|
||||||
#define GAMEDETAILS_H
|
#define GAMEDETAILS_H
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
/* This program is free software. It comes without any warranty, to
|
||||||
|
* 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://www.wtfpl.net/ for more details. */
|
||||||
|
|
||||||
#ifndef GAMEFILE_H
|
#ifndef GAMEFILE_H
|
||||||
#define GAMEFILE_H
|
#define GAMEFILE_H
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
/* This program is free software. It comes without any warranty, to
|
||||||
|
* 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://www.wtfpl.net/ for more details. */
|
||||||
|
|
||||||
#include "gamedetails.h"
|
#include "gamedetails.h"
|
||||||
|
|
||||||
gameDetails::gameDetails()
|
gameDetails::gameDetails()
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
/* This program is free software. It comes without any warranty, to
|
||||||
|
* 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://www.wtfpl.net/ for more details. */
|
||||||
|
|
||||||
#include "gamefile.h"
|
#include "gamefile.h"
|
||||||
|
|
||||||
gameFile::gameFile(const int& t_updated, const std::string& t_id, const std::string& t_name, const std::string& t_path, const std::string& t_size, const unsigned int& t_language, const unsigned int& t_platform, const int& t_silent)
|
gameFile::gameFile(const int& t_updated, const std::string& t_id, const std::string& t_name, const std::string& t_path, const std::string& t_size, const unsigned int& t_language, const unsigned int& t_platform, const int& t_silent)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user