From 31f6cc6ab866b299f77c2750947321eeed231470 Mon Sep 17 00:00:00 2001 From: fedir Date: Wed, 7 May 2025 16:06:19 +0200 Subject: [PATCH] Added missing license headers --- src/access_t.h | 8 ++++++++ src/proc_operations.c | 8 ++++++++ src/proc_operations.h | 8 ++++++++ src/real_filename.h | 8 ++++++++ src/set_mode_t.h | 7 +++++++ src/temp_permissions_table.h | 7 +++++++ 6 files changed, 46 insertions(+) diff --git a/src/access_t.h b/src/access_t.h index a1bda37..06d85ae 100644 --- a/src/access_t.h +++ b/src/access_t.h @@ -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. +*/ + #ifndef ACCESS_T_H #define ACCESS_T_H diff --git a/src/proc_operations.c b/src/proc_operations.c index 90bbb80..f6308d9 100644 --- a/src/proc_operations.c +++ b/src/proc_operations.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 "proc_operations.h" #include #include diff --git a/src/proc_operations.h b/src/proc_operations.h index e39b7c0..9b0a5de 100644 --- a/src/proc_operations.h +++ b/src/proc_operations.h @@ -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. +*/ + #ifndef PROC_OPERATIONS #define PROC_OPERATIONS diff --git a/src/real_filename.h b/src/real_filename.h index ee27b0a..e93ffcb 100644 --- a/src/real_filename.h +++ b/src/real_filename.h @@ -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. +*/ + #ifndef REAL_FILENAME_H #define REAL_FILENAME_H diff --git a/src/set_mode_t.h b/src/set_mode_t.h index f0e7582..376639c 100644 --- a/src/set_mode_t.h +++ b/src/set_mode_t.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 SET_MODE_T_H #define SET_MODE_T_H diff --git a/src/temp_permissions_table.h b/src/temp_permissions_table.h index 26f1a27..b460871 100644 --- a/src/temp_permissions_table.h +++ b/src/temp_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 TEMP_PERMISSIONS_TABLE_H #define TEMP_PERMISSIONS_TABLE_H