summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-09-13 18:46:13 -0400
committerIan Moffett <ian@osmora.org>2025-09-13 18:46:13 -0400
commit4326c0c6a3ad799c6dbbefd238e0577b94e9c45a (patch)
treee4ff22c1f83dc69e6db823280fca2e44a31a23b6
parent36dc85f91440bf4f1e9ddd7c8c8c5116b756df0c (diff)
sys: Update copyright
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r--src/sys/include/sys/cdefs.h2
-rw-r--r--src/sys/include/sys/errno.h2
-rw-r--r--src/sys/include/sys/param.h2
-rwxr-xr-xsrc/tools/checknl.pl2
-rw-r--r--src/tools/predock.sh2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/sys/include/sys/cdefs.h b/src/sys/include/sys/cdefs.h
index 91c542e..4e5ff59 100644
--- a/src/sys/include/sys/cdefs.h
+++ b/src/sys/include/sys/cdefs.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2025 Ian Marco Moffett and Ethos0 engineers
+ * Copyright (c) 2025 Ian Marco Moffett and L5 engineers
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/sys/include/sys/errno.h b/src/sys/include/sys/errno.h
index 84d7c83..91c8858 100644
--- a/src/sys/include/sys/errno.h
+++ b/src/sys/include/sys/errno.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2025 Ian Marco Moffett and Ethos0 engineers
+ * Copyright (c) 2025 Ian Marco Moffett and L5 engineers
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/sys/include/sys/param.h b/src/sys/include/sys/param.h
index 36340cb..56fd285 100644
--- a/src/sys/include/sys/param.h
+++ b/src/sys/include/sys/param.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2025 Ian Marco Moffett and Ethos0 engineers
+ * Copyright (c) 2025 Ian Marco Moffett and L5 engineers
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/tools/checknl.pl b/src/tools/checknl.pl
index 48f8c5d..25ebc96 100755
--- a/src/tools/checknl.pl
+++ b/src/tools/checknl.pl
@@ -1,6 +1,6 @@
#!/bin/perl
#
-# Copyright (c) 2025 Ian Marco Moffett and Ethos0 engineers
+# Copyright (c) 2025 Ian Marco Moffett and L5 engineers
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/src/tools/predock.sh b/src/tools/predock.sh
index f2f74ac..5c9bbdc 100644
--- a/src/tools/predock.sh
+++ b/src/tools/predock.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Copyright (c) 2025 Ian Marco Moffett and Ethos0 engineers
+# Copyright (c) 2025 Ian Marco Moffett and L5 engineers
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without