Shrinked the copyright banner by 1 character

This commit is contained in:
Clifford Wolf 2014-10-11 11:59:35 +02:00
parent f30aee01f9
commit 0dc249ccd7
1 changed files with 19 additions and 19 deletions

View File

@ -203,7 +203,7 @@ int main(int argc, char **argv)
if (print_banner) {
log("\n");
log(" /-----------------------------------------------------------------------------\\\n");
log(" /----------------------------------------------------------------------------\\\n");
log(" | |\n");
log(" | yosys -- Yosys Open SYnthesis Suite |\n");
log(" | |\n");
@ -221,7 +221,7 @@ int main(int argc, char **argv)
log(" | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |\n");
log(" | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |\n");
log(" | |\n");
log(" \\-----------------------------------------------------------------------------/\n");
log(" \\----------------------------------------------------------------------------/\n");
log("\n");
log(" %s\n", yosys_version_str);
log("\n");