From ec52fd1e8b98738905886b86658bcd9d5cb4b823 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Tue, 10 Oct 2023 17:37:58 +0200 Subject: [PATCH] Suoritin: Added file description to component.h. --- repos/os/include/suoritin/component.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/repos/os/include/suoritin/component.h b/repos/os/include/suoritin/component.h index bc4859c7bb..91775a2c9c 100644 --- a/repos/os/include/suoritin/component.h +++ b/repos/os/include/suoritin/component.h @@ -1,3 +1,16 @@ +/* + * \brief Suoritin - Task-based CPU session component and root component + * \author Michael Müller + * \date 2023-10-10 + */ + +/* + * Copyright (C) 2010-2020 Genode Labs GmbH + * Copyright (C) 2023 Michael Müller, Osnabrück University + * + * This file is part of EalánOS, which is distributed + * under the terms of the GNU Affero General Public License version 3. + */ #pragma once /* Genode includes */ #include