From 7aebbe52b9feeb3991419917c54084317cbd71ec Mon Sep 17 00:00:00 2001 From: Liav A Date: Sat, 14 Jan 2023 03:54:49 +0200 Subject: [PATCH] Meta: Fix copyright header in Kernel/Syscalls/jail.cpp file I wrote that file in 2022, not Andreas in 2018. --- Kernel/Syscalls/jail.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/Syscalls/jail.cpp b/Kernel/Syscalls/jail.cpp index 0f5ac4e16c..ba0eb092eb 100644 --- a/Kernel/Syscalls/jail.cpp +++ b/Kernel/Syscalls/jail.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2020, Andreas Kling + * Copyright (c) 2022, Liav A. * * SPDX-License-Identifier: BSD-2-Clause */