From 0b0f88eb59c849bf92412a7baa4487a3408c8443 Mon Sep 17 00:00:00 2001 From: StackZ <47382115+SuperSaiyajinStackZ@users.noreply.github.com> Date: Sun, 17 Jan 2021 22:29:49 +0100 Subject: [PATCH] Update Copyright year to 2020-2021. --- gui.cpp | 2 +- gui.hpp | 2 +- screen.hpp | 2 +- screenCommon.hpp | 2 +- structs.hpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gui.cpp b/gui.cpp index 62ced42..b41b3a4 100644 --- a/gui.cpp +++ b/gui.cpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Core -* Copyright (C) 2020 Universal-Team +* Copyright (C) 2020-2021 Universal-Team * * 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/gui.hpp b/gui.hpp index bb639de..513dcb8 100644 --- a/gui.hpp +++ b/gui.hpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Core -* Copyright (C) 2020 Universal-Team +* Copyright (C) 2020-2021 Universal-Team * * 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/screen.hpp b/screen.hpp index bbb3480..ddb02b8 100644 --- a/screen.hpp +++ b/screen.hpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Core -* Copyright (C) 2020 Universal-Team +* Copyright (C) 2020-2021 Universal-Team * * 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/screenCommon.hpp b/screenCommon.hpp index d77cb85..1e934f2 100644 --- a/screenCommon.hpp +++ b/screenCommon.hpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Core -* Copyright (C) 2020 Universal-Team +* Copyright (C) 2020-2021 Universal-Team * * 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/structs.hpp b/structs.hpp index 00241a7..36d4790 100644 --- a/structs.hpp +++ b/structs.hpp @@ -1,6 +1,6 @@ /* * This file is part of Universal-Core -* Copyright (C) 2020 Universal-Team +* Copyright (C) 2020-2021 Universal-Team * * 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