diff options
| author | 2014-12-21 16:05:44 -0500 | |
|---|---|---|
| committer | 2014-12-21 16:05:44 -0500 | |
| commit | 0de6a08d75eaae68f441453a2f855b3e51a17143 (patch) | |
| tree | e55e49fa1e1cf5298889ca8be9b9f36db806478b /src/core/hle/svc.cpp | |
| parent | Update README.md (diff) | |
| parent | License change (diff) | |
| download | yuzu-0de6a08d75eaae68f441453a2f855b3e51a17143.tar.gz yuzu-0de6a08d75eaae68f441453a2f855b3e51a17143.tar.xz yuzu-0de6a08d75eaae68f441453a2f855b3e51a17143.zip | |
Merge pull request #291 from purpasmart96/license
License change
Diffstat (limited to 'src/core/hle/svc.cpp')
| -rw-r--r-- | src/core/hle/svc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/svc.cpp b/src/core/hle/svc.cpp index 70ef7839c..c98168e51 100644 --- a/src/core/hle/svc.cpp +++ b/src/core/hle/svc.cpp | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | // Copyright 2014 Citra Emulator Project | 1 | // Copyright 2014 Citra Emulator Project |
| 2 | // Licensed under GPLv2 | 2 | // Licensed under GPLv2 or any later version |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include <map> | 5 | #include <map> |