From 6c529c5c6c2d016d77b143171c5e27fbec0d2bfd Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 12 Jun 2022 13:58:42 +0300 Subject: add license texts --- common/uapi/conf.c | 3 +++ common/uapi/dispatch.c | 3 +++ common/uapi/ipc.c | 3 +++ common/uapi/mem.c | 3 +++ common/uapi/proc.c | 3 +++ common/uapi/timers.c | 3 +++ 6 files changed, 18 insertions(+) (limited to 'common/uapi') diff --git a/common/uapi/conf.c b/common/uapi/conf.c index 26eb9cc..47a7a0f 100644 --- a/common/uapi/conf.c +++ b/common/uapi/conf.c @@ -1,3 +1,6 @@ +/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ + /** * @file conf.c * Runtime configuration sycall implementations. diff --git a/common/uapi/dispatch.c b/common/uapi/dispatch.c index 848fc3f..52cf8d9 100644 --- a/common/uapi/dispatch.c +++ b/common/uapi/dispatch.c @@ -1,3 +1,6 @@ +/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ + /** * @file dispatch.c * Syscall dispatch. diff --git a/common/uapi/ipc.c b/common/uapi/ipc.c index c163c93..8584673 100644 --- a/common/uapi/ipc.c +++ b/common/uapi/ipc.c @@ -1,3 +1,6 @@ +/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ + /** * @file ipc.c * Interprocess communication syscall implementations. diff --git a/common/uapi/mem.c b/common/uapi/mem.c index 45480a9..374e722 100644 --- a/common/uapi/mem.c +++ b/common/uapi/mem.c @@ -1,3 +1,6 @@ +/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ + /** * @file mem.c * Memory handling syscall implementations. diff --git a/common/uapi/proc.c b/common/uapi/proc.c index b2fc4f0..79d243f 100644 --- a/common/uapi/proc.c +++ b/common/uapi/proc.c @@ -1,3 +1,6 @@ +/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ + /** * @file proc.c * Process/thread handling syscall implementations. diff --git a/common/uapi/timers.c b/common/uapi/timers.c index 27928a3..bc3ef59 100644 --- a/common/uapi/timers.c +++ b/common/uapi/timers.c @@ -1,3 +1,6 @@ +/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ + /** * @file timers.c * Timer syscall implementations. -- cgit v1.3