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