From a3a575e8c5e26caa5c1466f5ed2d3d2014ed919d Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Tue, 18 Jun 2024 13:06:46 +1200 Subject: [PATCH] esv, esvapi: include 2023 in copyright year range --- esv.d | 2 +- esvapi.d | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/esv.d b/esv.d index db7a406..c195354 100644 --- a/esv.d +++ b/esv.d @@ -2,7 +2,7 @@ * esv: read the Bible from your terminal * * The GPLv2 License (GPLv2) - * Copyright (c) 2024 Jeremy Baxter + * Copyright (c) 2023-2024 Jeremy Baxter * * esv is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/esvapi.d b/esvapi.d index 9a0016a..a7a021e 100644 --- a/esvapi.d +++ b/esvapi.d @@ -2,7 +2,7 @@ * esvapi.d: a reusable interface to the ESV HTTP API * * The GPLv2 License (GPLv2) - * Copyright (c) 2024 Jeremy Baxter + * Copyright (c) 2023-2024 Jeremy Baxter * * esv is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by