Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Galfurian committed Jan 17, 2024
1 parent af79958 commit 30e01ba
Show file tree
Hide file tree
Showing 312 changed files with 314 additions and 314 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2014-2022 MentOs-Team.
Copyright (c) 2014-2024 MentOs-Team.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion files/README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MentOS 0.5.4
MentOS 0.6.0

Welcome to the MentOS, the Mentoring Operating System.

Expand Down
2 changes: 1 addition & 1 deletion libc/inc/array.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file array.h
/// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/assert.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file assert.h
/// @brief Defines the function and pre-processor macro for assertions.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/bits/ioctls.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file ioctls.h
/// @brief Input/Output ConTroL (IOCTL) numbers.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/bits/stat.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file stat.h
/// @brief Defines the structure used by the functiosn fstat(), lstat(), and stat().
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/bits/termios-struct.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file termios-struct.h
/// @brief Definition of the `termios` structure.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/ctype.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file ctype.h
/// @brief Functions related to character handling.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/fcntl.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file fcntl.h
/// @brief Headers of functions fcntl() and open().
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/fcvt.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file fcvt.h
/// @brief Declare the functions required to turn double values into a string.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/grp.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file grp.h
/// @brief Defines the structures and functions for managing groups.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/io/ansi_colors.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file ansi_colors.h
/// @brief List of ANSI colors.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/io/debug.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file debug.h
/// @brief Debugging primitives.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/io/mm_io.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file mm_io.h
/// @brief Memory Mapped IO functions.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/io/port_io.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file port_io.h
/// @brief Byte I/O on ports prototypes.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/libgen.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file libgen.h
/// @brief String routines.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#include "stddef.h"
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/limits.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file limits.h
/// @brief OS numeric limits.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/math.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file math.h
/// @brief Mathematical constants and functions.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/pwd.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file pwd.h
/// @brief Contains the structure and functions for managing passwords.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/readline.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file readline.h
/// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#include "stddef.h"
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/ring_buffer.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file ring_buffer.h
/// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/sched.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file sched.h
/// @brief Structures and functions for managing the scheduler.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#include "sys/types.h"
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/signal.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file signal.h
/// @brief Signals definition.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/stdarg.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file stdarg.h
/// @brief Contains the macros required to manage variable number of arguments.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/stdbool.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file stdbool.h
/// @brief Defines the boolean values.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/stddef.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file stddef.h
/// @brief Define basic data types.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/stdint.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file stdint.h
/// @brief Standard integer data-types.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/stdio.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file stdio.h
/// @brief Standard I/0 functions.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/stdlib.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file stdlib.h
/// @brief Useful generic functions and macros.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/strerror.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file strerror.h
/// @brief Contains the function that transfornms an errno into a string.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/string.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file string.h
/// @brief String routines.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/sys/bitops.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file bitops.h
/// @brief Bitmasks functions.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/sys/dirent.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file dirent.h
/// @brief Functions used to manage directories.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/sys/errno.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file errno.h
/// @brief System call errors definition.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/sys/ioctl.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file ioctl.h
/// @brief Input/Output ConTroL (IOCTL) functions.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/sys/ipc.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file ipc.h
/// @brief Inter-Process Communication (IPC) structures.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/sys/kernel_levels.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file kernel_levels.h
/// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/sys/list_head.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file list_head.h
/// @brief
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/sys/list_head_algorithm.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// @file list_head_algorithm.h
/// @author Enrico Fraccaroli ([email protected])
/// @brief Some general algorithm that might come in handy while using list_head.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/sys/mman.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// @file mman.h
/// @author Enrico Fraccaroli ([email protected])
/// @brief Functions for managing mappings in virtual address space.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/sys/msg.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file msg.h
/// @brief Definition of structure for managing message queues.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/sys/reboot.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file reboot.h
/// @brief Defines the values required to issue a reboot.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/sys/sem.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file sem.h
/// @brief Definition of structure for managing semaphores.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/sys/shm.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file shm.h
/// @brief Definition of structure for managing shared memories.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/sys/stat.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file stat.h
/// @brief Stat functions.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/sys/types.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file types.h
/// @brief Collection of Kernel datatype
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/sys/unistd.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file unistd.h
/// @brief Functions used to manage files.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/sys/utsname.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file utsname.h
/// @brief Functions used to provide information about the machine & OS.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/sys/wait.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file wait.h
/// @brief Event management functions.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion libc/inc/system/syscall_types.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// @file syscall_types.h
/// @brief System Call numbers.
/// @copyright (c) 2014-2023 This file is distributed under the MIT License.
/// @copyright (c) 2014-2024 This file is distributed under the MIT License.
/// See LICENSE.md for details.

#pragma once
Expand Down
Loading

0 comments on commit 30e01ba

Please sign in to comment.