uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit c2b0667496096784fe28d7b89c86e26882849b82
parent a450959e9f8a6aa72eceb36c781a57603684de0a
Author: Andrew Alderwick <andrew@alderwick.co.uk>
Date:   Mon,  2 Jan 2023 14:40:23 +0000

Update Copyright years.

Diffstat:
Msrc/devices/audio.c | 3+--
Msrc/devices/controller.c | 2+-
Msrc/devices/datetime.c | 2+-
Msrc/devices/file.c | 2+-
Msrc/devices/mouse.c | 2+-
Msrc/devices/screen.c | 3+--
Msrc/devices/system.c | 2+-
Msrc/uxn.c | 2+-
Msrc/uxnasm.c | 2+-
Msrc/uxncli.c | 2+-
Msrc/uxnemu.c | 2+-
11 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/src/devices/audio.c b/src/devices/audio.c @@ -2,8 +2,7 @@ #include "audio.h" /* -Copyright (c) 2021 Devine Lu Linvega -Copyright (c) 2021 Andrew Alderwick +Copyright (c) 2021-2023 Devine Lu Linvega, Andrew Alderwick Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/devices/controller.c b/src/devices/controller.c @@ -2,7 +2,7 @@ #include "controller.h" /* -Copyright (c) 2021 Devine Lu Linvega, Andrew Alderwick +Copyright (c) 2021-2023 Devine Lu Linvega, Andrew Alderwick Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/devices/datetime.c b/src/devices/datetime.c @@ -4,7 +4,7 @@ #include "datetime.h" /* -Copyright (c) 2021 Devine Lu Linvega, Andrew Alderwick +Copyright (c) 2021-2023 Devine Lu Linvega, Andrew Alderwick Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/devices/file.c b/src/devices/file.c @@ -16,7 +16,7 @@ #include "file.h" /* -Copyright (c) 2021 Devine Lu Linvega, Andrew Alderwick +Copyright (c) 2021-2023 Devine Lu Linvega, Andrew Alderwick Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/devices/mouse.c b/src/devices/mouse.c @@ -2,7 +2,7 @@ #include "mouse.h" /* -Copyright (c) 2021 Devine Lu Linvega, Andrew Alderwick +Copyright (c) 2021-2023 Devine Lu Linvega, Andrew Alderwick Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/devices/screen.c b/src/devices/screen.c @@ -4,8 +4,7 @@ #include "screen.h" /* -Copyright (c) 2021 Devine Lu Linvega -Copyright (c) 2021 Andrew Alderwick +Copyright (c) 2021-2023 Devine Lu Linvega, Andrew Alderwick Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/devices/system.c b/src/devices/system.c @@ -4,7 +4,7 @@ #include "system.h" /* -Copyright (c) 2022 Devine Lu Linvega, Andrew Alderwick +Copyright (c) 2022-2023 Devine Lu Linvega, Andrew Alderwick Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/uxn.c b/src/uxn.c @@ -1,7 +1,7 @@ #include "uxn.h" /* -Copyright (u) 2022 Devine Lu Linvega, Andrew Alderwick, Andrew Richards +Copyright (u) 2022-2023 Devine Lu Linvega, Andrew Alderwick, Andrew Richards Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/uxnasm.c b/src/uxnasm.c @@ -1,7 +1,7 @@ #include <stdio.h> /* -Copyright (c) 2021 Devine Lu Linvega +Copyright (c) 2021-2023 Devine Lu Linvega, Andrew Alderwick Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/uxncli.c b/src/uxncli.c @@ -7,7 +7,7 @@ #include "devices/datetime.h" /* -Copyright (c) 2021 Devine Lu Linvega +Copyright (c) 2021-2023 Devine Lu Linvega, Andrew Alderwick Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/uxnemu.c b/src/uxnemu.c @@ -23,7 +23,7 @@ #pragma clang diagnostic pop /* -Copyright (c) 2021 Devine Lu Linvega +Copyright (c) 2021-2023 Devine Lu Linvega, Andrew Alderwick Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above