diff options
| author | 2018-01-13 16:22:39 -0500 | |
|---|---|---|
| committer | 2018-01-13 16:22:39 -0500 | |
| commit | 1247c537860b3e3c6020372883181b6e44bedaf7 (patch) | |
| tree | 1b81da8028db0810350cd1dd7a0fc7c941cda30f /src/core/hle/service/apm | |
| parent | Remove settings issues in sdl and fix a few files that broke in mingw (diff) | |
| download | yuzu-1247c537860b3e3c6020372883181b6e44bedaf7.tar.gz yuzu-1247c537860b3e3c6020372883181b6e44bedaf7.tar.xz yuzu-1247c537860b3e3c6020372883181b6e44bedaf7.zip | |
yuzu: Update license text to be consistent across project.
Diffstat (limited to 'src/core/hle/service/apm')
| -rw-r--r-- | src/core/hle/service/apm/apm.cpp | 2 | ||||
| -rw-r--r-- | src/core/hle/service/apm/apm.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/apm/apm.cpp b/src/core/hle/service/apm/apm.cpp index 3cb7d5861..f70b9fc10 100644 --- a/src/core/hle/service/apm/apm.cpp +++ b/src/core/hle/service/apm/apm.cpp | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | // Copyright 2017 Citra Emulator Project | 1 | // Copyright 2018 yuzu emulator team |
| 2 | // Licensed under GPLv2 or any later version | 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 | ||
diff --git a/src/core/hle/service/apm/apm.h b/src/core/hle/service/apm/apm.h index 58472e189..377db71a4 100644 --- a/src/core/hle/service/apm/apm.h +++ b/src/core/hle/service/apm/apm.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | // Copyright 2017 Citra Emulator Project | 1 | // Copyright 2018 yuzu emulator team |
| 2 | // Licensed under GPLv2 or any later version | 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 | ||