Skip to content

Commit 6ea0ea5

Browse files
committed
Fix corrupted copyright symbols is .vi files
1 parent 49b5dff commit 6ea0ea5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Src/VCodeSnip.vi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Company Name=DelphiDabbler
2626
File Description=CodeSnip Database Viewer
2727
File Version=<#F1>.<#F2>.<#F3> build <#F4>
2828
Internal Name=<SHORTFNAME>
29-
Legal Copyright=Copyright P.D.Johnson, 2005-<YEAR>.
29+
Legal Copyright=Copyright © P.D.Johnson, 2005-<YEAR>.
3030
Legal Trademark=
3131
Original File Name=CodeSnip.exe
3232
Private Build=

Src/VCodeSnipPortable.vi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Company Name=DelphiDabbler
2626
File Description=CodeSnip Database Viewer (Portable Edition)
2727
File Version=<#F1>.<#F2>.<#F3> build <#F4>
2828
Internal Name=<SHORTFNAME>
29-
Legal Copyright=Copyright P.D.Johnson, 2005-<YEAR>.
29+
Legal Copyright=Copyright © P.D.Johnson, 2005-<YEAR>.
3030
Legal Trademark=
3131
Original File Name=CodeSnip-p.exe
3232
Private Build=

0 commit comments

Comments
 (0)