summaryrefslogtreecommitdiff
path: root/lib/libc/src/unistd
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/src/unistd')
-rw-r--r--lib/libc/src/unistd/close.c2
-rw-r--r--lib/libc/src/unistd/open.c2
-rw-r--r--lib/libc/src/unistd/read.c2
3 files changed, 3 insertions, 3 deletions
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