diff --git a/src/arch/amd64/kernel.S b/src/arch/amd64/kernel.S index 9c461a5..883ccc6 100644 --- a/src/arch/amd64/kernel.S +++ b/src/arch/amd64/kernel.S @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2018-2019 Pierre Pronchery */ +/* Copyright (c) 2018-2021 Pierre Pronchery */ /* This file is part of DeforaOS uKernel */ /* Originally from https://wiki.osdev.org/Bare_Bones */