From 849a0393a76ed9ccee404acecd87837ff3a0ebb1 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Thu, 6 Feb 2020 14:23:26 +0100 Subject: [PATCH] Update legals : repository copyright dates --- .stylehlp | 6 +++--- .stylehlp_sh | 2 +- AUTHORS | 2 +- Makefile | 2 +- ProjectTree | 2 +- boot/folder.desc | 2 +- boot/grub/grub.cfg | 2 +- boot/loader/cpu/cpu.inc | 2 +- boot/loader/cpu/cpu32.inc | 2 +- boot/loader/io/terminal.inc | 2 +- boot/loader/loader.asm | 2 +- boot/loader/mem/management.inc | 2 +- boot/loader/mem/structures.inc | 2 +- boot/loader/multiboot/check.inc | 2 +- boot/loader/multiboot/header.inc | 2 +- build/create_disk.sh | 2 +- build/install-os-k.sh | 2 +- build/kernel.ld | 2 +- include/asm.h | 2 +- include/errno.h | 2 +- include/ex/malloc.h | 2 +- include/init/boot.h | 2 +- include/init/mboot.h | 2 +- include/io/acpi.h | 2 +- include/io/ata.h | 2 +- include/io/cursor.h | 2 +- include/io/keyb.h | 2 +- include/io/spkr.h | 2 +- include/io/vga.h | 2 +- include/ke/cpuid.h | 2 +- include/ke/idt.h | 2 +- include/ke/proc.h | 2 +- include/ke/sched.h | 2 +- include/ke/spinlock.h | 2 +- include/ke/time.h | 2 +- include/kernel.h | 2 +- include/lib/buf.h | 2 +- include/lib/list.h | 2 +- include/libc.h | 2 +- include/mm/gdt.h | 2 +- include/mm/heap.h | 2 +- include/mm/malloc.h | 2 +- include/mm/map.h | 2 +- include/mm/paging.h | 2 +- include/mm/palloc.h | 2 +- include/po/shtdwn.h | 2 +- include/sh/argv.h | 2 +- include/sh/shell.h | 2 +- include/vers.h | 2 +- kaleid/kernel/init/info.c | 2 +- kaleid/kernel/init/init.c | 2 +- kaleid/kernel/init/ssp.c | 2 +- kaleid/kernel/init/table.c | 2 +- kaleid/kernel/io/acpi.c | 2 +- kaleid/kernel/io/ata.asm | 2 +- kaleid/kernel/io/ata.c | 2 +- kaleid/kernel/io/cursor.c | 2 +- kaleid/kernel/io/keyb.c | 2 +- kaleid/kernel/io/scan.c | 2 +- kaleid/kernel/io/vga.c | 2 +- kaleid/kernel/ke/cpuf.asm | 2 +- kaleid/kernel/ke/cpuf.inc | 2 +- kaleid/kernel/ke/cpuid.c | 2 +- kaleid/kernel/ke/idt.c | 2 +- kaleid/kernel/ke/isr.asm | 2 +- kaleid/kernel/ke/log.c | 2 +- kaleid/kernel/ke/panic.c | 2 +- kaleid/kernel/ke/pit.c | 2 +- kaleid/kernel/ke/rtc.c | 2 +- kaleid/kernel/mm/gdt.asm | 2 +- kaleid/kernel/mm/gdt.c | 2 +- kaleid/kernel/mm/heap.c | 2 +- kaleid/kernel/mm/malloc.c | 2 +- kaleid/kernel/mm/map.c | 2 +- kaleid/kernel/mm/paging.asm | 2 +- kaleid/kernel/mm/paging.c | 2 +- kaleid/kernel/mm/palloc.c | 2 +- kaleid/kernel/po/shtdwn.c | 2 +- kaleid/kernel/ps/sched.c | 2 +- kaleid/kernel/sh/argv.c | 2 +- kaleid/kernel/sh/musage.c | 2 +- kaleid/kernel/sh/shell.c | 2 +- kaleid/kernel/sh/shell.h | 2 +- kaleid/kernel/sh/testcmds.c | 2 +- kaleid/libbuf/bclose.c | 2 +- kaleid/libbuf/bflush.c | 2 +- kaleid/libbuf/bgetc.c | 2 +- kaleid/libbuf/bmisc.c | 2 +- kaleid/libbuf/bopen.c | 2 +- kaleid/libbuf/bprint.c | 2 +- kaleid/libbuf/bputc.c | 2 +- kaleid/libbuf/bread.c | 2 +- kaleid/libbuf/bscan.c | 2 +- kaleid/libbuf/bscroll.c | 2 +- kaleid/libbuf/bwrite.c | 2 +- kaleid/libc/atoi.c | 2 +- kaleid/libc/ctype.c | 2 +- kaleid/libc/errno.c | 2 +- kaleid/libc/mem.c | 2 +- kaleid/libc/rand.c | 2 +- kaleid/libc/sprintf.c | 2 +- kaleid/libc/string.c | 2 +- kaleid/libc/strtol.c | 2 +- 103 files changed, 105 insertions(+), 105 deletions(-) diff --git a/.stylehlp b/.stylehlp index 0a8b519..5823947 100644 --- a/.stylehlp +++ b/.stylehlp @@ -4,7 +4,7 @@ // Desc: // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // @@ -28,7 +28,7 @@ ; Desc: ; ; ; ; ; -; Copyright © 2018-2019 The OS/K Team ; +; Copyright © 2018-2020 The OS/K Team ; ; ; ; This file is part of OS/K. ; ; ; @@ -52,7 +52,7 @@ # Desc: # # # # # -# Copyright © 2018-2019 The OS/K Team # +# Copyright © 2018-2020 The OS/K Team # # # # This file is part of OS/K. # # # diff --git a/.stylehlp_sh b/.stylehlp_sh index d7e2004..1289bfb 100644 --- a/.stylehlp_sh +++ b/.stylehlp_sh @@ -4,7 +4,7 @@ # Desc: # # # # # -# Copyright © 2018-2019 The OS/K Team # +# Copyright © 2018-2020 The OS/K Team # # # # This file is part of OS/K. # # # diff --git a/AUTHORS b/AUTHORS index ddebb5a..3d91e65 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,7 +4,7 @@ # Desc: Project Authors File # # # # # -# Copyright © 2018-2019 The OS/K Team # +# Copyright © 2018-2020 The OS/K Team # # # # This file is part of OS/K. # # # diff --git a/Makefile b/Makefile index 6a19b98..eb556e1 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Desc: Project Makefile # # # # # -# Copyright © 2018-2019 The OS/K Team # +# Copyright © 2018-2020 The OS/K Team # # # # This file is part of OS/K. # # # diff --git a/ProjectTree b/ProjectTree index d352829..c510093 100644 --- a/ProjectTree +++ b/ProjectTree @@ -4,7 +4,7 @@ # Desc: # # # # # -# Copyright © 2018-2019 The OS/K Team # +# Copyright © 2018-2020 The OS/K Team # # # # This file is part of OS/K. # # # diff --git a/boot/folder.desc b/boot/folder.desc index e4a46a5..b18f2e4 100644 --- a/boot/folder.desc +++ b/boot/folder.desc @@ -4,7 +4,7 @@ # Desc: Folder description - "boot" # # # # # -# Copyright © 2018-2019 The OS/K Team # +# Copyright © 2018-2020 The OS/K Team # # # # This file is part of OS/K. # # # diff --git a/boot/grub/grub.cfg b/boot/grub/grub.cfg index b893821..7c24af0 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-2019 The OS/K Team # +# Copyright © 2018-2020 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 f0fbc95..f653ab1 100644 --- a/boot/loader/cpu/cpu.inc +++ b/boot/loader/cpu/cpu.inc @@ -5,7 +5,7 @@ ; (x86_64 architecture only) ; ; ; ; ; -; Copyright © 2018-2019 The OS/K Team ; +; Copyright © 2018-2020 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 9eaa036..e2831e6 100644 --- a/boot/loader/cpu/cpu32.inc +++ b/boot/loader/cpu/cpu32.inc @@ -5,7 +5,7 @@ ; (x86_64 architecture only) ; ; ; ; ; -; Copyright © 2018-2019 The OS/K Team ; +; Copyright © 2018-2020 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 312f0e2..6003b7a 100644 --- a/boot/loader/io/terminal.inc +++ b/boot/loader/io/terminal.inc @@ -5,7 +5,7 @@ ; (x86_64 architecture only) ; ; ; ; ; -; Copyright © 2018-2019 The OS/K Team ; +; Copyright © 2018-2020 The OS/K Team ; ; ; ; This file is part of OS/K. ; ; ; diff --git a/boot/loader/loader.asm b/boot/loader/loader.asm index 4247928..ed12c2b 100644 --- a/boot/loader/loader.asm +++ b/boot/loader/loader.asm @@ -5,7 +5,7 @@ ; (x86_64 architecture only) ; ; ; ; ; -; Copyright © 2018-2019 The OS/K Team ; +; Copyright © 2018-2020 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 961478f..6b122c4 100644 --- a/boot/loader/mem/management.inc +++ b/boot/loader/mem/management.inc @@ -5,7 +5,7 @@ ; (x86_64 architecture only) ; ; ; ; ; -; Copyright © 2018-2019 The OS/K Team ; +; Copyright © 2018-2020 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 de8013d..2e0a444 100644 --- a/boot/loader/mem/structures.inc +++ b/boot/loader/mem/structures.inc @@ -5,7 +5,7 @@ ; (x86_64 architecture only) ; ; ; ; ; -; Copyright © 2018-2019 The OS/K Team ; +; Copyright © 2018-2020 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 c045e64..03a4c9f 100644 --- a/boot/loader/multiboot/check.inc +++ b/boot/loader/multiboot/check.inc @@ -5,7 +5,7 @@ ; (x86_64 architecture only) ; ; ; ; ; -; Copyright © 2018-2019 The OS/K Team ; +; Copyright © 2018-2020 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 1115298..5a0fe5c 100644 --- a/boot/loader/multiboot/header.inc +++ b/boot/loader/multiboot/header.inc @@ -5,7 +5,7 @@ ; (x86_64 architecture only) ; ; ; ; ; -; Copyright © 2018-2019 The OS/K Team ; +; Copyright © 2018-2020 The OS/K Team ; ; ; ; This file is part of OS/K. ; ; ; diff --git a/build/create_disk.sh b/build/create_disk.sh index f2af324..0318a8d 100755 --- a/build/create_disk.sh +++ b/build/create_disk.sh @@ -4,7 +4,7 @@ # Desc: OS/K image maker script # # # # # -# Copyright © 2018-2019 The OS/K Team # +# Copyright © 2018-2020 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 6705e69..68a58f5 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-2019 The OS/K Team # +# Copyright © 2018-2020 The OS/K Team # # # # This file is part of OS/K. # # # diff --git a/build/kernel.ld b/build/kernel.ld index 7604bd8..b21fb85 100644 --- a/build/kernel.ld +++ b/build/kernel.ld @@ -5,7 +5,7 @@ // (x86_64 architecture only) // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/asm.h b/include/asm.h index 936ae50..ab05cdd 100644 --- a/include/asm.h +++ b/include/asm.h @@ -4,7 +4,7 @@ // Desc: Inline assembly functions // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/errno.h b/include/errno.h index 9d3c83c..1256114 100644 --- a/include/errno.h +++ b/include/errno.h @@ -4,7 +4,7 @@ // Desc: Values for error_t and errno // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/ex/malloc.h b/include/ex/malloc.h index f63ea44..c8f1202 100644 --- a/include/ex/malloc.h +++ b/include/ex/malloc.h @@ -4,7 +4,7 @@ // Desc: Memory allocation functions // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/init/boot.h b/include/init/boot.h index 5594870..13dd9df 100644 --- a/include/init/boot.h +++ b/include/init/boot.h @@ -4,7 +4,7 @@ // Desc: Kaleid kernel base include file // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/init/mboot.h b/include/init/mboot.h index a68cb0a..d81f92d 100644 --- a/include/init/mboot.h +++ b/include/init/mboot.h @@ -5,7 +5,7 @@ // // // // // Copyright © 1999,2003,2007-2010 Free Software Foundation, Inc. // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/io/acpi.h b/include/io/acpi.h index f33bfcb..1c4bb30 100644 --- a/include/io/acpi.h +++ b/include/io/acpi.h @@ -4,7 +4,7 @@ // Desc: ACPI, Hardware detection related // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/io/ata.h b/include/io/ata.h index 73ff34b..c8d16af 100644 --- a/include/io/ata.h +++ b/include/io/ata.h @@ -4,7 +4,7 @@ // Desc: Basic Read Only ATA Long mode Driver // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/io/cursor.h b/include/io/cursor.h index 72494b0..452b6d9 100644 --- a/include/io/cursor.h +++ b/include/io/cursor.h @@ -4,7 +4,7 @@ // Desc: Cursor-related functions // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/io/keyb.h b/include/io/keyb.h index b5802f5..24790b3 100644 --- a/include/io/keyb.h +++ b/include/io/keyb.h @@ -4,7 +4,7 @@ // Desc: Keyboard related functions // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/io/spkr.h b/include/io/spkr.h index be9eea5..c80df3c 100644 --- a/include/io/spkr.h +++ b/include/io/spkr.h @@ -4,7 +4,7 @@ // Desc: Speaker functions // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/io/vga.h b/include/io/vga.h index 9736124..12d7dba 100644 --- a/include/io/vga.h +++ b/include/io/vga.h @@ -4,7 +4,7 @@ // Desc: VGA terminal // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/ke/cpuid.h b/include/ke/cpuid.h index c250d83..18dc75b 100644 --- a/include/ke/cpuid.h +++ b/include/ke/cpuid.h @@ -4,7 +4,7 @@ // Desc: CPUID related functions // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/ke/idt.h b/include/ke/idt.h index 6e705bf..b312e0b 100644 --- a/include/ke/idt.h +++ b/include/ke/idt.h @@ -4,7 +4,7 @@ // Desc: Interrupt related functions // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/ke/proc.h b/include/ke/proc.h index e7b4364..bb150a5 100644 --- a/include/ke/proc.h +++ b/include/ke/proc.h @@ -4,7 +4,7 @@ // Desc: Process-related structs and functions // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/ke/sched.h b/include/ke/sched.h index 9005de2..f63f1f0 100644 --- a/include/ke/sched.h +++ b/include/ke/sched.h @@ -4,7 +4,7 @@ // Desc: Scheduler-related functions // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/ke/spinlock.h b/include/ke/spinlock.h index f1e09b1..b8f50e1 100644 --- a/include/ke/spinlock.h +++ b/include/ke/spinlock.h @@ -4,7 +4,7 @@ // Desc: Spinlocks // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/ke/time.h b/include/ke/time.h index 8407312..e04b1ac 100644 --- a/include/ke/time.h +++ b/include/ke/time.h @@ -4,7 +4,7 @@ // Desc: Time-related functions // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/kernel.h b/include/kernel.h index 8b9638e..a74978f 100644 --- a/include/kernel.h +++ b/include/kernel.h @@ -4,7 +4,7 @@ // Desc: Kaleid kernel base include file // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/lib/buf.h b/include/lib/buf.h index 07311dc..58808a9 100644 --- a/include/lib/buf.h +++ b/include/lib/buf.h @@ -4,7 +4,7 @@ // Desc: Buffer library // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/lib/list.h b/include/lib/list.h index dda6e77..7613fd2 100644 --- a/include/lib/list.h +++ b/include/lib/list.h @@ -4,7 +4,7 @@ // Desc: Doubly linked lists implementation // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/libc.h b/include/libc.h index 21a52e2..4ede37b 100644 --- a/include/libc.h +++ b/include/libc.h @@ -4,7 +4,7 @@ // Desc: C Runtime Library // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/mm/gdt.h b/include/mm/gdt.h index 289f911..94bddcb 100644 --- a/include/mm/gdt.h +++ b/include/mm/gdt.h @@ -4,7 +4,7 @@ // Desc: GDT related functions // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/mm/heap.h b/include/mm/heap.h index 9342ffa..e822ca6 100644 --- a/include/mm/heap.h +++ b/include/mm/heap.h @@ -4,7 +4,7 @@ // Desc: Heap management functions // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/mm/malloc.h b/include/mm/malloc.h index 44531ad..bb34b7d 100644 --- a/include/mm/malloc.h +++ b/include/mm/malloc.h @@ -4,7 +4,7 @@ // Desc: Memory allocation functions // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/mm/map.h b/include/mm/map.h index 5aa1c5e..941d810 100644 --- a/include/mm/map.h +++ b/include/mm/map.h @@ -4,7 +4,7 @@ // Desc: Mapping and checking memory related functions // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/mm/paging.h b/include/mm/paging.h index c4f2845..9e4d9b4 100644 --- a/include/mm/paging.h +++ b/include/mm/paging.h @@ -4,7 +4,7 @@ // Desc: Paging memory related functions // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/mm/palloc.h b/include/mm/palloc.h index 51fda80..64dda39 100644 --- a/include/mm/palloc.h +++ b/include/mm/palloc.h @@ -4,7 +4,7 @@ // Desc: Page allocator related functions // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/po/shtdwn.h b/include/po/shtdwn.h index f7dbf81..48493a6 100644 --- a/include/po/shtdwn.h +++ b/include/po/shtdwn.h @@ -4,7 +4,7 @@ // Desc: Shutdown facilities // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/sh/argv.h b/include/sh/argv.h index 843b2c7..169fad3 100644 --- a/include/sh/argv.h +++ b/include/sh/argv.h @@ -4,7 +4,7 @@ // Desc: Command line parsing utilities // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/sh/shell.h b/include/sh/shell.h index e9cd8b0..41a1e44 100644 --- a/include/sh/shell.h +++ b/include/sh/shell.h @@ -4,7 +4,7 @@ // Desc: Kernel shell // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/include/vers.h b/include/vers.h index 40f219a..58e43a2 100644 --- a/include/vers.h +++ b/include/vers.h @@ -4,7 +4,7 @@ // Desc: Kaleid version // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 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 a93f8b8..3ed7397 100644 --- a/kaleid/kernel/init/info.c +++ b/kaleid/kernel/init/info.c @@ -4,7 +4,7 @@ // Desc: Initialization of boot info // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 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 410a490..f211ca7 100644 --- a/kaleid/kernel/init/init.c +++ b/kaleid/kernel/init/init.c @@ -4,7 +4,7 @@ // Desc: Kernel entry point // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/init/ssp.c b/kaleid/kernel/init/ssp.c index f9e3869..a4a1c25 100644 --- a/kaleid/kernel/init/ssp.c +++ b/kaleid/kernel/init/ssp.c @@ -4,7 +4,7 @@ // Desc: Stack smashing protection // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 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 912a62a..75d200a 100644 --- a/kaleid/kernel/init/table.c +++ b/kaleid/kernel/init/table.c @@ -4,7 +4,7 @@ // Desc: Global variables // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 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 43064bc..d939bf1 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-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/io/ata.asm b/kaleid/kernel/io/ata.asm index 40dcc08..ac15741 100644 --- a/kaleid/kernel/io/ata.asm +++ b/kaleid/kernel/io/ata.asm @@ -5,7 +5,7 @@ ; (x86_64 architecture only) ; ; ; ; ; -; Copyright © 2018-2019 The OS/K Team ; +; Copyright © 2018-2020 The OS/K Team ; ; ; ; This file is part of OS/K. ; ; ; diff --git a/kaleid/kernel/io/ata.c b/kaleid/kernel/io/ata.c index e92e4fa..3df1fae 100644 --- a/kaleid/kernel/io/ata.c +++ b/kaleid/kernel/io/ata.c @@ -4,7 +4,7 @@ // Desc: Basic Read Only ATA Long mode Driver // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 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 5095d36..8b7defe 100644 --- a/kaleid/kernel/io/cursor.c +++ b/kaleid/kernel/io/cursor.c @@ -4,7 +4,7 @@ // Desc: Cursor-related functions // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 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 c66e8d8..7c91e58 100644 --- a/kaleid/kernel/io/keyb.c +++ b/kaleid/kernel/io/keyb.c @@ -4,7 +4,7 @@ // Desc: Basic Keyboard Driver // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 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 ed28c4d..066c264 100644 --- a/kaleid/kernel/io/scan.c +++ b/kaleid/kernel/io/scan.c @@ -4,7 +4,7 @@ // Desc: Basic Scancode Tables // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 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 41d9662..dc673ff 100644 --- a/kaleid/kernel/io/vga.c +++ b/kaleid/kernel/io/vga.c @@ -4,7 +4,7 @@ // Desc: VGA terminal functions // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 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 8120a52..a447db1 100644 --- a/kaleid/kernel/ke/cpuf.asm +++ b/kaleid/kernel/ke/cpuf.asm @@ -4,7 +4,7 @@ ; Desc: CPU management related functions ; ; ; ; ; -; Copyright © 2018-2019 The OS/K Team ; +; Copyright © 2018-2020 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 be4d109..8ffd688 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-2019 The OS/K Team ; +; Copyright © 2018-2020 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 debbfbb..fd9e461 100644 --- a/kaleid/kernel/ke/cpuid.c +++ b/kaleid/kernel/ke/cpuid.c @@ -4,7 +4,7 @@ // Desc: CPU detection // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 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 4060b88..1e0749d 100644 --- a/kaleid/kernel/ke/idt.c +++ b/kaleid/kernel/ke/idt.c @@ -4,7 +4,7 @@ // Desc: Interrupt related functions // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 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 7c07e6f..ec57073 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-2019 The OS/K Team ; +; Copyright © 2018-2020 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 c57fe00..7695991 100644 --- a/kaleid/kernel/ke/log.c +++ b/kaleid/kernel/ke/log.c @@ -4,7 +4,7 @@ // Desc: KernLog() and DebugLog() // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 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 8f3bf8d..63773fa 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-2019 The OS/K Team // +// Copyright © 2018-2020 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 f5902fc..e02852b 100644 --- a/kaleid/kernel/ke/pit.c +++ b/kaleid/kernel/ke/pit.c @@ -4,7 +4,7 @@ // Desc: PIT Time related functions // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 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 16bda2b..1736019 100644 --- a/kaleid/kernel/ke/rtc.c +++ b/kaleid/kernel/ke/rtc.c @@ -4,7 +4,7 @@ // Desc: RTC Time related functions // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 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 616da73..ed68dcc 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-2019 The OS/K Team ; +; Copyright © 2018-2020 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 61ecced..5fdf3d7 100644 --- a/kaleid/kernel/mm/gdt.c +++ b/kaleid/kernel/mm/gdt.c @@ -4,7 +4,7 @@ // Desc: GDT related functions // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 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 b4c0c58..8e94ebe 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-2019 The OS/K Team // +// Copyright © 2018-2020 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 f513660..36d7e09 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-2019 The OS/K Team // +// Copyright © 2018-2020 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 201567a..ce4e443 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-2019 The OS/K Team // +// Copyright © 2018-2020 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 a1a9669..2e83484 100644 --- a/kaleid/kernel/mm/paging.asm +++ b/kaleid/kernel/mm/paging.asm @@ -4,7 +4,7 @@ ; Desc: Paging related functions ; ; ; ; ; -; Copyright © 2018-2019 The OS/K Team ; +; Copyright © 2018-2020 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 0ef38b2..ca658cb 100644 --- a/kaleid/kernel/mm/paging.c +++ b/kaleid/kernel/mm/paging.c @@ -4,7 +4,7 @@ // Desc: Paging memory related functions // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 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 2b4255e..a9a2148 100644 --- a/kaleid/kernel/mm/palloc.c +++ b/kaleid/kernel/mm/palloc.c @@ -4,7 +4,7 @@ // Desc: Page allocator related functions // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 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 88c6b49..2fa9a88 100644 --- a/kaleid/kernel/po/shtdwn.c +++ b/kaleid/kernel/po/shtdwn.c @@ -4,7 +4,7 @@ // Desc: Shutdown related function // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 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 89fe03a..737944e 100644 --- a/kaleid/kernel/ps/sched.c +++ b/kaleid/kernel/ps/sched.c @@ -4,7 +4,7 @@ // Desc: Process scheduler // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 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 8e132d3..f0b3355 100644 --- a/kaleid/kernel/sh/argv.c +++ b/kaleid/kernel/sh/argv.c @@ -4,7 +4,7 @@ // Desc: Command line parsing utilities // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 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 47f51ef..d8d5524 100644 --- a/kaleid/kernel/sh/musage.c +++ b/kaleid/kernel/sh/musage.c @@ -4,7 +4,7 @@ // Desc: Kernel shell // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/kernel/sh/shell.c b/kaleid/kernel/sh/shell.c index 6ad2fd8..8d04c75 100644 --- a/kaleid/kernel/sh/shell.c +++ b/kaleid/kernel/sh/shell.c @@ -4,7 +4,7 @@ // Desc: Kernel shell // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 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 e2f9b18..7362e4c 100644 --- a/kaleid/kernel/sh/shell.h +++ b/kaleid/kernel/sh/shell.h @@ -4,7 +4,7 @@ // Desc: Kernel shell // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 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 cc322a7..6156629 100644 --- a/kaleid/kernel/sh/testcmds.c +++ b/kaleid/kernel/sh/testcmds.c @@ -4,7 +4,7 @@ // Desc: Kernel shell // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libbuf/bclose.c b/kaleid/libbuf/bclose.c index 21255bd..a4d8446 100644 --- a/kaleid/libbuf/bclose.c +++ b/kaleid/libbuf/bclose.c @@ -4,7 +4,7 @@ // Desc: Buffer library // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libbuf/bflush.c b/kaleid/libbuf/bflush.c index 08c7495..c71efaf 100644 --- a/kaleid/libbuf/bflush.c +++ b/kaleid/libbuf/bflush.c @@ -4,7 +4,7 @@ // Desc: Buffer library // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libbuf/bgetc.c b/kaleid/libbuf/bgetc.c index f0f6d0f..9aa4726 100644 --- a/kaleid/libbuf/bgetc.c +++ b/kaleid/libbuf/bgetc.c @@ -4,7 +4,7 @@ // Desc: Buffer library // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libbuf/bmisc.c b/kaleid/libbuf/bmisc.c index 96f9fa9..eb34fcb 100644 --- a/kaleid/libbuf/bmisc.c +++ b/kaleid/libbuf/bmisc.c @@ -4,7 +4,7 @@ // Desc: Buffer library // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libbuf/bopen.c b/kaleid/libbuf/bopen.c index 8fa6397..cc37f1c 100644 --- a/kaleid/libbuf/bopen.c +++ b/kaleid/libbuf/bopen.c @@ -4,7 +4,7 @@ // Desc: Buffer library // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libbuf/bprint.c b/kaleid/libbuf/bprint.c index 48dbdeb..56faeb9 100644 --- a/kaleid/libbuf/bprint.c +++ b/kaleid/libbuf/bprint.c @@ -4,7 +4,7 @@ // Desc: Buffer library // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libbuf/bputc.c b/kaleid/libbuf/bputc.c index fe14e35..33d8740 100644 --- a/kaleid/libbuf/bputc.c +++ b/kaleid/libbuf/bputc.c @@ -4,7 +4,7 @@ // Desc: Buffer library // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libbuf/bread.c b/kaleid/libbuf/bread.c index 9c383cd..d3305e6 100644 --- a/kaleid/libbuf/bread.c +++ b/kaleid/libbuf/bread.c @@ -4,7 +4,7 @@ // Desc: Buffer library // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libbuf/bscan.c b/kaleid/libbuf/bscan.c index e6df43c..f85037f 100644 --- a/kaleid/libbuf/bscan.c +++ b/kaleid/libbuf/bscan.c @@ -4,7 +4,7 @@ // Desc: Buffer library // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libbuf/bscroll.c b/kaleid/libbuf/bscroll.c index 0a50ae8..1c1b8c4 100644 --- a/kaleid/libbuf/bscroll.c +++ b/kaleid/libbuf/bscroll.c @@ -4,7 +4,7 @@ // Desc: Buffer library // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libbuf/bwrite.c b/kaleid/libbuf/bwrite.c index e6df43c..f85037f 100644 --- a/kaleid/libbuf/bwrite.c +++ b/kaleid/libbuf/bwrite.c @@ -4,7 +4,7 @@ // Desc: Buffer library // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libc/atoi.c b/kaleid/libc/atoi.c index f2e32c3..42d3153 100644 --- a/kaleid/libc/atoi.c +++ b/kaleid/libc/atoi.c @@ -4,7 +4,7 @@ // Desc: Convertion utilities - atoi() family // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libc/ctype.c b/kaleid/libc/ctype.c index f0482d4..74d6bca 100644 --- a/kaleid/libc/ctype.c +++ b/kaleid/libc/ctype.c @@ -4,7 +4,7 @@ // Desc: Character types // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libc/errno.c b/kaleid/libc/errno.c index e35315a..4a0b287 100644 --- a/kaleid/libc/errno.c +++ b/kaleid/libc/errno.c @@ -4,7 +4,7 @@ // Desc: strerror() & co. // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libc/mem.c b/kaleid/libc/mem.c index 46772d2..8e0eb96 100644 --- a/kaleid/libc/mem.c +++ b/kaleid/libc/mem.c @@ -4,7 +4,7 @@ // Desc: mem*() family // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libc/rand.c b/kaleid/libc/rand.c index 4eb2ea3..1dae354 100644 --- a/kaleid/libc/rand.c +++ b/kaleid/libc/rand.c @@ -4,7 +4,7 @@ // Desc: Random related functions // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libc/sprintf.c b/kaleid/libc/sprintf.c index 3e0f306..ab5a98f 100644 --- a/kaleid/libc/sprintf.c +++ b/kaleid/libc/sprintf.c @@ -4,7 +4,7 @@ // Desc: *s*printf() family // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libc/string.c b/kaleid/libc/string.c index 3d1c340..2b50b20 100644 --- a/kaleid/libc/string.c +++ b/kaleid/libc/string.c @@ -4,7 +4,7 @@ // Desc: String manipulation utilities // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // // diff --git a/kaleid/libc/strtol.c b/kaleid/libc/strtol.c index 09354d5..03bdc8f 100644 --- a/kaleid/libc/strtol.c +++ b/kaleid/libc/strtol.c @@ -4,7 +4,7 @@ // Desc: strto*l() family // // // // // -// Copyright © 2018-2019 The OS/K Team // +// Copyright © 2018-2020 The OS/K Team // // // // This file is part of OS/K. // // //