From 9416ffe9bf50260a34564db1fa52d4451d4180f2 Mon Sep 17 00:00:00 2001 From: Michael Grant Date: Mon, 3 Aug 2026 12:56:12 +0100 Subject: [PATCH] Correct image copyrights --- image-sixel.c | 1 + image.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/image-sixel.c b/image-sixel.c index ee4f7442a..2033f43b0 100644 --- a/image-sixel.c +++ b/image-sixel.c @@ -1,6 +1,7 @@ /* $OpenBSD$ */ /* + * Copyright (c) 2019 Nicholas Marriott * Copyright (c) 2026 Michael Grant * * Permission to use, copy, modify, and distribute this software for any diff --git a/image.c b/image.c index c3cdf5612..cdd081e9c 100644 --- a/image.c +++ b/image.c @@ -1,7 +1,7 @@ /* $OpenBSD$ */ /* - * Copyright (c) 2019 Nicholas Marriott + * Copyright (c) 2007 Nicholas Marriott * Copyright (c) 2026 Michael Grant * * Permission to use, copy, modify, and distribute this software for any