From ae9e76500f448b6fde8f35c56de3bedd9a492d08 Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 2 Jan 2024 13:27:38 +0100 Subject: [PATCH] v0.8.1 -> update copyright Signed-off-by: Tim --- include/core/emu_core.h | 2 +- include/core/emu_definition.h | 2 +- include/core/emu_file.h | 2 +- include/core/emu_main.h | 2 +- include/gui/main_window.h | 2 +- include/gui/options_window.h | 2 +- src/core/emu_core.c | 2 +- src/core/emu_file.c | 2 +- src/core/emu_main.c | 2 +- src/gui/main_window.c | 2 +- src/gui/options_window.c | 2 +- src/main.c | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/include/core/emu_core.h b/include/core/emu_core.h index 618fc95..78656e8 100644 --- a/include/core/emu_core.h +++ b/include/core/emu_core.h @@ -2,7 +2,7 @@ //============================================================================== // - MIT License | emu_core.h // -// Copyright (c) 2023, Tim +// Copyright (c) 2023-2024, Tim // All rights served. // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/include/core/emu_definition.h b/include/core/emu_definition.h index 1b65443..6bf0efb 100644 --- a/include/core/emu_definition.h +++ b/include/core/emu_definition.h @@ -2,7 +2,7 @@ //============================================================================== // - MIT License | emu_definition.h // -// Copyright (c) 2023, Tim +// Copyright (c) 2023-2024, Tim // All rights served. // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/include/core/emu_file.h b/include/core/emu_file.h index adf04b7..bd9205d 100644 --- a/include/core/emu_file.h +++ b/include/core/emu_file.h @@ -2,7 +2,7 @@ //============================================================================== // - MIT License | emu_file.h // -// Copyright (c) 2023, Tim +// Copyright (c) 2023-2024, Tim // All rights served. // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/include/core/emu_main.h b/include/core/emu_main.h index 1bdc31a..d519923 100644 --- a/include/core/emu_main.h +++ b/include/core/emu_main.h @@ -2,7 +2,7 @@ //============================================================================== // - MIT License | emu_main.h // -// Copyright (c) 2023, Tim +// Copyright (c) 2023-2024, Tim // All rights served. // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/include/gui/main_window.h b/include/gui/main_window.h index 3864c95..b77be99 100644 --- a/include/gui/main_window.h +++ b/include/gui/main_window.h @@ -2,7 +2,7 @@ //============================================================================== // - MIT License | main_window.h // -// Copyright (c) 2023, Tim +// Copyright (c) 2023-2024, Tim // All rights served. // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/include/gui/options_window.h b/include/gui/options_window.h index 2266f81..a277c0b 100644 --- a/include/gui/options_window.h +++ b/include/gui/options_window.h @@ -2,7 +2,7 @@ //============================================================================== // - MIT License | options_window.h // -// Copyright (c) 2023, Tim +// Copyright (c) 2023-2024, Tim // All rights served. // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/core/emu_core.c b/src/core/emu_core.c index e67a2db..0d02764 100644 --- a/src/core/emu_core.c +++ b/src/core/emu_core.c @@ -2,7 +2,7 @@ //============================================================================== // - MIT License | emu_core.c // -// Copyright (c) 2023, Tim +// Copyright (c) 2023-2024, Tim // All rights served. // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/core/emu_file.c b/src/core/emu_file.c index f2446c2..20f6ac2 100644 --- a/src/core/emu_file.c +++ b/src/core/emu_file.c @@ -2,7 +2,7 @@ //============================================================================== // - MIT License | emu_file.c // -// Copyright (c) 2023, Tim +// Copyright (c) 2023-2024, Tim // All rights served. // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/core/emu_main.c b/src/core/emu_main.c index 310b3ac..9ecba8c 100644 --- a/src/core/emu_main.c +++ b/src/core/emu_main.c @@ -2,7 +2,7 @@ //============================================================================== // - MIT License | emu_main.c // -// Copyright (c) 2023, Tim +// Copyright (c) 2023-2024, Tim // All rights served. // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/gui/main_window.c b/src/gui/main_window.c index 92e15d2..13c880c 100644 --- a/src/gui/main_window.c +++ b/src/gui/main_window.c @@ -2,7 +2,7 @@ //============================================================================== // - MIT License | main_window.c // -// Copyright (c) 2023, Tim +// Copyright (c) 2023-2024, Tim // All rights served. // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/gui/options_window.c b/src/gui/options_window.c index 9d41f4b..2228bb3 100644 --- a/src/gui/options_window.c +++ b/src/gui/options_window.c @@ -2,7 +2,7 @@ //============================================================================== // - MIT License | options_window.c // -// Copyright (c) 2023, Tim +// Copyright (c) 2023-2024, Tim // All rights served. // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/main.c b/src/main.c index 97bf3b8..e0ffb48 100644 --- a/src/main.c +++ b/src/main.c @@ -2,7 +2,7 @@ //============================================================================== // - MIT License | main.c // -// Copyright (c) 2023, Tim +// Copyright (c) 2023-2024, Tim // All rights served. // // Permission is hereby granted, free of charge, to any person obtaining a copy