diff options
author | Ian Moffett <ian@osmora.org> | 2025-02-16 21:57:02 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-02-16 21:59:01 -0500 |
commit | 2fe2d7b0a3cf6ee72debefa954c12093da3cac81 (patch) | |
tree | d0463ea3f50c4cca7e5dcbf0cd7f7210a5c625f7 /sys/lib | |
parent | 08c74f3d74ac4f2764d9ace65ca1483f9ab04d43 (diff) |
project: Update copyright date to 2025
Was supposed to happen on Jan 1, sorry! Happy late new year!
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/lib')
-rw-r--r-- | sys/lib/string/atoi.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/memset.c | 2 | ||||
-rw-r--r-- | sys/lib/string/strcmp.c | 2 | ||||
-rw-r--r-- | sys/lib/string/strlen.c | 2 | ||||
-rw-r--r-- | sys/lib/string/strncmp.c | 2 | ||||
-rw-r--r-- | sys/lib/string/vsnprintf.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/sys/lib/string/atoi.c b/sys/lib/string/atoi.c index 772cf29..24943da 100644 --- a/sys/lib/string/atoi.c +++ b/sys/lib/string/atoi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 2023-2025 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 34dd2bf..9a1bf1f 100644 --- a/sys/lib/string/itoa.c +++ b/sys/lib/string/itoa.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 2023-2025 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 fb6eeaf..404ae2c 100644 --- a/sys/lib/string/memcmp.c +++ b/sys/lib/string/memcmp.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 2023-2025 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 5fbb843..a9bcbe9 100644 --- a/sys/lib/string/memcpy.c +++ b/sys/lib/string/memcpy.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 2023-2025 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 76c453d..7cac266 100644 --- a/sys/lib/string/memset.c +++ b/sys/lib/string/memset.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 2023-2025 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/strcmp.c b/sys/lib/string/strcmp.c index f0a3569..b7a62ab 100644 --- a/sys/lib/string/strcmp.c +++ b/sys/lib/string/strcmp.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 2023-2025 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 85ccf23..a07b407 100644 --- a/sys/lib/string/strlen.c +++ b/sys/lib/string/strlen.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 2023-2025 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/strncmp.c b/sys/lib/string/strncmp.c index b68fa58..f8acc57 100644 --- a/sys/lib/string/strncmp.c +++ b/sys/lib/string/strncmp.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 2023-2025 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/vsnprintf.c b/sys/lib/string/vsnprintf.c index 30127d8..e9e391f 100644 --- a/sys/lib/string/vsnprintf.c +++ b/sys/lib/string/vsnprintf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 2023-2025 Ian Marco Moffett and the Osmora Team. * All rights reserved. * * Redistribution and use in source and binary forms, with or without |