From ac93ae9c38aab079aff279a09c3f36b95c8efb60 Mon Sep 17 00:00:00 2001 From: isaak654 Date: Tue, 6 Feb 2024 22:30:02 +0100 Subject: [PATCH] (C) Update --- Installer/Sandboxie-Plus.iss | 2 +- LICENSE.Plus | 2 +- Sandboxie/common/my_version.h | 2 +- Sandboxie/install/LICENSE.TXT | 2 +- SandboxiePlus/SandMan/LICENSE | 2 +- SandboxiePlus/SandMan/SandMan.cpp | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Installer/Sandboxie-Plus.iss b/Installer/Sandboxie-Plus.iss index c093eaa5..c65303e1 100644 --- a/Installer/Sandboxie-Plus.iss +++ b/Installer/Sandboxie-Plus.iss @@ -30,7 +30,7 @@ AllowNoIcons=yes AlwaysRestart=no LicenseFile=license.txt UsedUserAreasWarning=no -VersionInfoCopyright=Copyright (C) 2020-2023 by David Xanatos (xanasoft.com) +VersionInfoCopyright=Copyright (C) 2020-2024 by David Xanatos (xanasoft.com) VersionInfoVersion={#MyAppVersion} SetupIconFile=SandManInstall.ico diff --git a/LICENSE.Plus b/LICENSE.Plus index 9976ae5e..23fc5102 100644 --- a/LICENSE.Plus +++ b/LICENSE.Plus @@ -1,4 +1,4 @@ -Copyright 2020 - 2023 David Xanatos (xanasoft.com) +Copyright 2020 - 2024 David Xanatos (xanasoft.com) Sandboxie-Plus can be used under the following restrictions and obligations: diff --git a/Sandboxie/common/my_version.h b/Sandboxie/common/my_version.h index a658c9dd..44535cdf 100644 --- a/Sandboxie/common/my_version.h +++ b/Sandboxie/common/my_version.h @@ -1,6 +1,6 @@ /* * Copyright 2004-2020 Sandboxie Holdings, LLC - * Copyright 2020-2023 David Xanatos, xanasoft.com + * Copyright 2020-2024 David Xanatos, xanasoft.com * * 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/Sandboxie/install/LICENSE.TXT b/Sandboxie/install/LICENSE.TXT index 8c934a12..95f9c67c 100644 --- a/Sandboxie/install/LICENSE.TXT +++ b/Sandboxie/install/LICENSE.TXT @@ -1,5 +1,5 @@ Copyright 2020 - 2024 David Xanatos (xanasoft.com) -Copyright 2004 - 2020 Sandboxie Holdings, LLC +Copyright 2004 - 2020 Sandboxie Holdings, LLC 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/SandboxiePlus/SandMan/LICENSE b/SandboxiePlus/SandMan/LICENSE index 242f808f..5bed4f7f 100644 --- a/SandboxiePlus/SandMan/LICENSE +++ b/SandboxiePlus/SandMan/LICENSE @@ -1,4 +1,4 @@ -Copyright 2020 - 2023 David Xanatos (xanasoft.com) +Copyright 2020 - 2024 David Xanatos (xanasoft.com) Sandboxie-Plus can be used under the following restrictions and obligations: diff --git a/SandboxiePlus/SandMan/SandMan.cpp b/SandboxiePlus/SandMan/SandMan.cpp index df72d6ee..1e3273fc 100644 --- a/SandboxiePlus/SandMan/SandMan.cpp +++ b/SandboxiePlus/SandMan/SandMan.cpp @@ -4170,7 +4170,7 @@ void CSandMan::OnAbout() QString AboutCaption = tr( "

About Sandboxie-Plus

" "

Version %1

" - "

Copyright (c) 2020-2023 by DavidXanatos

" + "

Copyright (c) 2020-2024 by DavidXanatos

" ).arg(theGUI->GetVersion()); QString CertInfo;