diff options
Diffstat (limited to 'sys/include/lib')
-rw-r--r-- | sys/include/lib/bitmap.h | 2 | ||||
-rw-r--r-- | sys/include/lib/logo.h | 4 | ||||
-rw-r--r-- | sys/include/lib/stdarg.h | 2 | ||||
-rw-r--r-- | sys/include/lib/string.h | 2 | ||||
-rw-r--r-- | sys/include/lib/tty_font.h | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/sys/include/lib/bitmap.h b/sys/include/lib/bitmap.h index 98c677e..1061be6 100644 --- a/sys/include/lib/bitmap.h +++ b/sys/include/lib/bitmap.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 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); \ diff --git a/sys/include/lib/stdarg.h b/sys/include/lib/stdarg.h index 6676de8..d2cfb85 100644 --- a/sys/include/lib/stdarg.h +++ b/sys/include/lib/stdarg.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 diff --git a/sys/include/lib/string.h b/sys/include/lib/string.h index 7134f18..b6d9686 100644 --- a/sys/include/lib/string.h +++ b/sys/include/lib/string.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 diff --git a/sys/include/lib/tty_font.h b/sys/include/lib/tty_font.h index 7dacf4c..090f831 100644 --- a/sys/include/lib/tty_font.h +++ b/sys/include/lib/tty_font.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 |