aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/cfg
diff options
context:
space:
mode:
authorGravatar Subv <subv2112@gmail.com>2014-12-21 16:45:13 -0500
committerGravatar Subv <subv2112@gmail.com>2014-12-21 16:45:13 -0500
commit3e94b9054c542d3d76e6db622f361a03de788410 (patch)
tree7e2f547c48926d335e74809a29f8ea821b19fa03 /src/core/hle/service/cfg
parent6115f013a9df6faf66c9799ab25ecb106182b8c2 (diff)
CFG: Corrected the licenses in cfg_i.cpp and cfg_u.cpp
Diffstat (limited to 'src/core/hle/service/cfg')
-rw-r--r--src/core/hle/service/cfg/cfg_i.cpp2
-rw-r--r--src/core/hle/service/cfg/cfg_u.cpp2
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 b3f28f8e..3254cc10 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 439fcdbb..59934ea4 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"