summaryrefslogtreecommitdiff
path: root/sys/include/lib/logo.h
diff options
context:
space:
mode:
authoremilia <emilia@vegaa.systems>2023-08-19 11:18:17 +0000
committeremilia <emilia@vegaa.systems>2023-08-19 11:18:17 +0000
commit5f7d8f5fc79607881049b637f9eab4b35b414581 (patch)
treefc4015b16dbece84d9cf91ecb52789749ba268e7 /sys/include/lib/logo.h
parented8291e0143c5054a4d5e2164f8883596c81bda4 (diff)
project-wide: Update author name
git-svn-id: https://svn.vegaa.systems/svn/vega-Vega/trunk@33 a8a8aea2-181d-ee11-89e8-15fd0e089fc4
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 77e90aa..3194de3 100644
--- a/sys/include/lib/logo.h
+++ b/sys/include/lib/logo.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2023 Ian Marco Moffett and the VegaOS team.
+ * Copyright (c) 2023 Emilia Strange and the VegaOS team.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -32,7 +32,7 @@
#include <sys/types.h>
#include <sys/syslog.h>
-#define COPYRIGHT "Copyright (c) 2023 Ian Marco Moffett and the VegaOS team."
+#define COPYRIGHT "Copyright (c) 2023 Emilia Strange and the VegaOS team."
#define PRINT_LOGO() \
kprintf("%s v%s\n\n", g_logo, VEGA_VERSION); \