aboutsummaryrefslogtreecommitdiff
path: root/sys/include/lib/logo.h
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/logo.h
parentbef918966be6f46fb52f11eeb587f20e0c4677e6 (diff)
project-wide: Make copyright year a range
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/include/lib/logo.h')
-rw-r--r--sys/include/lib/logo.h4
1 files changed, 2 insertions, 2 deletions
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); \