From 07e4ce3eb427c8a6dbeb8aa21c54636989586cde Mon Sep 17 00:00:00 2001 From: BritishTeapot Date: Tue, 1 Apr 2025 19:56:10 +0200 Subject: [PATCH] Added missing license headers --- src/perm_permissions_table.c | 8 ++++++++ src/perm_permissions_table.h | 7 +++++++ src/process_info.h | 7 +++++++ 3 files changed, 22 insertions(+) diff --git a/src/perm_permissions_table.c b/src/perm_permissions_table.c index e51a7c7..0ec805b 100644 --- a/src/perm_permissions_table.c +++ b/src/perm_permissions_table.c @@ -1,3 +1,11 @@ +/* + ICFS: Interactively Controlled File System + Copyright (C) 2024-2025 Fedir Kovalov + + This program can be distributed under the terms of the GNU GPLv2. + See the file LICENSE. +*/ + #include "perm_permissions_table.h" #include "process_info.h" #include diff --git a/src/perm_permissions_table.h b/src/perm_permissions_table.h index 358ea8b..e5a76c3 100644 --- a/src/perm_permissions_table.h +++ b/src/perm_permissions_table.h @@ -1,3 +1,10 @@ +/* + ICFS: Interactively Controlled File System + Copyright (C) 2024-2025 Fedir Kovalov + + This program can be distributed under the terms of the GNU GPLv2. + See the file LICENSE. +*/ #ifndef PERM_PERMISSION_TABLE_H #define PERM_PERMISSION_TABLE_H diff --git a/src/process_info.h b/src/process_info.h index fe2e7d0..9645524 100644 --- a/src/process_info.h +++ b/src/process_info.h @@ -1,3 +1,10 @@ +/* + ICFS: Interactively Controlled File System + Copyright (C) 2024-2025 Fedir Kovalov + + This program can be distributed under the terms of the GNU GPLv2. + See the file LICENSE. +*/ #ifndef PROCESS_INFO_H #define PROCESS_INFO_H