Skip to content
Snippets Groups Projects
Commit 2f0e7bc2 authored by dgelessus's avatar dgelessus
Browse files

Remove a few newlines in startup message

parent 8f66b4af
Branches
No related tags found
No related merge requests found
Pipeline #147092 passed
...@@ -35,18 +35,13 @@ public class SableCC { ...@@ -35,18 +35,13 @@ public class SableCC {
private static final String OPT_PRETTY_PRINT = "--pretty-print"; private static final String OPT_PRETTY_PRINT = "--pretty-print";
private static void displayCopyright() { private static void displayCopyright() {
System.out.println();
System.out.println("SableCC STUPS version " + Version.VERSION); System.out.println("SableCC STUPS version " + Version.VERSION);
System.out.println("Copyright (C) 1997-2012 Etienne M. Gagnon <egagnon@j-meg.com>,"); System.out.println("Copyright (C) 1997-2012 Etienne M. Gagnon <egagnon@j-meg.com>,");
System.out.println("2009-2024 HHU Düsseldorf STUPS Group, and others. All rights reserved."); System.out.println("2009-2024 HHU Düsseldorf STUPS Group, and others. All rights reserved.");
System.out.println(); System.out.println();
System.out System.out.println("This software comes with ABSOLUTELY NO WARRANTY. This is free software,");
.println("This software comes with ABSOLUTELY NO WARRANTY. This is free software,"); System.out.println("and you are welcome to redistribute it under certain conditions.");
System.out System.out.println("Type 'sablecc --license' to view the complete copyright notice and license.");
.println("and you are welcome to redistribute it under certain conditions.");
System.out.println();
System.out.println("Type 'sablecc --license' to view");
System.out.println("the complete copyright notice and license.");
System.out.println(); System.out.println();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment