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,11 @@
/*
SPDX-License-Identifier: GPL-2.0-or-later
UMKa - User-Mode KolibriOS developer tools
Copyright (C) 2021 Magomed Kostoev <mkostoevr@yandex.ru>
*/
#include "pci.h"
#include <stdio.h>

View File

@@ -1,3 +1,11 @@
/*
SPDX-License-Identifier: GPL-2.0-or-later
UMKa - User-Mode KolibriOS developer tools
Copyright (C) 2021 Magomed Kostoev <mkostoevr@yandex.ru>
*/
#ifndef PCI_H_INCLUDED
#define PCI_H_INCLUDED

View File

@@ -1,3 +1,11 @@
/*
SPDX-License-Identifier: GPL-2.0-or-later
UMKa - User-Mode KolibriOS developer tools
Copyright (C) 2021 Magomed Kostoev <mkostoevr@yandex.ru>
*/
#include <stdio.h>
void reset_procmask(void) {