Skip to content

Commit

Permalink
- Converted OMOptim/OMShell to UTF-8
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11533 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Mar 26, 2012
1 parent 7be2fbe commit 5bfeaf7
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 54 deletions.
26 changes: 13 additions & 13 deletions OMShell/OMShellGUI/commandcompletion.cpp
@@ -1,9 +1,9 @@
/*
* This file is part of OpenModelica.
*
* Copyright (c) 1998-2010, Linköpings University,
* Copyright (c) 1998-2010, Linköpings University,
* Department of Computer and Information Science,
* SE-58183 Linköping, Sweden.
* SE-58183 Linköping, Sweden.
*
* All rights reserved.
*
Expand All @@ -14,7 +14,7 @@
*
* The OpenModelica software and the Open Source Modelica
* Consortium (OSMC) Public License (OSMC-PL) are obtained
* from Linköpings University, either from the above address,
* from Linköpings University, either from the above address,
* from the URL: http://www.ida.liu.se/projects/OpenModelica
* and in the OpenModelica distribution.
*
Expand All @@ -34,7 +34,7 @@

/*!
* \file commandcompetion.h
* \author Anders Fernström
* \author Anders Fernström
* \date 2005-12-12
*/

Expand All @@ -57,15 +57,15 @@ namespace IAEX
{
/*!
* \class CommandCompletion
* \author Anders Fernström
* \author Anders Fernström
* \date 2005-12-12
*
* \brief Reads a command file and creates omc command object for
* commandcompetion in inputcells
*/

/*!
* \author Anders Fernström
* \author Anders Fernström
* \date 2005-12-12
*
* \brief The class constructor
Expand Down Expand Up @@ -109,7 +109,7 @@ namespace IAEX
CommandCompletion *CommandCompletion::instance_ = 0;

/*
* \author Anders Fernström
* \author Anders Fernström
* \date 2005-12-12
*
* \brief Instance the CommandCompetion object.
Expand All @@ -126,7 +126,7 @@ namespace IAEX
}

/*
* \author Anders Fernström
* \author Anders Fernström
* \date 2005-12-12
* \date 2005-12-15 (update)
*
Expand Down Expand Up @@ -198,7 +198,7 @@ namespace IAEX
}

/*
* \author Anders Fernström
* \author Anders Fernström
* \date 2005-12-12
*
* \brief Insert the next possible command into the text, that match
Expand Down Expand Up @@ -241,7 +241,7 @@ namespace IAEX
}

/*
* \author Anders Fernström
* \author Anders Fernström
* \date 2005-12-12
*
* \brief Returns the help text to the current command
Expand All @@ -264,7 +264,7 @@ namespace IAEX
}

/*
* \author Anders Fernström
* \author Anders Fernström
* \date 2005-12-12
* \date 2005-12-15 (update)
*
Expand Down Expand Up @@ -332,7 +332,7 @@ namespace IAEX
*/

/*
* \author Anders Fernström
* \author Anders Fernström
* \date 2005-12-12
*
* \brief loop through the DOM tree and creates CommandUnit after
Expand Down Expand Up @@ -364,7 +364,7 @@ namespace IAEX
}

/*
* \author Anders Fernström
* \author Anders Fernström
* \date 2005-12-12
*
* \brief parse through a command tag in the DOM tree
Expand Down
8 changes: 4 additions & 4 deletions OMShell/OMShellGUI/commandcompletion.h
@@ -1,9 +1,9 @@
/*
* This file is part of OpenModelica.
*
* Copyright (c) 1998-2010, Linköpings University,
* Copyright (c) 1998-2010, Linköpings University,
* Department of Computer and Information Science,
* SE-58183 Linköping, Sweden.
* SE-58183 Linköping, Sweden.
*
* All rights reserved.
*
Expand All @@ -14,7 +14,7 @@
*
* The OpenModelica software and the Open Source Modelica
* Consortium (OSMC) Public License (OSMC-PL) are obtained
* from Linköpings University, either from the above address,
* from Linköpings University, either from the above address,
* from the URL: http://www.ida.liu.se/projects/OpenModelica
* and in the OpenModelica distribution.
*
Expand All @@ -34,7 +34,7 @@

/*!
* \file commandcompetion.h
* \author Anders Fernström
* \author Anders Fernström
* \date 2005-12-12
*/

Expand Down
10 changes: 5 additions & 5 deletions OMShell/OMShellGUI/commandunit.h
@@ -1,9 +1,9 @@
/*
* This file is part of OpenModelica.
*
* Copyright (c) 1998-2010, Linköpings University,
* Copyright (c) 1998-2010, Linköpings University,
* Department of Computer and Information Science,
* SE-58183 Linköping, Sweden.
* SE-58183 Linköping, Sweden.
*
* All rights reserved.
*
Expand All @@ -14,7 +14,7 @@
*
* The OpenModelica software and the Open Source Modelica
* Consortium (OSMC) Public License (OSMC-PL) are obtained
* from Linköpings University, either from the above address,
* from Linköpings University, either from the above address,
* from the URL: http://www.ida.liu.se/projects/OpenModelica
* and in the OpenModelica distribution.
*
Expand All @@ -34,7 +34,7 @@

/*!
* \file commandunit.h
* \author Anders Fernström
* \author Anders Fernström
*/

#ifndef COMMANDUNIT_H
Expand All @@ -49,7 +49,7 @@ namespace IAEX
{
/*!
* \class CommandUnit
* \author Anders Fernström
* \author Anders Fernström
* \date 2005-12-12
*
* \brief A class that store an omc command
Expand Down
6 changes: 3 additions & 3 deletions OMShell/OMShellGUI/inputcelldelegate.h
@@ -1,9 +1,9 @@
/*
* This file is part of OpenModelica.
*
* Copyright (c) 1998-2010, Linköpings University,
* Copyright (c) 1998-2010, Linköpings University,
* Department of Computer and Information Science,
* SE-58183 Linköping, Sweden.
* SE-58183 Linköping, Sweden.
*
* All rights reserved.
*
Expand All @@ -14,7 +14,7 @@
*
* The OpenModelica software and the Open Source Modelica
* Consortium (OSMC) Public License (OSMC-PL) are obtained
* from Linköpings University, either from the above address,
* from Linköpings University, either from the above address,
* from the URL: http://www.ida.liu.se/projects/OpenModelica
* and in the OpenModelica distribution.
*
Expand Down
8 changes: 4 additions & 4 deletions OMShell/OMShellGUI/main.cpp
@@ -1,9 +1,9 @@
/*
* This file is part of OpenModelica.
*
* Copyright (c) 1998-2010, Linköpings University,
* Copyright (c) 1998-2010, Linköpings University,
* Department of Computer and Information Science,
* SE-58183 Linköping, Sweden.
* SE-58183 Linköping, Sweden.
*
* All rights reserved.
*
Expand All @@ -14,7 +14,7 @@
*
* The OpenModelica software and the Open Source Modelica
* Consortium (OSMC) Public License (OSMC-PL) are obtained
* from Linköpings University, either from the above address,
* from Linköpings University, either from the above address,
* from the URL: http://www.ida.liu.se/projects/OpenModelica
* and in the OpenModelica distribution.
*
Expand All @@ -33,7 +33,7 @@

/*!
* \file otherdlg.h
* \author Anders Fernström
* \author Anders Fernström
*/

#include <QtGui/QApplication>
Expand Down
6 changes: 3 additions & 3 deletions OMShell/OMShellGUI/omc_communicator.cpp
@@ -1,9 +1,9 @@
/*
* This file is part of OpenModelica.
*
* Copyright (c) 1998-2010, Linköpings University,
* Copyright (c) 1998-2010, Linköpings University,
* Department of Computer and Information Science,
* SE-58183 Linköping, Sweden.
* SE-58183 Linköping, Sweden.
*
* All rights reserved.
*
Expand All @@ -14,7 +14,7 @@
*
* The OpenModelica software and the Open Source Modelica
* Consortium (OSMC) Public License (OSMC-PL) are obtained
* from Linköpings University, either from the above address,
* from Linköpings University, either from the above address,
* from the URL: http://www.ida.liu.se/projects/OpenModelica
* and in the OpenModelica distribution.
*
Expand Down
6 changes: 3 additions & 3 deletions OMShell/OMShellGUI/omc_communicator.h
@@ -1,9 +1,9 @@
/*
* This file is part of OpenModelica.
*
* Copyright (c) 1998-2010, Linköpings University,
* Copyright (c) 1998-2010, Linköpings University,
* Department of Computer and Information Science,
* SE-58183 Linköping, Sweden.
* SE-58183 Linköping, Sweden.
*
* All rights reserved.
*
Expand All @@ -14,7 +14,7 @@
*
* The OpenModelica software and the Open Source Modelica
* Consortium (OSMC) Public License (OSMC-PL) are obtained
* from Linköpings University, either from the above address,
* from Linköpings University, either from the above address,
* from the URL: http://www.ida.liu.se/projects/OpenModelica
* and in the OpenModelica distribution.
*
Expand Down
6 changes: 3 additions & 3 deletions OMShell/OMShellGUI/omcinteractiveenvironment.cpp
@@ -1,9 +1,9 @@
/*
* This file is part of OpenModelica.
*
* Copyright (c) 1998-2010, Linköpings University,
* Copyright (c) 1998-2010, Linköpings University,
* Department of Computer and Information Science,
* SE-58183 Linköping, Sweden.
* SE-58183 Linköping, Sweden.
*
* All rights reserved.
*
Expand All @@ -14,7 +14,7 @@
*
* The OpenModelica software and the Open Source Modelica
* Consortium (OSMC) Public License (OSMC-PL) are obtained
* from Linköpings University, either from the above address,
* from Linköpings University, either from the above address,
* from the URL: http://www.ida.liu.se/projects/OpenModelica
* and in the OpenModelica distribution.
*
Expand Down
6 changes: 3 additions & 3 deletions OMShell/OMShellGUI/omcinteractiveenvironment.h
@@ -1,9 +1,9 @@
/*
* This file is part of OpenModelica.
*
* Copyright (c) 1998-2010, Linköpings University,
* Copyright (c) 1998-2010, Linköpings University,
* Department of Computer and Information Science,
* SE-58183 Linköping, Sweden.
* SE-58183 Linköping, Sweden.
*
* All rights reserved.
*
Expand All @@ -14,7 +14,7 @@
*
* The OpenModelica software and the Open Source Modelica
* Consortium (OSMC) Public License (OSMC-PL) are obtained
* from Linköpings University, either from the above address,
* from Linköpings University, either from the above address,
* from the URL: http://www.ida.liu.se/projects/OpenModelica
* and in the OpenModelica distribution.
*
Expand Down
8 changes: 4 additions & 4 deletions OMShell/OMShellGUI/oms.cpp
@@ -1,9 +1,9 @@
/*
* This file is part of OpenModelica.
*
* Copyright (c) 1998-2010, Linköpings University,
* Copyright (c) 1998-2010, Linköpings University,
* Department of Computer and Information Science,
* SE-58183 Linköping, Sweden.
* SE-58183 Linköping, Sweden.
*
* All rights reserved.
*
Expand All @@ -14,7 +14,7 @@
*
* The OpenModelica software and the Open Source Modelica
* Consortium (OSMC) Public License (OSMC-PL) are obtained
* from Linköpings University, either from the above address,
* from Linköpings University, either from the above address,
* from the URL: http://www.ida.liu.se/projects/OpenModelica
* and in the OpenModelica distribution.
*
Expand All @@ -33,7 +33,7 @@

/*!
* \file otherdlg.h
* \author Anders Fernström
* \author Anders Fernström
* \date 2005-11-10 (created)
*/

Expand Down
8 changes: 4 additions & 4 deletions OMShell/OMShellGUI/oms.h
@@ -1,9 +1,9 @@
/*
* This file is part of OpenModelica.
*
* Copyright (c) 1998-2010, Linköpings University,
* Copyright (c) 1998-2010, Linköpings University,
* Department of Computer and Information Science,
* SE-58183 Linköping, Sweden.
* SE-58183 Linköping, Sweden.
*
* All rights reserved.
*
Expand All @@ -14,7 +14,7 @@
*
* The OpenModelica software and the Open Source Modelica
* Consortium (OSMC) Public License (OSMC-PL) are obtained
* from Linköpings University, either from the above address,
* from Linköpings University, either from the above address,
* from the URL: http://www.ida.liu.se/projects/OpenModelica
* and in the OpenModelica distribution.
*
Expand All @@ -32,7 +32,7 @@

/*!
* \file qmosh.cpp
* \author Anders Fernström
* \author Anders Fernström
* \date 2005-11-10 (created)
*/

Expand Down

0 comments on commit 5bfeaf7

Please sign in to comment.