Update copyright headers and years

This commit is contained in:
2022-06-27 21:36:56 +04:00
parent f0f8cb8e37
commit 7f88bbf11c
29 changed files with 220 additions and 67 deletions

View File

@@ -1,3 +1,12 @@
/*
SPDX-License-Identifier: GPL-2.0-or-later
UMKa - User-Mode KolibriOS developer tools
mkdirrange - make directories with names in range
Copyright (C) 2018-2019 Ivan Baravy <dunkaist@gmail.com>
*/
#include <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>