Skip to content

Commit e87e118

Browse files
committed
- Updated copyright holder
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12101 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 27a84b1 commit e87e118

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OMShell/OMShellGUI/oms.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ OMS::OMS( QWidget* parent )
270270

271271
// sett start message
272272
const char* dateStr = __DATE__; // "Mmm dd yyyy", so dateStr+7 = "yyyy"
273-
copyright_info_ = QString("OMShell 1.1 Copyright Link")+QString(QChar(246, 0))+("ping University 2002-") + (dateStr+7) + "\nDistributed under OMSC-PL and GPL, see www.openmodelica.org\n\nConnected to OpenModelica " + omc_version_;
273+
copyright_info_ = QString("OMShell 1.1 Copyright Open Source Modelica Consortium (OSMC) 2002-") + (dateStr+7) + "\nDistributed under OMSC-PL and GPL, see www.openmodelica.org\n\nConnected to OpenModelica " + omc_version_;
274274
cursor_.insertText( copyright_info_, textFormat_ );
275275
cursor_.insertText( "\nTo get help on using OMShell and OpenModelica, type \"help()\" and press enter.\n", textFormat_ );
276276

mosh/src/mosh.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ int main(int argc, char* argv[])
116116
}
117117
if(!scriptname) {
118118
cout << "OMShell "
119-
<< "Copyright 1997-" << dateStr+7 << ", Linkoping University" << endl
119+
<< "Copyright 1997-" << dateStr+7 << ", Open Source Modelica Consortium (OSMC)" << endl
120120
<< "Distributed under OMSC-PL and GPL, see www.openmodelica.org" << endl << endl
121121
<< "To get help on using OMShell and OpenModelica, type \"help()\" and press enter" << endl;
122122
}

0 commit comments

Comments
 (0)