From 98adf9c49480a32bc9652f0a131d2d8ed14cd06d Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Mon, 8 Jul 2024 16:06:46 -0500 Subject: [PATCH] Update copyright year in a couple places --- src/chess-window.vala | 2 +- src/gnome-chess.vala | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/chess-window.vala b/src/chess-window.vala index 3bb3ede..d49d82b 100644 --- a/src/chess-window.vala +++ b/src/chess-window.vala @@ -1,7 +1,7 @@ /* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * Copyright (C) 2010-2013 Robert Ancell - * Copyright (C) 2013-2020 Michael Catanzaro + * Copyright (C) 2013-2024 Michael Catanzaro * * 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 the Free Software diff --git a/src/gnome-chess.vala b/src/gnome-chess.vala index 64de756..0295278 100644 --- a/src/gnome-chess.vala +++ b/src/gnome-chess.vala @@ -1,7 +1,7 @@ /* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * Copyright (C) 2010-2013 Robert Ancell - * Copyright (C) 2013-2020 Michael Catanzaro + * Copyright (C) 2013-2024 Michael Catanzaro * Copyright (C) 2015-2016 Sahil Sareen * * This program is free software: you can redistribute it and/or modify it under @@ -71,7 +71,7 @@ public class ChessApplication : Adw.Application private ChessEngine? opponent_engine = null; private uint engine_timeout_source = 0; private string copyrights = """Copyright © 2010–2013 Robert Ancell -Copyright © 2013–2020 Michael Catanzaro +Copyright © 2013–2024 Michael Catanzaro Copyright © 2015–2016 Sahil Sareen"""; private const ActionEntry[] action_entries =