diff options
Diffstat (limited to 'lib/libc/src')
-rw-r--r-- | lib/libc/src/arch/amd64/crt0.S | 2 | ||||
-rw-r--r-- | lib/libc/src/main.c | 2 | ||||
-rw-r--r-- | lib/libc/src/unistd/close.c | 2 | ||||
-rw-r--r-- | lib/libc/src/unistd/open.c | 2 | ||||
-rw-r--r-- | lib/libc/src/unistd/read.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/src/arch/amd64/crt0.S b/lib/libc/src/arch/amd64/crt0.S index 9dc0cbf..1a5b466 100644 --- a/lib/libc/src/arch/amd64/crt0.S +++ b/lib/libc/src/arch/amd64/crt0.S @@ -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/lib/libc/src/main.c b/lib/libc/src/main.c index 798d667..1154b21 100644 --- a/lib/libc/src/main.c +++ b/lib/libc/src/main.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/lib/libc/src/unistd/close.c b/lib/libc/src/unistd/close.c index 8ad77a8..4612f8e 100644 --- a/lib/libc/src/unistd/close.c +++ b/lib/libc/src/unistd/close.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/lib/libc/src/unistd/open.c b/lib/libc/src/unistd/open.c index eed01a2..0131785 100644 --- a/lib/libc/src/unistd/open.c +++ b/lib/libc/src/unistd/open.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/lib/libc/src/unistd/read.c b/lib/libc/src/unistd/read.c index d77f24a..2c5811c 100644 --- a/lib/libc/src/unistd/read.c +++ b/lib/libc/src/unistd/read.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 |