diff --git a/src/parser.y b/src/parser.y index fc0be05..e03262c 100644 --- a/src/parser.y +++ b/src/parser.y @@ -163,7 +163,7 @@ int main(int argc, char *argv[]){ } else { 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; }