(C) Update
This commit is contained in:
parent
db3b807525
commit
ac93ae9c38
|
@ -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
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -4170,7 +4170,7 @@ void CSandMan::OnAbout()
|
|||
QString AboutCaption = tr(
|
||||
"<h3>About Sandboxie-Plus</h3>"
|
||||
"<p>Version %1</p>"
|
||||
"<p>Copyright (c) 2020-2023 by DavidXanatos</p>"
|
||||
"<p>Copyright (c) 2020-2024 by DavidXanatos</p>"
|
||||
).arg(theGUI->GetVersion());
|
||||
|
||||
QString CertInfo;
|
||||
|
|
Loading…
Reference in New Issue