diff options
Diffstat (limited to 'sys/include/lib')
-rw-r--r-- | sys/include/lib/assert.h | 2 | ||||
-rw-r--r-- | sys/include/lib/bitmap.h | 2 | ||||
-rw-r--r-- | sys/include/lib/logo.h | 4 | ||||
-rw-r--r-- | sys/include/lib/stdarg.h | 2 | ||||
-rw-r--r-- | sys/include/lib/string.h | 2 | ||||
-rw-r--r-- | sys/include/lib/tty_font.h | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/sys/include/lib/assert.h b/sys/include/lib/assert.h index 3180b3b..1ecc0f4 100644 --- a/sys/include/lib/assert.h +++ b/sys/include/lib/assert.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/include/lib/bitmap.h b/sys/include/lib/bitmap.h index b68f457..da900a2 100644 --- a/sys/include/lib/bitmap.h +++ b/sys/include/lib/bitmap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/include/lib/logo.h b/sys/include/lib/logo.h index dd16afc..d3ba04a 100644 --- a/sys/include/lib/logo.h +++ b/sys/include/lib/logo.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 2023-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) 2024 Ian Marco Moffett and the Osmora Team." +#define COPYRIGHT "Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team." #define PRINT_LOGO() \ kprintf("%s v%s\n\n", g_logo, HYRA_VERSION); \ diff --git a/sys/include/lib/stdarg.h b/sys/include/lib/stdarg.h index 19f5b8b..5a3d67d 100644 --- a/sys/include/lib/stdarg.h +++ b/sys/include/lib/stdarg.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/include/lib/string.h b/sys/include/lib/string.h index b2e9680..5c6b3ba 100644 --- a/sys/include/lib/string.h +++ b/sys/include/lib/string.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/include/lib/tty_font.h b/sys/include/lib/tty_font.h index 11b9340..62b4ec0 100644 --- a/sys/include/lib/tty_font.h +++ b/sys/include/lib/tty_font.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team. * All rights reserved. * * Redistribution and use in source and binary forms, with or without |