diff options
Diffstat (limited to 'sys/include/lib/logo.h')
-rw-r--r-- | sys/include/lib/logo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/include/lib/logo.h b/sys/include/lib/logo.h index dc91278..ad999b4 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 Ian Marco Moffett and the Osmora Team. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -10,7 +10,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. Neither the name of VegaOS nor the names of its + * 3. Neither the name of Hyra nor the names of its * contributors may be used to endorse or promote products derived from * this software without specific prior written permission. * @@ -30,7 +30,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 Ian Marco Moffett and the Osmora Team." #define PRINT_LOGO() \ kprintf("%s v%s\n\n", g_logo, VEGA_VERSION); \ |