added license comment in source

This commit is contained in:
2026-08-04 22:59:34 +02:00
parent 25b7e21a18
commit 562f6af31d
11 changed files with 123 additions and 101 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
{ Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de)
Licensed under the MIT License. See LICENSE file in project root for details. }
uses WOWCONST, WOWTPU,crt,textgraf,amn;
type
lpi = array[0..2] of byte;
@@ -71,7 +73,7 @@ begin
DirectVideo:= false;
case InitTextGraf of
-1: begin
writeln(' Dieses Programm luft auf Ihrer Grafikkarte leider nicht!');
writeln(' Dieses Programm luft auf Ihrer Grafikkarte leider nicht!');
halt(1);
end;
1: begin