Update copyright year in a couple places

This commit is contained in:
Michael Catanzaro 2024-07-08 16:06:46 -05:00
parent f58887426e
commit 98adf9c494
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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 © 20102013 Robert Ancell
Copyright © 20132020 Michael Catanzaro
Copyright © 20132024 Michael Catanzaro
Copyright © 20152016 Sahil Sareen""";
private const ActionEntry[] action_entries =