diff options
Diffstat (limited to 'sys/include/lib/logo.h')
-rw-r--r-- | sys/include/lib/logo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/include/lib/logo.h b/sys/include/lib/logo.h index 4d5c93a..dd16afc 100644 --- a/sys/include/lib/logo.h +++ b/sys/include/lib/logo.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 2024 Ian Marco Moffett and the Osmora Team. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -30,7 +30,7 @@ #include <sys/types.h> #include <sys/syslog.h> -#define COPYRIGHT "Copyright (c) 2023 Ian Marco Moffett and the Osmora Team." +#define COPYRIGHT "Copyright (c) 2024 Ian Marco Moffett and the Osmora Team." #define PRINT_LOGO() \ kprintf("%s v%s\n\n", g_logo, HYRA_VERSION); \ |