diff options
author | Ian Moffett <ian@osmora.org> | 2025-02-16 21:57:02 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-02-16 21:59:01 -0500 |
commit | 2fe2d7b0a3cf6ee72debefa954c12093da3cac81 (patch) | |
tree | d0463ea3f50c4cca7e5dcbf0cd7f7210a5c625f7 /tools | |
parent | 08c74f3d74ac4f2764d9ace65ca1483f9ab04d43 (diff) |
project: Update copyright date to 2025
Was supposed to happen on Jan 1, sorry! Happy late new year!
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/cross.sh | 2 | ||||
-rw-r--r-- | tools/kconf/grammar.y | 2 | ||||
-rw-r--r-- | tools/kconf/scan.l | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/cross.sh b/tools/cross.sh index 52e7b1b..d0019b8 100644 --- a/tools/cross.sh +++ b/tools/cross.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# 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/tools/kconf/grammar.y b/tools/kconf/grammar.y index 2f131fc..3b445a4 100644 --- a/tools/kconf/grammar.y +++ b/tools/kconf/grammar.y @@ -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/tools/kconf/scan.l b/tools/kconf/scan.l index 11c9d70..e9daec0 100644 --- a/tools/kconf/scan.l +++ b/tools/kconf/scan.l @@ -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 |