diff options
Diffstat (limited to 'sys/include')
-rw-r--r-- | sys/include/arch/amd64/frame.h | 2 | ||||
-rw-r--r-- | sys/include/arch/amd64/gdt.h | 2 | ||||
-rw-r--r-- | sys/include/arch/amd64/idt.h | 2 | ||||
-rw-r--r-- | sys/include/arch/amd64/trap.h | 2 | ||||
-rw-r--r-- | sys/include/dev/video/fbdev.h | 2 | ||||
-rw-r--r-- | sys/include/firmware/acpi/acpi.h | 2 | ||||
-rw-r--r-- | sys/include/firmware/acpi/tables.h | 2 | ||||
-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 | ||||
-rw-r--r-- | sys/include/sys/ascii.h | 2 | ||||
-rw-r--r-- | sys/include/sys/cdefs.h | 2 | ||||
-rw-r--r-- | sys/include/sys/errno.h | 2 | ||||
-rw-r--r-- | sys/include/sys/machdep.h | 2 | ||||
-rw-r--r-- | sys/include/sys/mmio.h | 2 | ||||
-rw-r--r-- | sys/include/sys/panic.h | 2 | ||||
-rw-r--r-- | sys/include/sys/queue.h | 2 | ||||
-rw-r--r-- | sys/include/sys/spinlock.h | 2 | ||||
-rw-r--r-- | sys/include/sys/syslog.h | 2 | ||||
-rw-r--r-- | sys/include/sys/termios.h | 2 | ||||
-rw-r--r-- | sys/include/sys/tty.h | 2 | ||||
-rw-r--r-- | sys/include/sys/types.h | 2 | ||||
-rw-r--r-- | sys/include/vm/vm.h | 2 | ||||
-rw-r--r-- | sys/include/vm/vm_physseg.h | 2 |
26 files changed, 27 insertions, 27 deletions
diff --git a/sys/include/arch/amd64/frame.h b/sys/include/arch/amd64/frame.h index 9a645e0..6239eff 100644 --- a/sys/include/arch/amd64/frame.h +++ b/sys/include/arch/amd64/frame.h @@ -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/include/arch/amd64/gdt.h b/sys/include/arch/amd64/gdt.h index 9c4ff1f..2b7f308 100644 --- a/sys/include/arch/amd64/gdt.h +++ b/sys/include/arch/amd64/gdt.h @@ -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/include/arch/amd64/idt.h b/sys/include/arch/amd64/idt.h index ddafc20..d3b623d 100644 --- a/sys/include/arch/amd64/idt.h +++ b/sys/include/arch/amd64/idt.h @@ -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/include/arch/amd64/trap.h b/sys/include/arch/amd64/trap.h index 2c2f1d0..e72ae11 100644 --- a/sys/include/arch/amd64/trap.h +++ b/sys/include/arch/amd64/trap.h @@ -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/include/dev/video/fbdev.h b/sys/include/dev/video/fbdev.h index 4e5b279..23cc10a 100644 --- a/sys/include/dev/video/fbdev.h +++ b/sys/include/dev/video/fbdev.h @@ -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/include/firmware/acpi/acpi.h b/sys/include/firmware/acpi/acpi.h index adf78b2..193fc56 100644 --- a/sys/include/firmware/acpi/acpi.h +++ b/sys/include/firmware/acpi/acpi.h @@ -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/include/firmware/acpi/tables.h b/sys/include/firmware/acpi/tables.h index 1d6fa5c..624ba0c 100644 --- a/sys/include/firmware/acpi/tables.h +++ b/sys/include/firmware/acpi/tables.h @@ -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/include/lib/bitmap.h b/sys/include/lib/bitmap.h index 1061be6..98c677e 100644 --- a/sys/include/lib/bitmap.h +++ b/sys/include/lib/bitmap.h @@ -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/include/lib/logo.h b/sys/include/lib/logo.h index 3194de3..77e90aa 100644 --- a/sys/include/lib/logo.h +++ b/sys/include/lib/logo.h @@ -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 @@ -32,7 +32,7 @@ #include <sys/types.h> #include <sys/syslog.h> -#define COPYRIGHT "Copyright (c) 2023 Emilia Strange and the VegaOS team." +#define COPYRIGHT "Copyright (c) 2023 Ian Marco Moffett 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 d2cfb85..6676de8 100644 --- a/sys/include/lib/stdarg.h +++ b/sys/include/lib/stdarg.h @@ -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/include/lib/string.h b/sys/include/lib/string.h index b6d9686..7134f18 100644 --- a/sys/include/lib/string.h +++ b/sys/include/lib/string.h @@ -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/include/lib/tty_font.h b/sys/include/lib/tty_font.h index 090f831..7dacf4c 100644 --- a/sys/include/lib/tty_font.h +++ b/sys/include/lib/tty_font.h @@ -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/include/sys/ascii.h b/sys/include/sys/ascii.h index b34d112..dc4cd86 100644 --- a/sys/include/sys/ascii.h +++ b/sys/include/sys/ascii.h @@ -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/include/sys/cdefs.h b/sys/include/sys/cdefs.h index d1879b6..78303ba 100644 --- a/sys/include/sys/cdefs.h +++ b/sys/include/sys/cdefs.h @@ -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/include/sys/errno.h b/sys/include/sys/errno.h index b1cc24b..a6ec5af 100644 --- a/sys/include/sys/errno.h +++ b/sys/include/sys/errno.h @@ -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/include/sys/machdep.h b/sys/include/sys/machdep.h index 26e8050..bd914bb 100644 --- a/sys/include/sys/machdep.h +++ b/sys/include/sys/machdep.h @@ -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/include/sys/mmio.h b/sys/include/sys/mmio.h index 334b31c..f84ab11 100644 --- a/sys/include/sys/mmio.h +++ b/sys/include/sys/mmio.h @@ -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/include/sys/panic.h b/sys/include/sys/panic.h index 50444a9..8529441 100644 --- a/sys/include/sys/panic.h +++ b/sys/include/sys/panic.h @@ -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/include/sys/queue.h b/sys/include/sys/queue.h index 6a940b1..acd0703 100644 --- a/sys/include/sys/queue.h +++ b/sys/include/sys/queue.h @@ -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/include/sys/spinlock.h b/sys/include/sys/spinlock.h index 35f7c27..8153041 100644 --- a/sys/include/sys/spinlock.h +++ b/sys/include/sys/spinlock.h @@ -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/include/sys/syslog.h b/sys/include/sys/syslog.h index 1057b95..bb6c512 100644 --- a/sys/include/sys/syslog.h +++ b/sys/include/sys/syslog.h @@ -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/include/sys/termios.h b/sys/include/sys/termios.h index 0deb174..4cbef9d 100644 --- a/sys/include/sys/termios.h +++ b/sys/include/sys/termios.h @@ -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/include/sys/tty.h b/sys/include/sys/tty.h index 302330e..0edbaab 100644 --- a/sys/include/sys/tty.h +++ b/sys/include/sys/tty.h @@ -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/include/sys/types.h b/sys/include/sys/types.h index c7a24b7..8fc285a 100644 --- a/sys/include/sys/types.h +++ b/sys/include/sys/types.h @@ -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/include/vm/vm.h b/sys/include/vm/vm.h index 1dcda8b..e118beb 100644 --- a/sys/include/vm/vm.h +++ b/sys/include/vm/vm.h @@ -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/include/vm/vm_physseg.h b/sys/include/vm/vm_physseg.h index 1cdb6d8..ed815ec 100644 --- a/sys/include/vm/vm_physseg.h +++ b/sys/include/vm/vm_physseg.h @@ -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 |