Skip to content

Commit 09b59af

Browse files
committed
Add copyright info
1 parent d3952ff commit 09b59af

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

battlefield/Battlefield.lpi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<UseVersionInfo Value="True"/>
1919
<MinorVersionNr Value="9"/>
2020
<RevisionNr Value="10"/>
21-
<StringTable Comments="BattleField is a tool to run micro-matches between chess engines" FileDescription="BattleField" ProductName="BattleField" ProductVersion="0.9.10 beta"/>
21+
<StringTable Comments="BattleField is a tool to run micro-matches between chess engines" FileDescription="BattleField" LegalCopyright="Copyright (C) 2021 Alexander Kernozhitsky" ProductName="BattleField" ProductVersion="0.9.10 beta"/>
2222
</VersionInfo>
2323
<BuildModes Count="1">
2424
<Item1 Name="Default" Default="True"/>

battlefield/Battlefield.lpr

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,14 @@
164164
if ParamStr(Param) = '-v' then
165165
begin
166166
WriteLn('BattleField version ' + GetAppVersion + ' "' + AppVersionCodename + '"');
167+
WriteLn('Copyright (C) 2021 Alexander Kernozhitsky');
168+
WriteLn;
167169
WriteLn('Build time: ' + GetAppBuildTime);
168170
WriteLn('Target: ' + GetAppTarget);
169171
WriteLn('Compiler: FPC ' + FpcVersion);
172+
WriteLn;
173+
WriteLn('This is free software; see the source for copying conditions. There is NO');
174+
WriteLn('warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.');
170175
Halt(0);
171176
end;
172177
if ParamStr(Param) = '-q' then

0 commit comments

Comments
 (0)