From 23c248a5e962a1195ba1c5f11ca78ac390890aca Mon Sep 17 00:00:00 2001 From: lawrence Date: Wed, 12 Apr 2023 19:03:00 +0100 Subject: [PATCH] fix: restore accidentally-deleted copyright notice (#5372) Co-authored-by: lawrence --- gtk/Application.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gtk/Application.cc b/gtk/Application.cc index f55bc50d5..45cbaa1e2 100644 --- a/gtk/Application.cc +++ b/gtk/Application.cc @@ -99,9 +99,10 @@ namespace auto const AppIconName = "transmission"sv; // TODO(C++20): Use ""s char const* const LICENSE = - "Copyright 2005-2022. All code is copyrighted by the respective authors.\n" + "Copyright 2005-2023. All code is copyrighted by the respective authors.\n" "\n" "Transmission can be redistributed and/or modified under the terms of the " + "GNU GPL, versions 2 or 3, or by any future license endorsed by Mnemosyne LLC." "\n" "In addition, linking to and/or using OpenSSL is allowed.\n" "\n"