From 424bcec667f2d51a2e700b175c608e0547dd819d Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 17 Mar 2025 20:10:50 +0100 Subject: [PATCH] Update the copyright notice --- src/arch/i386/gdt.h | 2 +- src/loader/gdt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/arch/i386/gdt.h b/src/arch/i386/gdt.h index 71c9cab..68b527e 100644 --- a/src/arch/i386/gdt.h +++ b/src/arch/i386/gdt.h @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2018 Pierre Pronchery */ +/* Copyright (c) 2018-2025 Pierre Pronchery */ /* This file is part of DeforaOS uKernel */ diff --git a/src/loader/gdt.c b/src/loader/gdt.c index 759c148..bfa5da1 100644 --- a/src/loader/gdt.c +++ b/src/loader/gdt.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2018 Pierre Pronchery */ +/* Copyright (c) 2018-2025 Pierre Pronchery */ /* This file is part of DeforaOS uKernel */