aboutsummaryrefslogtreecommitdiff
path: root/sys/lib
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/lib
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/lib')
-rw-r--r--sys/lib/logo.c2
-rw-r--r--sys/lib/string/itoa.c2
-rw-r--r--sys/lib/string/memcmp.c2
-rw-r--r--sys/lib/string/memcpy.c2
-rw-r--r--sys/lib/string/memmove.c2
-rw-r--r--sys/lib/string/memset.c2
-rw-r--r--sys/lib/string/strlen.c2
-rw-r--r--sys/lib/tty_font.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/sys/lib/logo.c b/sys/lib/logo.c
index bd72d4e..2e4d42d 100644
--- a/sys/lib/logo.c
+++ b/sys/lib/logo.c
@@ -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
diff --git a/sys/lib/string/itoa.c b/sys/lib/string/itoa.c
index 5a80295..e632362 100644
--- a/sys/lib/string/itoa.c
+++ b/sys/lib/string/itoa.c
@@ -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
diff --git a/sys/lib/string/memcmp.c b/sys/lib/string/memcmp.c
index 6d8afcd..6c8328b 100644
--- a/sys/lib/string/memcmp.c
+++ b/sys/lib/string/memcmp.c
@@ -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
diff --git a/sys/lib/string/memcpy.c b/sys/lib/string/memcpy.c
index a71efc7..50c60ea 100644
--- a/sys/lib/string/memcpy.c
+++ b/sys/lib/string/memcpy.c
@@ -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
diff --git a/sys/lib/string/memmove.c b/sys/lib/string/memmove.c
index 55991ed..f04d4aa 100644
--- a/sys/lib/string/memmove.c
+++ b/sys/lib/string/memmove.c
@@ -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
diff --git a/sys/lib/string/memset.c b/sys/lib/string/memset.c
index 98de192..a851c67 100644
--- a/sys/lib/string/memset.c
+++ b/sys/lib/string/memset.c
@@ -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
diff --git a/sys/lib/string/strlen.c b/sys/lib/string/strlen.c
index e27c7be..93b6fa9 100644
--- a/sys/lib/string/strlen.c
+++ b/sys/lib/string/strlen.c
@@ -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
diff --git a/sys/lib/tty_font.c b/sys/lib/tty_font.c
index 5d2f516..a9b95ab 100644
--- a/sys/lib/tty_font.c
+++ b/sys/lib/tty_font.c
@@ -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