Skip to content

Commit 10a430d

Browse files
committed
update copyright year 2025 in Windows installer/properties
1 parent 052db54 commit 10a430d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packaging/windows/shotcut.iss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; -- shotcut.iss --
2-
; Copyright (c) 2024 Meltytech, LLC
2+
; Copyright (c) 2024-2025 Meltytech, LLC
33

44
; This program is free software: you can redistribute it and/or modify
55
; it under the terms of the GNU General Public License as published by
@@ -40,7 +40,7 @@ ArchitecturesInstallIn64BitMode=x64compatible
4040
AppMutex="Meltytech Shotcut Running Mutex"
4141
OutputBaseFilename=shotcut-setup
4242
UninstallDisplayName=Shotcut
43-
VersionInfoCopyright="Copyright (c) 2012-2024 Meltytech, LLC"
43+
VersionInfoCopyright="Copyright (c) 2012-2025 Meltytech, LLC"
4444
WizardSmallImageFile="shotcut-logo-64.bmp"
4545
WizardImageStretch=yes
4646
ShowLanguageDialog=no

packaging/windows/shotcut.rc.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ VS_VERSION_INFO VERSIONINFO
2222
VALUE "CompanyName", "Meltytech, LLC\0"
2323
VALUE "FileDescription", "Shotcut video editor\0"
2424
VALUE "FileVersion", "${SHOTCUT_VERSION}\0"
25-
VALUE "LegalCopyright", "Copyright (C) 2011-2024 Meltytech, LLC. All rights reserved.\0"
25+
VALUE "LegalCopyright", "Copyright (C) 2011-2025 Meltytech, LLC. All rights reserved.\0"
2626
VALUE "OriginalFilename", "shotcut.exe\0"
2727
VALUE "ProductName", "Shotcut\0"
2828
VALUE "ProductVersion", "${SHOTCUT_VERSION}\0"

0 commit comments

Comments
 (0)