Commit 08102867f63e1c5e0aa80ebb5918a04a76919f38
Commits[COMMIT BEGIN]commit 08102867f63e1c5e0aa80ebb5918a04a76919f38 Author: 0x4248 <[email protected]> Date: Tue Jan 6 12:50:20 2026 +0000 Meta: Copyright update for new year (2026) Happy New Year 2026! This commit isnt much of a change but it updates the copyright years in various files throughout the repository to reflect the new year. Signed-off-by: 0x4248 <[email protected]> diff --git a/.gitignore b/.gitignore index b0c7790..964fc62 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ # .gitignore # # COPYRIGHT NOTICE -# Copyright (C) 2024-2025 0x4248 and contributors +# Copyright (C) 2024-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/Makefile b/Makefile index d1e868d..1ea7438 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # includes in tools/build/make/includes.mk # # COPYRIGHT NOTICE -# Copyright (C) 2025 0x4248 and contributors +# Copyright (C) 2025-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/Nbuild b/Nbuild index f1f36b1..cd6906c 100644 --- a/Nbuild +++ b/Nbuild @@ -7,7 +7,7 @@ # directories so that make can find them. # # COPYRIGHT NOTICE -# Copyright (C) 2025 0x4248 and contributors +# Copyright (C) 2025-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/arch/x64/linux/file_writing/main.s b/arch/x64/linux/file_writing/main.s index e916bc7..ab7327c 100644 --- a/arch/x64/linux/file_writing/main.s +++ b/arch/x64/linux/file_writing/main.s @@ -8,7 +8,7 @@ ; Many thanks to https://syscall.sh/, Linus Torvalds and kernel developers. ; ; COPYRIGHT NOTICE -; Copyright (C) 2024-2025 0x4248 and contributors +; Copyright (C) 2024-2026 0x4248 and contributors ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the license is not changed. ; diff --git a/arch/x64/linux/return/main.s b/arch/x64/linux/return/main.s index 7a2d85c..2246fd7 100644 --- a/arch/x64/linux/return/main.s +++ b/arch/x64/linux/return/main.s @@ -6,7 +6,7 @@ ; Really basic program that returns 0 ; ; COPYRIGHT NOTICE -; Copyright (C) 2024-2025 0x4248 and contributors +; Copyright (C) 2024-2026 0x4248 and contributors ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the license is not changed. ; diff --git a/arch/x86/phoenix/Makefile b/arch/x86/phoenix/Makefile index 1d6258f..91cf45c 100644 --- a/arch/x86/phoenix/Makefile +++ b/arch/x86/phoenix/Makefile @@ -4,7 +4,7 @@ # Main Makefile # # COPYRIGHT NOTICE -# Copyright (C) 2024 0x4248 and phoenix contributors +# Copyright (C) 2024-2026 0x4248 and phoenix contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/arch/x86/phoenix/README b/arch/x86/phoenix/README index 7e503f2..99ea9df 100644 --- a/arch/x86/phoenix/README +++ b/arch/x86/phoenix/README @@ -7,7 +7,7 @@ Phoenix was a experimental bootdisk that I created to learn and experiment with. The system was codenamed Phoenix and was kept proprietary for a while. COPYRIGHT NOTICE -Copyright (C) 2024 0x4248 and phoenix contributors +Copyright (C) 2024-2026 0x4248 and phoenix contributors Redistribution and use in source and binary forms, with or without modification, are permitted provided that the license is not changed. diff --git a/arch/x86/phoenix/src/boot.s b/arch/x86/phoenix/src/boot.s index faffc5a..dd558b6 100644 --- a/arch/x86/phoenix/src/boot.s +++ b/arch/x86/phoenix/src/boot.s @@ -4,7 +4,7 @@ ; Main bootloader code ; ; COPYRIGHT NOTICE -; Copyright (C) 2024 0x4248 and phoenix contributors +; Copyright (C) 2024-2026 0x4248 and phoenix contributors ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the license is not changed. ; diff --git a/arch/x86/phoenix/src/kernel.s b/arch/x86/phoenix/src/kernel.s index 4629480..fe68f67 100644 --- a/arch/x86/phoenix/src/kernel.s +++ b/arch/x86/phoenix/src/kernel.s @@ -4,7 +4,7 @@ ; Kernel entry point ; ; COPYRIGHT NOTICE -; Copyright (C) 2024 0x4248 and phoenix contributors +; Copyright (C) 2024-2026 0x4248 and phoenix contributors ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the license is not changed. ; @@ -64,5 +64,5 @@ main: msg0 db "Phoenix OS, System running!", 0 -msg1 db "Copyright (C) 2024 0x4248 GNU GPL v3", 0 +msg1 db "Copyright (C) 2024-2026 0x4248 GNU GPL v3", 0 msg2 db "System running, press r to reboot", 0 diff --git a/arch/x86/phoenix/src/lib/colorscreen.s b/arch/x86/phoenix/src/lib/colorscreen.s index 513cfde..52042f3 100644 --- a/arch/x86/phoenix/src/lib/colorscreen.s +++ b/arch/x86/phoenix/src/lib/colorscreen.s @@ -5,7 +5,7 @@ ; Screen colouring ; ; COPYRIGHT NOTICE -; Copyright (C) 2024 0x4248 and phoenix contributors +; Copyright (C) 2024-2026 0x4248 and phoenix contributors ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the license is not changed. ; diff --git a/arch/x86/phoenix/src/lib/print.s b/arch/x86/phoenix/src/lib/print.s index 683aae9..1ede2f0 100644 --- a/arch/x86/phoenix/src/lib/print.s +++ b/arch/x86/phoenix/src/lib/print.s @@ -5,7 +5,7 @@ ; Main printing libary ; ; COPYRIGHT NOTICE -; Copyright (C) 2024 0x4248 and phoenix contributors +; Copyright (C) 2024-2026 0x4248 and phoenix contributors ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the license is not changed. ; diff --git a/arch/x86/x86bootdisk/.gitignore b/arch/x86/x86bootdisk/.gitignore index 2d89791..02a894f 100644 --- a/arch/x86/x86bootdisk/.gitignore +++ b/arch/x86/x86bootdisk/.gitignore @@ -4,7 +4,7 @@ # .gitignore # # COPYRIGHT NOTICE -# Copyright (C) 2024-2025 0x4248 and contributors +# Copyright (C) 2024-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/arch/x86/x86bootdisk/Makefile b/arch/x86/x86bootdisk/Makefile index 48921fe..315827d 100644 --- a/arch/x86/x86bootdisk/Makefile +++ b/arch/x86/x86bootdisk/Makefile @@ -4,7 +4,7 @@ # Makefile # # COPYRIGHT NOTICE -# Copyright (C) 2024-2025 0x4248 and contributors +# Copyright (C) 2024-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/arch/x86/x86bootdisk/src/boot.asm b/arch/x86/x86bootdisk/src/boot.asm index cae4075..e76f46e 100644 --- a/arch/x86/x86bootdisk/src/boot.asm +++ b/arch/x86/x86bootdisk/src/boot.asm @@ -4,7 +4,7 @@ ; boot.asm ; ; COPYRIGHT NOTICE -; Copyright (C) 2024-2025 0x4248 and contributors +; Copyright (C) 2024-2026 0x4248 and contributors ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the license is not changed. ; diff --git a/arch/x86/x86bootdisk/src/lost-version.asm b/arch/x86/x86bootdisk/src/lost-version.asm index d471244..2e8a2a9 100644 --- a/arch/x86/x86bootdisk/src/lost-version.asm +++ b/arch/x86/x86bootdisk/src/lost-version.asm @@ -6,7 +6,7 @@ ; ; This version seems to have the very advanced blue screen colour syscall, fun. ; -; Copyright (C) 2024 0x4248 +; Copyright (C) 2024-2026 0x4248 [ORG 0x7c00] diff --git a/doc/misc/HEADERS.txt b/doc/misc/HEADERS.txt index a4779fa..9f9e9e8 100644 --- a/doc/misc/HEADERS.txt +++ b/doc/misc/HEADERS.txt @@ -10,7 +10,7 @@ formatted for several languages. # FILE # # COPYRIGHT NOTICE -# Copyright (C) 2025 0x4248 and contributors +# Copyright (C) 2025-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # @@ -23,7 +23,7 @@ formatted for several languages. * FILE * * COPYRIGHT NOTICE - * Copyright (C) 2025 0x4248 and contributors + * Copyright (C) 2025-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * @@ -37,7 +37,7 @@ formatted for several languages. ; FILE ; ; COPYRIGHT NOTICE -; Copyright (C) 2025 0x4248 and contributors +; Copyright (C) 2025-2026 0x4248 and contributors ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the license is not changed. ; @@ -50,7 +50,7 @@ formatted for several languages. // FILE // // COPYRIGHT NOTICE -// Copyright (C) 2025 0x4248 and contributors +// Copyright (C) 2025-2026 0x4248 and contributors // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the license is not changed. // @@ -63,7 +63,7 @@ formatted for several languages. " FILE " " COPYRIGHT NOTICE -" Copyright (C) 2025 0x4248 and contributors +" Copyright (C) 2025-2026 0x4248 and contributors " Redistribution and use in source and binary forms, with or without " modification, are permitted provided that the license is not changed. " diff --git a/lab/FileConstruct/FileConstructor.java b/lab/FileConstruct/FileConstructor.java index c0ac64f..ac4b7c2 100644 --- a/lab/FileConstruct/FileConstructor.java +++ b/lab/FileConstruct/FileConstructor.java @@ -4,7 +4,7 @@ * FileConstructor.java * * COPYRIGHT NOTICE - * Copyright (C) 2024 0x4248 and contributors + * Copyright (C) 2024-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/lab/FileConstruct/demos/Filling.java b/lab/FileConstruct/demos/Filling.java index 28d130b..eb861ee 100644 --- a/lab/FileConstruct/demos/Filling.java +++ b/lab/FileConstruct/demos/Filling.java @@ -4,7 +4,7 @@ * Examples/Filling.java * * COPYRIGHT NOTICE - * Copyright (C) 2024 0x4248 and contributors + * Copyright (C) 2024-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/lab/FileConstruct/demos/HelloWorld.java b/lab/FileConstruct/demos/HelloWorld.java index 3df5834..539365e 100644 --- a/lab/FileConstruct/demos/HelloWorld.java +++ b/lab/FileConstruct/demos/HelloWorld.java @@ -4,7 +4,7 @@ * Examples/HelloWorld.java * * COPYRIGHT NOTICE - * Copyright (C) 2024 0x4248 and contributors + * Copyright (C) 2024-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/lab/FileConstruct/demos/Replacing.java b/lab/FileConstruct/demos/Replacing.java index 1e3aef1..81b4ae0 100644 --- a/lab/FileConstruct/demos/Replacing.java +++ b/lab/FileConstruct/demos/Replacing.java @@ -4,7 +4,7 @@ * Examples/Replacing.java * * COPYRIGHT NOTICE - * Copyright (C) 2024 0x4248 and contributors + * Copyright (C) 2024-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/lab/FileConstruct/demos/x86BootSector.java b/lab/FileConstruct/demos/x86BootSector.java index f117adb..60206c0 100644 --- a/lab/FileConstruct/demos/x86BootSector.java +++ b/lab/FileConstruct/demos/x86BootSector.java @@ -4,7 +4,7 @@ * Examples/x86BootSector.java * * COPYRIGHT NOTICE - * Copyright (C) 2024 0x4248 and contributors + * Copyright (C) 2024-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/lab/c/factorial/CMakeLists.txt b/lab/c/factorial/CMakeLists.txt index 9ad0da8..006f9e2 100644 --- a/lab/c/factorial/CMakeLists.txt +++ b/lab/c/factorial/CMakeLists.txt @@ -4,7 +4,7 @@ # CMakeLists.txt # # COPYRIGHT NOTICE -# Copyright (C) 2024-2025 0x4248 and contributors +# Copyright (C) 2024-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/lab/c/factorial/main.c b/lab/c/factorial/main.c index 0df677d..9ea2785 100644 --- a/lab/c/factorial/main.c +++ b/lab/c/factorial/main.c @@ -4,7 +4,7 @@ * main.c * * COPYRIGHT NOTICE - * Copyright (C) 2024-2025 0x4248 and contributors + * Copyright (C) 2024-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * @@ -53,7 +53,7 @@ void print_uint128_decimal(__uint128_t value) int main() { printf("128-bit factorial\n"); - printf("Copyright (C) 2025 0x4248\n"); + printf("Copyright (C) 2025-2026 0x4248\n"); printf("GNU General Public License v3.0\n"); __uint128_t result; diff --git a/lab/c/tiny/CMakeLists.txt b/lab/c/tiny/CMakeLists.txt index b49da0d..f91f087 100644 --- a/lab/c/tiny/CMakeLists.txt +++ b/lab/c/tiny/CMakeLists.txt @@ -4,7 +4,7 @@ # CMakeLists.txt # # COPYRIGHT NOTICE -# Copyright (C) 2024-2025 0x4248 and contributors +# Copyright (C) 2024-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/lab/c/tiny/build.sh b/lab/c/tiny/build.sh index c98fd0f..ffffc52 100644 --- a/lab/c/tiny/build.sh +++ b/lab/c/tiny/build.sh @@ -4,7 +4,7 @@ # build.sh # # COPYRIGHT NOTICE -# Copyright (C) 2024-2025 0x4248 and contributors +# Copyright (C) 2024-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/lab/c/tiny/hello.c b/lab/c/tiny/hello.c index b8bcf6a..f05f7ed 100644 --- a/lab/c/tiny/hello.c +++ b/lab/c/tiny/hello.c @@ -4,7 +4,7 @@ * hello.c * * COPYRIGHT NOTICE - * Copyright (C) 2024-2025 0x4248 and contributors + * Copyright (C) 2024-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/lab/c/tiny/math.c b/lab/c/tiny/math.c index 26bd2a6..af03c36 100644 --- a/lab/c/tiny/math.c +++ b/lab/c/tiny/math.c @@ -4,7 +4,7 @@ * math.c * * COPYRIGHT NOTICE - * Copyright (C) 2024-2025 0x4248 and contributors + * Copyright (C) 2024-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/lab/c/tiny/tiny.c b/lab/c/tiny/tiny.c index 0ceae95..57d75dc 100644 --- a/lab/c/tiny/tiny.c +++ b/lab/c/tiny/tiny.c @@ -4,7 +4,7 @@ * return.c * * COPYRIGHT NOTICE - * Copyright (C) 2024-2025 0x4248 and contributors + * Copyright (C) 2024-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/lab/c/virtual_hardware/include/lib/libbit.h b/lab/c/virtual_hardware/include/lib/libbit.h index 2de2fc2..d2ca536 100644 --- a/lab/c/virtual_hardware/include/lib/libbit.h +++ b/lab/c/virtual_hardware/include/lib/libbit.h @@ -4,7 +4,7 @@ * libbit.h * * COPYRIGHT NOTICE - * Copyright (C) 2024-2025 0x4248 and contributors + * Copyright (C) 2024-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/lab/c/virtual_hardware/include/lib/libbus.h b/lab/c/virtual_hardware/include/lib/libbus.h index 7e07f5f..45130fe 100644 --- a/lab/c/virtual_hardware/include/lib/libbus.h +++ b/lab/c/virtual_hardware/include/lib/libbus.h @@ -4,7 +4,7 @@ * libbus.h * * COPYRIGHT NOTICE - * Copyright (C) 2024-2025 0x4248 and contributors + * Copyright (C) 2024-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/lab/c/virtual_hardware/include/mod/gates.h b/lab/c/virtual_hardware/include/mod/gates.h index 67c0d70..5d7a09a 100644 --- a/lab/c/virtual_hardware/include/mod/gates.h +++ b/lab/c/virtual_hardware/include/mod/gates.h @@ -4,7 +4,7 @@ * gates.h * * COPYRIGHT NOTICE - * Copyright (C) 2024-2025 0x4248 and contributors + * Copyright (C) 2024-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/lab/c/virtual_hardware/mod/example_chip.c b/lab/c/virtual_hardware/mod/example_chip.c index 5c3418d..baddb50 100644 --- a/lab/c/virtual_hardware/mod/example_chip.c +++ b/lab/c/virtual_hardware/mod/example_chip.c @@ -4,7 +4,7 @@ * halfadder.c * * COPYRIGHT NOTICE - * Copyright (C) 2024-2025 0x4248 and contributors + * Copyright (C) 2024-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/lab/c/virtual_hardware/mod/gates.c b/lab/c/virtual_hardware/mod/gates.c index 961bc98..12b4e52 100644 --- a/lab/c/virtual_hardware/mod/gates.c +++ b/lab/c/virtual_hardware/mod/gates.c @@ -4,7 +4,7 @@ * gates.c * * COPYRIGHT NOTICE - * Copyright (C) 2024-2025 0x4248 and contributors + * Copyright (C) 2024-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/lab/c/virtual_hardware/mod/halfadder.c b/lab/c/virtual_hardware/mod/halfadder.c index f4529bd..14aa781 100644 --- a/lab/c/virtual_hardware/mod/halfadder.c +++ b/lab/c/virtual_hardware/mod/halfadder.c @@ -4,7 +4,7 @@ * halfadder.c * * COPYRIGHT NOTICE - * Copyright (C) 2024-2025 0x4248 and contributors + * Copyright (C) 2024-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/lab/c/weird_loops/CMakeLists.txt b/lab/c/weird_loops/CMakeLists.txt index 329400e..51c81b3 100644 --- a/lab/c/weird_loops/CMakeLists.txt +++ b/lab/c/weird_loops/CMakeLists.txt @@ -4,7 +4,7 @@ # CMakeLists.txt # # COPYRIGHT NOTICE -# Copyright (C) 2024-2025 0x4248 and contributors +# Copyright (C) 2024-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/lab/c/weird_loops/main.c b/lab/c/weird_loops/main.c index f4dd9d1..b344ac4 100644 --- a/lab/c/weird_loops/main.c +++ b/lab/c/weird_loops/main.c @@ -6,7 +6,7 @@ * Looping in a weird way * * COPYRIGHT NOTICE - * Copyright (C) 2024-2025 0x4248 and contributors + * Copyright (C) 2024-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/lab/c/writing_raw/CMakeLists.txt b/lab/c/writing_raw/CMakeLists.txt index 2f3fe16..1141962 100644 --- a/lab/c/writing_raw/CMakeLists.txt +++ b/lab/c/writing_raw/CMakeLists.txt @@ -4,7 +4,7 @@ # CMakeLists.txt # # COPYRIGHT NOTICE -# Copyright (C) 2024-2025 0x4248 and contributors +# Copyright (C) 2024-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/lab/c/writing_raw/basic.c b/lab/c/writing_raw/basic.c index 792e255..e06ad44 100644 --- a/lab/c/writing_raw/basic.c +++ b/lab/c/writing_raw/basic.c @@ -4,7 +4,7 @@ * basic.c * * COPYRIGHT NOTICE - * Copyright (C) 2024-2025 0x4248 and contributors + * Copyright (C) 2024-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/lab/c/writing_raw/hello.c b/lab/c/writing_raw/hello.c index 55462f4..9e1c90f 100644 --- a/lab/c/writing_raw/hello.c +++ b/lab/c/writing_raw/hello.c @@ -4,7 +4,7 @@ * hello.c * * COPYRIGHT NOTICE - * Copyright (C) 2024-2025 0x4248 and contributors + * Copyright (C) 2024-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/lab/c/writing_raw/include/write.h b/lab/c/writing_raw/include/write.h index 0d8712f..7c4c411 100644 --- a/lab/c/writing_raw/include/write.h +++ b/lab/c/writing_raw/include/write.h @@ -4,7 +4,7 @@ * write.h * * COPYRIGHT NOTICE - * Copyright (C) 2024-2025 0x4248 and contributors + * Copyright (C) 2024-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/lab/c/writing_raw/write.c b/lab/c/writing_raw/write.c index 035ee65..ace13ef 100644 --- a/lab/c/writing_raw/write.c +++ b/lab/c/writing_raw/write.c @@ -4,7 +4,7 @@ * write.c * * COPYRIGHT NOTICE - * Copyright (C) 2024-2025 0x4248 and contributors + * Copyright (C) 2024-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/lab/trail/c/header/ctype.c b/lab/trail/c/header/ctype.c index 75226a7..6588b02 100644 --- a/lab/trail/c/header/ctype.c +++ b/lab/trail/c/header/ctype.c @@ -9,7 +9,7 @@ * https://en.cppreference.com/w/c/header/ctype.html * * COPYRIGHT NOTICE - * Copyright (C) 2025 0x4248 and contributors + * Copyright (C) 2025-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/lab/trail/c/header/errno.c b/lab/trail/c/header/errno.c index 548b1e5..6ef1576 100644 --- a/lab/trail/c/header/errno.c +++ b/lab/trail/c/header/errno.c @@ -6,7 +6,7 @@ * https://en.cppreference.com/w/c/header/errno.html * * COPYRIGHT NOTICE - * Copyright (C) 2025 0x4248 and contributors + * Copyright (C) 2025-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/lab/trail/c/header/math.c b/lab/trail/c/header/math.c index a242634..5bb00ed 100644 --- a/lab/trail/c/header/math.c +++ b/lab/trail/c/header/math.c @@ -8,7 +8,7 @@ * https://en.cppreference.com/w/c/header/math.html * * COPYRIGHT NOTICE - * Copyright (C) 2025 0x4248 and contributors + * Copyright (C) 2025-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/lab/trail/php/hello.php b/lab/trail/php/hello.php index 2c46ab4..68bbf11 100644 --- a/lab/trail/php/hello.php +++ b/lab/trail/php/hello.php @@ -7,7 +7,7 @@ # Hello world in PHP # # COPYRIGHT NOTICE -# Copyright (C) 2025 0x4248 and contributors +# Copyright (C) 2025-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/lab/trail/php/html.php b/lab/trail/php/html.php index 19b2f0f..276f83c 100644 --- a/lab/trail/php/html.php +++ b/lab/trail/php/html.php @@ -5,7 +5,7 @@ html.php HTML generation in PHP COPYRIGHT NOTICE -Copyright (C) 2025 0x4248 and contributors +Copyright (C) 2025-2026 0x4248 and contributors Redistribution and use in source and binary forms, with or without modification, are permitted provided that the license is not changed. diff --git a/lab/trail/php/math.php b/lab/trail/php/math.php index a6a6214..1bffe2c 100644 --- a/lab/trail/php/math.php +++ b/lab/trail/php/math.php @@ -7,7 +7,7 @@ # Math operations in PHP # # COPYRIGHT NOTICE -# Copyright (C) 2025 0x4248 and contributors +# Copyright (C) 2025-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/misc/fortran/add.f90 b/misc/fortran/add.f90 index ba8500f..44f19e9 100644 --- a/misc/fortran/add.f90 +++ b/misc/fortran/add.f90 @@ -4,7 +4,7 @@ ! add.f90 ! ! COPYRIGHT NOTICE -! Copyright (C) 2024-2025 0x4248 and contributors +! Copyright (C) 2024-2026 0x4248 and contributors ! This program is free software: you can redistribute it and/or modify ! it under the terms of the GNU General Public License as published by ! the Free Software Foundation, either version 3 of the License, or diff --git a/misc/fortran/arguments.f90 b/misc/fortran/arguments.f90 index 3e35666..8247be6 100644 --- a/misc/fortran/arguments.f90 +++ b/misc/fortran/arguments.f90 @@ -4,7 +4,7 @@ ! arguments.f90 ! ! COPYRIGHT NOTICE -! Copyright (C) 2024-2025 0x4248 and contributors +! Copyright (C) 2024-2026 0x4248 and contributors ! This program is free software: you can redistribute it and/or modify ! it under the terms of the GNU General Public License as published by ! the Free Software Foundation, either version 3 of the License, or diff --git a/misc/fortran/factorial.f90 b/misc/fortran/factorial.f90 index aaa100a..478eb81 100644 --- a/misc/fortran/factorial.f90 +++ b/misc/fortran/factorial.f90 @@ -4,7 +4,7 @@ ! factorial.f90 ! ! COPYRIGHT NOTICE -! Copyright (C) 2024-2025 0x4248 and contributors +! Copyright (C) 2024-2026 0x4248 and contributors ! This program is free software: you can redistribute it and/or modify ! it under the terms of the GNU General Public License as published by ! the Free Software Foundation, either version 3 of the License, or diff --git a/misc/fortran/file.f90 b/misc/fortran/file.f90 index 3c612e0..54e9ab2 100644 --- a/misc/fortran/file.f90 +++ b/misc/fortran/file.f90 @@ -4,7 +4,7 @@ ! file.f90 ! ! COPYRIGHT NOTICE -! Copyright (C) 2024-2025 0x4248 and contributors +! Copyright (C) 2024-2026 0x4248 and contributors ! This program is free software: you can redistribute it and/or modify ! it under the terms of the GNU General Public License as published by ! the Free Software Foundation, either version 3 of the License, or diff --git a/misc/fortran/hello_world.f90 b/misc/fortran/hello_world.f90 index 1fdf7fc..beca429 100644 --- a/misc/fortran/hello_world.f90 +++ b/misc/fortran/hello_world.f90 @@ -4,7 +4,7 @@ ! hello_world.f90 ! ! COPYRIGHT NOTICE -! Copyright (C) 2024-2025 0x4248 and contributors +! Copyright (C) 2024-2026 0x4248 and contributors ! This program is free software: you can redistribute it and/or modify ! it under the terms of the GNU General Public License as published by ! the Free Software Foundation, either version 3 of the License, or diff --git a/misc/fortran/matrix.f90 b/misc/fortran/matrix.f90 index c806f12..9838e72 100755 --- a/misc/fortran/matrix.f90 +++ b/misc/fortran/matrix.f90 @@ -4,7 +4,7 @@ ! matrix.f90 ! ! COPYRIGHT NOTICE -! Copyright (C) 2024-2025 0x4248 and contributors +! Copyright (C) 2024-2026 0x4248 and contributors ! This program is free software: you can redistribute it and/or modify ! it under the terms of the GNU General Public License as published by ! the Free Software Foundation, either version 3 of the License, or diff --git a/misc/fortran/prime_number.f90 b/misc/fortran/prime_number.f90 index cf2a1ce..674b174 100644 --- a/misc/fortran/prime_number.f90 +++ b/misc/fortran/prime_number.f90 @@ -5,7 +5,7 @@ ! prime_number.f90 ! ! COPYRIGHT NOTICE -! Copyright (C) 2024-2025 0x4248 and contributors +! Copyright (C) 2024-2026 0x4248 and contributors ! This program is free software: you can redistribute it and/or modify ! it under the terms of the GNU General Public License as published by ! the Free Software Foundation, either version 3 of the License, or diff --git a/systems/arduino/MF-DRV/MF-DRV.ino b/systems/arduino/MF-DRV/MF-DRV.ino index a648ee3..06b7268 100644 --- a/systems/arduino/MF-DRV/MF-DRV.ino +++ b/systems/arduino/MF-DRV/MF-DRV.ino @@ -3,7 +3,7 @@ * Work in progress driver for the MF Sensor Series * * COPYRIGHT NOTICE - * Copyright (C) 2024-2025 0x4248 and contributors + * Copyright (C) 2024-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/systems/arduino/blink/blink.ino b/systems/arduino/blink/blink.ino index 937b88e..b91ff01 100644 --- a/systems/arduino/blink/blink.ino +++ b/systems/arduino/blink/blink.ino @@ -6,7 +6,7 @@ * This simple ardiuno program will blink the built-in LED on and off. * * COPYRIGHT NOTICE - * Copyright (C) 2024-2025 0x4248 and contributors + * Copyright (C) 2024-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/systems/linux/kernel/vega/Makefile b/systems/linux/kernel/vega/Makefile index 2159c7d..4ab3e22 100644 --- a/systems/linux/kernel/vega/Makefile +++ b/systems/linux/kernel/vega/Makefile @@ -4,7 +4,7 @@ # Makefile # # COPYRIGHT NOTICE -# Copyright (C) 2025 0x4248 and contributors +# Copyright (C) 2025-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/systems/linux/kernel/vega/archive/build.sh b/systems/linux/kernel/vega/archive/build.sh index d3c76e2..f9d928f 100644 --- a/systems/linux/kernel/vega/archive/build.sh +++ b/systems/linux/kernel/vega/archive/build.sh @@ -4,7 +4,7 @@ # build.sh # # COPYRIGHT NOTICE -# Copyright (C) 2025 0x4248 and contributors +# Copyright (C) 2025-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/systems/linux/kernel/vega/fs/init b/systems/linux/kernel/vega/fs/init index e6751aa..c389af6 100755 --- a/systems/linux/kernel/vega/fs/init +++ b/systems/linux/kernel/vega/fs/init @@ -5,7 +5,7 @@ # init # # COPYRIGHT NOTICE -# Copyright (C) 2025 0x4248 and contributors +# Copyright (C) 2025-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/systems/linux/kernel/vega/tools/glob.mk b/systems/linux/kernel/vega/tools/glob.mk index 38008bb..e1b377b 100644 --- a/systems/linux/kernel/vega/tools/glob.mk +++ b/systems/linux/kernel/vega/tools/glob.mk @@ -4,7 +4,7 @@ # glob.mk # # COPYRIGHT NOTICE -# Copyright (C) 2025 0x4248 and contributors +# Copyright (C) 2025-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/systems/linux/patches/.gitignore b/systems/linux/patches/.gitignore index 4be51e2..72dd685 100644 --- a/systems/linux/patches/.gitignore +++ b/systems/linux/patches/.gitignore @@ -4,7 +4,7 @@ # linux/patches/.gitignore # # COPYRIGHT NOTICE -# Copyright (C) 2024-2025 0x4248 and contributors +# Copyright (C) 2024-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/tools/build/checks/checkSPDX.py b/tools/build/checks/checkSPDX.py index 3c1b647..1bf32ee 100644 --- a/tools/build/checks/checkSPDX.py +++ b/tools/build/checks/checkSPDX.py @@ -4,7 +4,7 @@ # Checks for SPDX licence in file # # COPYRIGHT NOTICE -# Copyright (C) 2025 0x4248 and contributors +# Copyright (C) 2025-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/tools/build/depricated/build.mk b/tools/build/depricated/build.mk index b92cf39..fe3697a 100644 --- a/tools/build/depricated/build.mk +++ b/tools/build/depricated/build.mk @@ -5,7 +5,7 @@ # GIT based targets # # COPYRIGHT NOTICE -# Copyright (C) 2025 0x4248 and contributors +# Copyright (C) 2025-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/tools/build/junkref/junkref.py b/tools/build/junkref/junkref.py index 79c3c27..e6e31b3 100644 --- a/tools/build/junkref/junkref.py +++ b/tools/build/junkref/junkref.py @@ -5,7 +5,7 @@ # Fetch stuff from the Junkdrawer # # COPYRIGHT NOTICE -# Copyright (C) 2025 0x4248 and contributors +# Copyright (C) 2025-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. diff --git a/tools/build/make/git.mk b/tools/build/make/git.mk index b1c29b2..8df64a5 100644 --- a/tools/build/make/git.mk +++ b/tools/build/make/git.mk @@ -5,7 +5,7 @@ # GIT based targets # # COPYRIGHT NOTICE -# Copyright (C) 2025 0x4248 and contributors +# Copyright (C) 2025-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/tools/build/make/glob.mk b/tools/build/make/glob.mk index 4a05c95..0ac952d 100644 --- a/tools/build/make/glob.mk +++ b/tools/build/make/glob.mk @@ -5,7 +5,7 @@ # Global variables # # COPYRIGHT NOTICE -# Copyright (C) 2025 0x4248 and contributors +# Copyright (C) 2025-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/tools/build/make/help.mk b/tools/build/make/help.mk index ae0387e..abe2ee6 100644 --- a/tools/build/make/help.mk +++ b/tools/build/make/help.mk @@ -4,7 +4,7 @@ # help.mk # # COPYRIGHT NOTICE -# Copyright (C) 2025 0x4248 and contributors +# Copyright (C) 2025-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/tools/build/make/includes.mk b/tools/build/make/includes.mk index 82af49a..0bbcab5 100644 --- a/tools/build/make/includes.mk +++ b/tools/build/make/includes.mk @@ -8,7 +8,7 @@ # # # COPYRIGHT NOTICE -# Copyright (C) 2025 0x4248 and contributors +# Copyright (C) 2025-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/tools/build/make/kconfig.mk b/tools/build/make/kconfig.mk index c7689e0..e76b849 100644 --- a/tools/build/make/kconfig.mk +++ b/tools/build/make/kconfig.mk @@ -5,7 +5,7 @@ # Kconfig based targets # # COPYRIGHT NOTICE -# Copyright (C) 2025 0x4248 and contributors +# Copyright (C) 2025-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/tools/build/make/misc.mk b/tools/build/make/misc.mk index 5a9d0af..f623920 100644 --- a/tools/build/make/misc.mk +++ b/tools/build/make/misc.mk @@ -4,7 +4,7 @@ # misc.mk # # COPYRIGHT NOTICE -# Copyright (C) 2025 0x4248 and contributors +# Copyright (C) 2025-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/tools/build/make/options.mk b/tools/build/make/options.mk index 96f2b35..8feef44 100644 --- a/tools/build/make/options.mk +++ b/tools/build/make/options.mk @@ -5,7 +5,7 @@ # Kconfig utilities, targets should not be put here # # COPYRIGHT NOTICE -# Copyright (C) 2025 0x4248 and contributors +# Copyright (C) 2025-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/tools/build/make/scripts.mk b/tools/build/make/scripts.mk index ca1aca1..fa957cd 100644 --- a/tools/build/make/scripts.mk +++ b/tools/build/make/scripts.mk @@ -5,7 +5,7 @@ # This points to all the scripts # # COPYRIGHT NOTICE -# Copyright (C) 2025 0x4248 and contributors +# Copyright (C) 2025-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/tools/build/make/test.mk b/tools/build/make/test.mk index 44ecbe5..91d6efd 100644 --- a/tools/build/make/test.mk +++ b/tools/build/make/test.mk @@ -6,7 +6,7 @@ # This can also be used as a template. # # COPYRIGHT NOTICE -# Copyright (C) 2025 0x4248 and contributors +# Copyright (C) 2025-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/tools/github/gh-installdeps.sh b/tools/github/gh-installdeps.sh index 2c1201f..bbfb43a 100644 --- a/tools/github/gh-installdeps.sh +++ b/tools/github/gh-installdeps.sh @@ -7,7 +7,7 @@ # we need to install them manually. This script will install the required # dependencies for the CI to work. # COPYRIGHT NOTICE -# Copyright (C) 2024-2025 0x4248 and contributors +# Copyright (C) 2024-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/tools/utils/DLx/src/clients/requests.py b/tools/utils/DLx/src/clients/requests.py index 4a804dc..b53d901 100644 --- a/tools/utils/DLx/src/clients/requests.py +++ b/tools/utils/DLx/src/clients/requests.py @@ -4,7 +4,7 @@ # Bulk download tool # # COPYRIGHT NOTICE -# Copyright (C) 2025 0x4248 and contributors +# Copyright (C) 2025-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/tools/utils/DLx/src/clients/wget.py b/tools/utils/DLx/src/clients/wget.py index f156f59..9cf0d59 100644 --- a/tools/utils/DLx/src/clients/wget.py +++ b/tools/utils/DLx/src/clients/wget.py @@ -4,7 +4,7 @@ # Bulk download tool # # COPYRIGHT NOTICE -# Copyright (C) 2025 0x4248 and contributors +# Copyright (C) 2025-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/tools/utils/DLx/src/drivers/apache.py b/tools/utils/DLx/src/drivers/apache.py index d8b14cb..0ab7b30 100644 --- a/tools/utils/DLx/src/drivers/apache.py +++ b/tools/utils/DLx/src/drivers/apache.py @@ -4,7 +4,7 @@ # Bulk download tool # # COPYRIGHT NOTICE -# Copyright (C) 2025 0x4248 and contributors +# Copyright (C) 2025-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/tools/utils/DLx/src/main.py b/tools/utils/DLx/src/main.py index d0b4583..ab3a9ab 100644 --- a/tools/utils/DLx/src/main.py +++ b/tools/utils/DLx/src/main.py @@ -4,7 +4,7 @@ # Bulk download tool # # COPYRIGHT NOTICE -# Copyright (C) 2025 0x4248 and contributors +# Copyright (C) 2025-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/usr/XORenc/CMakeLists.txt b/usr/XORenc/CMakeLists.txt index 41a80de..c6a3c17 100644 --- a/usr/XORenc/CMakeLists.txt +++ b/usr/XORenc/CMakeLists.txt @@ -4,7 +4,7 @@ # CMakeLists.txt # # COPYRIGHT NOTICE -# Copyright (C) 2024-2025 0x4248 and contributors +# Copyright (C) 2024-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/usr/XORenc/main.c b/usr/XORenc/main.c index dfb983b..97c0bf3 100644 --- a/usr/XORenc/main.c +++ b/usr/XORenc/main.c @@ -4,7 +4,7 @@ * main.c * * COPYRIGHT NOTICE - * Copyright (C) 2024-2025 0x4248 and contributors + * Copyright (C) 2024-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/usr/net/http_server/CMakeLists.txt b/usr/net/http_server/CMakeLists.txt index 8068978..550ca7a 100644 --- a/usr/net/http_server/CMakeLists.txt +++ b/usr/net/http_server/CMakeLists.txt @@ -4,7 +4,7 @@ # CMakeLists.txt # # COPYRIGHT NOTICE -# Copyright (C) 2024-2025 0x4248 and contributors +# Copyright (C) 2024-2026 0x4248 and contributors # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the license is not changed. # diff --git a/usr/net/http_server/server.c b/usr/net/http_server/server.c index c596a1b..32b5502 100644 --- a/usr/net/http_server/server.c +++ b/usr/net/http_server/server.c @@ -4,7 +4,7 @@ * server.c * * COPYRIGHT NOTICE - * Copyright (C) 2024-2025 0x4248 and contributors + * Copyright (C) 2024-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/usr/vishash/src/const.h b/usr/vishash/src/const.h index b89ac36..0aa54e3 100644 --- a/usr/vishash/src/const.h +++ b/usr/vishash/src/const.h @@ -5,7 +5,7 @@ * Constants * * COPYRIGHT NOTICE - * Copyright (C) 2025 0x4248 and contributors + * Copyright (C) 2025-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/usr/vishash/src/crypto.cpp b/usr/vishash/src/crypto.cpp index 185ba06..2c1a78f 100644 --- a/usr/vishash/src/crypto.cpp +++ b/usr/vishash/src/crypto.cpp @@ -4,7 +4,7 @@ * crypto.cpp * * COPYRIGHT NOTICE - * Copyright (C) 2025 0x4248 and contributors + * Copyright (C) 2025-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/usr/vishash/src/crypto.h b/usr/vishash/src/crypto.h index d2a518d..6790beb 100644 --- a/usr/vishash/src/crypto.h +++ b/usr/vishash/src/crypto.h @@ -4,7 +4,7 @@ * crypto.h * * COPYRIGHT NOTICE - * Copyright (C) 2025 0x4248 and contributors + * Copyright (C) 2025-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/usr/vishash/src/image.cpp b/usr/vishash/src/image.cpp index d7a4dd0..4a04090 100644 --- a/usr/vishash/src/image.cpp +++ b/usr/vishash/src/image.cpp @@ -4,7 +4,7 @@ * image.cpp * * COPYRIGHT NOTICE - * Copyright (C) 2025 0x4248 and contributors + * Copyright (C) 2025-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/usr/vishash/src/image.h b/usr/vishash/src/image.h index 6edee59..204c93c 100644 --- a/usr/vishash/src/image.h +++ b/usr/vishash/src/image.h @@ -4,7 +4,7 @@ * image.h * * COPYRIGHT NOTICE - * Copyright (C) 2025 0x4248 and contributors + * Copyright (C) 2025-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/usr/vishash/src/main.cpp b/usr/vishash/src/main.cpp index 6560ed2..a0d1269 100644 --- a/usr/vishash/src/main.cpp +++ b/usr/vishash/src/main.cpp @@ -4,7 +4,7 @@ * main.cpp * * COPYRIGHT NOTICE - * Copyright (C) 2025 0x4248 and contributors + * Copyright (C) 2025-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/usr/vishash/src/render.cpp b/usr/vishash/src/render.cpp index 128f694..62e1f74 100644 --- a/usr/vishash/src/render.cpp +++ b/usr/vishash/src/render.cpp @@ -4,7 +4,7 @@ * render.cpp * * COPYRIGHT NOTICE - * Copyright (C) 2025 0x4248 and contributors + * Copyright (C) 2025-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. * diff --git a/usr/vishash/src/render.h b/usr/vishash/src/render.h index c61f542..c348024 100644 --- a/usr/vishash/src/render.h +++ b/usr/vishash/src/render.h @@ -4,7 +4,7 @@ * render.h * * COPYRIGHT NOTICE - * Copyright (C) 2025 0x4248 and contributors + * Copyright (C) 2025-2026 0x4248 and contributors * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the license is not changed. *[COMMIT END](C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.