diff options
author | Subv <subv2112@gmail.com> | 2014-12-21 16:45:13 -0500 |
---|---|---|
committer | Subv <subv2112@gmail.com> | 2014-12-21 16:45:13 -0500 |
commit | 3e94b9054c542d3d76e6db622f361a03de788410 (patch) | |
tree | 7e2f547c48926d335e74809a29f8ea821b19fa03 /src | |
parent | 6115f013a9df6faf66c9799ab25ecb106182b8c2 (diff) |
CFG: Corrected the licenses in cfg_i.cpp and cfg_u.cpp
Diffstat (limited to 'src')
-rw-r--r-- | src/core/hle/service/cfg/cfg_i.cpp | 2 | ||||
-rw-r--r-- | src/core/hle/service/cfg/cfg_u.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/cfg/cfg_i.cpp b/src/core/hle/service/cfg/cfg_i.cpp index b3f28f8e5..3254cc10e 100644 --- a/src/core/hle/service/cfg/cfg_i.cpp +++ b/src/core/hle/service/cfg/cfg_i.cpp @@ -1,5 +1,5 @@ // Copyright 2014 Citra Emulator Project -// Licensed under GPLv2 +// Licensed under GPLv2 or any later version // Refer to the license.txt file included. #include "common/log.h" diff --git a/src/core/hle/service/cfg/cfg_u.cpp b/src/core/hle/service/cfg/cfg_u.cpp index 439fcdbb9..59934ea46 100644 --- a/src/core/hle/service/cfg/cfg_u.cpp +++ b/src/core/hle/service/cfg/cfg_u.cpp @@ -1,5 +1,5 @@ // Copyright 2014 Citra Emulator Project -// Licensed under GPLv2 +// Licensed under GPLv2 or any later version // Refer to the license.txt file included. #include "common/file_util.h" |