From ef9c1d0a9e2913b74b47cf5916b35ae456047575 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 29 Sep 2021 04:05:21 +0200 Subject: [PATCH] Update the copyright notice --- src/arch/amd64/kernel.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */