aboutsummaryrefslogtreecommitdiff
path: root/sys/include/lib
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2024-01-01 14:43:55 -0500
committerIan Moffett <ian@osmora.org>2024-01-01 14:43:55 -0500
commit6a43636fc0be60fcb9b6761981480f2bb9da41f8 (patch)
treeff50bc02e9026a503ae75f9d6466cd15e7e21cee /sys/include/lib
parentbef918966be6f46fb52f11eeb587f20e0c4677e6 (diff)
project-wide: Make copyright year a range
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/include/lib')
-rw-r--r--sys/include/lib/assert.h2
-rw-r--r--sys/include/lib/bitmap.h2
-rw-r--r--sys/include/lib/logo.h4
-rw-r--r--sys/include/lib/stdarg.h2
-rw-r--r--sys/include/lib/string.h2
-rw-r--r--sys/include/lib/tty_font.h2
6 files changed, 7 insertions, 7 deletions
diff --git a/sys/include/lib/assert.h b/sys/include/lib/assert.h
index 3180b3b..1ecc0f4 100644
--- a/sys/include/lib/assert.h
+++ b/sys/include/lib/assert.h
@@ -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/include/lib/bitmap.h b/sys/include/lib/bitmap.h
index b68f457..da900a2 100644
--- a/sys/include/lib/bitmap.h
+++ b/sys/include/lib/bitmap.h
@@ -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/include/lib/logo.h b/sys/include/lib/logo.h
index dd16afc..d3ba04a 100644
--- a/sys/include/lib/logo.h
+++ b/sys/include/lib/logo.h
@@ -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
@@ -30,7 +30,7 @@
#include <sys/types.h>
#include <sys/syslog.h>
-#define COPYRIGHT "Copyright (c) 2024 Ian Marco Moffett and the Osmora Team."
+#define COPYRIGHT "Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team."
#define PRINT_LOGO() \
kprintf("%s v%s\n\n", g_logo, HYRA_VERSION); \
diff --git a/sys/include/lib/stdarg.h b/sys/include/lib/stdarg.h
index 19f5b8b..5a3d67d 100644
--- a/sys/include/lib/stdarg.h
+++ b/sys/include/lib/stdarg.h
@@ -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/include/lib/string.h b/sys/include/lib/string.h
index b2e9680..5c6b3ba 100644
--- a/sys/include/lib/string.h
+++ b/sys/include/lib/string.h
@@ -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/include/lib/tty_font.h b/sys/include/lib/tty_font.h
index 11b9340..62b4ec0 100644
--- a/sys/include/lib/tty_font.h
+++ b/sys/include/lib/tty_font.h
@@ -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