Skip to content

Commit 8dd242b

Browse files
committed
docs: add license for spinlock.c
1 parent ba7e2f1 commit 8dd242b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/kernel/spinlock.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2026 ukoOS Contributors
3+
*
4+
* SPDX-License-Identifier: GPL-3.0-or-later
5+
*/
6+
17
#include <hart_locals.h>
28
#include <panic.h>
39
#include <spinlock.h>

0 commit comments

Comments
 (0)