diff options
author | Ian Moffett <ian@osmora.org> | 2024-01-01 11:40:01 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-01-01 11:40:01 -0500 |
commit | 491659e8dc6809b1eb2446e4b474ec8804017dea (patch) | |
tree | 5b45a60bf128527d5584f57e9b8a1de73961ec6f /sys/lib | |
parent | ad8fbcd87b58d9ea2b45f158ca9a95de3689a6d9 (diff) |
project-wide: Update copyright year
Happy new year!!
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/lib')
-rw-r--r-- | sys/lib/logo.c | 2 | ||||
-rw-r--r-- | sys/lib/string/itoa.c | 2 | ||||
-rw-r--r-- | sys/lib/string/memcmp.c | 2 | ||||
-rw-r--r-- | sys/lib/string/memcpy.c | 2 | ||||
-rw-r--r-- | sys/lib/string/memmove.c | 2 | ||||
-rw-r--r-- | sys/lib/string/memset.c | 2 | ||||
-rw-r--r-- | sys/lib/string/strlen.c | 2 | ||||
-rw-r--r-- | sys/lib/tty_font.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/sys/lib/logo.c b/sys/lib/logo.c index 0ede551..fe22d69 100644 --- a/sys/lib/logo.c +++ b/sys/lib/logo.c @@ -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 diff --git a/sys/lib/string/itoa.c b/sys/lib/string/itoa.c index ad13850..107f895 100644 --- a/sys/lib/string/itoa.c +++ b/sys/lib/string/itoa.c @@ -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 diff --git a/sys/lib/string/memcmp.c b/sys/lib/string/memcmp.c index 50d68ea..fda9fcf 100644 --- a/sys/lib/string/memcmp.c +++ b/sys/lib/string/memcmp.c @@ -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 diff --git a/sys/lib/string/memcpy.c b/sys/lib/string/memcpy.c index f4a22df..e3917bc 100644 --- a/sys/lib/string/memcpy.c +++ b/sys/lib/string/memcpy.c @@ -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 diff --git a/sys/lib/string/memmove.c b/sys/lib/string/memmove.c index a27d289..74f5d94 100644 --- a/sys/lib/string/memmove.c +++ b/sys/lib/string/memmove.c @@ -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 diff --git a/sys/lib/string/memset.c b/sys/lib/string/memset.c index 116a294..0a839eb 100644 --- a/sys/lib/string/memset.c +++ b/sys/lib/string/memset.c @@ -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 diff --git a/sys/lib/string/strlen.c b/sys/lib/string/strlen.c index d69d2dd..ba11f7b 100644 --- a/sys/lib/string/strlen.c +++ b/sys/lib/string/strlen.c @@ -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 diff --git a/sys/lib/tty_font.c b/sys/lib/tty_font.c index 9f4692a..674d237 100644 --- a/sys/lib/tty_font.c +++ b/sys/lib/tty_font.c @@ -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 |