From aba64d21f124b13bc706ccc0bbd035771375a65f Mon Sep 17 00:00:00 2001 From: YohananDiamond Date: Sun, 4 Feb 2024 17:44:11 -0300 Subject: [PATCH] command palette: update copyright year to 2024 --- src/gui/commandPalette.cpp | 2 +- src/gui/commandPalette.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/commandPalette.cpp b/src/gui/commandPalette.cpp index f0336cb02..dfed5944a 100644 --- a/src/gui/commandPalette.cpp +++ b/src/gui/commandPalette.cpp @@ -1,6 +1,6 @@ /** * Furnace Tracker - multi-system chiptune tracker - * Copyright (C) 2021-2023 tildearrow and contributors + * Copyright (C) 2021-2024 tildearrow and contributors * * This program 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/src/gui/commandPalette.h b/src/gui/commandPalette.h index 19acf09c6..7b748fd17 100644 --- a/src/gui/commandPalette.h +++ b/src/gui/commandPalette.h @@ -1,6 +1,6 @@ /** * Furnace Tracker - multi-system chiptune tracker - * Copyright (C) 2021-2023 tildearrow and contributors + * Copyright (C) 2021-2024 tildearrow and contributors * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by