diff options
Diffstat (limited to 'sys/lib/string')
-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 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/lib/string/itoa.c b/sys/lib/string/itoa.c index 107f895..01e2fef 100644 --- a/sys/lib/string/itoa.c +++ b/sys/lib/string/itoa.c @@ -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/lib/string/memcmp.c b/sys/lib/string/memcmp.c index fda9fcf..6e95aa8 100644 --- a/sys/lib/string/memcmp.c +++ b/sys/lib/string/memcmp.c @@ -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/lib/string/memcpy.c b/sys/lib/string/memcpy.c index e3917bc..09cb90e 100644 --- a/sys/lib/string/memcpy.c +++ b/sys/lib/string/memcpy.c @@ -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/lib/string/memmove.c b/sys/lib/string/memmove.c index 74f5d94..ea5cad2 100644 --- a/sys/lib/string/memmove.c +++ b/sys/lib/string/memmove.c @@ -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/lib/string/memset.c b/sys/lib/string/memset.c index 0a839eb..4e92cc6 100644 --- a/sys/lib/string/memset.c +++ b/sys/lib/string/memset.c @@ -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/lib/string/strlen.c b/sys/lib/string/strlen.c index ba11f7b..85ccf23 100644 --- a/sys/lib/string/strlen.c +++ b/sys/lib/string/strlen.c @@ -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 |