diff options
Diffstat (limited to 'sys/include/dev/cons')
-rw-r--r-- | sys/include/dev/cons/cons.h | 2 | ||||
-rw-r--r-- | sys/include/dev/cons/font.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/include/dev/cons/cons.h b/sys/include/dev/cons/cons.h index 337b738..fe7eb6d 100644 --- a/sys/include/dev/cons/cons.h +++ b/sys/include/dev/cons/cons.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 2023-2025 Ian Marco Moffett and the Osmora Team. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/include/dev/cons/font.h b/sys/include/dev/cons/font.h index b9130fd..4eaa2f4 100644 --- a/sys/include/dev/cons/font.h +++ b/sys/include/dev/cons/font.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 2023-2025 Ian Marco Moffett and the Osmora Team. * All rights reserved. * * Redistribution and use in source and binary forms, with or without |