diff --git a/LICENSE.md b/LICENSE.md index c518811a..0687179c 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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 diff --git a/files/README b/files/README index 19c0b7b0..99390ef4 100644 --- a/files/README +++ b/files/README @@ -1,4 +1,4 @@ -MentOS 0.5.4 +MentOS 0.6.0 Welcome to the MentOS, the Mentoring Operating System. diff --git a/libc/inc/array.h b/libc/inc/array.h index b6870277..2ec1387a 100644 --- a/libc/inc/array.h +++ b/libc/inc/array.h @@ -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 diff --git a/libc/inc/assert.h b/libc/inc/assert.h index 061affa8..c520405b 100644 --- a/libc/inc/assert.h +++ b/libc/inc/assert.h @@ -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 diff --git a/libc/inc/bits/ioctls.h b/libc/inc/bits/ioctls.h index 698541be..a3646a97 100644 --- a/libc/inc/bits/ioctls.h +++ b/libc/inc/bits/ioctls.h @@ -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 diff --git a/libc/inc/bits/stat.h b/libc/inc/bits/stat.h index edc5856a..155d32d2 100644 --- a/libc/inc/bits/stat.h +++ b/libc/inc/bits/stat.h @@ -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 diff --git a/libc/inc/bits/termios-struct.h b/libc/inc/bits/termios-struct.h index ae818c5a..29bb7ea0 100644 --- a/libc/inc/bits/termios-struct.h +++ b/libc/inc/bits/termios-struct.h @@ -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 diff --git a/libc/inc/ctype.h b/libc/inc/ctype.h index 49240f7c..8b104d7c 100644 --- a/libc/inc/ctype.h +++ b/libc/inc/ctype.h @@ -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 diff --git a/libc/inc/fcntl.h b/libc/inc/fcntl.h index e4433c13..f5daa588 100644 --- a/libc/inc/fcntl.h +++ b/libc/inc/fcntl.h @@ -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 diff --git a/libc/inc/fcvt.h b/libc/inc/fcvt.h index e77650f2..95873bb2 100644 --- a/libc/inc/fcvt.h +++ b/libc/inc/fcvt.h @@ -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 diff --git a/libc/inc/grp.h b/libc/inc/grp.h index 8aeb5d03..50b7046f 100644 --- a/libc/inc/grp.h +++ b/libc/inc/grp.h @@ -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 diff --git a/libc/inc/io/ansi_colors.h b/libc/inc/io/ansi_colors.h index ec518eec..6c35ade5 100644 --- a/libc/inc/io/ansi_colors.h +++ b/libc/inc/io/ansi_colors.h @@ -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 diff --git a/libc/inc/io/debug.h b/libc/inc/io/debug.h index 40b1be01..2779343d 100644 --- a/libc/inc/io/debug.h +++ b/libc/inc/io/debug.h @@ -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 diff --git a/libc/inc/io/mm_io.h b/libc/inc/io/mm_io.h index 255ff43d..5458c72e 100644 --- a/libc/inc/io/mm_io.h +++ b/libc/inc/io/mm_io.h @@ -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 diff --git a/libc/inc/io/port_io.h b/libc/inc/io/port_io.h index 8e19e140..f2ac73ed 100644 --- a/libc/inc/io/port_io.h +++ b/libc/inc/io/port_io.h @@ -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 diff --git a/libc/inc/libgen.h b/libc/inc/libgen.h index c22b8986..cdadfd09 100644 --- a/libc/inc/libgen.h +++ b/libc/inc/libgen.h @@ -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" diff --git a/libc/inc/limits.h b/libc/inc/limits.h index 1d387e13..299dd0a4 100644 --- a/libc/inc/limits.h +++ b/libc/inc/limits.h @@ -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 diff --git a/libc/inc/math.h b/libc/inc/math.h index 97fb3eeb..cdab2d17 100644 --- a/libc/inc/math.h +++ b/libc/inc/math.h @@ -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 diff --git a/libc/inc/pwd.h b/libc/inc/pwd.h index 67349dff..48603db6 100644 --- a/libc/inc/pwd.h +++ b/libc/inc/pwd.h @@ -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 diff --git a/libc/inc/readline.h b/libc/inc/readline.h index 586d0312..aeeda1d5 100644 --- a/libc/inc/readline.h +++ b/libc/inc/readline.h @@ -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" diff --git a/libc/inc/ring_buffer.h b/libc/inc/ring_buffer.h index 64410e65..85b5ebcb 100644 --- a/libc/inc/ring_buffer.h +++ b/libc/inc/ring_buffer.h @@ -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 diff --git a/libc/inc/sched.h b/libc/inc/sched.h index 7f3dbf72..924c8d86 100644 --- a/libc/inc/sched.h +++ b/libc/inc/sched.h @@ -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" diff --git a/libc/inc/signal.h b/libc/inc/signal.h index f82785bd..eb68861f 100644 --- a/libc/inc/signal.h +++ b/libc/inc/signal.h @@ -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 diff --git a/libc/inc/stdarg.h b/libc/inc/stdarg.h index 9d754e31..f1d4d77e 100644 --- a/libc/inc/stdarg.h +++ b/libc/inc/stdarg.h @@ -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 diff --git a/libc/inc/stdbool.h b/libc/inc/stdbool.h index 80b523e2..578b0f7d 100644 --- a/libc/inc/stdbool.h +++ b/libc/inc/stdbool.h @@ -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 diff --git a/libc/inc/stddef.h b/libc/inc/stddef.h index 8414cddf..5e89e7ad 100644 --- a/libc/inc/stddef.h +++ b/libc/inc/stddef.h @@ -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 diff --git a/libc/inc/stdint.h b/libc/inc/stdint.h index 4edf19b9..cec853fe 100644 --- a/libc/inc/stdint.h +++ b/libc/inc/stdint.h @@ -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 diff --git a/libc/inc/stdio.h b/libc/inc/stdio.h index 79042d15..5cd99242 100644 --- a/libc/inc/stdio.h +++ b/libc/inc/stdio.h @@ -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 diff --git a/libc/inc/stdlib.h b/libc/inc/stdlib.h index 80aaf8ec..2e3dcf27 100644 --- a/libc/inc/stdlib.h +++ b/libc/inc/stdlib.h @@ -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 diff --git a/libc/inc/strerror.h b/libc/inc/strerror.h index ea9c406d..bc9b1b6c 100644 --- a/libc/inc/strerror.h +++ b/libc/inc/strerror.h @@ -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 diff --git a/libc/inc/string.h b/libc/inc/string.h index 058fbb88..5c41d6dd 100644 --- a/libc/inc/string.h +++ b/libc/inc/string.h @@ -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 diff --git a/libc/inc/sys/bitops.h b/libc/inc/sys/bitops.h index 8f04c0f1..36d42dab 100644 --- a/libc/inc/sys/bitops.h +++ b/libc/inc/sys/bitops.h @@ -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 diff --git a/libc/inc/sys/dirent.h b/libc/inc/sys/dirent.h index 9af04ecf..f3337f2f 100644 --- a/libc/inc/sys/dirent.h +++ b/libc/inc/sys/dirent.h @@ -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 diff --git a/libc/inc/sys/errno.h b/libc/inc/sys/errno.h index eded04ae..81da4dcc 100644 --- a/libc/inc/sys/errno.h +++ b/libc/inc/sys/errno.h @@ -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 diff --git a/libc/inc/sys/ioctl.h b/libc/inc/sys/ioctl.h index 6eac0c78..829cffaa 100644 --- a/libc/inc/sys/ioctl.h +++ b/libc/inc/sys/ioctl.h @@ -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 diff --git a/libc/inc/sys/ipc.h b/libc/inc/sys/ipc.h index c14302a3..61583f4b 100644 --- a/libc/inc/sys/ipc.h +++ b/libc/inc/sys/ipc.h @@ -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 diff --git a/libc/inc/sys/kernel_levels.h b/libc/inc/sys/kernel_levels.h index c9ff24e0..01822bba 100644 --- a/libc/inc/sys/kernel_levels.h +++ b/libc/inc/sys/kernel_levels.h @@ -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 diff --git a/libc/inc/sys/list_head.h b/libc/inc/sys/list_head.h index c1675b7d..e4b58111 100644 --- a/libc/inc/sys/list_head.h +++ b/libc/inc/sys/list_head.h @@ -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 diff --git a/libc/inc/sys/list_head_algorithm.h b/libc/inc/sys/list_head_algorithm.h index 934edc7e..e604f6db 100644 --- a/libc/inc/sys/list_head_algorithm.h +++ b/libc/inc/sys/list_head_algorithm.h @@ -1,7 +1,7 @@ /// @file list_head_algorithm.h /// @author Enrico Fraccaroli (enry.frak@gmail.com) /// @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 diff --git a/libc/inc/sys/mman.h b/libc/inc/sys/mman.h index b7a4f80f..4759b569 100644 --- a/libc/inc/sys/mman.h +++ b/libc/inc/sys/mman.h @@ -1,7 +1,7 @@ /// @file mman.h /// @author Enrico Fraccaroli (enry.frak@gmail.com) /// @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 diff --git a/libc/inc/sys/msg.h b/libc/inc/sys/msg.h index 4780d7fd..e7782109 100644 --- a/libc/inc/sys/msg.h +++ b/libc/inc/sys/msg.h @@ -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 diff --git a/libc/inc/sys/reboot.h b/libc/inc/sys/reboot.h index b68b0194..02267ba2 100644 --- a/libc/inc/sys/reboot.h +++ b/libc/inc/sys/reboot.h @@ -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 diff --git a/libc/inc/sys/sem.h b/libc/inc/sys/sem.h index ecd35139..ac37f64f 100644 --- a/libc/inc/sys/sem.h +++ b/libc/inc/sys/sem.h @@ -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 diff --git a/libc/inc/sys/shm.h b/libc/inc/sys/shm.h index d71e63b3..00639eb9 100644 --- a/libc/inc/sys/shm.h +++ b/libc/inc/sys/shm.h @@ -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 diff --git a/libc/inc/sys/stat.h b/libc/inc/sys/stat.h index 3b55cd4a..3b29421b 100644 --- a/libc/inc/sys/stat.h +++ b/libc/inc/sys/stat.h @@ -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 diff --git a/libc/inc/sys/types.h b/libc/inc/sys/types.h index 35276fe0..c974e615 100644 --- a/libc/inc/sys/types.h +++ b/libc/inc/sys/types.h @@ -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 diff --git a/libc/inc/sys/unistd.h b/libc/inc/sys/unistd.h index 8bfc6063..95b8e87f 100644 --- a/libc/inc/sys/unistd.h +++ b/libc/inc/sys/unistd.h @@ -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 diff --git a/libc/inc/sys/utsname.h b/libc/inc/sys/utsname.h index 1d66ba52..32f0581d 100644 --- a/libc/inc/sys/utsname.h +++ b/libc/inc/sys/utsname.h @@ -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 diff --git a/libc/inc/sys/wait.h b/libc/inc/sys/wait.h index a4b1f2c2..ec491973 100644 --- a/libc/inc/sys/wait.h +++ b/libc/inc/sys/wait.h @@ -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 diff --git a/libc/inc/system/syscall_types.h b/libc/inc/system/syscall_types.h index e576e715..9d4556ed 100644 --- a/libc/inc/system/syscall_types.h +++ b/libc/inc/system/syscall_types.h @@ -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 diff --git a/libc/inc/termios.h b/libc/inc/termios.h index 288d21ae..43f73ebe 100644 --- a/libc/inc/termios.h +++ b/libc/inc/termios.h @@ -1,6 +1,6 @@ /// @file termios.h /// @brief Defines the termios 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 diff --git a/libc/inc/time.h b/libc/inc/time.h index f8ffde43..ac75e397 100644 --- a/libc/inc/time.h +++ b/libc/inc/time.h @@ -1,6 +1,6 @@ /// @file time.h /// @brief Time-related 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 diff --git a/libc/src/abort.c b/libc/src/abort.c index 4289026d..a7e44a07 100644 --- a/libc/src/abort.c +++ b/libc/src/abort.c @@ -1,6 +1,6 @@ /// @file abort.c /// @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 "sys/unistd.h" diff --git a/libc/src/assert.c b/libc/src/assert.c index 09e18240..6c763c03 100644 --- a/libc/src/assert.c +++ b/libc/src/assert.c @@ -1,6 +1,6 @@ /// @file assert.c /// @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 "assert.h" diff --git a/libc/src/ctype.c b/libc/src/ctype.c index dcd4244f..9fba619c 100644 --- a/libc/src/ctype.c +++ b/libc/src/ctype.c @@ -1,6 +1,6 @@ /// @file ctype.c /// @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. #include "ctype.h" diff --git a/libc/src/fcvt.c b/libc/src/fcvt.c index add331e2..06497ea0 100644 --- a/libc/src/fcvt.c +++ b/libc/src/fcvt.c @@ -1,6 +1,6 @@ /// @file fcvt.c /// @brief Define 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. #include "fcvt.h" diff --git a/libc/src/grp.c b/libc/src/grp.c index d9451c3a..6203fa71 100644 --- a/libc/src/grp.c +++ b/libc/src/grp.c @@ -1,6 +1,6 @@ /// @file grp.c /// @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 "grp.h" diff --git a/libc/src/io/debug.c b/libc/src/io/debug.c index 50511741..7d7d7e73 100644 --- a/libc/src/io/debug.c +++ b/libc/src/io/debug.c @@ -1,6 +1,6 @@ /// @file debug.c /// @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. #include "io/debug.h" diff --git a/libc/src/io/mm_io.c b/libc/src/io/mm_io.c index 2211ed24..917fcefc 100644 --- a/libc/src/io/mm_io.c +++ b/libc/src/io/mm_io.c @@ -1,6 +1,6 @@ /// @file mm_io.c /// @brief Memory Mapped IO functions implementation. -/// @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 "io/mm_io.h" diff --git a/libc/src/libc_start.c b/libc/src/libc_start.c index 01683ae3..d6fdf5b8 100644 --- a/libc/src/libc_start.c +++ b/libc/src/libc_start.c @@ -1,6 +1,6 @@ /// @file libc_start.c /// @brief Contains the programs initialization procedure. -/// @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/unistd.h" diff --git a/libc/src/libgen.c b/libc/src/libgen.c index 69ee6878..91f2f046 100644 --- a/libc/src/libgen.c +++ b/libc/src/libgen.c @@ -1,6 +1,6 @@ /// @file libgen.c /// @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 "libgen.h" diff --git a/libc/src/math.c b/libc/src/math.c index 8b98abb2..713fb9e1 100644 --- a/libc/src/math.c +++ b/libc/src/math.c @@ -1,6 +1,6 @@ /// @file math.c /// @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 "math.h" diff --git a/libc/src/pwd.c b/libc/src/pwd.c index 60121295..87a8d2bf 100644 --- a/libc/src/pwd.c +++ b/libc/src/pwd.c @@ -1,6 +1,6 @@ /// @file pwd.c /// @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 "pwd.h" diff --git a/libc/src/sched.c b/libc/src/sched.c index fffa9779..1006e7d7 100644 --- a/libc/src/sched.c +++ b/libc/src/sched.c @@ -1,6 +1,6 @@ /// @file sched.c /// @brief Function for managing 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 "system/syscall_types.h" diff --git a/libc/src/setenv.c b/libc/src/setenv.c index 2615c4f0..ca8e4cec 100644 --- a/libc/src/setenv.c +++ b/libc/src/setenv.c @@ -1,6 +1,6 @@ /// @file setenv.c /// @brief Defines the functions used to manipulate the environmental variables. -/// @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/errno.h" diff --git a/libc/src/stdio.c b/libc/src/stdio.c index 22a44f52..0d7dd2e4 100644 --- a/libc/src/stdio.c +++ b/libc/src/stdio.c @@ -1,6 +1,6 @@ /// @file stdio.c /// @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. #include "sys/errno.h" diff --git a/libc/src/stdlib.c b/libc/src/stdlib.c index 9874da05..2d39af12 100644 --- a/libc/src/stdlib.c +++ b/libc/src/stdlib.c @@ -1,6 +1,6 @@ /// @file stdlib.c /// @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" diff --git a/libc/src/strerror.c b/libc/src/strerror.c index 2f990f1d..6c1f5748 100644 --- a/libc/src/strerror.c +++ b/libc/src/strerror.c @@ -1,6 +1,6 @@ /// @file strerror.c /// @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 "strerror.h" diff --git a/libc/src/string.c b/libc/src/string.c index b5c13673..7d1dfa12 100644 --- a/libc/src/string.c +++ b/libc/src/string.c @@ -1,6 +1,6 @@ /// @file string.c /// @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 "string.h" diff --git a/libc/src/sys/errno.c b/libc/src/sys/errno.c index 1ebfab0a..0f49578b 100644 --- a/libc/src/sys/errno.c +++ b/libc/src/sys/errno.c @@ -1,6 +1,6 @@ /// @file errno.c /// @brief Stores the error number. -/// @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/errno.h" diff --git a/libc/src/sys/ioctl.c b/libc/src/sys/ioctl.c index 25225ad5..b8b81ba2 100644 --- a/libc/src/sys/ioctl.c +++ b/libc/src/sys/ioctl.c @@ -1,6 +1,6 @@ /// @file ioctl.c /// @brief Input/Output ConTroL (IOCTL) functions implementation. -/// @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/ioctl.h" diff --git a/libc/src/sys/ipc.c b/libc/src/sys/ipc.c index 84a35c18..98be4c49 100644 --- a/libc/src/sys/ipc.c +++ b/libc/src/sys/ipc.c @@ -1,6 +1,6 @@ /// @file ipc.c /// @brief Inter-Process Communication (IPC) system call implementation. -/// @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/ipc.h" diff --git a/libc/src/sys/mman.c b/libc/src/sys/mman.c index 386e85c4..17e7add8 100644 --- a/libc/src/sys/mman.c +++ b/libc/src/sys/mman.c @@ -1,7 +1,7 @@ /// @file mman.c /// @author Enrico Fraccaroli (enry.frak@gmail.com) /// @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. #include "sys/mman.h" diff --git a/libc/src/sys/unistd.c b/libc/src/sys/unistd.c index cef46a30..29775a3a 100644 --- a/libc/src/sys/unistd.c +++ b/libc/src/sys/unistd.c @@ -1,6 +1,6 @@ /// @file unistd.c /// @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. #include "sys/unistd.h" diff --git a/libc/src/sys/utsname.c b/libc/src/sys/utsname.c index 6ee65c5b..360c6573 100644 --- a/libc/src/sys/utsname.c +++ b/libc/src/sys/utsname.c @@ -1,6 +1,6 @@ /// @file utsname.c /// @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. #include "sys/utsname.h" diff --git a/libc/src/termios.c b/libc/src/termios.c index 7997d1a8..97f667c7 100644 --- a/libc/src/termios.c +++ b/libc/src/termios.c @@ -1,6 +1,6 @@ /// @file termios.c /// @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 "termios.h" diff --git a/libc/src/time.c b/libc/src/time.c index 198e10ac..de83029d 100644 --- a/libc/src/time.c +++ b/libc/src/time.c @@ -1,6 +1,6 @@ /// @file time.c /// @brief Clock 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. #include "time.h" diff --git a/libc/src/unistd/chdir.c b/libc/src/unistd/chdir.c index b3facf63..c5148828 100644 --- a/libc/src/unistd/chdir.c +++ b/libc/src/unistd/chdir.c @@ -1,6 +1,6 @@ /// @file chdir.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/close.c b/libc/src/unistd/close.c index 524fe7e4..5c4b5ca3 100644 --- a/libc/src/unistd/close.c +++ b/libc/src/unistd/close.c @@ -1,6 +1,6 @@ /// @file close.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/creat.c b/libc/src/unistd/creat.c index 81ecc1f8..5e0b554d 100644 --- a/libc/src/unistd/creat.c +++ b/libc/src/unistd/creat.c @@ -1,6 +1,6 @@ /// @file creat.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/exec.c b/libc/src/unistd/exec.c index 7ec62e27..0e7069ef 100644 --- a/libc/src/unistd/exec.c +++ b/libc/src/unistd/exec.c @@ -1,6 +1,6 @@ /// @file exec.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/exit.c b/libc/src/unistd/exit.c index 7148c1d8..2950c20a 100644 --- a/libc/src/unistd/exit.c +++ b/libc/src/unistd/exit.c @@ -1,6 +1,6 @@ /// @file exit.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/fork.c b/libc/src/unistd/fork.c index 08e4ccd2..d37fe2ed 100644 --- a/libc/src/unistd/fork.c +++ b/libc/src/unistd/fork.c @@ -1,6 +1,6 @@ /// @file fork.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/getcwd.c b/libc/src/unistd/getcwd.c index 4301ebaa..c08abe2d 100644 --- a/libc/src/unistd/getcwd.c +++ b/libc/src/unistd/getcwd.c @@ -1,6 +1,6 @@ /// @file getcwd.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/getdents.c b/libc/src/unistd/getdents.c index e91c9340..454bbd8e 100644 --- a/libc/src/unistd/getdents.c +++ b/libc/src/unistd/getdents.c @@ -1,6 +1,6 @@ /// @file getdents.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/getgid.c b/libc/src/unistd/getgid.c index 10a1587b..d3ab989d 100644 --- a/libc/src/unistd/getgid.c +++ b/libc/src/unistd/getgid.c @@ -1,6 +1,6 @@ /// @file getgid.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/getpgid.c b/libc/src/unistd/getpgid.c index 8184902c..d3a812db 100644 --- a/libc/src/unistd/getpgid.c +++ b/libc/src/unistd/getpgid.c @@ -1,6 +1,6 @@ /// @file getpgid.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/getpid.c b/libc/src/unistd/getpid.c index f55cc5d0..edb0b0e8 100644 --- a/libc/src/unistd/getpid.c +++ b/libc/src/unistd/getpid.c @@ -1,6 +1,6 @@ /// @file getpid.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/getppid.c b/libc/src/unistd/getppid.c index 1229bb10..08cc4fcd 100644 --- a/libc/src/unistd/getppid.c +++ b/libc/src/unistd/getppid.c @@ -1,6 +1,6 @@ /// @file getppid.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/getsid.c b/libc/src/unistd/getsid.c index 78a7226c..94f0dec7 100644 --- a/libc/src/unistd/getsid.c +++ b/libc/src/unistd/getsid.c @@ -1,6 +1,6 @@ /// @file getsid.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/getuid.c b/libc/src/unistd/getuid.c index b4926e89..76d03af1 100644 --- a/libc/src/unistd/getuid.c +++ b/libc/src/unistd/getuid.c @@ -1,6 +1,6 @@ /// @file getuid.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/interval.c b/libc/src/unistd/interval.c index 542c9994..596d5ede 100644 --- a/libc/src/unistd/interval.c +++ b/libc/src/unistd/interval.c @@ -1,6 +1,6 @@ /// @file interval.c /// @brief Function for setting allarms. -/// @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/unistd.h" diff --git a/libc/src/unistd/kill.c b/libc/src/unistd/kill.c index e2c2bfb3..64dcfecb 100644 --- a/libc/src/unistd/kill.c +++ b/libc/src/unistd/kill.c @@ -1,6 +1,6 @@ /// @file kill.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/lseek.c b/libc/src/unistd/lseek.c index 979febd6..db4342de 100644 --- a/libc/src/unistd/lseek.c +++ b/libc/src/unistd/lseek.c @@ -1,6 +1,6 @@ /// @file open.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/mkdir.c b/libc/src/unistd/mkdir.c index a9cc03ee..62dea0c0 100644 --- a/libc/src/unistd/mkdir.c +++ b/libc/src/unistd/mkdir.c @@ -1,6 +1,6 @@ /// @file mkdir.c /// @brief Make directory 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. #include "sys/unistd.h" diff --git a/libc/src/unistd/nice.c b/libc/src/unistd/nice.c index ddb474fe..62a30aa7 100644 --- a/libc/src/unistd/nice.c +++ b/libc/src/unistd/nice.c @@ -1,6 +1,6 @@ /// @file nice.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/open.c b/libc/src/unistd/open.c index 23c7e147..d6072fb0 100644 --- a/libc/src/unistd/open.c +++ b/libc/src/unistd/open.c @@ -1,6 +1,6 @@ /// @file open.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/read.c b/libc/src/unistd/read.c index d9381be2..95e5e698 100644 --- a/libc/src/unistd/read.c +++ b/libc/src/unistd/read.c @@ -1,6 +1,6 @@ /// @file read.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/readlink.c b/libc/src/unistd/readlink.c index 0dc2eb9c..9e9482e6 100644 --- a/libc/src/unistd/readlink.c +++ b/libc/src/unistd/readlink.c @@ -1,6 +1,6 @@ /// @file readlink.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/reboot.c b/libc/src/unistd/reboot.c index 8e5fcb19..ca562661 100644 --- a/libc/src/unistd/reboot.c +++ b/libc/src/unistd/reboot.c @@ -1,6 +1,6 @@ /// @file reboot.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/rmdir.c b/libc/src/unistd/rmdir.c index e9912b43..5c9cc7f8 100644 --- a/libc/src/unistd/rmdir.c +++ b/libc/src/unistd/rmdir.c @@ -1,6 +1,6 @@ /// @file rmdir.c /// @brief Make directory 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. #include "sys/unistd.h" diff --git a/libc/src/unistd/setgid.c b/libc/src/unistd/setgid.c index e7b91750..50fc5c01 100644 --- a/libc/src/unistd/setgid.c +++ b/libc/src/unistd/setgid.c @@ -1,6 +1,6 @@ /// @file setgid.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/setpgid.c b/libc/src/unistd/setpgid.c index c38ccf77..a0477ddb 100644 --- a/libc/src/unistd/setpgid.c +++ b/libc/src/unistd/setpgid.c @@ -1,6 +1,6 @@ /// @file setpgid.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/setsid.c b/libc/src/unistd/setsid.c index 4ccc4fd6..f67624a8 100644 --- a/libc/src/unistd/setsid.c +++ b/libc/src/unistd/setsid.c @@ -1,6 +1,6 @@ /// @file setsid.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/setuid.c b/libc/src/unistd/setuid.c index 47392106..920c352c 100644 --- a/libc/src/unistd/setuid.c +++ b/libc/src/unistd/setuid.c @@ -1,6 +1,6 @@ /// @file setuid.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/signal.c b/libc/src/unistd/signal.c index bc370fb9..3f385601 100644 --- a/libc/src/unistd/signal.c +++ b/libc/src/unistd/signal.c @@ -1,6 +1,6 @@ /// @file signal.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/stat.c b/libc/src/unistd/stat.c index d4269296..063b056c 100644 --- a/libc/src/unistd/stat.c +++ b/libc/src/unistd/stat.c @@ -1,6 +1,6 @@ /// @file stat.c /// @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. #include "sys/unistd.h" diff --git a/libc/src/unistd/symlink.c b/libc/src/unistd/symlink.c index 9744e796..8039d40b 100644 --- a/libc/src/unistd/symlink.c +++ b/libc/src/unistd/symlink.c @@ -1,6 +1,6 @@ /// @file symlink.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/unlink.c b/libc/src/unistd/unlink.c index 5f9ae912..63b95165 100644 --- a/libc/src/unistd/unlink.c +++ b/libc/src/unistd/unlink.c @@ -1,6 +1,6 @@ /// @file unlink.c /// @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 "sys/unistd.h" diff --git a/libc/src/unistd/write.c b/libc/src/unistd/write.c index a8e1cf08..e32d509a 100644 --- a/libc/src/unistd/write.c +++ b/libc/src/unistd/write.c @@ -1,6 +1,6 @@ /// @file write.c /// @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 "sys/unistd.h" diff --git a/libc/src/vscanf.c b/libc/src/vscanf.c index c42e4ca8..7206a1fc 100644 --- a/libc/src/vscanf.c +++ b/libc/src/vscanf.c @@ -1,6 +1,6 @@ /// @file vscanf.c /// @brief Reading formatting 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 diff --git a/libc/src/vsprintf.c b/libc/src/vsprintf.c index f0dd779f..8945df50 100644 --- a/libc/src/vsprintf.c +++ b/libc/src/vsprintf.c @@ -1,6 +1,6 @@ /// @file vsprintf.c /// @brief Print formatting 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 "sys/bitops.h" diff --git a/mentos/inc/boot.h b/mentos/inc/boot.h index 67c2615b..5c3d6bac 100644 --- a/mentos/inc/boot.h +++ b/mentos/inc/boot.h @@ -1,6 +1,6 @@ /// @file boot.h /// @brief Bootloader 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 diff --git a/mentos/inc/descriptor_tables/gdt.h b/mentos/inc/descriptor_tables/gdt.h index 573a4d2c..6a0e204d 100644 --- a/mentos/inc/descriptor_tables/gdt.h +++ b/mentos/inc/descriptor_tables/gdt.h @@ -7,7 +7,7 @@ /// including the base address, the size, and access privileges like /// executability and writability. These memory areas are called segments in /// Intel terminology. -/// @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. /// @addtogroup descriptor_tables Descriptor Tables /// @brief GDT, IDT and TSS are all data structures specified by Intel x86 diff --git a/mentos/inc/descriptor_tables/idt.h b/mentos/inc/descriptor_tables/idt.h index f705ba49..0e6ea4f2 100644 --- a/mentos/inc/descriptor_tables/idt.h +++ b/mentos/inc/descriptor_tables/idt.h @@ -9,7 +9,7 @@ /// appropriate segment registers needed for kernel mode before the kernel’s /// C-level interrupt handler is called. To handle the right exception, the /// correct entry in the IDT should be pointed to the correct ISR. -/// @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. /// @addtogroup descriptor_tables Descriptor Tables /// @{ diff --git a/mentos/inc/descriptor_tables/isr.h b/mentos/inc/descriptor_tables/isr.h index 89c1a844..acb19291 100644 --- a/mentos/inc/descriptor_tables/isr.h +++ b/mentos/inc/descriptor_tables/isr.h @@ -1,6 +1,6 @@ /// @file isr.h /// @brief Data structures concerning the Interrupt Service Routines (ISRs). -/// @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. /// @addtogroup descriptor_tables Descriptor Tables /// @{ diff --git a/mentos/inc/descriptor_tables/tss.h b/mentos/inc/descriptor_tables/tss.h index a29de521..775f19e8 100644 --- a/mentos/inc/descriptor_tables/tss.h +++ b/mentos/inc/descriptor_tables/tss.h @@ -1,6 +1,6 @@ /// @file tss.h /// @brief Data structures concerning the Task State Segment (TSS). -/// @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. /// @addtogroup descriptor_tables Descriptor Tables /// @{ diff --git a/mentos/inc/devices/fpu.h b/mentos/inc/devices/fpu.h index f505ccc2..381b68d2 100644 --- a/mentos/inc/devices/fpu.h +++ b/mentos/inc/devices/fpu.h @@ -1,6 +1,6 @@ /// @file fpu.h /// @brief Floating Point Unit (FPU). -/// @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. /// @addtogroup devices Hardware Interfaces /// @brief Data structures and functions for managing hardware devices. diff --git a/mentos/inc/devices/pci.h b/mentos/inc/devices/pci.h index 0c29cd49..89062cae 100644 --- a/mentos/inc/devices/pci.h +++ b/mentos/inc/devices/pci.h @@ -1,6 +1,6 @@ /// @file pci.h /// @brief Routines for interfacing with the Peripheral Component Interconnect (PCI). -/// @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. /// @addtogroup devices Hardware Interfaces /// @{ diff --git a/mentos/inc/drivers/ata/ata.h b/mentos/inc/drivers/ata/ata.h index 8f6aa8f9..9cd11877 100644 --- a/mentos/inc/drivers/ata/ata.h +++ b/mentos/inc/drivers/ata/ata.h @@ -7,7 +7,7 @@ /// can terminate at an IDE card connected to PCI. /// ATAPI is an extension to ATA (recently renamed to PATA) which adds support /// for the SCSI command set. -/// @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. /// @addtogroup drivers Device Drivers /// @{ diff --git a/mentos/inc/drivers/ata/ata_types.h b/mentos/inc/drivers/ata/ata_types.h index 7cec71d7..c4b8bd52 100644 --- a/mentos/inc/drivers/ata/ata_types.h +++ b/mentos/inc/drivers/ata/ata_types.h @@ -1,6 +1,6 @@ /// @file ata_types.h /// @brief Data types for managing Advanced Technology Attachment (ATA) devices. -/// @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. /// @addtogroup ata /// @{ diff --git a/mentos/inc/drivers/fdc.h b/mentos/inc/drivers/fdc.h index 7cb89a91..892a2dbd 100644 --- a/mentos/inc/drivers/fdc.h +++ b/mentos/inc/drivers/fdc.h @@ -1,6 +1,6 @@ /// @file fdc.h /// @brief Definitions about the floppy. -/// @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. /// @addtogroup drivers Device Drivers /// @{ diff --git a/mentos/inc/drivers/keyboard/keyboard.h b/mentos/inc/drivers/keyboard/keyboard.h index 509b6c67..38628e10 100644 --- a/mentos/inc/drivers/keyboard/keyboard.h +++ b/mentos/inc/drivers/keyboard/keyboard.h @@ -1,6 +1,6 @@ /// @file keyboard.h /// @brief Drivers for the Keyboard devices. -/// @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. /// @addtogroup drivers Device Drivers /// @{ diff --git a/mentos/inc/drivers/keyboard/keymap.h b/mentos/inc/drivers/keyboard/keymap.h index ea77b110..2ee7deb6 100644 --- a/mentos/inc/drivers/keyboard/keymap.h +++ b/mentos/inc/drivers/keyboard/keymap.h @@ -1,6 +1,6 @@ /// @file keymap.h /// @brief Keymap for keyboard. -/// @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. /// @addtogroup drivers Device Drivers /// @{ diff --git a/mentos/inc/drivers/mouse.h b/mentos/inc/drivers/mouse.h index 71e9649d..b9f80d05 100644 --- a/mentos/inc/drivers/mouse.h +++ b/mentos/inc/drivers/mouse.h @@ -1,6 +1,6 @@ /// @file mouse.h /// @brief Driver for *PS2* Mouses. -/// @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. /// @addtogroup drivers Device Drivers /// @{ diff --git a/mentos/inc/drivers/ps2.h b/mentos/inc/drivers/ps2.h index 78f3e2f6..f06a50df 100644 --- a/mentos/inc/drivers/ps2.h +++ b/mentos/inc/drivers/ps2.h @@ -1,6 +1,6 @@ /// @file ps2.h /// @brief PS/2 drivers. -/// @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 diff --git a/mentos/inc/drivers/rtc.h b/mentos/inc/drivers/rtc.h index b1690421..e5d27db8 100644 --- a/mentos/inc/drivers/rtc.h +++ b/mentos/inc/drivers/rtc.h @@ -1,6 +1,6 @@ /// @file rtc.h /// @brief Real Time Clock (RTC) driver. -/// @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. /// @addtogroup drivers Device Drivers /// @brief Routines for interfacing with peripheral devices. diff --git a/mentos/inc/elf/elf.h b/mentos/inc/elf/elf.h index 0aacaa3e..505c970e 100644 --- a/mentos/inc/elf/elf.h +++ b/mentos/inc/elf/elf.h @@ -1,6 +1,6 @@ /// @file elf.h /// @brief Function for managing the Executable and Linkable Format (ELF). -/// @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 diff --git a/mentos/inc/fs/ext2.h b/mentos/inc/fs/ext2.h index e62efe18..00f6b2f4 100644 --- a/mentos/inc/fs/ext2.h +++ b/mentos/inc/fs/ext2.h @@ -1,6 +1,6 @@ /// @file ext2.h /// @brief EXT2 driver. -/// @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 diff --git a/mentos/inc/fs/ioctl.h b/mentos/inc/fs/ioctl.h index 7c233472..5b8fd792 100644 --- a/mentos/inc/fs/ioctl.h +++ b/mentos/inc/fs/ioctl.h @@ -1,6 +1,6 @@ /// @file ioctl.h /// @brief Declares device controlling operations. -/// @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 diff --git a/mentos/inc/fs/procfs.h b/mentos/inc/fs/procfs.h index 9b7dc0a2..7ef3eefa 100644 --- a/mentos/inc/fs/procfs.h +++ b/mentos/inc/fs/procfs.h @@ -1,6 +1,6 @@ /// @file procfs.h /// @brief Proc file system public functions and 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 diff --git a/mentos/inc/fs/vfs.h b/mentos/inc/fs/vfs.h index 3a8aadc3..fb1f4481 100644 --- a/mentos/inc/fs/vfs.h +++ b/mentos/inc/fs/vfs.h @@ -1,6 +1,6 @@ /// @file vfs.h /// @brief Headers for Virtual File System (VFS). -/// @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 diff --git a/mentos/inc/fs/vfs_types.h b/mentos/inc/fs/vfs_types.h index f7771c2f..edd97f89 100644 --- a/mentos/inc/fs/vfs_types.h +++ b/mentos/inc/fs/vfs_types.h @@ -1,6 +1,6 @@ /// @file vfs_types.h /// @brief Virtual filesystem 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 diff --git a/mentos/inc/hardware/cpuid.h b/mentos/inc/hardware/cpuid.h index 5babfffb..b22e584c 100644 --- a/mentos/inc/hardware/cpuid.h +++ b/mentos/inc/hardware/cpuid.h @@ -4,7 +4,7 @@ /// CPUID instruction (identified by a CPUID opcode) is a processor /// supplementary instruction (its name derived from CPU IDentification) /// allowing software to discover details of the processor. -/// @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 diff --git a/mentos/inc/hardware/pic8259.h b/mentos/inc/hardware/pic8259.h index 8c1e3695..29dd94a0 100644 --- a/mentos/inc/hardware/pic8259.h +++ b/mentos/inc/hardware/pic8259.h @@ -3,7 +3,7 @@ /// @details /// The Intel 8259 is a Programmable Interrupt Controller (PIC) designed /// for the Intel 8085 and Intel 8086 microprocessors. -/// @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 diff --git a/mentos/inc/hardware/timer.h b/mentos/inc/hardware/timer.h index 2d6147c4..b0972b80 100644 --- a/mentos/inc/hardware/timer.h +++ b/mentos/inc/hardware/timer.h @@ -1,6 +1,6 @@ /// @file timer.h /// @brief Programmable Interval Timer (PIT) definitions. -/// @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 diff --git a/mentos/inc/io/proc_modules.h b/mentos/inc/io/proc_modules.h index e6c35e00..3715860f 100644 --- a/mentos/inc/io/proc_modules.h +++ b/mentos/inc/io/proc_modules.h @@ -1,6 +1,6 @@ /// @file proc_modules.h /// @brief Contains functions for managing procfs filesystems. -/// @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 diff --git a/mentos/inc/io/vga/vga.h b/mentos/inc/io/vga/vga.h index 764194a6..61ce11a1 100644 --- a/mentos/inc/io/vga/vga.h +++ b/mentos/inc/io/vga/vga.h @@ -1,6 +1,6 @@ /// @file vga.h /// @brief Functions required to manage the Video Graphics Array (VGA). -/// @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 diff --git a/mentos/inc/io/vga/vga_mode.h b/mentos/inc/io/vga/vga_mode.h index cf92f4ce..24704191 100644 --- a/mentos/inc/io/vga/vga_mode.h +++ b/mentos/inc/io/vga/vga_mode.h @@ -1,6 +1,6 @@ /// @file vga_mode.h /// @brief VGA models. -/// @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 diff --git a/mentos/inc/io/vga/vga_palette.h b/mentos/inc/io/vga/vga_palette.h index 9a831aa3..c0676d15 100644 --- a/mentos/inc/io/vga/vga_palette.h +++ b/mentos/inc/io/vga/vga_palette.h @@ -1,6 +1,6 @@ /// @file vga_palette.h /// @brief VGA color palettes. -/// @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 diff --git a/mentos/inc/io/video.h b/mentos/inc/io/video.h index 16cfb462..cc6e3a19 100644 --- a/mentos/inc/io/video.h +++ b/mentos/inc/io/video.h @@ -1,6 +1,6 @@ /// @file video.h /// @brief Video functions and costants. -/// @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 diff --git a/mentos/inc/ipc/ipc.h b/mentos/inc/ipc/ipc.h index c76e80d9..0906baaa 100644 --- a/mentos/inc/ipc/ipc.h +++ b/mentos/inc/ipc/ipc.h @@ -1,6 +1,6 @@ /// @file ipc.h /// @brief Vital IPC structures and functions kernel side. -/// @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 diff --git a/mentos/inc/kernel.h b/mentos/inc/kernel.h index 37712d01..c2a39eb9 100644 --- a/mentos/inc/kernel.h +++ b/mentos/inc/kernel.h @@ -1,6 +1,6 @@ /// @file kernel.h /// @brief Kernel generic data structure 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 diff --git a/mentos/inc/klib/compiler.h b/mentos/inc/klib/compiler.h index 916a013c..f6651886 100644 --- a/mentos/inc/klib/compiler.h +++ b/mentos/inc/klib/compiler.h @@ -36,7 +36,7 @@ /// CPU are perceived by the rest of the system as the operations cross the /// interface between the CPU and rest of the system (the dotted lines). /// -/// @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 diff --git a/mentos/inc/klib/hashmap.h b/mentos/inc/klib/hashmap.h index b1eb0ed6..5c68497e 100644 --- a/mentos/inc/klib/hashmap.h +++ b/mentos/inc/klib/hashmap.h @@ -1,6 +1,6 @@ /// @file hashmap.h /// @brief Functions for managing a structure that can map keys to 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 diff --git a/mentos/inc/klib/irqflags.h b/mentos/inc/klib/irqflags.h index 9c6a4941..cf7a54b2 100644 --- a/mentos/inc/klib/irqflags.h +++ b/mentos/inc/klib/irqflags.h @@ -1,6 +1,6 @@ /// @file irqflags.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 diff --git a/mentos/inc/klib/list.h b/mentos/inc/klib/list.h index 63fdfcab..a17c28d9 100644 --- a/mentos/inc/klib/list.h +++ b/mentos/inc/klib/list.h @@ -1,6 +1,6 @@ /// @file list.h /// @brief An implementation for generic list. -/// @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 diff --git a/mentos/inc/klib/mutex.h b/mentos/inc/klib/mutex.h index 2e9a91c7..b86b5933 100644 --- a/mentos/inc/klib/mutex.h +++ b/mentos/inc/klib/mutex.h @@ -1,6 +1,6 @@ /// @file mutex.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 diff --git a/mentos/inc/klib/ndtree.h b/mentos/inc/klib/ndtree.h index f1a3e458..66f4a05c 100644 --- a/mentos/inc/klib/ndtree.h +++ b/mentos/inc/klib/ndtree.h @@ -1,6 +1,6 @@ /// @file ndtree.h /// @brief N-Dimensional tree. -/// @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 diff --git a/mentos/inc/klib/rbtree.h b/mentos/inc/klib/rbtree.h index 6c728171..5b642a6a 100644 --- a/mentos/inc/klib/rbtree.h +++ b/mentos/inc/klib/rbtree.h @@ -1,6 +1,6 @@ /// @file rbtree.h /// @brief Red/Black tree. -/// @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 diff --git a/mentos/inc/klib/spinlock.h b/mentos/inc/klib/spinlock.h index 7e094c76..6565f140 100644 --- a/mentos/inc/klib/spinlock.h +++ b/mentos/inc/klib/spinlock.h @@ -1,6 +1,6 @@ /// @file spinlock.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 diff --git a/mentos/inc/klib/stack_helper.h b/mentos/inc/klib/stack_helper.h index 00a33b47..3ec2619a 100644 --- a/mentos/inc/klib/stack_helper.h +++ b/mentos/inc/klib/stack_helper.h @@ -1,6 +1,6 @@ /// @file stack_helper.h /// @brief Couple of macros that help accessing the stack. -/// @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 diff --git a/mentos/inc/klib/stdatomic.h b/mentos/inc/klib/stdatomic.h index 4ad95104..5bbd776c 100644 --- a/mentos/inc/klib/stdatomic.h +++ b/mentos/inc/klib/stdatomic.h @@ -1,6 +1,6 @@ /// @file stdatomic.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 diff --git a/mentos/inc/link_access.h b/mentos/inc/link_access.h index 8a8b3748..796e4508 100644 --- a/mentos/inc/link_access.h +++ b/mentos/inc/link_access.h @@ -1,6 +1,6 @@ /// @file link_access.h /// @brief Set of macros that provide access to linking symbols. -/// @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 diff --git a/mentos/inc/mem/buddysystem.h b/mentos/inc/mem/buddysystem.h index e01aa022..90d31d81 100644 --- a/mentos/inc/mem/buddysystem.h +++ b/mentos/inc/mem/buddysystem.h @@ -1,6 +1,6 @@ /// @file buddysystem.h /// @brief Buddy System. -/// @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 diff --git a/mentos/inc/mem/gfp.h b/mentos/inc/mem/gfp.h index 11f7d456..a87f1e4c 100644 --- a/mentos/inc/mem/gfp.h +++ b/mentos/inc/mem/gfp.h @@ -1,6 +1,6 @@ /// @file gfp.h /// @brief List of Get Free Pages (GFP) Flags. -/// @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 diff --git a/mentos/inc/mem/kheap.h b/mentos/inc/mem/kheap.h index fd1e9360..b269d112 100644 --- a/mentos/inc/mem/kheap.h +++ b/mentos/inc/mem/kheap.h @@ -1,7 +1,7 @@ /// @file kheap.h /// @brief Interface for kernel heap functions, also provides a placement /// malloc() for use before the heap is initialised. -/// @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 diff --git a/mentos/inc/mem/paging.h b/mentos/inc/mem/paging.h index ce32f4df..24f178c7 100644 --- a/mentos/inc/mem/paging.h +++ b/mentos/inc/mem/paging.h @@ -1,6 +1,6 @@ /// @file paging.h /// @brief Implementation of a memory paging management. -/// @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 diff --git a/mentos/inc/mem/slab.h b/mentos/inc/mem/slab.h index ccee5884..cce9dac8 100644 --- a/mentos/inc/mem/slab.h +++ b/mentos/inc/mem/slab.h @@ -1,6 +1,6 @@ /// @file slab.h /// @brief Functions and structures for managing memory slabs. -/// @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 diff --git a/mentos/inc/mem/vmem_map.h b/mentos/inc/mem/vmem_map.h index 343c1d22..45ff225c 100644 --- a/mentos/inc/mem/vmem_map.h +++ b/mentos/inc/mem/vmem_map.h @@ -1,6 +1,6 @@ /// @file vmem_map.h /// @brief Virtual memory mapping 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 diff --git a/mentos/inc/mem/zone_allocator.h b/mentos/inc/mem/zone_allocator.h index 9859ab01..fdbfb1fb 100644 --- a/mentos/inc/mem/zone_allocator.h +++ b/mentos/inc/mem/zone_allocator.h @@ -1,6 +1,6 @@ /// @file zone_allocator.h /// @brief Implementation of the Zone Allocator -/// @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 diff --git a/mentos/inc/multiboot.h b/mentos/inc/multiboot.h index f1c9aa02..58b97735 100644 --- a/mentos/inc/multiboot.h +++ b/mentos/inc/multiboot.h @@ -1,6 +1,6 @@ /// @file multiboot.h /// @brief Data structures used for multiboot. -/// @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. // Do not inc here in boot.s. diff --git a/mentos/inc/proc_access.h b/mentos/inc/proc_access.h index 06d91609..92dce200 100644 --- a/mentos/inc/proc_access.h +++ b/mentos/inc/proc_access.h @@ -1,6 +1,6 @@ /// @file proc_access.h /// @brief Set of functions and flags used to manage processors registers. -/// @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 diff --git a/mentos/inc/process/prio.h b/mentos/inc/process/prio.h index 44bc73a1..c5bca67a 100644 --- a/mentos/inc/process/prio.h +++ b/mentos/inc/process/prio.h @@ -1,6 +1,6 @@ /// @file prio.h /// @brief Defines processes priority value. -/// @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. // Priority of a process goes from 0..MAX_PRIO-1, valid RT diff --git a/mentos/inc/process/process.h b/mentos/inc/process/process.h index 8d7c9275..baefbe28 100644 --- a/mentos/inc/process/process.h +++ b/mentos/inc/process/process.h @@ -1,6 +1,6 @@ /// @file process.h /// @brief Process data structures 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 diff --git a/mentos/inc/process/scheduler.h b/mentos/inc/process/scheduler.h index 2817c4b8..5a969aff 100644 --- a/mentos/inc/process/scheduler.h +++ b/mentos/inc/process/scheduler.h @@ -1,6 +1,6 @@ /// @file scheduler.h /// @brief Scheduler structures 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 diff --git a/mentos/inc/process/wait.h b/mentos/inc/process/wait.h index 8748fde8..b92a2580 100644 --- a/mentos/inc/process/wait.h +++ b/mentos/inc/process/wait.h @@ -1,6 +1,6 @@ /// @file wait.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 diff --git a/mentos/inc/sys/module.h b/mentos/inc/sys/module.h index 3e687e10..d92d726e 100644 --- a/mentos/inc/sys/module.h +++ b/mentos/inc/sys/module.h @@ -1,6 +1,6 @@ /// @file module.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 diff --git a/mentos/inc/sys/reboot.h b/mentos/inc/sys/reboot.h index 49c18f2c..e439564c 100644 --- a/mentos/inc/sys/reboot.h +++ b/mentos/inc/sys/reboot.h @@ -1,6 +1,6 @@ /// @file reboot.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 diff --git a/mentos/inc/sys/types.h b/mentos/inc/sys/types.h index 35276fe0..c974e615 100644 --- a/mentos/inc/sys/types.h +++ b/mentos/inc/sys/types.h @@ -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 diff --git a/mentos/inc/sys/utsname.h b/mentos/inc/sys/utsname.h index ce520ab2..ac78e366 100644 --- a/mentos/inc/sys/utsname.h +++ b/mentos/inc/sys/utsname.h @@ -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 diff --git a/mentos/inc/system/panic.h b/mentos/inc/system/panic.h index bbb2ce73..16a5d679 100644 --- a/mentos/inc/system/panic.h +++ b/mentos/inc/system/panic.h @@ -1,6 +1,6 @@ /// @file panic.h /// @brief Functions used to manage kernel panic. -/// @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 diff --git a/mentos/inc/system/printk.h b/mentos/inc/system/printk.h index 63213b48..759c1ce9 100644 --- a/mentos/inc/system/printk.h +++ b/mentos/inc/system/printk.h @@ -1,6 +1,6 @@ /// @file printk.h /// @brief Functions for managing the kernel messages. -/// @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 diff --git a/mentos/inc/system/signal.h b/mentos/inc/system/signal.h index 4d66a7a5..8f51c27b 100644 --- a/mentos/inc/system/signal.h +++ b/mentos/inc/system/signal.h @@ -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 diff --git a/mentos/inc/system/syscall.h b/mentos/inc/system/syscall.h index 973fc751..74c5f2e3 100644 --- a/mentos/inc/system/syscall.h +++ b/mentos/inc/system/syscall.h @@ -1,6 +1,6 @@ /// @file syscall.h /// @brief System Call handler 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 diff --git a/mentos/inc/version.h b/mentos/inc/version.h index ef4fba89..c2a4a338 100644 --- a/mentos/inc/version.h +++ b/mentos/inc/version.h @@ -1,6 +1,6 @@ /// @file version.h /// @brief Version information. -/// @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 @@ -18,10 +18,10 @@ #define OS_MAJOR_VERSION 0 /// Minor version of the operating system. -#define OS_MINOR_VERSION 5 +#define OS_MINOR_VERSION 6 /// Micro version of the operating system. -#define OS_MICRO_VERSION 4 +#define OS_MICRO_VERSION 0 /// Helper to transform the given argument into a string. #define OS_STR_HELPER(x) #x diff --git a/mentos/src/boot.c b/mentos/src/boot.c index f6482e38..102cd2e5 100644 --- a/mentos/src/boot.c +++ b/mentos/src/boot.c @@ -1,6 +1,6 @@ /// @file boot.c /// @brief Bootloader. -/// @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 "boot.h" diff --git a/mentos/src/descriptor_tables/exception.c b/mentos/src/descriptor_tables/exception.c index 0ca2f59b..9e3669c5 100644 --- a/mentos/src/descriptor_tables/exception.c +++ b/mentos/src/descriptor_tables/exception.c @@ -1,6 +1,6 @@ /// @file exception.c /// @brief Functions which manage the Interrupt Service Routines (ISRs). -/// @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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/descriptor_tables/gdt.c b/mentos/src/descriptor_tables/gdt.c index d214cda4..126a4605 100644 --- a/mentos/src/descriptor_tables/gdt.c +++ b/mentos/src/descriptor_tables/gdt.c @@ -1,6 +1,6 @@ /// @file gdt.c /// @brief Functions which manage the Global Descriptor Table (GDT). -/// @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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/descriptor_tables/idt.c b/mentos/src/descriptor_tables/idt.c index 45197125..23e75eb8 100644 --- a/mentos/src/descriptor_tables/idt.c +++ b/mentos/src/descriptor_tables/idt.c @@ -1,6 +1,6 @@ /// @file idt.c /// @brief Functions which manage the Interrupt Descriptor Table (IDT). -/// @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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/descriptor_tables/interrupt.c b/mentos/src/descriptor_tables/interrupt.c index a64111ba..05fb5576 100644 --- a/mentos/src/descriptor_tables/interrupt.c +++ b/mentos/src/descriptor_tables/interrupt.c @@ -1,6 +1,6 @@ /// @file interrupt.c /// @brief Functions which manage the Interrupt Service Routines (ISRs). -/// @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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/descriptor_tables/tss.c b/mentos/src/descriptor_tables/tss.c index 271e8f59..126534ab 100644 --- a/mentos/src/descriptor_tables/tss.c +++ b/mentos/src/descriptor_tables/tss.c @@ -1,6 +1,6 @@ /// @file tss.c /// @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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/devices/fpu.c b/mentos/src/devices/fpu.c index 48f09322..0dc0910e 100644 --- a/mentos/src/devices/fpu.c +++ b/mentos/src/devices/fpu.c @@ -1,6 +1,6 @@ /// @file fpu.c /// @brief Floating Point Unit (FPU). -/// @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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/devices/pci.c b/mentos/src/devices/pci.c index 00ac3026..bf8eaddb 100644 --- a/mentos/src/devices/pci.c +++ b/mentos/src/devices/pci.c @@ -1,6 +1,6 @@ /// @file pci.c /// @brief Routines for PCI initialization. -/// @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. ///! @cond Doxygen_Suppress diff --git a/mentos/src/drivers/ata.c b/mentos/src/drivers/ata.c index 926a8f91..343ac916 100644 --- a/mentos/src/drivers/ata.c +++ b/mentos/src/drivers/ata.c @@ -1,6 +1,6 @@ /// @file ata.c /// @brief Advanced Technology Attachment (ATA) and Advanced Technology Attachment Packet Interface (ATAPI) drivers. -/// @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. /// @addtogroup ata /// @{ diff --git a/mentos/src/drivers/fdc.c b/mentos/src/drivers/fdc.c index eaf86a12..fad654b8 100644 --- a/mentos/src/drivers/fdc.c +++ b/mentos/src/drivers/fdc.c @@ -1,6 +1,6 @@ /// @file fdc.c /// @brief Floppy driver controller 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. /// @addtogroup fdc /// @{ diff --git a/mentos/src/drivers/keyboard/keyboard.c b/mentos/src/drivers/keyboard/keyboard.c index 773f9e20..8ef5da52 100644 --- a/mentos/src/drivers/keyboard/keyboard.c +++ b/mentos/src/drivers/keyboard/keyboard.c @@ -1,6 +1,6 @@ /// @file keyboard.c /// @brief Keyboard 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. /// @addtogroup keyboard /// @{ diff --git a/mentos/src/drivers/keyboard/keymap.c b/mentos/src/drivers/keyboard/keymap.c index e873cfa8..53f5af2c 100644 --- a/mentos/src/drivers/keyboard/keymap.c +++ b/mentos/src/drivers/keyboard/keymap.c @@ -1,6 +1,6 @@ /// @file keymap.c /// @brief Keymap for keyboard. -/// @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. /// @addtogroup keyboard /// @{ diff --git a/mentos/src/drivers/mouse.c b/mentos/src/drivers/mouse.c index c2d87c12..092276de 100644 --- a/mentos/src/drivers/mouse.c +++ b/mentos/src/drivers/mouse.c @@ -1,6 +1,6 @@ /// @file mouse.c /// @brief Driver for *PS2* Mouses. -/// @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.is distributed under the MIT License. /// @addtogroup mouse /// @{ diff --git a/mentos/src/drivers/ps2.c b/mentos/src/drivers/ps2.c index d5562f2d..5cb6d0e7 100644 --- a/mentos/src/drivers/ps2.c +++ b/mentos/src/drivers/ps2.c @@ -1,6 +1,6 @@ /// @file ps2.c /// @brief PS/2 drivers. -/// @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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/drivers/rtc.c b/mentos/src/drivers/rtc.c index 818d49b2..43c72e37 100644 --- a/mentos/src/drivers/rtc.c +++ b/mentos/src/drivers/rtc.c @@ -1,6 +1,6 @@ /// @file rtc.c /// @brief Real Time Clock (RTC) driver. -/// @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. /// @addtogroup rtc /// @{ diff --git a/mentos/src/elf/elf.c b/mentos/src/elf/elf.c index 95200a15..ea82b1f7 100644 --- a/mentos/src/elf/elf.c +++ b/mentos/src/elf/elf.c @@ -1,6 +1,6 @@ /// @file elf.c /// @brief Function for multiboot support. -/// @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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/fs/ext2.c b/mentos/src/fs/ext2.c index e4a28991..59c41ee0 100644 --- a/mentos/src/fs/ext2.c +++ b/mentos/src/fs/ext2.c @@ -1,6 +1,6 @@ /// @file ext2.c /// @brief EXT2 driver. -/// @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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/fs/ioctl.c b/mentos/src/fs/ioctl.c index b6341f8c..ae562779 100644 --- a/mentos/src/fs/ioctl.c +++ b/mentos/src/fs/ioctl.c @@ -1,6 +1,6 @@ /// @file ioctl.c /// @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 "fs/ioctl.h" diff --git a/mentos/src/fs/namei.c b/mentos/src/fs/namei.c index 4d01d2b4..8206a93e 100644 --- a/mentos/src/fs/namei.c +++ b/mentos/src/fs/namei.c @@ -1,6 +1,6 @@ /// @file namei.c /// @brief Implementation 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. #include "fcntl.h" diff --git a/mentos/src/fs/open.c b/mentos/src/fs/open.c index 40ffe50f..22724863 100644 --- a/mentos/src/fs/open.c +++ b/mentos/src/fs/open.c @@ -1,6 +1,6 @@ /// @file open.c /// @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 "process/scheduler.h" diff --git a/mentos/src/fs/procfs.c b/mentos/src/fs/procfs.c index b66ff8ea..5072d9bb 100644 --- a/mentos/src/fs/procfs.c +++ b/mentos/src/fs/procfs.c @@ -1,6 +1,6 @@ /// @file procfs.c /// @brief Proc file system implementation. -/// @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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/fs/read_write.c b/mentos/src/fs/read_write.c index 97f7a897..8667701f 100644 --- a/mentos/src/fs/read_write.c +++ b/mentos/src/fs/read_write.c @@ -1,6 +1,6 @@ /// @file read_write.c /// @brief Read and write 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. #include "process/scheduler.h" diff --git a/mentos/src/fs/readdir.c b/mentos/src/fs/readdir.c index f9562448..fc0156a7 100644 --- a/mentos/src/fs/readdir.c +++ b/mentos/src/fs/readdir.c @@ -1,6 +1,6 @@ /// @file readdir.c /// @brief Function for accessing directory entries. -/// @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/dirent.h" diff --git a/mentos/src/fs/stat.c b/mentos/src/fs/stat.c index ef0182f9..b65393ac 100644 --- a/mentos/src/fs/stat.c +++ b/mentos/src/fs/stat.c @@ -1,6 +1,6 @@ /// @file stat.c /// @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. #include "io/debug.h" diff --git a/mentos/src/fs/vfs.c b/mentos/src/fs/vfs.c index 1193964a..35a179fc 100644 --- a/mentos/src/fs/vfs.c +++ b/mentos/src/fs/vfs.c @@ -1,6 +1,6 @@ /// @file vfs.c /// @brief Headers for Virtual File System (VFS). -/// @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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/hardware/cpuid.c b/mentos/src/hardware/cpuid.c index 06efa4a7..cfb80134 100644 --- a/mentos/src/hardware/cpuid.c +++ b/mentos/src/hardware/cpuid.c @@ -1,6 +1,6 @@ /// @file cpuid.c /// @brief CPUID-based function to detect CPU type. -/// @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 "hardware/cpuid.h" diff --git a/mentos/src/hardware/pic8259.c b/mentos/src/hardware/pic8259.c index 85520a08..38e7ffae 100644 --- a/mentos/src/hardware/pic8259.c +++ b/mentos/src/hardware/pic8259.c @@ -1,6 +1,6 @@ /// @file pic8259.c /// @brief pic8259 definitions. -/// @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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/hardware/timer.c b/mentos/src/hardware/timer.c index 72cc6124..6a622563 100644 --- a/mentos/src/hardware/timer.c +++ b/mentos/src/hardware/timer.c @@ -1,6 +1,6 @@ /// @file timer.c /// @brief Timer implementation. -/// @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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/io/debug.c b/mentos/src/io/debug.c index 39601632..af827988 100644 --- a/mentos/src/io/debug.c +++ b/mentos/src/io/debug.c @@ -1,6 +1,6 @@ /// @file debug.c /// @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. #include "io/debug.h" diff --git a/mentos/src/io/mm_io.c b/mentos/src/io/mm_io.c index c082b39a..c5a4f2fa 100644 --- a/mentos/src/io/mm_io.c +++ b/mentos/src/io/mm_io.c @@ -1,6 +1,6 @@ /// @file mm_io.c /// @brief Memory Mapped IO functions implementation. -/// @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 "io/mm_io.h" diff --git a/mentos/src/io/proc_feedback.c b/mentos/src/io/proc_feedback.c index 24570c79..b46ba95a 100644 --- a/mentos/src/io/proc_feedback.c +++ b/mentos/src/io/proc_feedback.c @@ -1,6 +1,6 @@ /// @file proc_feedback.c /// @brief Contains callbacks for procfs system files. -/// @copyright (c) 2014-2022 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 "fs/procfs.h" diff --git a/mentos/src/io/proc_ipc.c b/mentos/src/io/proc_ipc.c index d0306091..d69b9f21 100644 --- a/mentos/src/io/proc_ipc.c +++ b/mentos/src/io/proc_ipc.c @@ -1,6 +1,6 @@ /// @file proc_ipc.c /// @brief Contains callbacks for procfs system files. -/// @copyright (c) 2014-2022 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 "process/process.h" diff --git a/mentos/src/io/proc_running.c b/mentos/src/io/proc_running.c index 46031ed5..f6396de1 100644 --- a/mentos/src/io/proc_running.c +++ b/mentos/src/io/proc_running.c @@ -1,6 +1,6 @@ /// @file proc_running.c /// @brief Implementaiton of procr filesystem. -/// @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 "fs/procfs.h" diff --git a/mentos/src/io/proc_system.c b/mentos/src/io/proc_system.c index 56f40be5..ad9761c3 100644 --- a/mentos/src/io/proc_system.c +++ b/mentos/src/io/proc_system.c @@ -1,6 +1,6 @@ /// @file proc_system.c /// @brief Contains callbacks for procfs system 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. #include "fs/procfs.h" diff --git a/mentos/src/io/proc_video.c b/mentos/src/io/proc_video.c index e48acc25..7683fb2d 100644 --- a/mentos/src/io/proc_video.c +++ b/mentos/src/io/proc_video.c @@ -1,6 +1,6 @@ /// @file proc_video.c /// @brief Contains callbacks for procv system 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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/io/stdio.c b/mentos/src/io/stdio.c index ed1422f9..cfcab088 100644 --- a/mentos/src/io/stdio.c +++ b/mentos/src/io/stdio.c @@ -1,6 +1,6 @@ /// @file stdio.c /// @brief Standard 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. #include "system/syscall.h" diff --git a/mentos/src/io/vga/vga.c b/mentos/src/io/vga/vga.c index e51b6132..0614eea5 100644 --- a/mentos/src/io/vga/vga.c +++ b/mentos/src/io/vga/vga.c @@ -1,6 +1,6 @@ /// @file vga.c /// @brief Implementation of Video Graphics Array (VGA) drivers. -/// @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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/io/video.c b/mentos/src/io/video.c index 86ff0b80..90235498 100644 --- a/mentos/src/io/video.c +++ b/mentos/src/io/video.c @@ -1,6 +1,6 @@ /// @file video.c /// @brief Video functions and costants. -/// @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 "io/port_io.h" diff --git a/mentos/src/ipc/ipc.c b/mentos/src/ipc/ipc.c index 75206a6a..03862443 100644 --- a/mentos/src/ipc/ipc.c +++ b/mentos/src/ipc/ipc.c @@ -1,6 +1,6 @@ /// @file ipc.c /// @brief Vital IPC structures and functions kernel side. -/// @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 "ipc/ipc.h" diff --git a/mentos/src/ipc/msg.c b/mentos/src/ipc/msg.c index b406d272..a8f7d0a2 100644 --- a/mentos/src/ipc/msg.c +++ b/mentos/src/ipc/msg.c @@ -1,6 +1,6 @@ /// @file msg.c /// @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. // ============================================================================ diff --git a/mentos/src/ipc/sem.c b/mentos/src/ipc/sem.c index c8b2f103..4109160a 100644 --- a/mentos/src/ipc/sem.c +++ b/mentos/src/ipc/sem.c @@ -1,6 +1,6 @@ /// @file sem.c /// @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. /// @details /// # 03/04/2023 diff --git a/mentos/src/ipc/shm.c b/mentos/src/ipc/shm.c index ff3c27d8..5c25fc6d 100644 --- a/mentos/src/ipc/shm.c +++ b/mentos/src/ipc/shm.c @@ -1,6 +1,6 @@ /// @file shm.c /// @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. ///! @cond Doxygen_Suppress diff --git a/mentos/src/ipc/shm.old.c b/mentos/src/ipc/shm.old.c index 8aca6035..85013753 100644 --- a/mentos/src/ipc/shm.old.c +++ b/mentos/src/ipc/shm.old.c @@ -1,6 +1,6 @@ /// @file shm.c /// @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. ///! @cond Doxygen_Suppress diff --git a/mentos/src/kernel.c b/mentos/src/kernel.c index d6adf94c..e3362077 100644 --- a/mentos/src/kernel.c +++ b/mentos/src/kernel.c @@ -1,6 +1,6 @@ /// @file kernel.c /// @brief Kernel main function. -/// @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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/kernel/sys.c b/mentos/src/kernel/sys.c index 6cb4138b..3e1e442a 100644 --- a/mentos/src/kernel/sys.c +++ b/mentos/src/kernel/sys.c @@ -1,6 +1,6 @@ /// @file sys.c /// @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 "stdio.h" diff --git a/mentos/src/klib/assert.c b/mentos/src/klib/assert.c index cb6f348e..2e932f9f 100644 --- a/mentos/src/klib/assert.c +++ b/mentos/src/klib/assert.c @@ -1,6 +1,6 @@ /// @file assert.c /// @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 "assert.h" diff --git a/mentos/src/klib/ctype.c b/mentos/src/klib/ctype.c index dcd4244f..9fba619c 100644 --- a/mentos/src/klib/ctype.c +++ b/mentos/src/klib/ctype.c @@ -1,6 +1,6 @@ /// @file ctype.c /// @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. #include "ctype.h" diff --git a/mentos/src/klib/fcvt.c b/mentos/src/klib/fcvt.c index add331e2..06497ea0 100644 --- a/mentos/src/klib/fcvt.c +++ b/mentos/src/klib/fcvt.c @@ -1,6 +1,6 @@ /// @file fcvt.c /// @brief Define 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. #include "fcvt.h" diff --git a/mentos/src/klib/hashmap.c b/mentos/src/klib/hashmap.c index 097c0bbf..d9f27dec 100644 --- a/mentos/src/klib/hashmap.c +++ b/mentos/src/klib/hashmap.c @@ -1,6 +1,6 @@ /// @file hashmap.c /// @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 "klib/hashmap.h" diff --git a/mentos/src/klib/libgen.c b/mentos/src/klib/libgen.c index 243cf357..b7b7ec23 100644 --- a/mentos/src/klib/libgen.c +++ b/mentos/src/klib/libgen.c @@ -1,6 +1,6 @@ /// @file libgen.c /// @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 "system/syscall.h" diff --git a/mentos/src/klib/list.c b/mentos/src/klib/list.c index fbb4411a..cc37b868 100644 --- a/mentos/src/klib/list.c +++ b/mentos/src/klib/list.c @@ -1,6 +1,6 @@ /// @file list.c /// @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 "klib/list.h" diff --git a/mentos/src/klib/math.c b/mentos/src/klib/math.c index 8b98abb2..713fb9e1 100644 --- a/mentos/src/klib/math.c +++ b/mentos/src/klib/math.c @@ -1,6 +1,6 @@ /// @file math.c /// @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 "math.h" diff --git a/mentos/src/klib/mutex.c b/mentos/src/klib/mutex.c index 2c1a5e63..a53f0826 100644 --- a/mentos/src/klib/mutex.c +++ b/mentos/src/klib/mutex.c @@ -1,6 +1,6 @@ /// @file mutex.c /// @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 "klib/mutex.h" diff --git a/mentos/src/klib/ndtree.c b/mentos/src/klib/ndtree.c index 96373fda..a63b1fd1 100644 --- a/mentos/src/klib/ndtree.c +++ b/mentos/src/klib/ndtree.c @@ -1,6 +1,6 @@ /// @file ndtree.c /// @brief Red/Black tree. -/// @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 "io/debug.h" diff --git a/mentos/src/klib/rbtree.c b/mentos/src/klib/rbtree.c index 4cf046e0..6cae50aa 100644 --- a/mentos/src/klib/rbtree.c +++ b/mentos/src/klib/rbtree.c @@ -1,6 +1,6 @@ /// @file rbtree.c /// @brief Red/Black tree. -/// @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 "klib/rbtree.h" diff --git a/mentos/src/klib/spinlock.c b/mentos/src/klib/spinlock.c index 5031ad2f..351f2094 100644 --- a/mentos/src/klib/spinlock.c +++ b/mentos/src/klib/spinlock.c @@ -1,6 +1,6 @@ /// @file spinlock.c /// @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 "klib/spinlock.h" diff --git a/mentos/src/klib/stdlib.c b/mentos/src/klib/stdlib.c index b6e72e4a..fb26a794 100644 --- a/mentos/src/klib/stdlib.c +++ b/mentos/src/klib/stdlib.c @@ -1,6 +1,6 @@ /// @file stdlib.c /// @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 "stdlib.h" diff --git a/mentos/src/klib/strerror.c b/mentos/src/klib/strerror.c index 45fb6a33..65a51585 100644 --- a/mentos/src/klib/strerror.c +++ b/mentos/src/klib/strerror.c @@ -1,6 +1,6 @@ /// @file strerror.c /// @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 "strerror.h" diff --git a/mentos/src/klib/string.c b/mentos/src/klib/string.c index b5c13673..7d1dfa12 100644 --- a/mentos/src/klib/string.c +++ b/mentos/src/klib/string.c @@ -1,6 +1,6 @@ /// @file string.c /// @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 "string.h" diff --git a/mentos/src/klib/time.c b/mentos/src/klib/time.c index 80f01c05..ce02750c 100644 --- a/mentos/src/klib/time.c +++ b/mentos/src/klib/time.c @@ -1,6 +1,6 @@ /// @file time.c /// @brief Clock 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. #include "io/debug.h" diff --git a/mentos/src/klib/vscanf.c b/mentos/src/klib/vscanf.c index 2194b16b..b35208f5 100644 --- a/mentos/src/klib/vscanf.c +++ b/mentos/src/klib/vscanf.c @@ -1,6 +1,6 @@ /// @file vscanf.c /// @brief Reading formatting 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 "fs/vfs.h" diff --git a/mentos/src/klib/vsprintf.c b/mentos/src/klib/vsprintf.c index 9fd32ddc..7775e56e 100644 --- a/mentos/src/klib/vsprintf.c +++ b/mentos/src/klib/vsprintf.c @@ -1,6 +1,6 @@ /// @file vsprintf.c /// @brief Print formatting 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 "math.h" diff --git a/mentos/src/mem/buddysystem.c b/mentos/src/mem/buddysystem.c index f8bd412a..bd36ca59 100644 --- a/mentos/src/mem/buddysystem.c +++ b/mentos/src/mem/buddysystem.c @@ -1,6 +1,6 @@ /// @file buddysystem.c /// @brief Buddy System. -/// @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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/mem/kheap.c b/mentos/src/mem/kheap.c index ab1609a2..47b506b9 100644 --- a/mentos/src/mem/kheap.c +++ b/mentos/src/mem/kheap.c @@ -1,6 +1,6 @@ /// @file kheap.c /// @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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/mem/paging.c b/mentos/src/mem/paging.c index 932f471a..d953df0e 100644 --- a/mentos/src/mem/paging.c +++ b/mentos/src/mem/paging.c @@ -1,6 +1,6 @@ /// @file paging.c /// @brief Implementation of a memory paging management. -/// @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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/mem/slab.c b/mentos/src/mem/slab.c index e10c3309..234f2ffb 100644 --- a/mentos/src/mem/slab.c +++ b/mentos/src/mem/slab.c @@ -1,6 +1,6 @@ /// @file mouse.h /// @brief Driver for *PS2* Mouses. -/// @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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/mem/vmem_map.c b/mentos/src/mem/vmem_map.c index 4d5a9a6f..35b74a6a 100644 --- a/mentos/src/mem/vmem_map.c +++ b/mentos/src/mem/vmem_map.c @@ -1,6 +1,6 @@ /// @file vmem_map.c /// @brief Virtual memory mapping 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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/mem/zone_allocator.c b/mentos/src/mem/zone_allocator.c index 880bc992..8ba80909 100644 --- a/mentos/src/mem/zone_allocator.c +++ b/mentos/src/mem/zone_allocator.c @@ -1,6 +1,6 @@ /// @file zone_allocator.c /// @brief Implementation of the Zone Allocator -/// @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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/multiboot.c b/mentos/src/multiboot.c index 15eec49b..c7df2ccc 100644 --- a/mentos/src/multiboot.c +++ b/mentos/src/multiboot.c @@ -1,6 +1,6 @@ /// @file multiboot.c /// @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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/process/process.c b/mentos/src/process/process.c index f1b50ad8..d60d305a 100644 --- a/mentos/src/process/process.c +++ b/mentos/src/process/process.c @@ -1,6 +1,6 @@ /// @file process.c /// @brief Process data structures 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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/process/scheduler.c b/mentos/src/process/scheduler.c index 1f04d6ae..e0192f1f 100644 --- a/mentos/src/process/scheduler.c +++ b/mentos/src/process/scheduler.c @@ -1,6 +1,6 @@ /// @file scheduler.c /// @brief Scheduler structures 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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/process/scheduler_algorithm.c b/mentos/src/process/scheduler_algorithm.c index 675d82c9..32bed8d9 100644 --- a/mentos/src/process/scheduler_algorithm.c +++ b/mentos/src/process/scheduler_algorithm.c @@ -1,6 +1,6 @@ /// @file scheduler_algorithm.c /// @brief Round Robin algorithm. -/// @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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/process/scheduler_feedback.c b/mentos/src/process/scheduler_feedback.c index 63be3476..01b7e8f1 100644 --- a/mentos/src/process/scheduler_feedback.c +++ b/mentos/src/process/scheduler_feedback.c @@ -1,6 +1,6 @@ /// @file scheduler_feedback.c /// @brief Manage the current PID for the scheduler feedback session -/// @copyright (c) 2014-2022 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 "process/scheduler_feedback.h" diff --git a/mentos/src/process/wait.c b/mentos/src/process/wait.c index 71011242..46002877 100644 --- a/mentos/src/process/wait.c +++ b/mentos/src/process/wait.c @@ -1,6 +1,6 @@ /// @file wait.c /// @brief wait 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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/sys/module.c b/mentos/src/sys/module.c index dbd27fd1..3a214758 100644 --- a/mentos/src/sys/module.c +++ b/mentos/src/sys/module.c @@ -1,6 +1,6 @@ /// @file module.c /// @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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/sys/utsname.c b/mentos/src/sys/utsname.c index 5ab5cb22..2cfa3f95 100644 --- a/mentos/src/sys/utsname.c +++ b/mentos/src/sys/utsname.c @@ -1,6 +1,6 @@ /// @file utsname.c /// @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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/system/errno.c b/mentos/src/system/errno.c index 140ce553..44fd5b4d 100644 --- a/mentos/src/system/errno.c +++ b/mentos/src/system/errno.c @@ -1,6 +1,6 @@ /// @file errno.c /// @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 "sys/errno.h" diff --git a/mentos/src/system/panic.c b/mentos/src/system/panic.c index 9ac52ac9..2d1e171e 100644 --- a/mentos/src/system/panic.c +++ b/mentos/src/system/panic.c @@ -1,6 +1,6 @@ /// @file panic.c /// @brief Functions used to manage kernel panic. -/// @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 "system/panic.h" diff --git a/mentos/src/system/printk.c b/mentos/src/system/printk.c index 7b1e5a07..804ca4b0 100644 --- a/mentos/src/system/printk.c +++ b/mentos/src/system/printk.c @@ -1,6 +1,6 @@ /// @file printk.c /// @brief Functions for managing the kernel messages. -/// @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 "system/printk.h" diff --git a/mentos/src/system/signal.c b/mentos/src/system/signal.c index e6424a59..2780ad73 100644 --- a/mentos/src/system/signal.c +++ b/mentos/src/system/signal.c @@ -1,6 +1,6 @@ /// @file signal.c /// @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. // Setup the logging for this file (do this before any other include). diff --git a/mentos/src/system/syscall.c b/mentos/src/system/syscall.c index 0f886db2..9148635f 100644 --- a/mentos/src/system/syscall.c +++ b/mentos/src/system/syscall.c @@ -1,6 +1,6 @@ /// @file syscall.c /// @brief System Call 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. // Setup the logging for this file (do this before any other include). diff --git a/programs/cat.c b/programs/cat.c index ad89e6b2..a844e250 100644 --- a/programs/cat.c +++ b/programs/cat.c @@ -1,6 +1,6 @@ /// @file cat.c /// @brief `cat` program. -/// @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 "io/debug.h" diff --git a/programs/clear.c b/programs/clear.c index e806e57e..add50460 100644 --- a/programs/clear.c +++ b/programs/clear.c @@ -1,6 +1,6 @@ /// @file clear.c /// @brief `clear` program. -/// @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 diff --git a/programs/cpuid.c b/programs/cpuid.c index 0d6b1699..cb1c8ee0 100644 --- a/programs/cpuid.c +++ b/programs/cpuid.c @@ -1,6 +1,6 @@ /// @file cpuid.c /// @brief `cpuid` program. -/// @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 diff --git a/programs/date.c b/programs/date.c index 627bdd40..208de4e9 100644 --- a/programs/date.c +++ b/programs/date.c @@ -1,6 +1,6 @@ /// @file date.c /// @brief `date` program. -/// @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 diff --git a/programs/echo.c b/programs/echo.c index 8a3f1562..aef3adbb 100644 --- a/programs/echo.c +++ b/programs/echo.c @@ -1,6 +1,6 @@ /// @file echo.c /// @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 diff --git a/programs/edit.c b/programs/edit.c index 7c6a45a6..4d5752b9 100644 --- a/programs/edit.c +++ b/programs/edit.c @@ -1,6 +1,6 @@ /// @file edit.c /// @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 diff --git a/programs/env.c b/programs/env.c index 275d304d..1b026385 100644 --- a/programs/env.c +++ b/programs/env.c @@ -1,6 +1,6 @@ /// @file env.c /// @brief `env` program. -/// @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 diff --git a/programs/init.c b/programs/init.c index d95b789c..7292b0a0 100644 --- a/programs/init.c +++ b/programs/init.c @@ -1,6 +1,6 @@ /// @file init.c /// @brief `init` program. -/// @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 diff --git a/programs/ipcrm.c b/programs/ipcrm.c index 078bbc32..d817482a 100644 --- a/programs/ipcrm.c +++ b/programs/ipcrm.c @@ -1,6 +1,6 @@ /// @file ipcrm.c /// @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 diff --git a/programs/ipcs.c b/programs/ipcs.c index c167b367..2e756ec8 100644 --- a/programs/ipcs.c +++ b/programs/ipcs.c @@ -1,6 +1,6 @@ /// @file ipcs.c /// @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 diff --git a/programs/kill.c b/programs/kill.c index 2d0d08ff..7ff16957 100644 --- a/programs/kill.c +++ b/programs/kill.c @@ -1,6 +1,6 @@ /// @file kill.c /// @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 diff --git a/programs/login.c b/programs/login.c index e7aa74ba..16253766 100644 --- a/programs/login.c +++ b/programs/login.c @@ -1,6 +1,6 @@ ///// @file login.c /// @brief Functions used to manage login. -/// @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 diff --git a/programs/logo.c b/programs/logo.c index 3625fe77..218d1052 100644 --- a/programs/logo.c +++ b/programs/logo.c @@ -1,6 +1,6 @@ /// @file logo.c /// @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 diff --git a/programs/ls.c b/programs/ls.c index 9d1ebaac..58590807 100644 --- a/programs/ls.c +++ b/programs/ls.c @@ -1,6 +1,6 @@ /// @file ls.c /// @brief Command 'ls'. -/// @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 diff --git a/programs/man.c b/programs/man.c index aadc317b..bb07ba6a 100644 --- a/programs/man.c +++ b/programs/man.c @@ -1,6 +1,6 @@ /// @file man.c /// @brief Shows the available commands. -/// @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 diff --git a/programs/mkdir.c b/programs/mkdir.c index eebcf411..de296929 100644 --- a/programs/mkdir.c +++ b/programs/mkdir.c @@ -1,6 +1,6 @@ /// @file mkdir.c /// @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 diff --git a/programs/nice.c b/programs/nice.c index c5075aa0..7aa666b9 100644 --- a/programs/nice.c +++ b/programs/nice.c @@ -1,6 +1,6 @@ /// @file nice.c /// @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 diff --git a/programs/poweroff.c b/programs/poweroff.c index 3aa1f528..afdec0d5 100644 --- a/programs/poweroff.c +++ b/programs/poweroff.c @@ -1,6 +1,6 @@ /// @file poweroff.c /// @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 diff --git a/programs/ps.c b/programs/ps.c index c39a808d..445476ca 100644 --- a/programs/ps.c +++ b/programs/ps.c @@ -1,6 +1,6 @@ /// @file ps.c /// @brief Report a snapshot of the current processes. -/// @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 diff --git a/programs/pwd.c b/programs/pwd.c index ad9e6b75..d06f586b 100644 --- a/programs/pwd.c +++ b/programs/pwd.c @@ -1,6 +1,6 @@ /// @file pwd.c /// @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 diff --git a/programs/rm.c b/programs/rm.c index 81563ddc..e7920284 100644 --- a/programs/rm.c +++ b/programs/rm.c @@ -1,6 +1,6 @@ /// @file rm.c /// @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 diff --git a/programs/rmdir.c b/programs/rmdir.c index ee96147d..a1e6cfdd 100644 --- a/programs/rmdir.c +++ b/programs/rmdir.c @@ -1,6 +1,6 @@ /// @file rmdir.c /// @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 diff --git a/programs/shell.c b/programs/shell.c index d5d7af3c..5a035109 100644 --- a/programs/shell.c +++ b/programs/shell.c @@ -1,6 +1,6 @@ /// @file shell.c /// @brief Implement shell 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. #include diff --git a/programs/showpid.c b/programs/showpid.c index 5891a62b..cd1d2a88 100644 --- a/programs/showpid.c +++ b/programs/showpid.c @@ -1,6 +1,6 @@ /// @file showpid.c /// @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 diff --git a/programs/sleep.c b/programs/sleep.c index 312d48f1..cd6735b4 100644 --- a/programs/sleep.c +++ b/programs/sleep.c @@ -1,6 +1,6 @@ /// @file sleep.c /// @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 diff --git a/programs/tests/t_abort.c b/programs/tests/t_abort.c index b0ddf04b..adfc2c89 100644 --- a/programs/tests/t_abort.c +++ b/programs/tests/t_abort.c @@ -1,6 +1,6 @@ /// @file t_abort.c /// @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 diff --git a/programs/tests/t_alarm.c b/programs/tests/t_alarm.c index 6982b4df..06111bc0 100644 --- a/programs/tests/t_alarm.c +++ b/programs/tests/t_alarm.c @@ -1,6 +1,6 @@ /// @file t_alarm.c /// @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 diff --git a/programs/tests/t_exec.c b/programs/tests/t_exec.c index c348fbe0..a1f203b5 100644 --- a/programs/tests/t_exec.c +++ b/programs/tests/t_exec.c @@ -1,6 +1,6 @@ /// @file t_exec.c /// @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 diff --git a/programs/tests/t_exec_callee.c b/programs/tests/t_exec_callee.c index 34bf2293..f0c42280 100644 --- a/programs/tests/t_exec_callee.c +++ b/programs/tests/t_exec_callee.c @@ -1,6 +1,6 @@ /// @file t_exec_callee.c /// @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 diff --git a/programs/tests/t_fork.c b/programs/tests/t_fork.c index f3ee3998..12ba484d 100644 --- a/programs/tests/t_fork.c +++ b/programs/tests/t_fork.c @@ -1,6 +1,6 @@ /// @file t_fork.c /// @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 diff --git a/programs/tests/t_getenv.c b/programs/tests/t_getenv.c index fa1a528c..2c88e1bb 100644 --- a/programs/tests/t_getenv.c +++ b/programs/tests/t_getenv.c @@ -1,6 +1,6 @@ /// @file t_getenv.c /// @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 diff --git a/programs/tests/t_gid.c b/programs/tests/t_gid.c index cfc2001f..4d3ef723 100644 --- a/programs/tests/t_gid.c +++ b/programs/tests/t_gid.c @@ -1,6 +1,6 @@ /// @file t_gid.c /// @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 "grp.h" diff --git a/programs/tests/t_groups.c b/programs/tests/t_groups.c index 55197063..9092d1b4 100644 --- a/programs/tests/t_groups.c +++ b/programs/tests/t_groups.c @@ -1,6 +1,6 @@ /// @file t_groups.c /// @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 diff --git a/programs/tests/t_itimer.c b/programs/tests/t_itimer.c index e1cbcf24..d7255122 100644 --- a/programs/tests/t_itimer.c +++ b/programs/tests/t_itimer.c @@ -1,6 +1,6 @@ /// @file t_itimer.c /// @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 diff --git a/programs/tests/t_kill.c b/programs/tests/t_kill.c index ebeb69d2..5178edba 100644 --- a/programs/tests/t_kill.c +++ b/programs/tests/t_kill.c @@ -1,6 +1,6 @@ /// @file t_kill.c /// @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 diff --git a/programs/tests/t_mem.c b/programs/tests/t_mem.c index 16f371fb..6d6c4ace 100644 --- a/programs/tests/t_mem.c +++ b/programs/tests/t_mem.c @@ -1,6 +1,6 @@ /// @file t_mem.c /// @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 "io/debug.h" diff --git a/programs/tests/t_msgget.c b/programs/tests/t_msgget.c index 2ad65bda..ebf4b054 100644 --- a/programs/tests/t_msgget.c +++ b/programs/tests/t_msgget.c @@ -1,6 +1,6 @@ /// @file t_msgget.c /// @brief This program creates a message queue. -/// @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 "string.h" diff --git a/programs/tests/t_periodic1.c b/programs/tests/t_periodic1.c index b54642ef..08e4a406 100644 --- a/programs/tests/t_periodic1.c +++ b/programs/tests/t_periodic1.c @@ -1,6 +1,6 @@ /// @file t_periodic1.c /// @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 diff --git a/programs/tests/t_periodic2.c b/programs/tests/t_periodic2.c index 6ab05f16..cda291e8 100644 --- a/programs/tests/t_periodic2.c +++ b/programs/tests/t_periodic2.c @@ -1,6 +1,6 @@ /// @file t_periodic2.c /// @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 diff --git a/programs/tests/t_periodic3.c b/programs/tests/t_periodic3.c index fc9e5911..8d9e5cbc 100644 --- a/programs/tests/t_periodic3.c +++ b/programs/tests/t_periodic3.c @@ -1,6 +1,6 @@ /// @file t_periodic3.c /// @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 diff --git a/programs/tests/t_schedfb.c b/programs/tests/t_schedfb.c index 768f1a6a..45071c34 100644 --- a/programs/tests/t_schedfb.c +++ b/programs/tests/t_schedfb.c @@ -1,6 +1,6 @@ /// @file t_schedfb.c /// @brief Start the scheduler feedback session. -/// @copyright (c) 2014-2022 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 diff --git a/programs/tests/t_semflg.c b/programs/tests/t_semflg.c index d52814e6..a80807c0 100644 --- a/programs/tests/t_semflg.c +++ b/programs/tests/t_semflg.c @@ -1,6 +1,6 @@ /// @file t_semflg.c /// @brief Tests some of the IPC flags. -/// @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/unistd.h" diff --git a/programs/tests/t_semget.c b/programs/tests/t_semget.c index df4a6614..64c9ddf9 100644 --- a/programs/tests/t_semget.c +++ b/programs/tests/t_semget.c @@ -2,7 +2,7 @@ /// @brief This program creates a son and then performs a blocking operation on /// a semaphore. The son sleeps for five seconds and then it wakes up his /// father and then it deletes the semaphore. -/// @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/unistd.h" diff --git a/programs/tests/t_semop.c b/programs/tests/t_semop.c index 1663b6cc..23606fe2 100644 --- a/programs/tests/t_semop.c +++ b/programs/tests/t_semop.c @@ -1,6 +1,6 @@ /// @file t_semop.c /// @brief Tests semop between processes. -/// @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/sem.h" diff --git a/programs/tests/t_setenv.c b/programs/tests/t_setenv.c index 396796c1..5be8dcf5 100644 --- a/programs/tests/t_setenv.c +++ b/programs/tests/t_setenv.c @@ -1,6 +1,6 @@ /// @file t_setenv.c /// @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 diff --git a/programs/tests/t_sigaction.c b/programs/tests/t_sigaction.c index d56e4afc..051aab1f 100644 --- a/programs/tests/t_sigaction.c +++ b/programs/tests/t_sigaction.c @@ -1,6 +1,6 @@ /// @file t_sigaction.c /// @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 diff --git a/programs/tests/t_sigfpe.c b/programs/tests/t_sigfpe.c index be85a21a..6c113663 100644 --- a/programs/tests/t_sigfpe.c +++ b/programs/tests/t_sigfpe.c @@ -1,6 +1,6 @@ /// @file t_sigfpe.c /// @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 diff --git a/programs/tests/t_siginfo.c b/programs/tests/t_siginfo.c index 8058e684..80359da8 100644 --- a/programs/tests/t_siginfo.c +++ b/programs/tests/t_siginfo.c @@ -1,6 +1,6 @@ /// @file t_siginfo.c /// @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 diff --git a/programs/tests/t_sigmask.c b/programs/tests/t_sigmask.c index 81fb74fc..41d3496f 100644 --- a/programs/tests/t_sigmask.c +++ b/programs/tests/t_sigmask.c @@ -1,6 +1,6 @@ /// @file t_sigmask.c /// @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 diff --git a/programs/tests/t_sigusr.c b/programs/tests/t_sigusr.c index d1372a3e..274b3461 100644 --- a/programs/tests/t_sigusr.c +++ b/programs/tests/t_sigusr.c @@ -1,6 +1,6 @@ /// @file t_sigusr.c /// @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 diff --git a/programs/tests/t_sleep.c b/programs/tests/t_sleep.c index 74e59960..4d8438b7 100644 --- a/programs/tests/t_sleep.c +++ b/programs/tests/t_sleep.c @@ -1,6 +1,6 @@ /// @file t_sleep.c /// @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 diff --git a/programs/tests/t_stopcont.c b/programs/tests/t_stopcont.c index d17468af..2520c955 100644 --- a/programs/tests/t_stopcont.c +++ b/programs/tests/t_stopcont.c @@ -1,6 +1,6 @@ /// @file t_stopcont.c /// @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 diff --git a/programs/touch.c b/programs/touch.c index 49fc87dd..64d1ae0f 100644 --- a/programs/touch.c +++ b/programs/touch.c @@ -1,6 +1,6 @@ /// @file touch.c /// @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 diff --git a/programs/uname.c b/programs/uname.c index ef9d1c5d..c9ba30b9 100644 --- a/programs/uname.c +++ b/programs/uname.c @@ -1,6 +1,6 @@ /// @file uname.c /// @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 diff --git a/programs/uptime.c b/programs/uptime.c index 577a52d3..5f6d9158 100644 --- a/programs/uptime.c +++ b/programs/uptime.c @@ -1,6 +1,6 @@ /// @file uptime.c /// @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