Merge jackywulf.com:Fcalva/flisp

This commit is contained in:
attilavs2 2025-03-16 21:58:01 +01:00
commit cbbf4b0724

View file

@ -161,7 +161,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;
} }