Skip to content

Commit 5db3873

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OMNotebook/OMNotebookGUI/notebook.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2753,8 +2753,8 @@ void NotebookWindow::aboutQTNotebook()
27532753
{
27542754
const char* dateStr = __DATE__; // "Mmm dd yyyy", so dateStr+7 = "yyyy"
27552755
QString version = OmcInteractiveEnvironment::OMCVersion();
2756-
QString abouttext = QString("OMNotebook 3.0 Copyright 2004-") + QString(dateStr+7) + " Link" + QString(QChar(246, 0)) +
2757-
"ping University\nDistributed under OMSC-PL and GPL, see www.openmodelica.org\n\n" +
2756+
QString abouttext = QString(("OMNotebook 3.0 Copyright 2004-") + QString(dateStr+7) + " Open Source Modelica Consortium (OSMC)\n"
2757+
"Distributed under OMSC-PL and GPL, see www.openmodelica.org\n\n" +
27582758
"Connected to OpenModelica " + version + "\n" +
27592759
"Created by Ingemar Axelsson (2004-2005), Anders Fernstr" + QString(QChar(246, 0)) +"m (2005-2006) and Henrik Eriksson (2006-2007) as part of their final theses.";
27602760

0 commit comments

Comments
 (0)