diff --git a/src/parser.y b/src/parser.y index 2fb6ba2..e34edde 100644 --- a/src/parser.y +++ b/src/parser.y @@ -161,7 +161,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; }