summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-12-05 23:52:38 -0800
committerbunnei <bunneidev@gmail.com>2021-12-06 16:39:18 -0800
commit3f8eb44e7d9c5ec97cf7c032f92ed3fa34b5ebaa (patch)
tree0b91821df3664dbafa6d071980e287146569d18a /src
parent2e8d737a96f2326fe773ff29d2103d3a38c62df1 (diff)
hle: kernel: k_light_condition_variable: Revert unnecessary license comment changes.
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/kernel/k_light_condition_variable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/k_light_condition_variable.h b/src/core/hle/kernel/k_light_condition_variable.h
index 65d3bc3e1..5d6d7f128 100644
--- a/src/core/hle/kernel/k_light_condition_variable.h
+++ b/src/core/hle/kernel/k_light_condition_variable.h
@@ -1,4 +1,4 @@
-// Copyright 2021 yuzu Emulator Project
+// Copyright 2020 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.