Skip to content

Commit 64fadc5

Browse files
committed
[vbzip] Bump copyright
1 parent b13dc18 commit 64fadc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/vbzip/cVbZip.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Public Function Init(vArgs As Variant) As Boolean
6969
.Item("file" & lIdx) = .Item("arg" & lIdx + 2)
7070
Next
7171
If Not .Item("-nologo") Then
72-
ConsoleError "VbZip " & m_oArchive.SemVersion & " (c) 2017-2018 by wqweto@gmail.com (" & m_oArchive.ThunkBuildDate & ")" & vbCrLf & vbCrLf
72+
ConsoleError "VbZip " & m_oArchive.SemVersion & " (c) 2017-2019 by wqweto@gmail.com (" & m_oArchive.ThunkBuildDate & ")" & vbCrLf & vbCrLf
7373
End If
7474
If LenB(.Item("zip")) <> 0 Then
7575
ConsoleError "Archive: " & .Item("zip") & vbCrLf

test/vbzip/vbzip.vbp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ AutoIncrementVer=0
1919
ServerSupportFiles=0
2020
VersionCompanyName="Unicontsoft"
2121
VersionFileDescription="VbZip"
22-
VersionLegalCopyright="VbZip (c) 2017 by wqweto@gmail.com"
22+
VersionLegalCopyright="VbZip (c) 2017-2019 by wqweto@gmail.com"
2323
VersionProductName="VbZip"
2424
CondComp="ZIP_CRYPTO = 1"
2525
CompilationType=0

0 commit comments

Comments
 (0)