diff --git a/AUTHORS b/AUTHORS index dfc8ac4..440d2d2 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,7 +4,7 @@ # Desc: Project Authors File # # # # # -# Copyright © 2018-2020 The OS/K Team # +# Copyright © 2018-2021 The OS/K Team # # # # This file is part of OS/K. # # # diff --git a/Makefile b/Makefile index c05624b..9e3a5eb 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Desc: Project Makefile # # # # # -# Copyright © 2018-2020 The OS/K Team # +# Copyright © 2018-2021 The OS/K Team # # # # This file is part of OS/K. # # # diff --git a/ProjectTree b/ProjectTree index 6248cb4..17a6460 100644 --- a/ProjectTree +++ b/ProjectTree @@ -4,7 +4,7 @@ # Desc: # # # # # -# Copyright © 2018-2020 The OS/K Team # +# Copyright © 2018-2021 The OS/K Team # # # # This file is part of OS/K. # # # diff --git a/boot/grub/grub.cfg b/boot/grub/grub.cfg index 89100af..e192e47 100755 --- a/boot/grub/grub.cfg +++ b/boot/grub/grub.cfg @@ -4,7 +4,7 @@ # Desc: Grub 2 configuration file for OS/K boot # # # # # -# Copyright © 2018-2020 The OS/K Team # +# Copyright © 2018-2021 The OS/K Team # # # # This file is part of OS/K. # # # diff --git a/boot/loader/cpu/cpu.inc b/boot/loader/cpu/cpu.inc index e3e31fe..8b5cb7f 100644 --- a/boot/loader/cpu/cpu.inc +++ b/boot/loader/cpu/cpu.inc @@ -5,7 +5,7 @@ ; (x86_64 architecture only) ; ; ; ; ; -; Copyright © 2018-2020 The OS/K Team ; +; Copyright © 2018-2021 The OS/K Team ; ; ; ; This file is part of OS/K. ; ; ; diff --git a/boot/loader/cpu/cpu32.inc b/boot/loader/cpu/cpu32.inc index b8983f1..b0ea781 100644 --- a/boot/loader/cpu/cpu32.inc +++ b/boot/loader/cpu/cpu32.inc @@ -5,7 +5,7 @@ ; (x86_64 architecture only) ; ; ; ; ; -; Copyright © 2018-2020 The OS/K Team ; +; Copyright © 2018-2021 The OS/K Team ; ; ; ; This file is part of OS/K. ; ; ; diff --git a/boot/loader/io/terminal.inc b/boot/loader/io/terminal.inc index 8886464..eb13f0c 100644 --- a/boot/loader/io/terminal.inc +++ b/boot/loader/io/terminal.inc @@ -5,7 +5,7 @@ ; (x86_64 architecture only) ; ; ; ; ; -; Copyright © 2018-2020 The OS/K Team ; +; Copyright © 2018-2021 The OS/K Team ; ; ; ; This file is part of OS/K. ; ; ; diff --git a/boot/loader/loader.asm b/boot/loader/loader.asm index 9e5eac6..aab0251 100644 --- a/boot/loader/loader.asm +++ b/boot/loader/loader.asm @@ -5,7 +5,7 @@ ; (x86_64 architecture only) ; ; ; ; ; -; Copyright © 2018-2020 The OS/K Team ; +; Copyright © 2018-2021 The OS/K Team ; ; ; ; This file is part of OS/K. ; ; ; diff --git a/boot/loader/mem/management.inc b/boot/loader/mem/management.inc index ed2d1c7..84cfbdf 100644 --- a/boot/loader/mem/management.inc +++ b/boot/loader/mem/management.inc @@ -5,7 +5,7 @@ ; (x86_64 architecture only) ; ; ; ; ; -; Copyright © 2018-2020 The OS/K Team ; +; Copyright © 2018-2021 The OS/K Team ; ; ; ; This file is part of OS/K. ; ; ; diff --git a/boot/loader/mem/structures.inc b/boot/loader/mem/structures.inc index 764d41f..91495ef 100644 --- a/boot/loader/mem/structures.inc +++ b/boot/loader/mem/structures.inc @@ -5,7 +5,7 @@ ; (x86_64 architecture only) ; ; ; ; ; -; Copyright © 2018-2020 The OS/K Team ; +; Copyright © 2018-2021 The OS/K Team ; ; ; ; This file is part of OS/K. ; ; ; diff --git a/boot/loader/multiboot/check.inc b/boot/loader/multiboot/check.inc index 379e5d7..8ca023c 100644 --- a/boot/loader/multiboot/check.inc +++ b/boot/loader/multiboot/check.inc @@ -5,7 +5,7 @@ ; (x86_64 architecture only) ; ; ; ; ; -; Copyright © 2018-2020 The OS/K Team ; +; Copyright © 2018-2021 The OS/K Team ; ; ; ; This file is part of OS/K. ; ; ; diff --git a/boot/loader/multiboot/header.inc b/boot/loader/multiboot/header.inc index 72f3e23..2d10c81 100644 --- a/boot/loader/multiboot/header.inc +++ b/boot/loader/multiboot/header.inc @@ -5,7 +5,7 @@ ; (x86_64 architecture only) ; ; ; ; ; -; Copyright © 2018-2020 The OS/K Team ; +; Copyright © 2018-2021 The OS/K Team ; ; ; ; This file is part of OS/K. ; ; ; diff --git a/build/create_disk.sh b/build/create_disk.sh index 4af3e9d..60dd2fd 100755 --- a/build/create_disk.sh +++ b/build/create_disk.sh @@ -4,7 +4,7 @@ # Desc: OS/K image maker script # # # # # -# Copyright © 2018-2020 The OS/K Team # +# Copyright © 2018-2021 The OS/K Team # # # # This file is part of OS/K. # # # diff --git a/build/install-os-k.sh b/build/install-os-k.sh index 2b59cfb..abb4cc4 100755 --- a/build/install-os-k.sh +++ b/build/install-os-k.sh @@ -4,7 +4,7 @@ # Desc: Grub installation script for the OS/K image # # # # # -# Copyright © 2018-2020 The OS/K Team # +# Copyright © 2018-2021 The OS/K Team # # # # This file is part of OS/K. # # # diff --git a/build/kernel.ld b/build/kernel.ld index 91df8dc..3c455cd 100644 --- a/build/kernel.ld +++ b/build/kernel.ld @@ -5,7 +5,7 @@ // (x86_64 architecture only) // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/docs/Documentation b/docs/Documentation index a24a0ba..cd04992 100644 --- a/docs/Documentation +++ b/docs/Documentation @@ -4,7 +4,7 @@ # Desc: Summary and some description # # # # # -# Copyright © 2018-2020 The OS/K Team # +# Copyright © 2018-2021 The OS/K Team # # # # Permission is granted to copy, distribute and/or modify this # # document under the terms of the GNU Free Documentation License, # diff --git a/docs/boot/grub/grub.desc b/docs/boot/grub/grub.desc index ac8423e..f6c0bf9 100644 --- a/docs/boot/grub/grub.desc +++ b/docs/boot/grub/grub.desc @@ -4,7 +4,7 @@ # Desc: GRUB configuration # # # # # -# Copyright © 2018-2020 The OS/K Team # +# Copyright © 2018-2021 The OS/K Team # # # # Permission is granted to copy, distribute and/or modify this # # document under the terms of the GNU Free Documentation License, # diff --git a/docs/boot/loader/cpu b/docs/boot/loader/cpu index 759be75..deb0fd3 100644 --- a/docs/boot/loader/cpu +++ b/docs/boot/loader/cpu @@ -4,7 +4,7 @@ # Desc: OS/K Loader : CPU Management functions # # # # # -# Copyright © 2018-2020 The OS/K Team # +# Copyright © 2018-2021 The OS/K Team # # # # Permission is granted to copy, distribute and/or modify this # # document under the terms of the GNU Free Documentation License, # diff --git a/docs/boot/loader/io b/docs/boot/loader/io index 22fc211..2d3506a 100644 --- a/docs/boot/loader/io +++ b/docs/boot/loader/io @@ -4,7 +4,7 @@ # Desc: OS/K Loader : IO basic functions # # # # # -# Copyright © 2018-2020 The OS/K Team # +# Copyright © 2018-2021 The OS/K Team # # # # Permission is granted to copy, distribute and/or modify this # # document under the terms of the GNU Free Documentation License, # diff --git a/docs/boot/loader/loader.desc b/docs/boot/loader/loader.desc index 4341d96..93ec6e2 100644 --- a/docs/boot/loader/loader.desc +++ b/docs/boot/loader/loader.desc @@ -4,7 +4,7 @@ # Desc: OS/K Loader # # # # # -# Copyright © 2018-2020 The OS/K Team # +# Copyright © 2018-2021 The OS/K Team # # # # Permission is granted to copy, distribute and/or modify this # # document under the terms of the GNU Free Documentation License, # diff --git a/include/asm.h b/include/asm.h index d637256..05f9c34 100644 --- a/include/asm.h +++ b/include/asm.h @@ -4,7 +4,7 @@ // Desc: Inline assembly functions // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/drivers/ata.h b/include/drivers/ata.h index 9202d2c..d0ecf35 100644 --- a/include/drivers/ata.h +++ b/include/drivers/ata.h @@ -4,7 +4,7 @@ // Desc: Basic Read Only ATA Long mode Driver // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/errno.h b/include/errno.h index 0ee8af5..bf96a81 100644 --- a/include/errno.h +++ b/include/errno.h @@ -4,7 +4,7 @@ // Desc: Values for error_t and errno // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/kernel.h b/include/kernel.h index f91f14b..ed14de9 100644 --- a/include/kernel.h +++ b/include/kernel.h @@ -4,7 +4,7 @@ // Desc: Kaleid kernel base include file // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/kernel/ex/malloc.h b/include/kernel/ex/malloc.h index 92651ae..95e557c 100644 --- a/include/kernel/ex/malloc.h +++ b/include/kernel/ex/malloc.h @@ -4,7 +4,7 @@ // Desc: Memory allocation functions // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/kernel/init/boot.h b/include/kernel/init/boot.h index 1fffbf3..bd077e4 100644 --- a/include/kernel/init/boot.h +++ b/include/kernel/init/boot.h @@ -4,7 +4,7 @@ // Desc: Kaleid kernel base include file // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/kernel/init/mboot.h b/include/kernel/init/mboot.h index d976ddd..fb7e311 100644 --- a/include/kernel/init/mboot.h +++ b/include/kernel/init/mboot.h @@ -5,7 +5,7 @@ // // // // // Copyright © 1999,2003,2007-2010 Free Software Foundation, Inc. // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/kernel/io/acpi.h b/include/kernel/io/acpi.h index bf60256..91fa4cf 100644 --- a/include/kernel/io/acpi.h +++ b/include/kernel/io/acpi.h @@ -4,7 +4,7 @@ // Desc: ACPI, Hardware detection related // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/kernel/io/cursor.h b/include/kernel/io/cursor.h index 710ae96..3be3e66 100644 --- a/include/kernel/io/cursor.h +++ b/include/kernel/io/cursor.h @@ -4,7 +4,7 @@ // Desc: Cursor-related functions // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/kernel/io/keyb.h b/include/kernel/io/keyb.h index f908d2d..fd1241c 100644 --- a/include/kernel/io/keyb.h +++ b/include/kernel/io/keyb.h @@ -4,7 +4,7 @@ // Desc: Keyboard related functions // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/kernel/io/pci.h b/include/kernel/io/pci.h index 2ca56ea..1497e54 100644 --- a/include/kernel/io/pci.h +++ b/include/kernel/io/pci.h @@ -4,7 +4,7 @@ // Desc: PCI driver // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/kernel/io/spkr.h b/include/kernel/io/spkr.h index 3e8f53b..1c856f6 100644 --- a/include/kernel/io/spkr.h +++ b/include/kernel/io/spkr.h @@ -4,7 +4,7 @@ // Desc: Speaker functions // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/kernel/io/vga.h b/include/kernel/io/vga.h index 05e3517..842fdd8 100644 --- a/include/kernel/io/vga.h +++ b/include/kernel/io/vga.h @@ -4,7 +4,7 @@ // Desc: VGA terminal // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/kernel/ke/cpuid.h b/include/kernel/ke/cpuid.h index 9d55db8..d4fc2e8 100644 --- a/include/kernel/ke/cpuid.h +++ b/include/kernel/ke/cpuid.h @@ -4,7 +4,7 @@ // Desc: CPUID related functions // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/kernel/ke/idt.h b/include/kernel/ke/idt.h index 9244cf9..f006af3 100644 --- a/include/kernel/ke/idt.h +++ b/include/kernel/ke/idt.h @@ -4,7 +4,7 @@ // Desc: Interrupt related functions // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/kernel/ke/proc.h b/include/kernel/ke/proc.h index e4a4c06..d4b2fe4 100644 --- a/include/kernel/ke/proc.h +++ b/include/kernel/ke/proc.h @@ -4,7 +4,7 @@ // Desc: Process-related structs and functions // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/kernel/ke/sched.h b/include/kernel/ke/sched.h index 72d1960..2966576 100644 --- a/include/kernel/ke/sched.h +++ b/include/kernel/ke/sched.h @@ -4,7 +4,7 @@ // Desc: Scheduler-related functions // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/kernel/ke/spinlock.h b/include/kernel/ke/spinlock.h index 3c85e97..c92c2ad 100644 --- a/include/kernel/ke/spinlock.h +++ b/include/kernel/ke/spinlock.h @@ -4,7 +4,7 @@ // Desc: Spinlocks // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/kernel/ke/time.h b/include/kernel/ke/time.h index 1a0882a..c24d4ec 100644 --- a/include/kernel/ke/time.h +++ b/include/kernel/ke/time.h @@ -4,7 +4,7 @@ // Desc: Time-related functions // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/kernel/mm/gdt.h b/include/kernel/mm/gdt.h index c050845..e93d1ff 100644 --- a/include/kernel/mm/gdt.h +++ b/include/kernel/mm/gdt.h @@ -4,7 +4,7 @@ // Desc: GDT related functions // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/kernel/mm/heap.h b/include/kernel/mm/heap.h index 4fd44e9..1b99092 100644 --- a/include/kernel/mm/heap.h +++ b/include/kernel/mm/heap.h @@ -4,7 +4,7 @@ // Desc: Heap management functions // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/kernel/mm/malloc.h b/include/kernel/mm/malloc.h index edec774..51bddce 100644 --- a/include/kernel/mm/malloc.h +++ b/include/kernel/mm/malloc.h @@ -4,7 +4,7 @@ // Desc: Memory allocation functions // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/kernel/mm/map.h b/include/kernel/mm/map.h index 20c3fdd..2503e23 100644 --- a/include/kernel/mm/map.h +++ b/include/kernel/mm/map.h @@ -4,7 +4,7 @@ // Desc: Mapping and checking memory related functions // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/kernel/mm/paging.h b/include/kernel/mm/paging.h index 1e251b9..154eedb 100644 --- a/include/kernel/mm/paging.h +++ b/include/kernel/mm/paging.h @@ -4,7 +4,7 @@ // Desc: Paging memory related functions // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/kernel/mm/palloc.h b/include/kernel/mm/palloc.h index 9448bfb..2b434d7 100644 --- a/include/kernel/mm/palloc.h +++ b/include/kernel/mm/palloc.h @@ -4,7 +4,7 @@ // Desc: Page allocator related functions // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/kernel/po/shtdwn.h b/include/kernel/po/shtdwn.h index 57283e2..2f52c1d 100644 --- a/include/kernel/po/shtdwn.h +++ b/include/kernel/po/shtdwn.h @@ -4,7 +4,7 @@ // Desc: Shutdown facilities // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/kernel/sh/argv.h b/include/kernel/sh/argv.h index 9355962..2dee9f0 100644 --- a/include/kernel/sh/argv.h +++ b/include/kernel/sh/argv.h @@ -4,7 +4,7 @@ // Desc: Command line parsing utilities // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/kernel/sh/shell.h b/include/kernel/sh/shell.h index 3912a5d..67b58f7 100644 --- a/include/kernel/sh/shell.h +++ b/include/kernel/sh/shell.h @@ -4,7 +4,7 @@ // Desc: Kernel shell // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/libbuf.h b/include/libbuf.h index e1b1781..a58d111 100644 --- a/include/libbuf.h +++ b/include/libbuf.h @@ -4,7 +4,7 @@ // Desc: Buffer library // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/libc.h b/include/libc.h index 3377354..5e65eaf 100644 --- a/include/libc.h +++ b/include/libc.h @@ -4,7 +4,7 @@ // Desc: C Runtime Library // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/liblist.h b/include/liblist.h index 93b9d5e..ed18dd1 100644 --- a/include/liblist.h +++ b/include/liblist.h @@ -4,7 +4,7 @@ // Desc: Doubly linked lists implementation // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/vers.h b/include/vers.h index 00dcbd9..d8d871a 100644 --- a/include/vers.h +++ b/include/vers.h @@ -4,7 +4,7 @@ // Desc: Kaleid version // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/drivers/ata.asm b/kaleid/drivers/ata.asm index 211782f..5c603dc 100644 --- a/kaleid/drivers/ata.asm +++ b/kaleid/drivers/ata.asm @@ -5,7 +5,7 @@ ; (x86_64 architecture only) ; ; ; ; ; -; Copyright © 2018-2020 The OS/K Team ; +; Copyright © 2018-2021 The OS/K Team ; ; ; ; This file is part of OS/K. ; ; ; diff --git a/kaleid/drivers/ata.c b/kaleid/drivers/ata.c index 93c35b1..027dc94 100644 --- a/kaleid/drivers/ata.c +++ b/kaleid/drivers/ata.c @@ -4,7 +4,7 @@ // Desc: Basic Read Only ATA Long mode Driver // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/init/info.c b/kaleid/kernel/init/info.c index 8815490..a88ab5f 100644 --- a/kaleid/kernel/init/info.c +++ b/kaleid/kernel/init/info.c @@ -4,7 +4,7 @@ // Desc: Initialization of boot info // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/init/init.c b/kaleid/kernel/init/init.c index b79fbe9..99ca50a 100644 --- a/kaleid/kernel/init/init.c +++ b/kaleid/kernel/init/init.c @@ -4,7 +4,7 @@ // Desc: Kernel entry point // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // @@ -92,7 +92,7 @@ noreturn void BtStartKern(multiboot_info_t *mbInfo, uint mbMagic, void *codeSeg) PsInitSched(); // Command line (kernel mode) - KernLog("Copyright (C) 2018-2020 The OS/K Team\n" + KernLog("Copyright (C) 2018-2021 The OS/K Team\n" "This program comes with ABSOLUTELY NO WARRANTY.\n" "This is free software, type `ver' for details.\n"); diff --git a/kaleid/kernel/init/ssp.c b/kaleid/kernel/init/ssp.c index d43bdaa..608c5e9 100644 --- a/kaleid/kernel/init/ssp.c +++ b/kaleid/kernel/init/ssp.c @@ -4,7 +4,7 @@ // Desc: Stack smashing protection // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/init/table.c b/kaleid/kernel/init/table.c index a82b66d..07a6845 100644 --- a/kaleid/kernel/init/table.c +++ b/kaleid/kernel/init/table.c @@ -4,7 +4,7 @@ // Desc: Global variables // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/io/acpi.c b/kaleid/kernel/io/acpi.c index 112d75d..67ca5b2 100644 --- a/kaleid/kernel/io/acpi.c +++ b/kaleid/kernel/io/acpi.c @@ -4,7 +4,7 @@ // Desc: ACPI, Hardware detection related functions // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/io/cursor.c b/kaleid/kernel/io/cursor.c index 236d221..1bf9cfe 100644 --- a/kaleid/kernel/io/cursor.c +++ b/kaleid/kernel/io/cursor.c @@ -4,7 +4,7 @@ // Desc: Cursor-related functions // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/io/keyb.c b/kaleid/kernel/io/keyb.c index 81d1072..d78fcd0 100644 --- a/kaleid/kernel/io/keyb.c +++ b/kaleid/kernel/io/keyb.c @@ -4,7 +4,7 @@ // Desc: Basic Keyboard Driver // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/io/pci.c b/kaleid/kernel/io/pci.c index 3322ca1..cb8e1a4 100644 --- a/kaleid/kernel/io/pci.c +++ b/kaleid/kernel/io/pci.c @@ -4,7 +4,7 @@ // Desc: PCI driver // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/io/scan.c b/kaleid/kernel/io/scan.c index 3538d6e..76f3233 100644 --- a/kaleid/kernel/io/scan.c +++ b/kaleid/kernel/io/scan.c @@ -4,7 +4,7 @@ // Desc: Basic Scancode Tables // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/io/vga.c b/kaleid/kernel/io/vga.c index f97c8e3..6ba2be8 100644 --- a/kaleid/kernel/io/vga.c +++ b/kaleid/kernel/io/vga.c @@ -4,7 +4,7 @@ // Desc: VGA terminal functions // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/ke/cpuf.asm b/kaleid/kernel/ke/cpuf.asm index d74f8fe..51a52d1 100644 --- a/kaleid/kernel/ke/cpuf.asm +++ b/kaleid/kernel/ke/cpuf.asm @@ -4,7 +4,7 @@ ; Desc: CPU management related functions ; ; ; ; ; -; Copyright © 2018-2020 The OS/K Team ; +; Copyright © 2018-2021 The OS/K Team ; ; ; ; This file is part of OS/K. ; ; ; diff --git a/kaleid/kernel/ke/cpuf.inc b/kaleid/kernel/ke/cpuf.inc index 5f34f34..168d714 100644 --- a/kaleid/kernel/ke/cpuf.inc +++ b/kaleid/kernel/ke/cpuf.inc @@ -4,7 +4,7 @@ ; Desc: Interrupt Descriptor Table related macros ; ; ; ; ; -; Copyright © 2018-2020 The OS/K Team ; +; Copyright © 2018-2021 The OS/K Team ; ; ; ; This file is part of OS/K. ; ; ; diff --git a/kaleid/kernel/ke/cpuid.c b/kaleid/kernel/ke/cpuid.c index dc0d689..ee3245b 100644 --- a/kaleid/kernel/ke/cpuid.c +++ b/kaleid/kernel/ke/cpuid.c @@ -4,7 +4,7 @@ // Desc: CPU detection // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/ke/idt.c b/kaleid/kernel/ke/idt.c index 088d74b..a22b4f7 100644 --- a/kaleid/kernel/ke/idt.c +++ b/kaleid/kernel/ke/idt.c @@ -4,7 +4,7 @@ // Desc: Interrupt related functions // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/ke/isr.asm b/kaleid/kernel/ke/isr.asm index f92a88c..1729da0 100644 --- a/kaleid/kernel/ke/isr.asm +++ b/kaleid/kernel/ke/isr.asm @@ -4,7 +4,7 @@ ; Desc: Interrupt Descriptor Table related functions ; ; ; ; ; -; Copyright © 2018-2020 The OS/K Team ; +; Copyright © 2018-2021 The OS/K Team ; ; ; ; This file is part of OS/K. ; ; ; diff --git a/kaleid/kernel/ke/log.c b/kaleid/kernel/ke/log.c index 8e6a546..55b3636 100644 --- a/kaleid/kernel/ke/log.c +++ b/kaleid/kernel/ke/log.c @@ -4,7 +4,7 @@ // Desc: KernLog() and DebugLog() // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/ke/panic.c b/kaleid/kernel/ke/panic.c index 7be0746..63c4347 100644 --- a/kaleid/kernel/ke/panic.c +++ b/kaleid/kernel/ke/panic.c @@ -4,7 +4,7 @@ // Desc: How NOT to panic 101 // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/ke/pit.c b/kaleid/kernel/ke/pit.c index 31a61a9..48edd20 100644 --- a/kaleid/kernel/ke/pit.c +++ b/kaleid/kernel/ke/pit.c @@ -4,7 +4,7 @@ // Desc: PIT Time related functions // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/ke/rtc.c b/kaleid/kernel/ke/rtc.c index 67f3930..a4fcda6 100644 --- a/kaleid/kernel/ke/rtc.c +++ b/kaleid/kernel/ke/rtc.c @@ -4,7 +4,7 @@ // Desc: RTC Time related functions // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/mm/gdt.asm b/kaleid/kernel/mm/gdt.asm index 1cd2afa..9fdcfc9 100644 --- a/kaleid/kernel/mm/gdt.asm +++ b/kaleid/kernel/mm/gdt.asm @@ -4,7 +4,7 @@ ; Desc: Interrupt Descriptor Table related functions ; ; ; ; ; -; Copyright © 2018-2020 The OS/K Team ; +; Copyright © 2018-2021 The OS/K Team ; ; ; ; This file is part of OS/K. ; ; ; diff --git a/kaleid/kernel/mm/gdt.c b/kaleid/kernel/mm/gdt.c index cbec827..d7228eb 100644 --- a/kaleid/kernel/mm/gdt.c +++ b/kaleid/kernel/mm/gdt.c @@ -4,7 +4,7 @@ // Desc: GDT related functions // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/mm/heap.c b/kaleid/kernel/mm/heap.c index 6648123..b775d8f 100644 --- a/kaleid/kernel/mm/heap.c +++ b/kaleid/kernel/mm/heap.c @@ -4,7 +4,7 @@ // Desc: Early and very dumb heap managment // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/mm/malloc.c b/kaleid/kernel/mm/malloc.c index 6e342ae..ab733b5 100644 --- a/kaleid/kernel/mm/malloc.c +++ b/kaleid/kernel/mm/malloc.c @@ -4,7 +4,7 @@ // Desc: Early and very dumb memory managment // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/mm/map.c b/kaleid/kernel/mm/map.c index a837d6d..e3448e1 100644 --- a/kaleid/kernel/mm/map.c +++ b/kaleid/kernel/mm/map.c @@ -4,7 +4,7 @@ // Desc: Mapping and checking memory related functions // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/mm/paging.asm b/kaleid/kernel/mm/paging.asm index 2cc601f..8bd15ea 100644 --- a/kaleid/kernel/mm/paging.asm +++ b/kaleid/kernel/mm/paging.asm @@ -4,7 +4,7 @@ ; Desc: Paging related functions ; ; ; ; ; -; Copyright © 2018-2020 The OS/K Team ; +; Copyright © 2018-2021 The OS/K Team ; ; ; ; This file is part of OS/K. ; ; ; diff --git a/kaleid/kernel/mm/paging.c b/kaleid/kernel/mm/paging.c index 905bbb4..4ef2472 100644 --- a/kaleid/kernel/mm/paging.c +++ b/kaleid/kernel/mm/paging.c @@ -4,7 +4,7 @@ // Desc: Paging memory related functions // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/mm/palloc.c b/kaleid/kernel/mm/palloc.c index 08ae687..57cab3a 100644 --- a/kaleid/kernel/mm/palloc.c +++ b/kaleid/kernel/mm/palloc.c @@ -4,7 +4,7 @@ // Desc: Page allocator related functions // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/po/shtdwn.c b/kaleid/kernel/po/shtdwn.c index 8fa2cc7..696651b 100644 --- a/kaleid/kernel/po/shtdwn.c +++ b/kaleid/kernel/po/shtdwn.c @@ -4,7 +4,7 @@ // Desc: Shutdown related function // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/ps/sched.c b/kaleid/kernel/ps/sched.c index e1408d7..58da1dd 100644 --- a/kaleid/kernel/ps/sched.c +++ b/kaleid/kernel/ps/sched.c @@ -4,7 +4,7 @@ // Desc: Process scheduler // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/sh/argv.c b/kaleid/kernel/sh/argv.c index eac7282..987b32a 100644 --- a/kaleid/kernel/sh/argv.c +++ b/kaleid/kernel/sh/argv.c @@ -4,7 +4,7 @@ // Desc: Command line parsing utilities // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/sh/musage.c b/kaleid/kernel/sh/musage.c index 2514aa8..73369f8 100644 --- a/kaleid/kernel/sh/musage.c +++ b/kaleid/kernel/sh/musage.c @@ -4,7 +4,7 @@ // Desc: Kernel shell // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/sh/shcmds.c b/kaleid/kernel/sh/shcmds.c index 0b60d09..b5b1e9f 100644 --- a/kaleid/kernel/sh/shcmds.c +++ b/kaleid/kernel/sh/shcmds.c @@ -4,7 +4,7 @@ // Desc: Kernel shell // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // @@ -265,7 +265,7 @@ error_t CmdVersion(int argc, char **argv, char *cmdline) CN ); - KernLog("Copyright (C) 2018-2020 The OS/K Team\n\n"); + KernLog("Copyright (C) 2018-2021 The OS/K Team\n\n"); KernLog("This program is free software, released under the\n"); KernLog("terms of the GNU GPL version 3 or later as published\n"); KernLog("by the Free Software Foundation.\n"); diff --git a/kaleid/kernel/sh/shell.c b/kaleid/kernel/sh/shell.c index 5d6dd9b..c9eede8 100644 --- a/kaleid/kernel/sh/shell.c +++ b/kaleid/kernel/sh/shell.c @@ -4,7 +4,7 @@ // Desc: Kernel shell // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/sh/shell.h b/kaleid/kernel/sh/shell.h index 81959b9..b994cf3 100644 --- a/kaleid/kernel/sh/shell.h +++ b/kaleid/kernel/sh/shell.h @@ -4,7 +4,7 @@ // Desc: Kernel shell // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/sh/testcmds.c b/kaleid/kernel/sh/testcmds.c index 9327882..7a19e3b 100644 --- a/kaleid/kernel/sh/testcmds.c +++ b/kaleid/kernel/sh/testcmds.c @@ -4,7 +4,7 @@ // Desc: Kernel shell // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libbuf/bclose.c b/kaleid/libbuf/bclose.c index 60fc1ce..44b6df1 100644 --- a/kaleid/libbuf/bclose.c +++ b/kaleid/libbuf/bclose.c @@ -4,7 +4,7 @@ // Desc: Buffer library // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libbuf/bflush.c b/kaleid/libbuf/bflush.c index c9b2050..a876417 100644 --- a/kaleid/libbuf/bflush.c +++ b/kaleid/libbuf/bflush.c @@ -4,7 +4,7 @@ // Desc: Buffer library // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libbuf/bgetc.c b/kaleid/libbuf/bgetc.c index 2fff1a0..9b1c009 100644 --- a/kaleid/libbuf/bgetc.c +++ b/kaleid/libbuf/bgetc.c @@ -4,7 +4,7 @@ // Desc: Buffer library // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libbuf/bmisc.c b/kaleid/libbuf/bmisc.c index b589b4f..53b33ac 100644 --- a/kaleid/libbuf/bmisc.c +++ b/kaleid/libbuf/bmisc.c @@ -4,7 +4,7 @@ // Desc: Buffer library // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libbuf/bopen.c b/kaleid/libbuf/bopen.c index 2892af1..a97d660 100644 --- a/kaleid/libbuf/bopen.c +++ b/kaleid/libbuf/bopen.c @@ -4,7 +4,7 @@ // Desc: Buffer library // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libbuf/bprint.c b/kaleid/libbuf/bprint.c index 2eb0b46..bfa6b51 100644 --- a/kaleid/libbuf/bprint.c +++ b/kaleid/libbuf/bprint.c @@ -4,7 +4,7 @@ // Desc: Buffer library // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libbuf/bputc.c b/kaleid/libbuf/bputc.c index 95125e2..58c1935 100644 --- a/kaleid/libbuf/bputc.c +++ b/kaleid/libbuf/bputc.c @@ -4,7 +4,7 @@ // Desc: Buffer library // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libbuf/bread.c b/kaleid/libbuf/bread.c index 05a0aef..f8739bd 100644 --- a/kaleid/libbuf/bread.c +++ b/kaleid/libbuf/bread.c @@ -4,7 +4,7 @@ // Desc: Buffer library // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libbuf/bscan.c b/kaleid/libbuf/bscan.c index a63cfe9..5e12f97 100644 --- a/kaleid/libbuf/bscan.c +++ b/kaleid/libbuf/bscan.c @@ -4,7 +4,7 @@ // Desc: Buffer library // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libbuf/bscroll.c b/kaleid/libbuf/bscroll.c index 341fcc7..94ac031 100644 --- a/kaleid/libbuf/bscroll.c +++ b/kaleid/libbuf/bscroll.c @@ -4,7 +4,7 @@ // Desc: Buffer library // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libbuf/bwrite.c b/kaleid/libbuf/bwrite.c index c41c63c..4082703 100644 --- a/kaleid/libbuf/bwrite.c +++ b/kaleid/libbuf/bwrite.c @@ -4,7 +4,7 @@ // Desc: Buffer library // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libc/atoi.c b/kaleid/libc/atoi.c index 19c223d..249c497 100644 --- a/kaleid/libc/atoi.c +++ b/kaleid/libc/atoi.c @@ -4,7 +4,7 @@ // Desc: Convertion utilities - atoi() family // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libc/ctype.c b/kaleid/libc/ctype.c index 6e1ab0a..2a7cb1a 100644 --- a/kaleid/libc/ctype.c +++ b/kaleid/libc/ctype.c @@ -4,7 +4,7 @@ // Desc: Character types // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libc/errno.c b/kaleid/libc/errno.c index 0cde083..4abdca7 100644 --- a/kaleid/libc/errno.c +++ b/kaleid/libc/errno.c @@ -4,7 +4,7 @@ // Desc: strerror() & co. // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libc/mem.c b/kaleid/libc/mem.c index 79d7d86..feb7624 100644 --- a/kaleid/libc/mem.c +++ b/kaleid/libc/mem.c @@ -4,7 +4,7 @@ // Desc: mem*() family // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libc/rand.c b/kaleid/libc/rand.c index 7ce4019..796ed17 100644 --- a/kaleid/libc/rand.c +++ b/kaleid/libc/rand.c @@ -4,7 +4,7 @@ // Desc: Random related functions // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libc/sprintf.c b/kaleid/libc/sprintf.c index e3e2760..d1f3dcc 100644 --- a/kaleid/libc/sprintf.c +++ b/kaleid/libc/sprintf.c @@ -4,7 +4,7 @@ // Desc: *s*printf() family // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libc/string.c b/kaleid/libc/string.c index 2ba6de0..0d30e65 100644 --- a/kaleid/libc/string.c +++ b/kaleid/libc/string.c @@ -4,7 +4,7 @@ // Desc: String manipulation utilities // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libc/strtol.c b/kaleid/libc/strtol.c index 90f6cd3..671e787 100644 --- a/kaleid/libc/strtol.c +++ b/kaleid/libc/strtol.c @@ -4,7 +4,7 @@ // Desc: strto*l() family // // // // // -// Copyright © 2018-2020 The OS/K Team // +// Copyright © 2018-2021 The OS/K Team // // // // This file is part of OS/K. // // //