From 5f7d8f5fc79607881049b637f9eab4b35b414581 Mon Sep 17 00:00:00 2001 From: emilia Date: Sat, 19 Aug 2023 11:18:17 +0000 Subject: project-wide: Update author name git-svn-id: https://svn.vegaa.systems/svn/vega-Vega/trunk@33 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 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 #include -#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 -- cgit v1.2.3