From 153baecaf150112fc06690cb5faad880e8bf5083 Mon Sep 17 00:00:00 2001
From: emilia <emilia@vegaa.systems>
Date: Sun, 3 Sep 2023 18:46:32 +0000
Subject: project-wide: update project author

git-svn-id: https://svn.vegaa.systems/svn/vega-Vega/trunk@43 a8a8aea2-181d-ee11-89e8-15fd0e089fc4
---
 sys/include/lib/bitmap.h   | 2 +-
 sys/include/lib/logo.h     | 4 ++--
 sys/include/lib/stdarg.h   | 2 +-
 sys/include/lib/string.h   | 2 +-
 sys/include/lib/tty_font.h | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

(limited to 'sys/include/lib')

diff --git a/sys/include/lib/bitmap.h b/sys/include/lib/bitmap.h
index 1061be6..98c677e 100644
--- a/sys/include/lib/bitmap.h
+++ b/sys/include/lib/bitmap.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2023 Emilia Strange and the VegaOS team.
+ * Copyright (c) 2023 Ian Marco Moffett and the VegaOS 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 3194de3..77e90aa 100644
--- a/sys/include/lib/logo.h
+++ b/sys/include/lib/logo.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2023 Emilia Strange and the VegaOS team.
+ * Copyright (c) 2023 Ian Marco Moffett 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 Emilia Strange and the VegaOS team."
+#define COPYRIGHT "Copyright (c) 2023 Ian Marco Moffett and the VegaOS team."
 
 #define PRINT_LOGO()                                    \
         kprintf("%s v%s\n\n", g_logo, VEGA_VERSION);    \
diff --git a/sys/include/lib/stdarg.h b/sys/include/lib/stdarg.h
index d2cfb85..6676de8 100644
--- a/sys/include/lib/stdarg.h
+++ b/sys/include/lib/stdarg.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2023 Emilia Strange and the VegaOS team.
+ * Copyright (c) 2023 Ian Marco Moffett and the VegaOS 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 b6d9686..7134f18 100644
--- a/sys/include/lib/string.h
+++ b/sys/include/lib/string.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2023 Emilia Strange and the VegaOS team.
+ * Copyright (c) 2023 Ian Marco Moffett and the VegaOS 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 090f831..7dacf4c 100644
--- a/sys/include/lib/tty_font.h
+++ b/sys/include/lib/tty_font.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2023 Emilia Strange and the VegaOS team.
+ * Copyright (c) 2023 Ian Marco Moffett and the VegaOS team.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
-- 
cgit v1.2.3