Add license in the source code files

This commit is contained in:
Fabio Scotto di Santolo
2025-07-08 15:33:04 +02:00
parent 32acc0954f
commit 6a95a62b5d
28 changed files with 168 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
/*
* SPDX-License-Identifier: MIT
* Copyright (c) 2025 Fabio Scotto di Santolo
*/
#include "tree.h"
#include <stdio.h>
#include <stdlib.h>

View File

@@ -1,3 +1,9 @@
/*
* SPDX-License-Identifier: MIT
* Copyright (c) 2025 Fabio Scotto di Santolo
*/
#include "tree.h"
#include <dirent.h>
#include <stdio.h>

View File

@@ -1,3 +1,9 @@
/*
* SPDX-License-Identifier: MIT
* Copyright (c) 2025 Fabio Scotto di Santolo
*/
#ifndef TREE_H
#define TREE_H