Skip to content
Snippets Groups Projects
Commit 00d062a2 authored by Jesper's avatar Jesper
Browse files

Update error messages and copyright dates

parent 09a96649
No related branches found
No related tags found
No related merge requests found
Copyright (c) 2005-2016, The JastAdd Team Copyright (c) 2005-2020, The JastAdd Team
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
......
...@@ -8,7 +8,7 @@ For additional contributors, see the change logs. ...@@ -8,7 +8,7 @@ For additional contributors, see the change logs.
## License ## License
Copyright (c) 2005-2016, The JastAdd Team. All rights reserved. Copyright (c) 2005-2020, The JastAdd Team. All rights reserved.
JastAdd2 is covered by the modified BSD License. For the full license text JastAdd2 is covered by the modified BSD License. For the full license text
see the LICENSE file. see the LICENSE file.
......
...@@ -139,7 +139,7 @@ public class JastAdd { ...@@ -139,7 +139,7 @@ public class JastAdd {
if (config.shouldPrintVersion()) { if (config.shouldPrintVersion()) {
out.println(getVersionString()); out.println(getVersionString());
out.println(getBuildTimestamp()); out.println(getBuildTimestamp());
out.println("Copyright (c) 2005-2015, The JastAdd Team. All rights reserved."); out.println("Copyright (c) 2005-2020, The JastAdd Team. All rights reserved.");
out.println("This software is covered by the modified BSD license."); out.println("This software is covered by the modified BSD license.");
return 0; return 0;
} else if (config.shouldPrintHelp()) { } else if (config.shouldPrintHelp()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment