--- a/nsm.cpp 2024-01-13 13:54:06.000000000 +0100 +++ b/nsm.cpp 2024-05-30 17:05:50.200098668 +0200 @@ -240,7 +240,7 @@ asciiNift(); std::cout << "Nift (aka nifty-site-manager or nsm) (c)" << DateTimeInfo().currentYYYY(); - std::cout << " is a cross-platform open source website and project generator" << std::endl; + std::cout << " is a free and libre website and project generator" << std::endl; std::cout << "Official Website: " << c_blue << "https://nift.dev/" << c_white << std::endl; std::cout << "Source: " << c_blue << "https://github.com/nifty-site-manager/nsm" << c_white << std::endl; std::cout << "Installed: " << c_gold << "v" << NSM_VERSION << c_white << std::endl;