Show
Ignore:
Timestamp:
02/26/08 09:55:28 (6 months ago)
Author:
dietmarw
Message:

updated the copyright notices to 2008 and corrected some Umlauts to HTML entities when present in the HTML environment (closes ticket:47)

Location:
branches/maintenance/3.0/Modelica
Files:
18 modified

Legend:

Unmodified
Added
Removed
  • branches/maintenance/3.0/Modelica/Blocks/package.mo

    r1047 r1083  
    88 
    99annotation ( 
    10   Icon(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100},{100,100}}),  
     10  Icon(coordinateSystem(preserveAspectRatio=true, extent={{-100,-100},{100,100}}), 
    1111      graphics={ 
    1212      Rectangle(extent={{-32,-6},{16,-35}}, lineColor={0,0,0}), 
     
    3939</dl> 
    4040<p> 
    41 Copyright &copy; 1998-2007, Modelica Association and DLR. 
     41Copyright &copy; 1998-2008, Modelica Association and DLR. 
    4242</p> 
    4343<p> 
    4444<i>This Modelica package is <b>free</b> software; it can be redistributed and/or modified 
    4545under the terms of the <b>Modelica license</b>, see the license conditions 
    46 and the accompanying <b>disclaimer</b>  
     46and the accompanying <b>disclaimer</b> 
    4747<a href=\"Modelica://Modelica.UsersGuide.ModelicaLicense\">here</a>.</i> 
    4848</p> 
     
    108108      initType=Modelica.Blocks.Types.Init.SteadyState, 
    109109      limitsAtInit=false, 
    110       controllerType=Modelica.Blocks.Types.SimpleController.PI)  
     110      controllerType=Modelica.Blocks.Types.SimpleController.PI) 
    111111      annotation (Placement(transformation(extent={{-56,-20},{-36,0}}, rotation= 
    112112             0))); 
     
    158158 
    159159<li> The output of the controller is a torque that drives a motor inertia 
    160      \"inertia1\". Via a complöiant spring/damper component, the load 
     160     \"inertia1\". Via a compliant spring/damper component, the load 
    161161     inertia \"inertia2\" is attached. A constant external torque of 10 Nm 
    162162     is acting on the load inertia.</li> 
     
    166166The PI controller settings included \"limitAtInit=false\", in order that 
    167167the controller output limits of 12 Nm are removed from the initialization 
    168 problem.  
     168problem. 
    169169</p> 
    170170 
     
    204204</html>")); 
    205205 
    206     Modelica.Mechanics.Rotational.Sources.Torque torque  
     206    Modelica.Mechanics.Rotational.Sources.Torque torque 
    207207      annotation (Placement(transformation(extent={{-25,-20},{-5,0}}, rotation= 
    208208              0))); 
     
    210210                                                      c=1e4, d=100, 
    211211      stateSelect=StateSelect.prefer, 
    212       w_rel(fixed=true))  
     212      w_rel(fixed=true)) 
    213213      annotation (Placement(transformation(extent={{32,-20},{52,0}}, rotation=0))); 
    214214    Modelica.Mechanics.Rotational.Components.Inertia inertia2( 
    215                                                    J=2)  
     215                                                   J=2) 
    216216      annotation (Placement(transformation(extent={{60,-20},{80,0}}, rotation=0))); 
    217217    Modelica.Blocks.Sources.KinematicPTP kinematicPTP(startTime=0.5, deltaq={ 
     
    223223          Types.Init.InitialState) annotation (Placement(transformation(extent= 
    224224              {{-63,20},{-43,40}}, rotation=0))); 
    225     Modelica.Mechanics.Rotational.Sensors.SpeedSensor speedSensor  
     225    Modelica.Mechanics.Rotational.Sensors.SpeedSensor speedSensor 
    226226      annotation (Placement(transformation(extent={{22,-50},{2,-30}}, rotation= 
    227227              0))); 
    228228    Modelica.Mechanics.Rotational.Sources.ConstantTorque loadTorque( 
    229229                                                            tau_constant=10, 
    230         useSupport=false)  
     230        useSupport=false) 
    231231      annotation (Placement(transformation(extent={{98,-15},{88,-5}}, rotation= 
    232232              0))); 
     
    234234    der(spring.w_rel) = 0; 
    235235  equation 
    236     connect(spring.flange_b,inertia2. flange_a)  
     236    connect(spring.flange_b,inertia2. flange_a) 
    237237      annotation (Line(points={{52,-10},{60,-10}}, color={0,0,0})); 
    238     connect(inertia1.flange_b, spring.flange_a)  
     238    connect(inertia1.flange_b, spring.flange_a) 
    239239      annotation (Line(points={{22,-10},{32,-10}}, color={0,0,0})); 
    240     connect(torque.flange, inertia1.flange_a)  
     240    connect(torque.flange, inertia1.flange_a) 
    241241      annotation (Line(points={{-5,-10},{2,-10}}, color={0,0,0})); 
    242242    connect(kinematicPTP.y[1], integrator.u) annotation (Line(points={{-71,30}, 
    243243            {-65,30}}, color={0,0,127})); 
    244     connect(speedSensor.flange, inertia1.flange_b)  
     244    connect(speedSensor.flange, inertia1.flange_b) 
    245245      annotation (Line(points={{22,-40},{22,-10}}, color={0,0,0})); 
    246     connect(loadTorque.flange, inertia2.flange_b)  
     246    connect(loadTorque.flange, inertia2.flange_b) 
    247247      annotation (Line(points={{88,-10},{80,-10}}, color={0,0,0})); 
    248248    connect(PI.y, torque.tau)  annotation (Line(points={{-35,-10},{-27,-10}}, 
     
    271271<p> 
    272272This example demonstrates how to construct an inverse model in Modelica 
    273 (for more details see <a href=\"http://www.modelica.org/events/Conference2005/online_proceedings/Session3/Session3c3.pdf\">Looye, Thümmel, Kurze, Otter, Bals: Nonlinear Inverse Models for Control</a>). 
     273(for more details see <a href=\"http://www.modelica.org/events/Conference2005/online_proceedings/Session3/Session3c3.pdf\">Looye, Th&uuml;mmel, Kurze, Otter, Bals: Nonlinear Inverse Models for Control</a>). 
    274274</p> 
    275275 
     
    295295numerator polynomial n(s) (which is usually the case for plant models), 
    296296then the inverse model is no longer proper, i.e., it is not causal. 
    297 To avoid this, an approximate inverse model is constructed by adding  
     297To avoid this, an approximate inverse model is constructed by adding 
    298298a sufficient number of poles to the denominator of the inverse model. 
    299299This can be interpreted as filtering the desired output signal y: 
     
    323323For this, the sine signal \"sin\" is first filtered with a \"CriticalDamping\" 
    324324filter of order 1 and then the output of this filter is connected to the output 
    325 of the \"firstOrder1\" block (via the InverseBlockConstraints block, since  
     325of the \"firstOrder1\" block (via the InverseBlockConstraints block, since 
    3263262 outputs cannot be connected directly together in a block diagram). 
    327327</p> 
     
    330330In order to check the inversion, the computed input of \"firstOrder1\" is used 
    331331as input in an identical block \"firstOrder2\". The output of \"firstOrder2\" should 
    332 be the given \"sine\" function. The difference is constructed with the \"feedback\"  
     332be the given \"sine\" function. The difference is constructed with the \"feedback\" 
    333333block. Since the \"sine\" function is filtered, one cannot expect that this difference 
    334 is zero. The higher the cut-off frequency of the filter, the closer is the  
     334is zero. The higher the cut-off frequency of the filter, the closer is the 
    335335agreement. A typical simulation result is shown in the next figure: 
    336336</p> 
     
    386386    "Demonstrates the usage of logical sources together with their diagram animation" 
    387387       extends Modelica.Icons.Example; 
    388        Sources.BooleanTable table(table={2,4,6,8})  
     388       Sources.BooleanTable table(table={2,4,6,8}) 
    389389                                       annotation (Placement(transformation( 
    390390            extent={{-60,-100},{-40,-80}}, rotation=0))); 
     
    401401      Documentation(info="<html> 
    402402<p> 
    403 This simple example demonstrates the logical sources in  
     403This simple example demonstrates the logical sources in 
    404404<a href=\"Modelica://Modelica.Blocks.Sources\">Modelica.Blocks.Sources</a> and demonstrate 
    405405their diagram animation (see \"small circle\" close to the output connector). 
     
    415415            extent={{-60,-60},{-40,-40}}, rotation=0))); 
    416416      Sources.BooleanExpression booleanExpression( 
    417                                                 y=pulse.y and step.y)  
     417                                                y=pulse.y and step.y) 
    418418      annotation (Placement(transformation(extent={{20,20},{80,40}}, rotation=0))); 
    419419     end ShowLogicalSources; 
     
    515515In <a href=\"Modelica://Modelica.Blocks.Examples.BusUsage_Utilities.Interfaces\">Modelica.Blocks.Examples.BusUsage_Utilities.Interfaces</a> 
    516516the buses for this example are defined. Both the \"ControlBus\" and the \"SubControlBus\" are 
    517 <b>expandable</b> connectors that do not define any variable. For example,  
     517<b>expandable</b> connectors that do not define any variable. For example, 
    518518<a href=\"Modelica://Modelica.Blocks.Examples.BusUsage_Utilities.Interfaces.ControlBus#text\">Interfaces.ControlBus</a> 
    519519is defined as: 
     
    521521<pre>  <b>expandable connector</b> ControlBus 
    522522      <b>extends</b> Modelica.Icons.ControlBus; 
    523       <b>annotation</b> (Icon(Rectangle(extent=[-20, 2; 22, -2],  
     523      <b>annotation</b> (Icon(Rectangle(extent=[-20, 2; 22, -2], 
    524524                       style(rgbcolor={255,204,51}, thickness=0.5)))); 
    525525  <b>end</b> ControlBus; 
     
    527527<p> 
    528528Note, the \"annotation\" in the connector is important since the color 
    529 and thickness of a connector line are taken from the first  
     529and thickness of a connector line are taken from the first 
    530530line element in the icon annotation of a connector class. Above, a small rectangle in the 
    531531color of the bus is defined (and therefore this rectangle is not 
     
    547547 
    548548<p> 
    549 The \"Add variable/New name\" field allows the user to define the name of the signal on  
     549The \"Add variable/New name\" field allows the user to define the name of the signal on 
    550550the \"controlBus\". When typing \"realSignal1\" as \"New name\", a connection of the form: 
    551551</p> 
     
    556556<p> 
    557557is generated and the \"controlBus\" contains the new signal \"realSignal1\". Modelica tools 
    558 may give more support in order to list potential signals for a connection.  
     558may give more support in order to list potential signals for a connection. 
    559559For example, in Dymola all variables are listed in the menu that are contained in 
    560560connectors which are derived by inheritance from \"controlBus\". Therefore, in 
     
    564564</p> 
    565565 
    566 <pre>  <b>expandable connector</b> StandardControlBus  
     566<pre>  <b>expandable connector</b> StandardControlBus 
    567567    <b>extends</b> BusUsage_Utilities.Interfaces.ControlBus; 
    568    
     568 
    569569    <b>import</b> SI = Modelica.SIunits; 
    570570    SI.AngularVelocity    realSignal1   \"First Real signal\"; 
     
    598598      startTime=0.5)   annotation (Placement(transformation(extent={{-60,-40},{ 
    599599              -40,-20}}, rotation=0))); 
    600     Modelica.Blocks.Sources.BooleanStep booleanStep(startTime=0.5)  
     600    Modelica.Blocks.Sources.BooleanStep booleanStep(startTime=0.5) 
    601601                                                               annotation (Placement( 
    602602          transformation(extent={{-58,0},{-38,20}}, rotation=0))); 
    603     Modelica.Blocks.Sources.Sine sine  
     603    Modelica.Blocks.Sources.Sine sine 
    604604                                     annotation (Placement(transformation( 
    605605            extent={{-60,40},{-40,60}}, rotation=0))); 
    606606 
    607     Modelica.Blocks.Examples.BusUsage_Utilities.Part part  
     607    Modelica.Blocks.Examples.BusUsage_Utilities.Part part 
    608608              annotation (Placement(transformation(extent={{-60,-80},{-40,-60}}, 
    609609            rotation=0))); 
    610     Modelica.Blocks.Math.Gain gain  
     610    Modelica.Blocks.Math.Gain gain 
    611611      annotation (Placement(transformation(extent={{-40,70},{-60,90}}, rotation= 
    612612             0))); 
    613613  protected 
    614     BusUsage_Utilities.Interfaces.ControlBus controlBus  
     614    BusUsage_Utilities.Interfaces.ControlBus controlBus 
    615615      annotation (Placement(transformation( 
    616616          origin={30,10}, 
     
    670670<p> 
    671671This connector defines the \"expandable connector\" ControlBus that 
    672 is used as bus in the  
     672is used as bus in the 
    673673<a href=\"Modelica://Modelica.Blocks.Examples.BusUsage\">BusUsage</a> example. 
    674674Note, this connector is \"empty\". When using it, the actual content is 
     
    692692<p> 
    693693This connector defines the \"expandable connector\" SubControlBus that 
    694 is used as sub-bus in the  
     694is used as sub-bus in the 
    695695<a href=\"Modelica://Modelica.Blocks.Examples.BusUsage\">BusUsage</a> example. 
    696696Note, this connector is \"empty\". When using it, the actual content is 
     
    724724<p> 
    725725This connector is used to show default signals that might be added 
    726 to the  
     726to the 
    727727<a href=\"Modelica://Modelica.Blocks.Examples.BusUsage_Utilities.Interfaces.ControlBus\">ControlBus</a>. 
    728728</p> 
     
    747747<p> 
    748748This connector is used to show default signals that might be added 
    749 to the  
     749to the 
    750750<a href=\"Modelica://Modelica.Blocks.Examples.BusUsage_Utilities.Interfaces.SubControlBus\">SubControlBus</a>. 
    751751</p> 
     
    758758The bus definitions in this package are the default definitions shown in the 
    759759bus menu when connecting a signal to an expandable connector (here: ControlBus 
    760 or SubControlBus). Usually, the connectors of this package should not be  
     760or SubControlBus). Usually, the connectors of this package should not be 
    761761utilized by a user. 
    762762</p> 
     
    795795</p> 
    796796</html>")); 
    797      Interfaces.SubControlBus subControlBus  
     797     Interfaces.SubControlBus subControlBus 
    798798       annotation (Placement(transformation( 
    799799            origin={100,0}, 
    800800            extent={{-20,-20},{20,20}}, 
    801801            rotation=270))); 
    802      Sources.RealExpression realExpression(y=time)  
     802     Sources.RealExpression realExpression(y=time) 
    803803       annotation (Placement(transformation(extent={{-6,0},{20,20}}, rotation=0))); 
    804      Sources.BooleanExpression booleanExpression(y=time > 0.5)  
     804     Sources.BooleanExpression booleanExpression(y=time > 0.5) 
    805805       annotation (Placement(transformation(extent={{-6,-30},{20,-10}}, 
    806806              rotation=0))); 
  • branches/maintenance/3.0/Modelica/Constants.mo

    r1046 r1083  
    7676 
    7777<p> 
    78 Copyright &copy; 1998-2007, Modelica Association and DLR. 
     78Copyright &copy; 1998-2008, Modelica Association and DLR. 
    7979</p> 
    8080<p> 
  • branches/maintenance/3.0/Modelica/Electrical/Analog/package.mo

    r1044 r1083  
    3737  
    3838<p> 
    39 Copyright &copy; 1998-2007, Modelica Association and Fraunhofer-Gesellschaft. 
     39Copyright &copy; 1998-2008, Modelica Association and Fraunhofer-Gesellschaft. 
    4040</p> 
    4141<p> 
  • branches/maintenance/3.0/Modelica/Electrical/Digital.mo

    r1046 r1083  
    241241  
    242242<p> 
    243 Copyright &copy; 1998-2007, Modelica Association and Fraunhofer-Gesellschaft. 
     243Copyright &copy; 1998-2008, Modelica Association and Fraunhofer-Gesellschaft. 
    244244</p> 
    245245<p> 
  • branches/maintenance/3.0/Modelica/Electrical/Machines.mo

    r1046 r1083  
    4747</dl> 
    4848<p> 
    49 Copyright &copy; 1998-2007, Modelica Association and Anton Haumer. 
     49Copyright &copy; 1998-2008, Modelica Association and Anton Haumer. 
    5050</p> 
    5151<p> 
     
    181181  </dd> 
    182182  <dt><b>Copyright:</b></dt> 
    183   <dd>Copyright &copy; 1998-2007, Modelica Association and Anton Haumer.<br> 
     183  <dd>Copyright &copy; 1998-2008, Modelica Association and Anton Haumer.<br> 
    184184  <i>The Modelica package is <b>free</b> software; it can be redistributed and/or modified 
    185185  under the terms of the <b>Modelica license</b>, see the license conditions 
     
    19111911  </dd> 
    19121912  <dt><b>Copyright:</b></dt> 
    1913   <dd>Copyright &copy; 1998-2007, Modelica Association and Anton Haumer.<br> 
     1913  <dd>Copyright &copy; 1998-2008, Modelica Association and Anton Haumer.<br> 
    19141914  <i>The Modelica package is <b>free</b> software; it can be redistributed and/or modified 
    19151915  under the terms of the <b>Modelica license</b>, see the license conditions 
     
    19941994  </dd> 
    19951995  <dt><b>Copyright:</b></dt> 
    1996   <dd>Copyright &copy; 1998-2007, Modelica Association and Anton Haumer.<br> 
     1996  <dd>Copyright &copy; 1998-2008, Modelica Association and Anton Haumer.<br> 
    19971997  <i>The Modelica package is <b>free</b> software; it can be redistributed and/or modified 
    19981998  under the terms of the <b>Modelica license</b>, see the license conditions 
     
    24072407  </dd> 
    24082408  <dt><b>Copyright:</b></dt> 
    2409   <dd>Copyright &copy; 1998-2007, Modelica Association and Anton Haumer.<br> 
     2409  <dd>Copyright &copy; 1998-2008, Modelica Association and Anton Haumer.<br> 
    24102410  <i>The Modelica package is <b>free</b> software; it can be redistributed and/or modified 
    24112411  under the terms of the <b>Modelica license</b>, see the license conditions 
     
    31283128  </dd> 
    31293129  <dt><b>Copyright:</b></dt> 
    3130   <dd>Copyright &copy; 1998-2007, Modelica Association and Anton Haumer.<br> 
     3130  <dd>Copyright &copy; 1998-2008, Modelica Association and Anton Haumer.<br> 
    31313131  <i>The Modelica package is <b>free</b> software; it can be redistributed and/or modified 
    31323132  under the terms of the <b>Modelica license</b>, see the license conditions 
     
    36143614</dl> 
    36153615<p> 
    3616 Copyright &copy; 1998-2007, Modelica Association and Anton Haumer. 
     3616Copyright &copy; 1998-2008, Modelica Association and Anton Haumer. 
    36173617</p> 
    36183618<p> 
     
    36463646  </dd> 
    36473647  <dt><b>Copyright:</b></dt> 
    3648   <dd>Copyright &copy; 1998-2007, Modelica Association and Anton Haumer.<br> 
     3648  <dd>Copyright &copy; 1998-2008, Modelica Association and Anton Haumer.<br> 
    36493649  <i>The Modelica package is <b>free</b> software; it can be redistributed and/or modified 
    36503650  under the terms of the <b>Modelica license</b>, see the license conditions 
     
    39733973  </dd> 
    39743974  <dt><b>Copyright:</b></dt> 
    3975   <dd>Copyright &copy; 1998-2007, Modelica Association and Anton Haumer.<br> 
     3975  <dd>Copyright &copy; 1998-2008, Modelica Association and Anton Haumer.<br> 
    39763976  <i>The Modelica package is <b>free</b> software; it can be redistributed and/or modified 
    39773977  under the terms of the <b>Modelica license</b>, see the license conditions 
     
    42534253  </dd> 
    42544254  <dt><b>Copyright:</b></dt> 
    4255   <dd>Copyright &copy; 1998-2007, Modelica Association and Anton Haumer.<br> 
     4255  <dd>Copyright &copy; 1998-2008, Modelica Association and Anton Haumer.<br> 
    42564256  <i>The Modelica package is <b>free</b> software; it can be redistributed and/or modified 
    42574257  under the terms of the <b>Modelica license</b>, see the license conditions 
     
    46364636  </dd> 
    46374637  <dt><b>Copyright:</b></dt> 
    4638   <dd>Copyright &copy; 1998-2007, Modelica Association and Anton Haumer.<br> 
     4638  <dd>Copyright &copy; 1998-2008, Modelica Association and Anton Haumer.<br> 
    46394639  <i>The Modelica package is <b>free</b> software; it can be redistributed and/or modified 
    46404640  under the terms of the <b>Modelica license</b>, see the license conditions 
     
    49334933  </dd> 
    49344934  <dt><b>Copyright:</b></dt> 
    4935   <dd>Copyright &copy; 1998-2007, Modelica Association and Anton Haumer.<br> 
     4935  <dd>Copyright &copy; 1998-2008, Modelica Association and Anton Haumer.<br> 
    49364936  <i>The Modelica package is <b>free</b> software; it can be redistributed and/or modified 
    49374937  under the terms of the <b>Modelica license</b>, see the license conditions 
     
    51865186  </dd> 
    51875187  <dt><b>Copyright:</b></dt> 
    5188   <dd>Copyright &copy; 1998-2007, Modelica Association and Anton Haumer.<br> 
     5188  <dd>Copyright &copy; 1998-2008, Modelica Association and Anton Haumer.<br> 
    51895189  <i>The Modelica package is <b>free</b> software; it can be redistributed and/or modified 
    51905190  under the terms of the <b>Modelica license</b>, see the license conditions 
     
    55455545  </dd> 
    55465546  <dt><b>Copyright:</b></dt> 
    5547   <dd>Copyright &copy; 1998-2007, Modelica Association and Anton Haumer.<br> 
     5547  <dd>Copyright &copy; 1998-2008, Modelica Association and Anton Haumer.<br> 
    55485548  <i>The Modelica package is <b>free</b> software; it can be redistributed and/or modified 
    55495549  under the terms of the <b>Modelica license</b>, see the license conditions 
     
    62126212  </dd> 
    62136213  <dt><b>Copyright:</b></dt> 
    6214   <dd>Copyright &copy; 1998-2007, Modelica Association and Anton Haumer.<br> 
     6214  <dd>Copyright &copy; 1998-2008, Modelica Association and Anton Haumer.<br> 
    62156215  <i>The Modelica package is <b>free</b> software; it can be redistributed and/or modified 
    62166216  under the terms of the <b>Modelica license</b>, see the license conditions 
     
    68076807  </dd> 
    68086808  <dt><b>Copyright:</b></dt> 
    6809   <dd>Copyright &copy; 1998-2007, Modelica Association and Anton Haumer.<br> 
     6809  <dd>Copyright &copy; 1998-2008, Modelica Association and Anton Haumer.<br> 
    68106810  <i>The Modelica package is <b>free</b> software; it can be redistributed and/or modified 
    68116811  under the terms of the <b>Modelica license</b>, see the license conditions 
     
    68486848  </dd> 
    68496849  <dt><b>Copyright:</b></dt> 
    6850   <dd>Copyright &copy; 1998-2007, Modelica Association and Anton Haumer.<br> 
     6850  <dd>Copyright &copy; 1998-2008, Modelica Association and Anton Haumer.<br> 
    68516851  <i>The Modelica package is <b>free</b> software; it can be redistributed and/or modified 
    68526852  under the terms of the <b>Modelica license</b>, see the license conditions 
     
    70337033  </dd> 
    70347034  <dt><b>Copyright:</b></dt> 
    7035   <dd>Copyright &copy; 1998-2007, Modelica Association and Anton Haumer.<br> 
     7035  <dd>Copyright &copy; 1998-2008, Modelica Association and Anton Haumer.<br> 
    70367036  <i>The Modelica package is <b>free</b> software; it can be redistributed and/or modified 
    70377037  under the terms of the <b>Modelica license</b>, see the license conditions 
     
    72977297 
    72987298  <dt><b>Copyright:</b></dt> 
    7299   <dd>Copyright &copy; 1998-2007, Modelica Association and Anton Haumer.<br> 
     7299  <dd>Copyright &copy; 1998-2008, Modelica Association and Anton Haumer.<br> 
    73007300  <i>The Modelica package is <b>free</b> software; it can be redistributed and/or modified 
    73017301  under the terms of the <b>Modelica license</b>, see the license conditions 
     
    74157415  </dd> 
    74167416  <dt><b>Copyright:</b></dt> 
    7417   <dd>Copyright &copy; 1998-2007, Modelica Association and Anton Haumer.<br> 
     7417  <dd>Copyright &copy; 1998-2008, Modelica Association and Anton Haumer.<br> 
    74187418  <i>The Modelica package is <b>free</b> software; it can be redistributed and/or modified 
    74197419  under the terms of the <b>Modelica license</b>, see the license conditions 
     
    77527752  </dd> 
    77537753  <dt><b>Copyright:</b></dt> 
    7754   <dd>Copyright &copy; 1998-2007, Modelica Association and Anton Haumer.<br> 
     7754  <dd>Copyright &copy; 1998-2008, Modelica Association and Anton Haumer.<br> 
    77557755  <i>The Modelica package is <b>free</b> software; it can be redistributed and/or modified 
    77567756  under the terms of the <b>Modelica license</b>, see the license conditions 
  • branches/maintenance/3.0/Modelica/Icons.mo

    r1046 r1083  
    9292 
    9393<p> 
    94 Copyright &copy; 1998-2007, Modelica Association and DLR. 
     94Copyright &copy; 1998-2008, Modelica Association and DLR. 
    9595</p> 
    9696<p> 
  • branches/maintenance/3.0/Modelica/Math/package.mo

    r1046 r1083  
    3333  
    3434<p> 
    35 Copyright &copy; 1998-2007, Modelica Association and DLR. 
     35Copyright &copy; 1998-2008, Modelica Association and DLR. 
    3636</p> 
    3737<p> 
  • branches/maintenance/3.0/Modelica/Mechanics/MultiBody/package.mo

    r1046 r1083