From 4c04fc805e121f6a18bc70b843b85aebfcbf5dc0 Mon Sep 17 00:00:00 2001 From: Michael Grant Date: Sun, 2 Aug 2026 10:38:26 +0100 Subject: [PATCH] Fix copyrights. --- image-ascii.c | 2 +- image-kitty.c | 2 +- image-sixel.c | 2 +- image.c | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/image-ascii.c b/image-ascii.c index e211d33c4..ecc61fc8e 100644 --- a/image-ascii.c +++ b/image-ascii.c @@ -1,7 +1,7 @@ /* $OpenBSD$ */ /* - * Copyright (c) 2026 Nicholas Marriott + * Copyright (c) 2026 Michael Grant * * 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/image-kitty.c b/image-kitty.c index 48c8f617e..33155d91a 100644 --- a/image-kitty.c +++ b/image-kitty.c @@ -1,7 +1,7 @@ /* $OpenBSD$ */ /* - * Copyright (c) 2026 Nicholas Marriott + * Copyright (c) 2026 Michael Grant * * 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/image-sixel.c b/image-sixel.c index 7107de20f..3b01fe191 100644 --- a/image-sixel.c +++ b/image-sixel.c @@ -1,7 +1,7 @@ /* $OpenBSD$ */ /* - * Copyright (c) 2019 Nicholas Marriott + * Copyright (c) 2026 Michael Grant * * 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/image.c b/image.c index 755ee3a96..93768e35d 100644 --- a/image.c +++ b/image.c @@ -1,7 +1,8 @@ /* $OpenBSD$ */ /* - * Copyright (c) 2026 Nicholas Marriott + * Copyright (c) 2019 Nicholas Marriott + * Copyright (c) 2026 Michael Grant * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above