Skip to content

Commit

Permalink
- changing to Open Source Modelica Consortium (OSMC) License
Browse files Browse the repository at this point in the history
- changing properties:
  + line endings to Linux
  + RCS ids for each

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@3011 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Dec 22, 2007
1 parent 1bc66bd commit ea4867c
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 36 deletions.
2 changes: 1 addition & 1 deletion Compiler/Constants.mo
Expand Up @@ -33,7 +33,7 @@ package Constants
package: Constants
description: definition of a set of constants
RCS: $Id: Constants.mo 2760 2007-03-27 22:28:07Z adrpo $
RCS: $Id$
Constants defined in here (Constants.mo) are used in Interactive.mo"

Expand Down
2 changes: 1 addition & 1 deletion Compiler/Convert.mo
Expand Up @@ -36,7 +36,7 @@ package Convert
It converts uniontypes located in Exp to similiar uniontypes located in DAE
and vise versa.
RCS: $Id: Convert.mo 2760 2007-03-27 22:28:07Z adrpo $"
RCS: $Id$"

public import Exp;
public import Algorithm;
Expand Down
2 changes: 1 addition & 1 deletion Compiler/DAEQuery.mo
Expand Up @@ -33,7 +33,7 @@ package DAEQuery
package: DAEQuery
description: DAEQuery contains functionality for query of Incidence Matrix.
RCS: $Id: DAEQuery.mo 2798 2007-05-23 07:47:52Z adrpo $"
RCS: $Id$"

public
import DAELow;
Expand Down
2 changes: 1 addition & 1 deletion Compiler/DFA.mo
Expand Up @@ -34,7 +34,7 @@ package DFA
package: DFA
description: DFA intermediate form
RCS: $Id: DFA.mo 2790 2007-05-08 11:50:06Z adrpo $
RCS: $Id$
DFA (Deterministic Finite Automaton) provides the datatypes and functions for working with states.
It is used in the pattern matching algorithm from Paternm.mo"
Expand Down
52 changes: 20 additions & 32 deletions Compiler/Env.mo
@@ -1,45 +1,33 @@
/*
/*
* This file is part of OpenModelica.
*
* Copyright (c) 1998-2007, Linköpings universitet, Department of
* Computer and Information Science, PELAB
* Copyright (c) 1998-2008, Linköpings University,
* Department of Computer and Information Science,
* SE-58183 Linköping, Sweden.
*
* All rights reserved.
*
* (The new BSD license, see also
* http://www.opensource.org/licenses/bsd-license.php)
* THIS PROGRAM IS PROVIDED UNDER THE TERMS OF THIS OSMC PUBLIC
* LICENSE (OSMC-PL). ANY USE, REPRODUCTION OR DISTRIBUTION OF
* THIS PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THE OSMC
* PUBLIC LICENSE.
*
* 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 the URL: http://www.ida.liu.se/projects/OpenModelica
* and in the OpenModelica distribution.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
* This program is distributed WITHOUT ANY WARRANTY; without
* even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE, EXCEPT AS EXPRESSLY SET FORTH
* IN THE BY RECIPIENT SELECTED SUBSIDIARY LICENSE CONDITIONS
* OF OSMC-PL.
*
* Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* Neither the name of Linköpings universitet nor the names of its
* contributors may be used to endorse or promote products derived from
* this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* See the full OSMC Public License conditions for more details.
*
*/

package Env
"
file: Env.mo
Expand Down

0 comments on commit ea4867c

Please sign in to comment.