summaryrefslogtreecommitdiff
path: root/sys/lib/string
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-02-16 22:01:50 -0500
committerIan Moffett <ian@osmora.org>2025-02-16 22:01:50 -0500
commit68c7010bf4c432c6d985a8d1a93e29c30c95e07b (patch)
treed0463ea3f50c4cca7e5dcbf0cd7f7210a5c625f7 /sys/lib/string
parent0991ba3c6d381fd7a2fa85e92a930602f33764e0 (diff)
parent2fe2d7b0a3cf6ee72debefa954c12093da3cac81 (diff)
Merge branch 'main' into expt
Diffstat (limited to 'sys/lib/string')
-rw-r--r--sys/lib/string/atoi.c2
-rw-r--r--sys/lib/string/itoa.c2
-rw-r--r--sys/lib/string/memcmp.c2
-rw-r--r--sys/lib/string/memcpy.c2
-rw-r--r--sys/lib/string/memset.c2
-rw-r--r--sys/lib/string/strcmp.c2
-rw-r--r--sys/lib/string/strlen.c2
-rw-r--r--sys/lib/string/strncmp.c2
-rw-r--r--sys/lib/string/vsnprintf.c2
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