Added missing license headers
This commit is contained in:
parent
d4a2cb3749
commit
31f6cc6ab8
@ -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
|
#ifndef ACCESS_T_H
|
||||||
#define ACCESS_T_H
|
#define 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.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "proc_operations.h"
|
#include "proc_operations.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.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
|
#ifndef PROC_OPERATIONS
|
||||||
#define PROC_OPERATIONS
|
#define PROC_OPERATIONS
|
||||||
|
|
||||||
|
@ -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
|
#ifndef REAL_FILENAME_H
|
||||||
#define REAL_FILENAME_H
|
#define REAL_FILENAME_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
|
#ifndef SET_MODE_T_H
|
||||||
#define SET_MODE_T_H
|
#define 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 TEMP_PERMISSIONS_TABLE_H
|
#ifndef TEMP_PERMISSIONS_TABLE_H
|
||||||
#define TEMP_PERMISSIONS_TABLE_H
|
#define TEMP_PERMISSIONS_TABLE_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user