Update src/parser.y

This commit is contained in:
Fcalva 2025-03-16 15:55:20 +01:00
parent 4c6dff3c3b
commit 8918d6039d

View file

@ -163,7 +163,7 @@ int main(int argc, char *argv[]){
} }
else { else {
printf("fLisp interactive env - v0.1\nFcalva 2025\n"); printf("fLisp interactive env - v0.1\nFcalva 2025\n");
printf("Under the terms of the GPL v3.0 license\n"); printf("Under the terms of the GPL v2.0 license\n");
yyin = stdin; yyin = stdin;
} }