Skip to content

Commit

Permalink
- Fixed the copyright information displayed to the user when running …
Browse files Browse the repository at this point in the history
…omc,mosh,OMShell or OMNotebook (years were outdated, etc)

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5957 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Aug 26, 2010
1 parent 7525cd6 commit f8ba685
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Compiler/Main.mo
Expand Up @@ -1127,8 +1127,9 @@ end readSettingsFile;

function printUsage
algorithm
print("OpenModelica Compiler version: "); print(Settings.getVersionNr()); print("\n");
print("http://www.OpenModelica.org\n");
print("OpenModelica Compiler "); print(Settings.getVersionNr());
print(" Copyright Linkoping University 1997-2010\n");
print("Distributed under OMSC-PL and GPL, see www.openmodelica.org\n");
print("Please check the System Guide for full information about flags.\n");
print("Usage: omc [-runtimeOptions +omcOptions] (Model.mo | Model.mof | Script.mos) [Libraries | .mo(f)-files] \n");
print("* Libraries: Fully qualified names of libraries to load before processing Model or Script.\n");
Expand Down

0 comments on commit f8ba685

Please sign in to comment.