From ae6e7fdff770009e4b6ba7db1543c73227fbe4eb Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Mon, 10 Oct 2016 22:48:23 -0400 Subject: [PATCH] Add license/copyright info to files that were missing it --- include/cantera/Edge.h | 4 ++++ include/cantera/IdealGasMix.h | 4 ++++ include/cantera/IncompressibleSolid.h | 4 ++++ include/cantera/Interface.h | 4 ++++ include/cantera/Metal.h | 4 ++++ include/cantera/PureFluid.h | 4 ++++ include/cantera/base/FactoryBase.h | 4 ++++ include/cantera/base/ValueCache.h | 3 +++ include/cantera/base/logger.h | 4 ++++ include/cantera/cython/funcWrapper.h | 3 +++ include/cantera/cython/wrappers.h | 3 +++ include/cantera/equil/MultiPhaseEquil.h | 4 ++++ include/cantera/equil/vcs_MultiPhaseEquil.h | 4 ++++ include/cantera/equil/vcs_SpeciesProperties.h | 4 ++++ include/cantera/kinetics/BulkKinetics.h | 3 +++ include/cantera/kinetics/Falloff.h | 3 +++ include/cantera/kinetics/Reaction.h | 3 +++ include/cantera/kinetics/ThirdBodyCalc.h | 3 +++ include/cantera/oneD/OneDim.h | 3 +++ include/cantera/oneD/Sim1D.h | 3 +++ include/cantera/oneD/refine.h | 3 +++ include/cantera/thermo/Mu0Poly.h | 4 ++++ include/cantera/thermo/MultiSpeciesThermo.h | 4 ++++ include/cantera/thermo/Species.h | 3 +++ include/cantera/tpx/Sub.h | 4 ++++ include/cantera/transport/GasTransport.h | 3 +++ include/cantera/transport/HighPressureGasTransport.h | 3 +++ include/cantera/transport/LTPspecies.h | 3 +++ include/cantera/transport/LiquidTranInteraction.h | 3 +++ include/cantera/transport/LiquidTransport.h | 4 ++++ include/cantera/transport/LiquidTransportData.h | 4 ++++ include/cantera/transport/LiquidTransportParams.h | 3 +++ include/cantera/transport/SimpleTransport.h | 4 ++++ include/cantera/transport/SolidTransportData.h | 3 +++ include/cantera/transport/TransportData.h | 3 +++ include/cantera/transport/TransportParams.h | 4 ++++ include/cantera/transport/WaterTransport.h | 4 ++++ include/cantera/zeroD/ReactorSurface.h | 3 +++ interfaces/cython/cantera/__init__.py | 3 +++ interfaces/cython/cantera/_cantera.pxd | 3 +++ interfaces/cython/cantera/base.pyx | 3 +++ interfaces/cython/cantera/composite.py | 3 +++ interfaces/cython/cantera/constants.pyx | 3 +++ interfaces/cython/cantera/ctml_writer.py | 3 +++ interfaces/cython/cantera/func1.pyx | 3 +++ interfaces/cython/cantera/kinetics.pyx | 3 +++ interfaces/cython/cantera/liquidvapor.py | 3 +++ interfaces/cython/cantera/mixmaster/CompositionFrame.py | 3 +++ interfaces/cython/cantera/mixmaster/ControlPanel.py | 3 +++ interfaces/cython/cantera/mixmaster/DataFrame.py | 3 +++ interfaces/cython/cantera/mixmaster/DataGraph.py | 3 +++ interfaces/cython/cantera/mixmaster/Edit.py | 3 +++ interfaces/cython/cantera/mixmaster/ElementFrame.py | 3 +++ interfaces/cython/cantera/mixmaster/GraphFrame.py | 3 +++ interfaces/cython/cantera/mixmaster/ImportFrame.py | 3 +++ interfaces/cython/cantera/mixmaster/KineticsFrame.py | 3 +++ interfaces/cython/cantera/mixmaster/MechManager.py | 3 +++ interfaces/cython/cantera/mixmaster/Mix.py | 3 +++ interfaces/cython/cantera/mixmaster/NewFlowFrame.py | 3 +++ interfaces/cython/cantera/mixmaster/SpeciesFrame.py | 3 +++ interfaces/cython/cantera/mixmaster/SpeciesInfo.py | 3 +++ interfaces/cython/cantera/mixmaster/ThermoFrame.py | 3 ++- interfaces/cython/cantera/mixmaster/ThermoProp.py | 3 +++ interfaces/cython/cantera/mixmaster/TransportFrame.py | 3 +++ interfaces/cython/cantera/mixmaster/UnitChooser.py | 3 +++ interfaces/cython/cantera/mixmaster/flowpanel.py | 3 ++- interfaces/cython/cantera/mixmaster/main.py | 3 +++ interfaces/cython/cantera/mixmaster/menu.py | 3 +++ interfaces/cython/cantera/mixmaster/newflow.py | 2 ++ interfaces/cython/cantera/mixmaster/utilities.py | 3 +++ interfaces/cython/cantera/mixture.pyx | 3 +++ interfaces/cython/cantera/onedim.py | 3 +++ interfaces/cython/cantera/onedim.pyx | 3 +++ interfaces/cython/cantera/reaction.pyx | 3 +++ interfaces/cython/cantera/reactionpath.pyx | 3 +++ interfaces/cython/cantera/reactor.pyx | 3 +++ interfaces/cython/cantera/speciesthermo.pyx | 3 +++ interfaces/cython/cantera/thermo.pyx | 3 +++ interfaces/cython/cantera/transport.pyx | 3 +++ interfaces/cython/cantera/utils.py | 3 +++ interfaces/cython/cantera/utils.pyx | 3 +++ src/base/ValueCache.cpp | 3 +++ src/base/application.cpp | 4 ++++ src/base/application.h | 4 ++++ src/base/ctexceptions.cpp | 4 ++++ src/base/global.cpp | 3 +++ src/clib/Cabinet.h | 4 ++++ src/clib/clib_defs.h | 3 +++ src/clib/clib_utils.h | 3 +++ src/clib/ct.cpp | 3 +++ src/clib/ct.h | 4 ++++ src/clib/ctbdry.h | 4 ++++ src/clib/ctfunc.cpp | 4 ++++ src/clib/ctfunc.h | 4 ++++ src/clib/ctmultiphase.cpp | 4 ++++ src/clib/ctmultiphase.h | 4 ++++ src/clib/ctonedim.cpp | 4 ++++ src/clib/ctonedim.h | 4 ++++ src/clib/ctreactor.cpp | 4 ++++ src/clib/ctreactor.h | 4 ++++ src/clib/ctrpath.cpp | 4 ++++ src/clib/ctrpath.h | 4 ++++ src/clib/ctsurf.cpp | 4 ++++ src/clib/ctsurf.h | 4 ++++ src/clib/ctxml.cpp | 4 ++++ src/clib/ctxml.h | 4 ++++ src/equil/BasisOptimize.cpp | 4 ++++ src/equil/MultiPhase.cpp | 3 +++ src/equil/MultiPhaseEquil.cpp | 4 ++++ src/equil/vcs_SpeciesProperties.cpp | 4 ++++ src/equil/vcs_TP.cpp | 4 ++++ src/equil/vcs_elem.cpp | 4 ++++ src/equil/vcs_phaseStability.cpp | 4 ++++ src/fortran/cantera.f90 | 3 +++ src/fortran/cantera_funcs.f90 | 3 +++ src/fortran/cantera_iface.f90 | 3 +++ src/fortran/cantera_kinetics.f90 | 3 +++ src/fortran/cantera_thermo.f90 | 3 +++ src/fortran/cantera_transport.f90 | 3 +++ src/fortran/cantera_xml.f90 | 3 +++ src/fortran/fct.cpp | 4 ++++ src/fortran/fct_interface.f90 | 3 +++ src/fortran/fctxml_interface.f90 | 3 +++ src/kinetics/BulkKinetics.cpp | 3 +++ src/kinetics/Falloff.cpp | 3 +++ src/kinetics/Reaction.cpp | 3 +++ src/kinetics/RxnRates.cpp | 3 +++ src/matlab/ctfunctions.cpp | 4 ++++ src/matlab/ctmatutils.h | 3 +++ src/matlab/ctmethods.cpp | 3 +++ src/matlab/flowdevicemethods.cpp | 3 +++ src/matlab/funcmethods.cpp | 3 +++ src/matlab/kineticsmethods.cpp | 3 +++ src/matlab/mixturemethods.cpp | 4 ++++ src/matlab/mllogger.h | 4 ++++ src/matlab/onedimmethods.cpp | 3 +++ src/matlab/phasemethods.cpp | 3 +++ src/matlab/reactormethods.cpp | 3 +++ src/matlab/reactornetmethods.cpp | 3 +++ src/matlab/reactorsurfacemethods.cpp | 3 +++ src/matlab/surfmethods.cpp | 3 +++ src/matlab/thermomethods.cpp | 3 +++ src/matlab/transportmethods.cpp | 3 +++ src/matlab/wallmethods.cpp | 3 +++ src/matlab/xmlmethods.cpp | 3 +++ src/numerics/Func1.cpp | 4 ++++ src/numerics/ODE_integrators.cpp | 4 ++++ src/numerics/polyfit.cpp | 3 +++ src/oneD/Domain1D.cpp | 3 +++ src/oneD/OneDim.cpp | 4 ++++ src/oneD/Sim1D.cpp | 3 +++ src/oneD/refine.cpp | 4 ++++ src/thermo/IdealGasPhase.cpp | 3 +++ src/thermo/LatticePhase.cpp | 4 ++++ src/thermo/LatticeSolidPhase.cpp | 3 +++ src/thermo/Mu0Poly.cpp | 4 ++++ src/thermo/NasaPoly2.cpp | 3 +++ src/thermo/PureFluidPhase.cpp | 4 ++++ src/thermo/SemiconductorPhase.cpp | 4 ++++ src/thermo/Species.cpp | 3 +++ src/tpx/CarbonDioxide.cpp | 3 +++ src/tpx/CarbonDioxide.h | 4 ++++ src/tpx/HFC134a.cpp | 3 +++ src/tpx/HFC134a.h | 4 ++++ src/tpx/Heptane.cpp | 3 +++ src/tpx/Heptane.h | 4 ++++ src/tpx/Hydrogen.cpp | 4 ++++ src/tpx/Hydrogen.h | 4 ++++ src/tpx/Methane.cpp | 4 ++++ src/tpx/Methane.h | 4 ++++ src/tpx/Nitrogen.cpp | 4 ++++ src/tpx/Nitrogen.h | 4 ++++ src/tpx/Oxygen.cpp | 4 ++++ src/tpx/Oxygen.h | 4 ++++ src/tpx/RedlichKwong.cpp | 4 ++++ src/tpx/RedlichKwong.h | 4 ++++ src/tpx/Sub.cpp | 4 ++++ src/tpx/Water.cpp | 4 ++++ src/tpx/Water.h | 4 ++++ src/tpx/lk.cpp | 3 +++ src/tpx/lk.h | 4 ++++ src/tpx/utils.cpp | 4 ++++ src/transport/GasTransport.cpp | 4 ++++ src/transport/HighPressureGasTransport.cpp | 4 ++++ src/transport/LTPspecies.cpp | 3 +++ src/transport/LiquidTranInteraction.cpp | 3 +++ src/transport/LiquidTransport.cpp | 4 ++++ src/transport/LiquidTransportData.cpp | 3 +++ src/transport/LiquidTransportParams.cpp | 3 +++ src/transport/SimpleTransport.cpp | 4 ++++ src/transport/SolidTransportData.cpp | 3 +++ src/transport/TransportBase.cpp | 4 ++++ src/transport/TransportData.cpp | 3 +++ src/transport/TransportFactory.cpp | 3 +++ src/transport/TransportParams.cpp | 3 +++ src/transport/WaterTransport.cpp | 4 ++++ src/zeroD/FlowDevice.cpp | 4 ++++ src/zeroD/IdealGasReactor.cpp | 3 +++ src/zeroD/ReactorNet.cpp | 4 ++++ src/zeroD/ReactorSurface.cpp | 3 +++ src/zeroD/Wall.cpp | 4 ++++ 201 files changed, 684 insertions(+), 2 deletions(-) diff --git a/include/cantera/Edge.h b/include/cantera/Edge.h index afcff46fc..c76ffbc9e 100644 --- a/include/cantera/Edge.h +++ b/include/cantera/Edge.h @@ -1,4 +1,8 @@ //! @file Edge.h + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CXX_EDGE #define CXX_EDGE diff --git a/include/cantera/IdealGasMix.h b/include/cantera/IdealGasMix.h index b1fa286d7..66ef13808 100644 --- a/include/cantera/IdealGasMix.h +++ b/include/cantera/IdealGasMix.h @@ -1,4 +1,8 @@ //! @file IdealGasMix.h + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CXX_IDEALGASMIX #define CXX_IDEALGASMIX diff --git a/include/cantera/IncompressibleSolid.h b/include/cantera/IncompressibleSolid.h index d4b0b3759..f666e0d93 100644 --- a/include/cantera/IncompressibleSolid.h +++ b/include/cantera/IncompressibleSolid.h @@ -1,4 +1,8 @@ //! @file IncompressibleSolid.h + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CXX_INCOMPRESSIBLE #define CXX_INCOMPRESSIBLE diff --git a/include/cantera/Interface.h b/include/cantera/Interface.h index 39326d6e1..be4d991d5 100644 --- a/include/cantera/Interface.h +++ b/include/cantera/Interface.h @@ -2,6 +2,10 @@ * @file Interface.h * Declaration and Definition for the class Interface. */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CXX_INTERFACE #define CXX_INTERFACE diff --git a/include/cantera/Metal.h b/include/cantera/Metal.h index 91463717b..62c3a0f37 100644 --- a/include/cantera/Metal.h +++ b/include/cantera/Metal.h @@ -1,4 +1,8 @@ //! @file Metal.h + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CXX_METAL #define CXX_METAL diff --git a/include/cantera/PureFluid.h b/include/cantera/PureFluid.h index 4d744971f..540db8ebf 100644 --- a/include/cantera/PureFluid.h +++ b/include/cantera/PureFluid.h @@ -1,4 +1,8 @@ //! @file PureFluid.h + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CXX_PUREFLUID #define CXX_PUREFLUID diff --git a/include/cantera/base/FactoryBase.h b/include/cantera/base/FactoryBase.h index 511ab1cdc..64e919d3d 100644 --- a/include/cantera/base/FactoryBase.h +++ b/include/cantera/base/FactoryBase.h @@ -2,6 +2,10 @@ * @file FactoryBase.h * File contains the FactoryBase class declarations. */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_FACTORY_BASE #define CT_FACTORY_BASE diff --git a/include/cantera/base/ValueCache.h b/include/cantera/base/ValueCache.h index 76abf1280..70408e2e4 100644 --- a/include/cantera/base/ValueCache.h +++ b/include/cantera/base/ValueCache.h @@ -2,6 +2,9 @@ * @file ValueCache.h */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_VALUECACHE_H #define CT_VALUECACHE_H diff --git a/include/cantera/base/logger.h b/include/cantera/base/logger.h index b058ce884..5323edb26 100644 --- a/include/cantera/base/logger.h +++ b/include/cantera/base/logger.h @@ -3,6 +3,10 @@ * Header for Base class for 'loggers' that write text messages to log files * (see \ref textlogs and class \link Cantera::Logger Logger\endlink). */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_LOGGER_H #define CT_LOGGER_H diff --git a/include/cantera/cython/funcWrapper.h b/include/cantera/cython/funcWrapper.h index 23449efde..825eaca9b 100644 --- a/include/cantera/cython/funcWrapper.h +++ b/include/cantera/cython/funcWrapper.h @@ -1,3 +1,6 @@ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_CYTHON_FUNC_WRAPPER #define CT_CYTHON_FUNC_WRAPPER diff --git a/include/cantera/cython/wrappers.h b/include/cantera/cython/wrappers.h index d6d44ea09..b4eb6508a 100644 --- a/include/cantera/cython/wrappers.h +++ b/include/cantera/cython/wrappers.h @@ -1,3 +1,6 @@ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/base/logger.h" #include "cantera/thermo/ThermoPhase.h" #include "cantera/transport/TransportBase.h" diff --git a/include/cantera/equil/MultiPhaseEquil.h b/include/cantera/equil/MultiPhaseEquil.h index afee59119..edb3abce0 100644 --- a/include/cantera/equil/MultiPhaseEquil.h +++ b/include/cantera/equil/MultiPhaseEquil.h @@ -1,4 +1,8 @@ //! @file MultiPhaseEquil.h + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_MULTIPHASE_EQUIL #define CT_MULTIPHASE_EQUIL diff --git a/include/cantera/equil/vcs_MultiPhaseEquil.h b/include/cantera/equil/vcs_MultiPhaseEquil.h index 77ffb8c21..a550edf1b 100644 --- a/include/cantera/equil/vcs_MultiPhaseEquil.h +++ b/include/cantera/equil/vcs_MultiPhaseEquil.h @@ -2,6 +2,10 @@ * @file vcs_MultiPhaseEquil.h * Interface class for the vcsnonlinear solver */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef VCS_MULTIPHASEEQUIL_H #define VCS_MULTIPHASEEQUIL_H diff --git a/include/cantera/equil/vcs_SpeciesProperties.h b/include/cantera/equil/vcs_SpeciesProperties.h index 0acca9baa..9b5099662 100644 --- a/include/cantera/equil/vcs_SpeciesProperties.h +++ b/include/cantera/equil/vcs_SpeciesProperties.h @@ -1,4 +1,8 @@ //! @file vcs_SpeciesProperties.h + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef VCS_SPECIES_PROPERTIES_H #define VCS_SPECIES_PROPERTIES_H diff --git a/include/cantera/kinetics/BulkKinetics.h b/include/cantera/kinetics/BulkKinetics.h index 0420d7b44..036a92e55 100644 --- a/include/cantera/kinetics/BulkKinetics.h +++ b/include/cantera/kinetics/BulkKinetics.h @@ -3,6 +3,9 @@ * @ingroup chemkinetics */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_BULKKINETICS_H #define CT_BULKKINETICS_H diff --git a/include/cantera/kinetics/Falloff.h b/include/cantera/kinetics/Falloff.h index 888d2cf93..0afec68da 100644 --- a/include/cantera/kinetics/Falloff.h +++ b/include/cantera/kinetics/Falloff.h @@ -1,3 +1,6 @@ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_FALLOFF_H #define CT_FALLOFF_H diff --git a/include/cantera/kinetics/Reaction.h b/include/cantera/kinetics/Reaction.h index 711f0fe33..227a25222 100644 --- a/include/cantera/kinetics/Reaction.h +++ b/include/cantera/kinetics/Reaction.h @@ -2,6 +2,9 @@ * @file Reaction.h */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_REACTION_H #define CT_REACTION_H diff --git a/include/cantera/kinetics/ThirdBodyCalc.h b/include/cantera/kinetics/ThirdBodyCalc.h index 7469d5afb..578f6fe14 100644 --- a/include/cantera/kinetics/ThirdBodyCalc.h +++ b/include/cantera/kinetics/ThirdBodyCalc.h @@ -2,6 +2,9 @@ * @file ThirdBodyCalc.h */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_THIRDBODYCALC_H #define CT_THIRDBODYCALC_H diff --git a/include/cantera/oneD/OneDim.h b/include/cantera/oneD/OneDim.h index 8b32af890..f633d810b 100644 --- a/include/cantera/oneD/OneDim.h +++ b/include/cantera/oneD/OneDim.h @@ -2,6 +2,9 @@ * @file OneDim.h */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_ONEDIM_H #define CT_ONEDIM_H diff --git a/include/cantera/oneD/Sim1D.h b/include/cantera/oneD/Sim1D.h index 2a4257965..7e7a7722b 100644 --- a/include/cantera/oneD/Sim1D.h +++ b/include/cantera/oneD/Sim1D.h @@ -2,6 +2,9 @@ * @file Sim1D.h */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_SIM1D_H #define CT_SIM1D_H diff --git a/include/cantera/oneD/refine.h b/include/cantera/oneD/refine.h index 2eadf84dc..220b80ed0 100644 --- a/include/cantera/oneD/refine.h +++ b/include/cantera/oneD/refine.h @@ -1,3 +1,6 @@ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_REFINE_H #define CT_REFINE_H diff --git a/include/cantera/thermo/Mu0Poly.h b/include/cantera/thermo/Mu0Poly.h index 1b97a5c69..34f1e2127 100644 --- a/include/cantera/thermo/Mu0Poly.h +++ b/include/cantera/thermo/Mu0Poly.h @@ -5,6 +5,10 @@ * on a piecewise constant mu0 interpolation * (see \ref spthermo and class \link Cantera::Mu0Poly Mu0Poly\endlink). */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_MU0POLY_H #define CT_MU0POLY_H diff --git a/include/cantera/thermo/MultiSpeciesThermo.h b/include/cantera/thermo/MultiSpeciesThermo.h index 30928bf3c..bb14b11a7 100644 --- a/include/cantera/thermo/MultiSpeciesThermo.h +++ b/include/cantera/thermo/MultiSpeciesThermo.h @@ -3,6 +3,10 @@ * Header for a general species thermodynamic property manager for a phase (see * \link Cantera::MultiSpeciesThermo MultiSpeciesThermo\endlink). */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_MULTISPECIESTHERMO_H #define CT_MULTISPECIESTHERMO_H diff --git a/include/cantera/thermo/Species.h b/include/cantera/thermo/Species.h index 549b109f4..d774ee7e7 100644 --- a/include/cantera/thermo/Species.h +++ b/include/cantera/thermo/Species.h @@ -1,5 +1,8 @@ //! @file Species.h Declaration for class Cantera::Species. +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_SPECIES_H #define CT_SPECIES_H diff --git a/include/cantera/tpx/Sub.h b/include/cantera/tpx/Sub.h index 840aba24c..3a3c8ba89 100644 --- a/include/cantera/tpx/Sub.h +++ b/include/cantera/tpx/Sub.h @@ -1,4 +1,8 @@ //! @file Sub.h + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef TPX_SUB_H #define TPX_SUB_H diff --git a/include/cantera/transport/GasTransport.h b/include/cantera/transport/GasTransport.h index bbc9ae9c2..f735d494c 100644 --- a/include/cantera/transport/GasTransport.h +++ b/include/cantera/transport/GasTransport.h @@ -2,6 +2,9 @@ * @file GasTransport.h */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_GAS_TRANSPORT_H #define CT_GAS_TRANSPORT_H diff --git a/include/cantera/transport/HighPressureGasTransport.h b/include/cantera/transport/HighPressureGasTransport.h index e78586a6f..6bcf6db5c 100644 --- a/include/cantera/transport/HighPressureGasTransport.h +++ b/include/cantera/transport/HighPressureGasTransport.h @@ -3,6 +3,9 @@ * Interface for class HighPressureGasTransport */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_HIGHPRESSUREGASTRAN_H #define CT_HIGHPRESSUREGASTRAN_H diff --git a/include/cantera/transport/LTPspecies.h b/include/cantera/transport/LTPspecies.h index 7810170b7..7add95247 100644 --- a/include/cantera/transport/LTPspecies.h +++ b/include/cantera/transport/LTPspecies.h @@ -3,6 +3,9 @@ * Header file defining class LTPspecies and its child classes */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_LTPSPECIES_H #define CT_LTPSPECIES_H diff --git a/include/cantera/transport/LiquidTranInteraction.h b/include/cantera/transport/LiquidTranInteraction.h index d83534df3..33c2922dd 100644 --- a/include/cantera/transport/LiquidTranInteraction.h +++ b/include/cantera/transport/LiquidTranInteraction.h @@ -4,6 +4,9 @@ * derive from LiquidTranInteraction. */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_LIQUIDTRANINTERACTION_H #define CT_LIQUIDTRANINTERACTION_H diff --git a/include/cantera/transport/LiquidTransport.h b/include/cantera/transport/LiquidTransport.h index 474bd6d6d..040f99d0d 100644 --- a/include/cantera/transport/LiquidTransport.h +++ b/include/cantera/transport/LiquidTransport.h @@ -2,6 +2,10 @@ * @file LiquidTransport.h * Header file defining class LiquidTransport */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_LIQUIDTRAN_H #define CT_LIQUIDTRAN_H diff --git a/include/cantera/transport/LiquidTransportData.h b/include/cantera/transport/LiquidTransportData.h index 6470f6ef2..f66d61fb9 100644 --- a/include/cantera/transport/LiquidTransportData.h +++ b/include/cantera/transport/LiquidTransportData.h @@ -2,6 +2,10 @@ * @file LiquidTransportData.h * Header file defining class LiquidTransportData */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_LIQUIDTRANSPORTDATA_H #define CT_LIQUIDTRANSPORTDATA_H diff --git a/include/cantera/transport/LiquidTransportParams.h b/include/cantera/transport/LiquidTransportParams.h index 44aa9bceb..9595be363 100644 --- a/include/cantera/transport/LiquidTransportParams.h +++ b/include/cantera/transport/LiquidTransportParams.h @@ -3,6 +3,9 @@ * Header file defining class LiquidTransportParams */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_LIQUIDTRANSPORTPARAMS_H #define CT_LIQUIDTRANSPORTPARAMS_H diff --git a/include/cantera/transport/SimpleTransport.h b/include/cantera/transport/SimpleTransport.h index 89c3b03ca..bf38bb16f 100644 --- a/include/cantera/transport/SimpleTransport.h +++ b/include/cantera/transport/SimpleTransport.h @@ -4,6 +4,10 @@ * transport properties for liquids and solids * (see \ref tranprops and \link Cantera::SimpleTransport SimpleTransport \endlink) . */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_SIMPLETRAN_H #define CT_SIMPLETRAN_H diff --git a/include/cantera/transport/SolidTransportData.h b/include/cantera/transport/SolidTransportData.h index 912edb412..b7c69c600 100644 --- a/include/cantera/transport/SolidTransportData.h +++ b/include/cantera/transport/SolidTransportData.h @@ -3,6 +3,9 @@ * Header file defining class SolidTransportData */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_SOLIDTRANSPORTDATA_H #define CT_SOLIDTRANSPORTDATA_H diff --git a/include/cantera/transport/TransportData.h b/include/cantera/transport/TransportData.h index a06848425..92d1831af 100644 --- a/include/cantera/transport/TransportData.h +++ b/include/cantera/transport/TransportData.h @@ -1,5 +1,8 @@ //! @file TransportData.h +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_TRANSPORTDATA_H #define CT_TRANSPORTDATA_H diff --git a/include/cantera/transport/TransportParams.h b/include/cantera/transport/TransportParams.h index edd198c0d..19d443d10 100644 --- a/include/cantera/transport/TransportParams.h +++ b/include/cantera/transport/TransportParams.h @@ -4,6 +4,10 @@ * processing of the transport object * (see \ref tranprops and \link Cantera::TransportParams TransportParams \endlink). */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_TRANSPORTPARAMS_H #define CT_TRANSPORTPARAMS_H diff --git a/include/cantera/transport/WaterTransport.h b/include/cantera/transport/WaterTransport.h index 1214069f3..b289b5949 100644 --- a/include/cantera/transport/WaterTransport.h +++ b/include/cantera/transport/WaterTransport.h @@ -1,6 +1,10 @@ /** * @file WaterTransport.h Header file defining class WaterTransport */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_WATERTRAN_H #define CT_WATERTRAN_H diff --git a/include/cantera/zeroD/ReactorSurface.h b/include/cantera/zeroD/ReactorSurface.h index 29ccf2e72..26b9c0fbf 100644 --- a/include/cantera/zeroD/ReactorSurface.h +++ b/include/cantera/zeroD/ReactorSurface.h @@ -1,5 +1,8 @@ //! @file ReactorSurface.h Header file for class ReactorSurface +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_REACTOR_SURFACE_H #define CT_REACTOR_SURFACE_H diff --git a/interfaces/cython/cantera/__init__.py b/interfaces/cython/cantera/__init__.py index bb017a83f..4b6022d02 100644 --- a/interfaces/cython/cantera/__init__.py +++ b/interfaces/cython/cantera/__init__.py @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + from ._cantera import * from ._cantera import __version__, __sundials_version__ from .composite import * diff --git a/interfaces/cython/cantera/_cantera.pxd b/interfaces/cython/cantera/_cantera.pxd index 9a61278c5..20170d696 100644 --- a/interfaces/cython/cantera/_cantera.pxd +++ b/interfaces/cython/cantera/_cantera.pxd @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + from libcpp.vector cimport vector from libcpp.string cimport string from libcpp.map cimport map as stdmap diff --git a/interfaces/cython/cantera/base.pyx b/interfaces/cython/cantera/base.pyx index 4a066fdb5..735dccde2 100644 --- a/interfaces/cython/cantera/base.pyx +++ b/interfaces/cython/cantera/base.pyx @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + cdef class _SolutionBase: def __cinit__(self, infile='', phaseid='', phases=(), origin=None, source=None, thermo=None, species=(), kinetics=None, diff --git a/interfaces/cython/cantera/composite.py b/interfaces/cython/cantera/composite.py index 7f55c64fd..a48c1de3d 100644 --- a/interfaces/cython/cantera/composite.py +++ b/interfaces/cython/cantera/composite.py @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + from ._cantera import * import numpy as np import csv as _csv diff --git a/interfaces/cython/cantera/constants.pyx b/interfaces/cython/cantera/constants.pyx index d85ba0258..b83643583 100644 --- a/interfaces/cython/cantera/constants.pyx +++ b/interfaces/cython/cantera/constants.pyx @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + cdef extern from "cantera/base/ct_defs.h" namespace "Cantera": cdef double CxxAvogadro "Cantera::Avogadro" cdef double CxxGasConstant "Cantera::GasConstant" diff --git a/interfaces/cython/cantera/ctml_writer.py b/interfaces/cython/cantera/ctml_writer.py index 08b13395b..b6ac50e1d 100644 --- a/interfaces/cython/cantera/ctml_writer.py +++ b/interfaces/cython/cantera/ctml_writer.py @@ -16,6 +16,9 @@ # # This will produce CTML file 'infile.xml' +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + from __future__ import print_function import sys diff --git a/interfaces/cython/cantera/func1.pyx b/interfaces/cython/cantera/func1.pyx index 945bbe3cc..07202130b 100644 --- a/interfaces/cython/cantera/func1.pyx +++ b/interfaces/cython/cantera/func1.pyx @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + import sys cdef double func_callback(double t, void* obj, void** err): diff --git a/interfaces/cython/cantera/kinetics.pyx b/interfaces/cython/cantera/kinetics.pyx index a98eb2997..c587d45ac 100644 --- a/interfaces/cython/cantera/kinetics.pyx +++ b/interfaces/cython/cantera/kinetics.pyx @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + # NOTE: These cdef functions cannot be members of Kinetics because they would # cause "layout conflicts" when creating derived classes with multiple bases, # e.g. class Solution. [Cython 0.16] diff --git a/interfaces/cython/cantera/liquidvapor.py b/interfaces/cython/cantera/liquidvapor.py index 8f6bff705..544947c7b 100644 --- a/interfaces/cython/cantera/liquidvapor.py +++ b/interfaces/cython/cantera/liquidvapor.py @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + from . import PureFluid def Water(): diff --git a/interfaces/cython/cantera/mixmaster/CompositionFrame.py b/interfaces/cython/cantera/mixmaster/CompositionFrame.py index 9cdf7446d..7a281585c 100644 --- a/interfaces/cython/cantera/mixmaster/CompositionFrame.py +++ b/interfaces/cython/cantera/mixmaster/CompositionFrame.py @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + import sys if sys.version_info[0] == 3: diff --git a/interfaces/cython/cantera/mixmaster/ControlPanel.py b/interfaces/cython/cantera/mixmaster/ControlPanel.py index 8628d7e02..d100279fe 100644 --- a/interfaces/cython/cantera/mixmaster/ControlPanel.py +++ b/interfaces/cython/cantera/mixmaster/ControlPanel.py @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + from __future__ import print_function from types import * diff --git a/interfaces/cython/cantera/mixmaster/DataFrame.py b/interfaces/cython/cantera/mixmaster/DataFrame.py index cdfdb965a..cf89cda87 100644 --- a/interfaces/cython/cantera/mixmaster/DataFrame.py +++ b/interfaces/cython/cantera/mixmaster/DataFrame.py @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + import os, math, string, sys if sys.version_info[0] == 3: diff --git a/interfaces/cython/cantera/mixmaster/DataGraph.py b/interfaces/cython/cantera/mixmaster/DataGraph.py index c8b80682c..f2ea85f01 100644 --- a/interfaces/cython/cantera/mixmaster/DataGraph.py +++ b/interfaces/cython/cantera/mixmaster/DataGraph.py @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + import sys if sys.version_info[0] == 3: diff --git a/interfaces/cython/cantera/mixmaster/Edit.py b/interfaces/cython/cantera/mixmaster/Edit.py index b8135187d..07ec78cd2 100644 --- a/interfaces/cython/cantera/mixmaster/Edit.py +++ b/interfaces/cython/cantera/mixmaster/Edit.py @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + from __future__ import print_function import sys diff --git a/interfaces/cython/cantera/mixmaster/ElementFrame.py b/interfaces/cython/cantera/mixmaster/ElementFrame.py index 57cb94d08..20fddce48 100644 --- a/interfaces/cython/cantera/mixmaster/ElementFrame.py +++ b/interfaces/cython/cantera/mixmaster/ElementFrame.py @@ -3,6 +3,9 @@ # the selected elements # +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + import sys if sys.version_info[0] == 3: from tkinter import * diff --git a/interfaces/cython/cantera/mixmaster/GraphFrame.py b/interfaces/cython/cantera/mixmaster/GraphFrame.py index e7d8a4978..84ab50d8a 100644 --- a/interfaces/cython/cantera/mixmaster/GraphFrame.py +++ b/interfaces/cython/cantera/mixmaster/GraphFrame.py @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + import sys if sys.version_info[0] == 3: from tkinter import * diff --git a/interfaces/cython/cantera/mixmaster/ImportFrame.py b/interfaces/cython/cantera/mixmaster/ImportFrame.py index 1d1b2a76e..bddfe4748 100644 --- a/interfaces/cython/cantera/mixmaster/ImportFrame.py +++ b/interfaces/cython/cantera/mixmaster/ImportFrame.py @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + import os, math,sys if sys.version_info[0] == 3: diff --git a/interfaces/cython/cantera/mixmaster/KineticsFrame.py b/interfaces/cython/cantera/mixmaster/KineticsFrame.py index d5c0723dd..bb4009791 100644 --- a/interfaces/cython/cantera/mixmaster/KineticsFrame.py +++ b/interfaces/cython/cantera/mixmaster/KineticsFrame.py @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + from __future__ import print_function import os, math, sys diff --git a/interfaces/cython/cantera/mixmaster/MechManager.py b/interfaces/cython/cantera/mixmaster/MechManager.py index 63df4402d..7c8904e31 100644 --- a/interfaces/cython/cantera/mixmaster/MechManager.py +++ b/interfaces/cython/cantera/mixmaster/MechManager.py @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + from cantera import * import sys diff --git a/interfaces/cython/cantera/mixmaster/Mix.py b/interfaces/cython/cantera/mixmaster/Mix.py index 192035455..2f87e6eff 100644 --- a/interfaces/cython/cantera/mixmaster/Mix.py +++ b/interfaces/cython/cantera/mixmaster/Mix.py @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + from cantera import gas_constant from numpy import zeros, ones from .utilities import handleError diff --git a/interfaces/cython/cantera/mixmaster/NewFlowFrame.py b/interfaces/cython/cantera/mixmaster/NewFlowFrame.py index d34a142bd..72fd90c17 100644 --- a/interfaces/cython/cantera/mixmaster/NewFlowFrame.py +++ b/interfaces/cython/cantera/mixmaster/NewFlowFrame.py @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + from cantera import * import sys diff --git a/interfaces/cython/cantera/mixmaster/SpeciesFrame.py b/interfaces/cython/cantera/mixmaster/SpeciesFrame.py index 0f1cb269a..18818a5bb 100644 --- a/interfaces/cython/cantera/mixmaster/SpeciesFrame.py +++ b/interfaces/cython/cantera/mixmaster/SpeciesFrame.py @@ -3,6 +3,9 @@ # the selected elements # +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + import sys if sys.version_info[0] == 3: from tkinter import * diff --git a/interfaces/cython/cantera/mixmaster/SpeciesInfo.py b/interfaces/cython/cantera/mixmaster/SpeciesInfo.py index a84758893..c07d2d423 100644 --- a/interfaces/cython/cantera/mixmaster/SpeciesInfo.py +++ b/interfaces/cython/cantera/mixmaster/SpeciesInfo.py @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + import sys if sys.version_info[0] == 3: from tkinter import * diff --git a/interfaces/cython/cantera/mixmaster/ThermoFrame.py b/interfaces/cython/cantera/mixmaster/ThermoFrame.py index 8cec3719c..e4fcfb1c4 100644 --- a/interfaces/cython/cantera/mixmaster/ThermoFrame.py +++ b/interfaces/cython/cantera/mixmaster/ThermoFrame.py @@ -1,4 +1,5 @@ - +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. from cantera import * diff --git a/interfaces/cython/cantera/mixmaster/ThermoProp.py b/interfaces/cython/cantera/mixmaster/ThermoProp.py index 9e0b5ca74..4997bd055 100644 --- a/interfaces/cython/cantera/mixmaster/ThermoProp.py +++ b/interfaces/cython/cantera/mixmaster/ThermoProp.py @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + import sys if sys.version_info[0] == 3: from tkinter import * diff --git a/interfaces/cython/cantera/mixmaster/TransportFrame.py b/interfaces/cython/cantera/mixmaster/TransportFrame.py index 871c98595..4579b72df 100644 --- a/interfaces/cython/cantera/mixmaster/TransportFrame.py +++ b/interfaces/cython/cantera/mixmaster/TransportFrame.py @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + import sys if sys.version_info[0] == 3: from tkinter import * diff --git a/interfaces/cython/cantera/mixmaster/UnitChooser.py b/interfaces/cython/cantera/mixmaster/UnitChooser.py index c26526c81..f8bc1259c 100644 --- a/interfaces/cython/cantera/mixmaster/UnitChooser.py +++ b/interfaces/cython/cantera/mixmaster/UnitChooser.py @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + import sys if sys.version_info[0] == 3: from tkinter import * diff --git a/interfaces/cython/cantera/mixmaster/flowpanel.py b/interfaces/cython/cantera/mixmaster/flowpanel.py index 585343a28..8e7d716be 100644 --- a/interfaces/cython/cantera/mixmaster/flowpanel.py +++ b/interfaces/cython/cantera/mixmaster/flowpanel.py @@ -1,4 +1,5 @@ - +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. # functionality imports import sys diff --git a/interfaces/cython/cantera/mixmaster/main.py b/interfaces/cython/cantera/mixmaster/main.py index 987e024c4..b0e8a0557 100644 --- a/interfaces/cython/cantera/mixmaster/main.py +++ b/interfaces/cython/cantera/mixmaster/main.py @@ -4,6 +4,9 @@ # ############################################################################# +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + # options _app_title = 'MixMaster' _app_version = '1.0' diff --git a/interfaces/cython/cantera/mixmaster/menu.py b/interfaces/cython/cantera/mixmaster/menu.py index 33050155c..14d670d3d 100644 --- a/interfaces/cython/cantera/mixmaster/menu.py +++ b/interfaces/cython/cantera/mixmaster/menu.py @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + import sys if sys.version_info[0] == 3: from tkinter import * diff --git a/interfaces/cython/cantera/mixmaster/newflow.py b/interfaces/cython/cantera/mixmaster/newflow.py index e56021eb1..67fd5f678 100644 --- a/interfaces/cython/cantera/mixmaster/newflow.py +++ b/interfaces/cython/cantera/mixmaster/newflow.py @@ -1,3 +1,5 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. import sys if sys.version_info[0] == 3: diff --git a/interfaces/cython/cantera/mixmaster/utilities.py b/interfaces/cython/cantera/mixmaster/utilities.py index 2b752d30f..8ea272c06 100644 --- a/interfaces/cython/cantera/mixmaster/utilities.py +++ b/interfaces/cython/cantera/mixmaster/utilities.py @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + import string import os, sys import types, traceback diff --git a/interfaces/cython/cantera/mixture.pyx b/interfaces/cython/cantera/mixture.pyx index 31166c2fc..e4e52aa3d 100644 --- a/interfaces/cython/cantera/mixture.pyx +++ b/interfaces/cython/cantera/mixture.pyx @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + import warnings # Need a pure-python class to store weakrefs to diff --git a/interfaces/cython/cantera/onedim.py b/interfaces/cython/cantera/onedim.py index dda8498f8..c52ac32ba 100644 --- a/interfaces/cython/cantera/onedim.py +++ b/interfaces/cython/cantera/onedim.py @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + import numpy as np from ._cantera import * from .composite import Solution diff --git a/interfaces/cython/cantera/onedim.pyx b/interfaces/cython/cantera/onedim.pyx index 0ced7da39..ae1bdfc5a 100644 --- a/interfaces/cython/cantera/onedim.pyx +++ b/interfaces/cython/cantera/onedim.pyx @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + import interrupts # Need a pure-python class to store weakrefs to diff --git a/interfaces/cython/cantera/reaction.pyx b/interfaces/cython/cantera/reaction.pyx index d26520968..044022941 100644 --- a/interfaces/cython/cantera/reaction.pyx +++ b/interfaces/cython/cantera/reaction.pyx @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + cdef extern from "cantera/kinetics/reaction_defs.h" namespace "Cantera": cdef int ELEMENTARY_RXN cdef int THREE_BODY_RXN diff --git a/interfaces/cython/cantera/reactionpath.pyx b/interfaces/cython/cantera/reactionpath.pyx index 2ecf04581..613114c0b 100644 --- a/interfaces/cython/cantera/reactionpath.pyx +++ b/interfaces/cython/cantera/reactionpath.pyx @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + cdef class ReactionPathDiagram: def __cinit__(self, *args, **kwargs): self._log = new CxxStringStream() diff --git a/interfaces/cython/cantera/reactor.pyx b/interfaces/cython/cantera/reactor.pyx index d502be8e6..24b2c680a 100644 --- a/interfaces/cython/cantera/reactor.pyx +++ b/interfaces/cython/cantera/reactor.pyx @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + from collections import defaultdict as _defaultdict import numbers as _numbers diff --git a/interfaces/cython/cantera/speciesthermo.pyx b/interfaces/cython/cantera/speciesthermo.pyx index f529d151b..14c229ed5 100644 --- a/interfaces/cython/cantera/speciesthermo.pyx +++ b/interfaces/cython/cantera/speciesthermo.pyx @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + cdef extern from "cantera/thermo/speciesThermoTypes.h" namespace "Cantera": cdef int SPECIES_THERMO_CONSTANT_CP "CONSTANT_CP" cdef int SPECIES_THERMO_NASA2 "NASA2" diff --git a/interfaces/cython/cantera/thermo.pyx b/interfaces/cython/cantera/thermo.pyx index 890c0438b..add10252d 100644 --- a/interfaces/cython/cantera/thermo.pyx +++ b/interfaces/cython/cantera/thermo.pyx @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + import warnings import weakref diff --git a/interfaces/cython/cantera/transport.pyx b/interfaces/cython/cantera/transport.pyx index 82e67f53e..7ac8ff86c 100644 --- a/interfaces/cython/cantera/transport.pyx +++ b/interfaces/cython/cantera/transport.pyx @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + # NOTE: These cdef functions cannot be members of Transport because they would # cause "layout conflicts" when creating derived classes with multiple bases, # e.g. class Solution. [Cython 0.16] diff --git a/interfaces/cython/cantera/utils.py b/interfaces/cython/cantera/utils.py index c9fd6593d..fa8b7df8a 100644 --- a/interfaces/cython/cantera/utils.py +++ b/interfaces/cython/cantera/utils.py @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + import os import inspect as _inspect diff --git a/interfaces/cython/cantera/utils.pyx b/interfaces/cython/cantera/utils.pyx index 36fa8f917..ac8095a2d 100644 --- a/interfaces/cython/cantera/utils.pyx +++ b/interfaces/cython/cantera/utils.pyx @@ -1,3 +1,6 @@ +# This file is part of Cantera. See License.txt in the top-level directory or +# at http://www.cantera.org/license.txt for license and copyright information. + import sys cdef int _pythonMajorVersion = sys.version_info[0] diff --git a/src/base/ValueCache.cpp b/src/base/ValueCache.cpp index fd7b89416..15390e040 100644 --- a/src/base/ValueCache.cpp +++ b/src/base/ValueCache.cpp @@ -2,6 +2,9 @@ * @file ValueCache.cpp */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/base/ValueCache.h" #include diff --git a/src/base/application.cpp b/src/base/application.cpp index 84f92e8b1..0135e0c73 100644 --- a/src/base/application.cpp +++ b/src/base/application.cpp @@ -1,4 +1,8 @@ //! @file application.cpp + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "application.h" #include "cantera/base/ctml.h" diff --git a/src/base/application.h b/src/base/application.h index 03dd492d9..fb264d8bc 100644 --- a/src/base/application.h +++ b/src/base/application.h @@ -1,4 +1,8 @@ //! @file application.h + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_BASE_APPLICATION_H #define CT_BASE_APPLICATION_H diff --git a/src/base/ctexceptions.cpp b/src/base/ctexceptions.cpp index 82d958fbf..4ae0dad42 100644 --- a/src/base/ctexceptions.cpp +++ b/src/base/ctexceptions.cpp @@ -1,4 +1,8 @@ //! @file ctexceptions.cpp + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/base/ctexceptions.h" #include "application.h" #include "cantera/base/global.h" diff --git a/src/base/global.cpp b/src/base/global.cpp index 259ee4ed1..c0ceeacce 100644 --- a/src/base/global.cpp +++ b/src/base/global.cpp @@ -1,5 +1,8 @@ //! @file global.cpp +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/base/FactoryBase.h" #include "cantera/base/xml.h" #include "application.h" diff --git a/src/clib/Cabinet.h b/src/clib/Cabinet.h index 99cd1668b..f148c6178 100644 --- a/src/clib/Cabinet.h +++ b/src/clib/Cabinet.h @@ -1,6 +1,10 @@ /** * @file Cabinet.h */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_CABINET_H #define CT_CABINET_H diff --git a/src/clib/clib_defs.h b/src/clib/clib_defs.h index a3f6f9798..4876dd34f 100644 --- a/src/clib/clib_defs.h +++ b/src/clib/clib_defs.h @@ -2,6 +2,9 @@ * @file clib_defs.h */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CTC_DEFS_H #define CTC_DEFS_H diff --git a/src/clib/clib_utils.h b/src/clib/clib_utils.h index bdb92a15e..5a8e108b7 100644 --- a/src/clib/clib_utils.h +++ b/src/clib/clib_utils.h @@ -2,6 +2,9 @@ * @file clib_utils.h */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_CLIB_UTILS_H #define CT_CLIB_UTILS_H diff --git a/src/clib/ct.cpp b/src/clib/ct.cpp index 6d968a5e1..f1d12d2a7 100644 --- a/src/clib/ct.cpp +++ b/src/clib/ct.cpp @@ -8,6 +8,9 @@ * pointers are passed to or from the calling application. */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #define CANTERA_USE_INTERNAL #include "ct.h" diff --git a/src/clib/ct.h b/src/clib/ct.h index a078fb743..072f42a13 100644 --- a/src/clib/ct.h +++ b/src/clib/ct.h @@ -1,6 +1,10 @@ /** * @file ct.h */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CTC_CT_H #define CTC_CT_H diff --git a/src/clib/ctbdry.h b/src/clib/ctbdry.h index 01ccf5bbc..072abe25a 100644 --- a/src/clib/ctbdry.h +++ b/src/clib/ctbdry.h @@ -1,6 +1,10 @@ /** * @file ctbdry.h */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CTC_BDRY_H #define CTC_BDRY_H diff --git a/src/clib/ctfunc.cpp b/src/clib/ctfunc.cpp index 6fa7678a3..863f8223e 100644 --- a/src/clib/ctfunc.cpp +++ b/src/clib/ctfunc.cpp @@ -1,6 +1,10 @@ /** * @file ctfunc.cpp */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #define CANTERA_USE_INTERNAL #include "ctfunc.h" diff --git a/src/clib/ctfunc.h b/src/clib/ctfunc.h index f434efe1b..9fe8220f2 100644 --- a/src/clib/ctfunc.h +++ b/src/clib/ctfunc.h @@ -1,6 +1,10 @@ /** * @file ctfunc.h */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CTC_FUNC1_H #define CTC_FUNC1_H diff --git a/src/clib/ctmultiphase.cpp b/src/clib/ctmultiphase.cpp index ee3bb9891..c8d304083 100644 --- a/src/clib/ctmultiphase.cpp +++ b/src/clib/ctmultiphase.cpp @@ -1,6 +1,10 @@ /** * @file ctmultiphase.cpp */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #define CANTERA_USE_INTERNAL #include "ctmultiphase.h" diff --git a/src/clib/ctmultiphase.h b/src/clib/ctmultiphase.h index 97894aafb..a8bd72120 100644 --- a/src/clib/ctmultiphase.h +++ b/src/clib/ctmultiphase.h @@ -1,6 +1,10 @@ /** * @file ctmultiphase.h */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CTC_MULTIPHASE_H #define CTC_MULTIPHASE_H diff --git a/src/clib/ctonedim.cpp b/src/clib/ctonedim.cpp index 167cb276d..c51b5d4f3 100644 --- a/src/clib/ctonedim.cpp +++ b/src/clib/ctonedim.cpp @@ -1,6 +1,10 @@ /** * @file ctonedim.cpp */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #define CANTERA_USE_INTERNAL #include "ctonedim.h" diff --git a/src/clib/ctonedim.h b/src/clib/ctonedim.h index 3d4b36961..b707f8163 100644 --- a/src/clib/ctonedim.h +++ b/src/clib/ctonedim.h @@ -1,6 +1,10 @@ /** * @file ctonedim.h */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CTC_ONEDIM_H #define CTC_ONEDIM_H diff --git a/src/clib/ctreactor.cpp b/src/clib/ctreactor.cpp index f16276e1b..aadd135a0 100644 --- a/src/clib/ctreactor.cpp +++ b/src/clib/ctreactor.cpp @@ -1,6 +1,10 @@ /** * @file ctreactor.cpp */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #define CANTERA_USE_INTERNAL #include "ctreactor.h" diff --git a/src/clib/ctreactor.h b/src/clib/ctreactor.h index a77569b6a..48031c202 100644 --- a/src/clib/ctreactor.h +++ b/src/clib/ctreactor.h @@ -1,6 +1,10 @@ /** * @file ctreactor.h */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CTC_REACTOR_H #define CTC_REACTOR_H diff --git a/src/clib/ctrpath.cpp b/src/clib/ctrpath.cpp index dace69342..29ea2e622 100644 --- a/src/clib/ctrpath.cpp +++ b/src/clib/ctrpath.cpp @@ -1,6 +1,10 @@ /** * @file ctrpath.cpp */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #define CANTERA_USE_INTERNAL #include "ctrpath.h" diff --git a/src/clib/ctrpath.h b/src/clib/ctrpath.h index 986065e39..1b263475e 100644 --- a/src/clib/ctrpath.h +++ b/src/clib/ctrpath.h @@ -1,6 +1,10 @@ /** * @file ctrpath.h */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CTC_RXNPATH_H #define CTC_RXNPATH_H diff --git a/src/clib/ctsurf.cpp b/src/clib/ctsurf.cpp index eb76ef89d..aa4949a2f 100644 --- a/src/clib/ctsurf.cpp +++ b/src/clib/ctsurf.cpp @@ -1,6 +1,10 @@ /** * @file ctsurf.cpp */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + // clib header information #define CANTERA_USE_INTERNAL #include "ctsurf.h" diff --git a/src/clib/ctsurf.h b/src/clib/ctsurf.h index 5df458f5c..94dec6e3f 100644 --- a/src/clib/ctsurf.h +++ b/src/clib/ctsurf.h @@ -1,6 +1,10 @@ /** * @file ctsurf.h */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CTC_SURF_H #define CTC_SURF_H diff --git a/src/clib/ctxml.cpp b/src/clib/ctxml.cpp index 00350c333..f57c6d929 100644 --- a/src/clib/ctxml.cpp +++ b/src/clib/ctxml.cpp @@ -1,6 +1,10 @@ /** * @file ctxml.cpp */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #define CANTERA_USE_INTERNAL #include "ctxml.h" diff --git a/src/clib/ctxml.h b/src/clib/ctxml.h index b3b5e9398..483f6bd10 100644 --- a/src/clib/ctxml.h +++ b/src/clib/ctxml.h @@ -1,6 +1,10 @@ /** * @file ctxml.h */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CTC_XML_H #define CTC_XML_H diff --git a/src/equil/BasisOptimize.cpp b/src/equil/BasisOptimize.cpp index 04d0658ad..dc9b3fe44 100644 --- a/src/equil/BasisOptimize.cpp +++ b/src/equil/BasisOptimize.cpp @@ -2,6 +2,10 @@ * @file BasisOptimize.cpp Functions which calculation optimized basis of the * stoichiometric coefficient matrix (see /ref equil functions) */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/equil/MultiPhase.h" using namespace std; diff --git a/src/equil/MultiPhase.cpp b/src/equil/MultiPhase.cpp index 88d6c21aa..46ea5be12 100644 --- a/src/equil/MultiPhase.cpp +++ b/src/equil/MultiPhase.cpp @@ -4,6 +4,9 @@ * object that is used to set up multiphase equilibrium problems (see \ref equilfunctions). */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/equil/ChemEquil.h" #include "cantera/equil/MultiPhase.h" #include "cantera/equil/MultiPhaseEquil.h" diff --git a/src/equil/MultiPhaseEquil.cpp b/src/equil/MultiPhaseEquil.cpp index edc7319e3..8f572be6b 100644 --- a/src/equil/MultiPhaseEquil.cpp +++ b/src/equil/MultiPhaseEquil.cpp @@ -1,6 +1,10 @@ /** * @file MultiPhaseEquil.cpp */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/equil/MultiPhaseEquil.h" #include "cantera/thermo/MolalityVPSSTP.h" #include "cantera/base/stringUtils.h" diff --git a/src/equil/vcs_SpeciesProperties.cpp b/src/equil/vcs_SpeciesProperties.cpp index f84fccbf9..0064e31b6 100644 --- a/src/equil/vcs_SpeciesProperties.cpp +++ b/src/equil/vcs_SpeciesProperties.cpp @@ -1,6 +1,10 @@ /** * @file vcs_SpeciesProperties.cpp */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/equil/vcs_SpeciesProperties.h" using namespace std; diff --git a/src/equil/vcs_TP.cpp b/src/equil/vcs_TP.cpp index 15afa5150..c25eb1a41 100644 --- a/src/equil/vcs_TP.cpp +++ b/src/equil/vcs_TP.cpp @@ -1,4 +1,8 @@ //! @file vcs_TP.cpp + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/equil/vcs_solve.h" #include "cantera/equil/vcs_VolPhase.h" diff --git a/src/equil/vcs_elem.cpp b/src/equil/vcs_elem.cpp index e090b84a5..4154641d1 100644 --- a/src/equil/vcs_elem.cpp +++ b/src/equil/vcs_elem.cpp @@ -4,6 +4,10 @@ * element abundances constraints and the algorithm for fixing violations * of the element abundances constraints. */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/equil/vcs_solve.h" #include "cantera/base/ctexceptions.h" #include "cantera/numerics/DenseMatrix.h" diff --git a/src/equil/vcs_phaseStability.cpp b/src/equil/vcs_phaseStability.cpp index d784a1a94..b93f2202f 100644 --- a/src/equil/vcs_phaseStability.cpp +++ b/src/equil/vcs_phaseStability.cpp @@ -3,6 +3,10 @@ * Implementation class for functions associated with determining the stability of a phase * (see Class \link Cantera::VCS_SOLVE VCS_SOLVE\endlink and \ref equilfunctions ). */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/equil/vcs_solve.h" #include "cantera/equil/vcs_VolPhase.h" #include "cantera/base/stringUtils.h" diff --git a/src/fortran/cantera.f90 b/src/fortran/cantera.f90 index d2bb1c2cd..b2dafe573 100644 --- a/src/fortran/cantera.f90 +++ b/src/fortran/cantera.f90 @@ -3,6 +3,9 @@ ! procedure names that map to specific procedures depending on the ! argument types. +! This file is part of Cantera. See License.txt in the top-level directory or +! at http://www.cantera.org/license.txt for license and copyright information. + MODULE CANTERA USE cantera_thermo diff --git a/src/fortran/cantera_funcs.f90 b/src/fortran/cantera_funcs.f90 index 3dec24a1a..a8bf32132 100644 --- a/src/fortran/cantera_funcs.f90 +++ b/src/fortran/cantera_funcs.f90 @@ -1,3 +1,6 @@ +! This file is part of Cantera. See License.txt in the top-level directory or +! at http://www.cantera.org/license.txt for license and copyright information. + module cantera_funcs use cantera_xml diff --git a/src/fortran/cantera_iface.f90 b/src/fortran/cantera_iface.f90 index 0897bf481..c85b16179 100644 --- a/src/fortran/cantera_iface.f90 +++ b/src/fortran/cantera_iface.f90 @@ -1,3 +1,6 @@ +! This file is part of Cantera. See License.txt in the top-level directory or +! at http://www.cantera.org/license.txt for license and copyright information. + module cantera_iface use fct diff --git a/src/fortran/cantera_kinetics.f90 b/src/fortran/cantera_kinetics.f90 index 04dfb5fb3..dfe03dee6 100644 --- a/src/fortran/cantera_kinetics.f90 +++ b/src/fortran/cantera_kinetics.f90 @@ -1,3 +1,6 @@ +! This file is part of Cantera. See License.txt in the top-level directory or +! at http://www.cantera.org/license.txt for license and copyright information. + module cantera_kinetics use cantera_thermo diff --git a/src/fortran/cantera_thermo.f90 b/src/fortran/cantera_thermo.f90 index 33019df1a..8b7cd538f 100644 --- a/src/fortran/cantera_thermo.f90 +++ b/src/fortran/cantera_thermo.f90 @@ -1,3 +1,6 @@ +! This file is part of Cantera. See License.txt in the top-level directory or +! at http://www.cantera.org/license.txt for license and copyright information. + module cantera_thermo use fct diff --git a/src/fortran/cantera_transport.f90 b/src/fortran/cantera_transport.f90 index b1845f5dc..318d12c3e 100644 --- a/src/fortran/cantera_transport.f90 +++ b/src/fortran/cantera_transport.f90 @@ -1,3 +1,6 @@ +! This file is part of Cantera. See License.txt in the top-level directory or +! at http://www.cantera.org/license.txt for license and copyright information. + module cantera_transport use cantera_thermo diff --git a/src/fortran/cantera_xml.f90 b/src/fortran/cantera_xml.f90 index 94f22e629..93c5ebe4f 100644 --- a/src/fortran/cantera_xml.f90 +++ b/src/fortran/cantera_xml.f90 @@ -1,3 +1,6 @@ +! This file is part of Cantera. See License.txt in the top-level directory or +! at http://www.cantera.org/license.txt for license and copyright information. + module cantera_xml use fctxml ! interface for C functions diff --git a/src/fortran/fct.cpp b/src/fortran/fct.cpp index 7004aed16..319c71794 100644 --- a/src/fortran/fct.cpp +++ b/src/fortran/fct.cpp @@ -6,6 +6,10 @@ * Cantera objects are stored and referenced by integers - no * pointers are passed to or from the calling application. */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + // Cantera includes #include "cantera/kinetics/KineticsFactory.h" #include "cantera/transport/TransportFactory.h" diff --git a/src/fortran/fct_interface.f90 b/src/fortran/fct_interface.f90 index e3650f17c..52bdc6677 100644 --- a/src/fortran/fct_interface.f90 +++ b/src/fortran/fct_interface.f90 @@ -1,3 +1,6 @@ +! This file is part of Cantera. See License.txt in the top-level directory or +! at http://www.cantera.org/license.txt for license and copyright information. + module fct interface diff --git a/src/fortran/fctxml_interface.f90 b/src/fortran/fctxml_interface.f90 index 7975d1f2a..3a4d607fe 100644 --- a/src/fortran/fctxml_interface.f90 +++ b/src/fortran/fctxml_interface.f90 @@ -1,3 +1,6 @@ +! This file is part of Cantera. See License.txt in the top-level directory or +! at http://www.cantera.org/license.txt for license and copyright information. + module fctxml interface integer function fxml_new(name) diff --git a/src/kinetics/BulkKinetics.cpp b/src/kinetics/BulkKinetics.cpp index 21e6f785b..b1a6a5ea5 100644 --- a/src/kinetics/BulkKinetics.cpp +++ b/src/kinetics/BulkKinetics.cpp @@ -1,3 +1,6 @@ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/kinetics/BulkKinetics.h" #include "cantera/kinetics/Reaction.h" diff --git a/src/kinetics/Falloff.cpp b/src/kinetics/Falloff.cpp index e49537cf1..8a22c98fa 100644 --- a/src/kinetics/Falloff.cpp +++ b/src/kinetics/Falloff.cpp @@ -3,6 +3,9 @@ * Falloff */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/base/stringUtils.h" #include "cantera/base/ctexceptions.h" #include "cantera/kinetics/Falloff.h" diff --git a/src/kinetics/Reaction.cpp b/src/kinetics/Reaction.cpp index f568e8f5c..c3afe66a4 100644 --- a/src/kinetics/Reaction.cpp +++ b/src/kinetics/Reaction.cpp @@ -2,6 +2,9 @@ * @file Reaction.cpp */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/kinetics/Reaction.h" #include "cantera/kinetics/FalloffFactory.h" #include "cantera/base/ctml.h" diff --git a/src/kinetics/RxnRates.cpp b/src/kinetics/RxnRates.cpp index 5126b6db5..75714685b 100644 --- a/src/kinetics/RxnRates.cpp +++ b/src/kinetics/RxnRates.cpp @@ -1,5 +1,8 @@ //! @file RxnRates.cpp +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/kinetics/RxnRates.h" #include "cantera/base/Array.h" diff --git a/src/matlab/ctfunctions.cpp b/src/matlab/ctfunctions.cpp index 56f4f0e38..351907ed8 100644 --- a/src/matlab/ctfunctions.cpp +++ b/src/matlab/ctfunctions.cpp @@ -1,6 +1,10 @@ /** * @file ctfunctions.cpp */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include #include diff --git a/src/matlab/ctmatutils.h b/src/matlab/ctmatutils.h index a0f1cf880..156934815 100644 --- a/src/matlab/ctmatutils.h +++ b/src/matlab/ctmatutils.h @@ -1,3 +1,6 @@ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef CT_MATUTILS_H #define CT_MATUTILS_H diff --git a/src/matlab/ctmethods.cpp b/src/matlab/ctmethods.cpp index 8c81d5728..9456bf8e5 100644 --- a/src/matlab/ctmethods.cpp +++ b/src/matlab/ctmethods.cpp @@ -9,6 +9,9 @@ * class is indicated by the first parameter in the call from MATLAB. */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include #include "clib/ct.h" diff --git a/src/matlab/flowdevicemethods.cpp b/src/matlab/flowdevicemethods.cpp index 2f13e0620..036fe8e81 100644 --- a/src/matlab/flowdevicemethods.cpp +++ b/src/matlab/flowdevicemethods.cpp @@ -1,3 +1,6 @@ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "ctmatutils.h" #include "clib/ctreactor.h" #include "clib/ct.h" diff --git a/src/matlab/funcmethods.cpp b/src/matlab/funcmethods.cpp index 028c3010e..876c3e898 100644 --- a/src/matlab/funcmethods.cpp +++ b/src/matlab/funcmethods.cpp @@ -1,3 +1,6 @@ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "ctmatutils.h" #include "clib/ctfunc.h" #include "clib/ct.h" diff --git a/src/matlab/kineticsmethods.cpp b/src/matlab/kineticsmethods.cpp index 0de6d1da0..7055ac116 100644 --- a/src/matlab/kineticsmethods.cpp +++ b/src/matlab/kineticsmethods.cpp @@ -1,3 +1,6 @@ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "ctmatutils.h" #include "clib/ct.h" diff --git a/src/matlab/mixturemethods.cpp b/src/matlab/mixturemethods.cpp index 9d0be444e..957fbedc0 100644 --- a/src/matlab/mixturemethods.cpp +++ b/src/matlab/mixturemethods.cpp @@ -1,6 +1,10 @@ /** * @file mixturemethods.cpp */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include #include diff --git a/src/matlab/mllogger.h b/src/matlab/mllogger.h index 53e5552e7..e31228d83 100644 --- a/src/matlab/mllogger.h +++ b/src/matlab/mllogger.h @@ -1,6 +1,10 @@ /** * @file mlloger.h */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef MLLOGGER_H #define MLLOGGER_H diff --git a/src/matlab/onedimmethods.cpp b/src/matlab/onedimmethods.cpp index 308165b24..b4f66140c 100644 --- a/src/matlab/onedimmethods.cpp +++ b/src/matlab/onedimmethods.cpp @@ -1,3 +1,6 @@ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include #include #include diff --git a/src/matlab/phasemethods.cpp b/src/matlab/phasemethods.cpp index 052f99d7d..d5793a06a 100644 --- a/src/matlab/phasemethods.cpp +++ b/src/matlab/phasemethods.cpp @@ -2,6 +2,9 @@ * @file phasemethods.cpp */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "ctmatutils.h" #include "clib/ct.h" diff --git a/src/matlab/reactormethods.cpp b/src/matlab/reactormethods.cpp index b151fe4cd..ee7dc0ab7 100644 --- a/src/matlab/reactormethods.cpp +++ b/src/matlab/reactormethods.cpp @@ -2,6 +2,9 @@ * @file reactormethods.cpp */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "clib/ctreactor.h" #include "clib/ct.h" #include "ctmatutils.h" diff --git a/src/matlab/reactornetmethods.cpp b/src/matlab/reactornetmethods.cpp index 85f35200d..22c893427 100644 --- a/src/matlab/reactornetmethods.cpp +++ b/src/matlab/reactornetmethods.cpp @@ -2,6 +2,9 @@ * @file reactornetmethods.cpp */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "clib/ctreactor.h" #include "clib/ct.h" #include "ctmatutils.h" diff --git a/src/matlab/reactorsurfacemethods.cpp b/src/matlab/reactorsurfacemethods.cpp index b279f9f69..57d9843b9 100644 --- a/src/matlab/reactorsurfacemethods.cpp +++ b/src/matlab/reactorsurfacemethods.cpp @@ -2,6 +2,9 @@ * @file reactorsurfacemethods.cpp */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "clib/ctreactor.h" #include "clib/ct.h" #include "ctmatutils.h" diff --git a/src/matlab/surfmethods.cpp b/src/matlab/surfmethods.cpp index 3a3713e82..f22d69cfe 100644 --- a/src/matlab/surfmethods.cpp +++ b/src/matlab/surfmethods.cpp @@ -1,3 +1,6 @@ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include #include #include diff --git a/src/matlab/thermomethods.cpp b/src/matlab/thermomethods.cpp index e3fe6aa68..878d14663 100644 --- a/src/matlab/thermomethods.cpp +++ b/src/matlab/thermomethods.cpp @@ -2,6 +2,9 @@ * @file thermomethods.cpp */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "clib/ct.h" #include "ctmatutils.h" #include diff --git a/src/matlab/transportmethods.cpp b/src/matlab/transportmethods.cpp index 50b4d7438..66b3d2d53 100644 --- a/src/matlab/transportmethods.cpp +++ b/src/matlab/transportmethods.cpp @@ -1,3 +1,6 @@ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include #include "clib/ct.h" diff --git a/src/matlab/wallmethods.cpp b/src/matlab/wallmethods.cpp index f7646a76d..d60ea4e2d 100644 --- a/src/matlab/wallmethods.cpp +++ b/src/matlab/wallmethods.cpp @@ -2,6 +2,9 @@ * @file wallmethods.cpp */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "clib/ctreactor.h" #include "clib/ct.h" #include "ctmatutils.h" diff --git a/src/matlab/xmlmethods.cpp b/src/matlab/xmlmethods.cpp index ea11b6ae2..519bd05a4 100644 --- a/src/matlab/xmlmethods.cpp +++ b/src/matlab/xmlmethods.cpp @@ -2,6 +2,9 @@ * @file xmlmethods.cpp */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "clib/ctxml.h" #include "clib/ct.h" #include "ctmatutils.h" diff --git a/src/numerics/Func1.cpp b/src/numerics/Func1.cpp index 0d5ef34f2..1b3be1018 100644 --- a/src/numerics/Func1.cpp +++ b/src/numerics/Func1.cpp @@ -1,4 +1,8 @@ //! @file Func1.cpp + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/numerics/Func1.h" #include "cantera/base/stringUtils.h" diff --git a/src/numerics/ODE_integrators.cpp b/src/numerics/ODE_integrators.cpp index e96b2700a..afea340dc 100644 --- a/src/numerics/ODE_integrators.cpp +++ b/src/numerics/ODE_integrators.cpp @@ -1,4 +1,8 @@ //! @file ODE_integrators.cpp + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/base/ct_defs.h" #include "cantera/numerics/Integrator.h" #include "cantera/numerics/CVodesIntegrator.h" diff --git a/src/numerics/polyfit.cpp b/src/numerics/polyfit.cpp index c1bd0b5db..e3bac1d51 100644 --- a/src/numerics/polyfit.cpp +++ b/src/numerics/polyfit.cpp @@ -1,5 +1,8 @@ //! @file polyfit.cpp +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/numerics/polyfit.h" #include "cantera/numerics/eigen_dense.h" #include "cantera/base/global.h" diff --git a/src/oneD/Domain1D.cpp b/src/oneD/Domain1D.cpp index f41a0ec68..7956cec50 100644 --- a/src/oneD/Domain1D.cpp +++ b/src/oneD/Domain1D.cpp @@ -2,6 +2,9 @@ * @file Domain1D.cpp */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/oneD/Domain1D.h" #include "cantera/oneD/MultiJac.h" #include "cantera/base/ctml.h" diff --git a/src/oneD/OneDim.cpp b/src/oneD/OneDim.cpp index e3203fa98..cb0ae8f99 100644 --- a/src/oneD/OneDim.cpp +++ b/src/oneD/OneDim.cpp @@ -1,4 +1,8 @@ //! @file OneDim.cpp + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/oneD/OneDim.h" #include "cantera/numerics/Func1.h" #include "cantera/base/ctml.h" diff --git a/src/oneD/Sim1D.cpp b/src/oneD/Sim1D.cpp index a2c4bec94..c1ea19a01 100644 --- a/src/oneD/Sim1D.cpp +++ b/src/oneD/Sim1D.cpp @@ -2,6 +2,9 @@ * @file Sim1D.cpp */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/oneD/Sim1D.h" #include "cantera/oneD/MultiJac.h" #include "cantera/oneD/StFlow.h" diff --git a/src/oneD/refine.cpp b/src/oneD/refine.cpp index df8832c02..f70fa7395 100644 --- a/src/oneD/refine.cpp +++ b/src/oneD/refine.cpp @@ -1,4 +1,8 @@ //! @file refine.cpp + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/oneD/refine.h" #include "cantera/oneD/StFlow.h" diff --git a/src/thermo/IdealGasPhase.cpp b/src/thermo/IdealGasPhase.cpp index 6c4375b97..1688dfd2a 100644 --- a/src/thermo/IdealGasPhase.cpp +++ b/src/thermo/IdealGasPhase.cpp @@ -5,6 +5,9 @@ * and class \link Cantera::IdealGasPhase IdealGasPhase\endlink). */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/thermo/IdealGasPhase.h" #include "cantera/thermo/ThermoFactory.h" #include "cantera/base/utilities.h" diff --git a/src/thermo/LatticePhase.cpp b/src/thermo/LatticePhase.cpp index d40c09812..7c7dc4aa6 100644 --- a/src/thermo/LatticePhase.cpp +++ b/src/thermo/LatticePhase.cpp @@ -5,6 +5,10 @@ * assuming a lattice of solid atoms * (see \ref thermoprops and class \link Cantera::LatticePhase LatticePhase\endlink). */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/thermo/LatticePhase.h" #include "cantera/thermo/ThermoFactory.h" #include "cantera/base/stringUtils.h" diff --git a/src/thermo/LatticeSolidPhase.cpp b/src/thermo/LatticeSolidPhase.cpp index 0ed1fa6b0..4474d1250 100644 --- a/src/thermo/LatticeSolidPhase.cpp +++ b/src/thermo/LatticeSolidPhase.cpp @@ -6,6 +6,9 @@ * (see \ref thermoprops and class \link Cantera::LatticeSolidPhase LatticeSolidPhase\endlink). */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/thermo/LatticeSolidPhase.h" #include "cantera/thermo/ThermoFactory.h" #include "cantera/thermo/SpeciesThermoFactory.h" diff --git a/src/thermo/Mu0Poly.cpp b/src/thermo/Mu0Poly.cpp index 110182fe6..0d906361a 100644 --- a/src/thermo/Mu0Poly.cpp +++ b/src/thermo/Mu0Poly.cpp @@ -5,6 +5,10 @@ * on a piecewise constant mu0 interpolation * (see \ref spthermo and class \link Cantera::Mu0Poly Mu0Poly\endlink). */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/thermo/Mu0Poly.h" #include "cantera/base/ctml.h" #include "cantera/base/stringUtils.h" diff --git a/src/thermo/NasaPoly2.cpp b/src/thermo/NasaPoly2.cpp index e7eacb55b..001dca560 100644 --- a/src/thermo/NasaPoly2.cpp +++ b/src/thermo/NasaPoly2.cpp @@ -1,3 +1,6 @@ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/thermo/NasaPoly2.h" #include "cantera/base/global.h" #include "cantera/base/stringUtils.h" diff --git a/src/thermo/PureFluidPhase.cpp b/src/thermo/PureFluidPhase.cpp index 7658d9896..591b87a64 100644 --- a/src/thermo/PureFluidPhase.cpp +++ b/src/thermo/PureFluidPhase.cpp @@ -4,6 +4,10 @@ * fluid (see \ref thermoprops and class \link Cantera::PureFluidPhase * PureFluidPhase\endlink). */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/base/xml.h" #include "cantera/thermo/PureFluidPhase.h" diff --git a/src/thermo/SemiconductorPhase.cpp b/src/thermo/SemiconductorPhase.cpp index 90f7c7afe..0903bbc97 100644 --- a/src/thermo/SemiconductorPhase.cpp +++ b/src/thermo/SemiconductorPhase.cpp @@ -1,4 +1,8 @@ //! @file SemiconductorPhase.cpp + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/thermo/SemiconductorPhase.h" using namespace std; diff --git a/src/thermo/Species.cpp b/src/thermo/Species.cpp index acdaca7f1..d41c68339 100644 --- a/src/thermo/Species.cpp +++ b/src/thermo/Species.cpp @@ -1,3 +1,6 @@ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/thermo/Species.h" #include "cantera/thermo/SpeciesThermoInterpType.h" #include "cantera/thermo/SpeciesThermoFactory.h" diff --git a/src/tpx/CarbonDioxide.cpp b/src/tpx/CarbonDioxide.cpp index 115d15473..cba60948b 100644 --- a/src/tpx/CarbonDioxide.cpp +++ b/src/tpx/CarbonDioxide.cpp @@ -5,6 +5,9 @@ * Reynolds AUTHOR: me@rebeccahhunt.com: GCEP, Stanford University */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "CarbonDioxide.h" #include "cantera/base/stringUtils.h" diff --git a/src/tpx/CarbonDioxide.h b/src/tpx/CarbonDioxide.h index 371c496c7..174cc5de1 100644 --- a/src/tpx/CarbonDioxide.h +++ b/src/tpx/CarbonDioxide.h @@ -1,4 +1,8 @@ //! @file CarbonDioxide.h + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef TPX_CARBONDIOXIDE_H #define TPX_CARBONDIOXIDE_H diff --git a/src/tpx/HFC134a.cpp b/src/tpx/HFC134a.cpp index d5ccdee2c..0dd218903 100644 --- a/src/tpx/HFC134a.cpp +++ b/src/tpx/HFC134a.cpp @@ -1,5 +1,8 @@ //! @file HFC134a.cpp +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "HFC134a.h" #include "cantera/base/stringUtils.h" diff --git a/src/tpx/HFC134a.h b/src/tpx/HFC134a.h index 8a6286ef3..3a5a79f0a 100644 --- a/src/tpx/HFC134a.h +++ b/src/tpx/HFC134a.h @@ -1,4 +1,8 @@ //! @file HFC134a.h + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef TPX_HFC134_H #define TPX_HFC134_H diff --git a/src/tpx/Heptane.cpp b/src/tpx/Heptane.cpp index 7da581a0f..7e12389e6 100644 --- a/src/tpx/Heptane.cpp +++ b/src/tpx/Heptane.cpp @@ -5,6 +5,9 @@ * Reynolds. AUTHOR: jrh@stanford.edu: GCEP, Stanford University */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "Heptane.h" #include "cantera/base/stringUtils.h" diff --git a/src/tpx/Heptane.h b/src/tpx/Heptane.h index 38f206442..c9012947d 100644 --- a/src/tpx/Heptane.h +++ b/src/tpx/Heptane.h @@ -1,4 +1,8 @@ //! @file Heptane.h + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef TPX_HEPTANE_H #define TPX_HEPTANE_H diff --git a/src/tpx/Hydrogen.cpp b/src/tpx/Hydrogen.cpp index e6f7cafd0..646026a8d 100644 --- a/src/tpx/Hydrogen.cpp +++ b/src/tpx/Hydrogen.cpp @@ -1,4 +1,8 @@ //! @file Hydrogen.cpp + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "Hydrogen.h" #include "cantera/base/stringUtils.h" diff --git a/src/tpx/Hydrogen.h b/src/tpx/Hydrogen.h index c769bb2f0..4628971c2 100644 --- a/src/tpx/Hydrogen.h +++ b/src/tpx/Hydrogen.h @@ -1,4 +1,8 @@ //! @file Hydrogen.h + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef TPX_HYDROGEN_H #define TPX_HYDROGEN_H diff --git a/src/tpx/Methane.cpp b/src/tpx/Methane.cpp index dc49f70c5..690d47ab6 100644 --- a/src/tpx/Methane.cpp +++ b/src/tpx/Methane.cpp @@ -1,4 +1,8 @@ //! @file Methane.cpp + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "Methane.h" #include "cantera/base/stringUtils.h" diff --git a/src/tpx/Methane.h b/src/tpx/Methane.h index ffd15556d..fc31d5126 100644 --- a/src/tpx/Methane.h +++ b/src/tpx/Methane.h @@ -1,4 +1,8 @@ //! @file Methane.h + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef TPX_METHANE_H #define TPX_METHANE_H diff --git a/src/tpx/Nitrogen.cpp b/src/tpx/Nitrogen.cpp index 4dfb331df..ef24df3ee 100644 --- a/src/tpx/Nitrogen.cpp +++ b/src/tpx/Nitrogen.cpp @@ -1,4 +1,8 @@ //! @file Nitrogen.cpp + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "Nitrogen.h" #include "cantera/base/stringUtils.h" diff --git a/src/tpx/Nitrogen.h b/src/tpx/Nitrogen.h index 1c7acbe68..332092e53 100644 --- a/src/tpx/Nitrogen.h +++ b/src/tpx/Nitrogen.h @@ -1,4 +1,8 @@ //! @file Nitrogen.h + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef TPX_NITROGEN_H #define TPX_NITROGEN_H diff --git a/src/tpx/Oxygen.cpp b/src/tpx/Oxygen.cpp index 836073434..5cf018e3b 100644 --- a/src/tpx/Oxygen.cpp +++ b/src/tpx/Oxygen.cpp @@ -1,4 +1,8 @@ //! @file Oxygen.cpp + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "Oxygen.h" #include "cantera/base/stringUtils.h" diff --git a/src/tpx/Oxygen.h b/src/tpx/Oxygen.h index 9ab778a67..712b2cdfc 100644 --- a/src/tpx/Oxygen.h +++ b/src/tpx/Oxygen.h @@ -1,4 +1,8 @@ //! @file Oxygen.h + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef TPX_OXYGEN_H #define TPX_OXYGEN_H diff --git a/src/tpx/RedlichKwong.cpp b/src/tpx/RedlichKwong.cpp index f7fea325f..eb71259cf 100644 --- a/src/tpx/RedlichKwong.cpp +++ b/src/tpx/RedlichKwong.cpp @@ -1,4 +1,8 @@ //! @file RedlichKwong.cpp + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "RedlichKwong.h" namespace tpx diff --git a/src/tpx/RedlichKwong.h b/src/tpx/RedlichKwong.h index 92d36bc7b..08bea9845 100644 --- a/src/tpx/RedlichKwong.h +++ b/src/tpx/RedlichKwong.h @@ -1,4 +1,8 @@ //! @file RedlichKwong.h + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef TPX_RK_H #define TPX_RK_H diff --git a/src/tpx/Sub.cpp b/src/tpx/Sub.cpp index b6c9b0663..e0a3dd723 100644 --- a/src/tpx/Sub.cpp +++ b/src/tpx/Sub.cpp @@ -3,6 +3,10 @@ * The Substance class * D. Goodwin, Caltech Nov. 1996 */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/tpx/Sub.h" #include "cantera/base/stringUtils.h" #include "cantera/base/global.h" diff --git a/src/tpx/Water.cpp b/src/tpx/Water.cpp index 51bfe9762..131153738 100644 --- a/src/tpx/Water.cpp +++ b/src/tpx/Water.cpp @@ -1,4 +1,8 @@ //! @file Water.cpp + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "Water.h" #include "cantera/base/stringUtils.h" diff --git a/src/tpx/Water.h b/src/tpx/Water.h index 00dc46df7..95e476438 100644 --- a/src/tpx/Water.h +++ b/src/tpx/Water.h @@ -1,4 +1,8 @@ //! @file Water.h + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef TPX_WATER_H #define TPX_WATER_H diff --git a/src/tpx/lk.cpp b/src/tpx/lk.cpp index 6d573ca8d..4ea4d6d94 100644 --- a/src/tpx/lk.cpp +++ b/src/tpx/lk.cpp @@ -1,5 +1,8 @@ //! @file lk.cpp Lee-Kesler equation of state +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "lk.h" #include diff --git a/src/tpx/lk.h b/src/tpx/lk.h index 55c554c6d..c335dddb7 100644 --- a/src/tpx/lk.h +++ b/src/tpx/lk.h @@ -1,4 +1,8 @@ //! @file lk.h Lee-Kesler equation of state + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #ifndef TPX_LK_H #define TPX_LK_H diff --git a/src/tpx/utils.cpp b/src/tpx/utils.cpp index d3ef3f3dc..9853fa0d5 100644 --- a/src/tpx/utils.cpp +++ b/src/tpx/utils.cpp @@ -1,4 +1,8 @@ //! @file utils.cpp + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/tpx/utils.h" #include "cantera/base/stringUtils.h" diff --git a/src/transport/GasTransport.cpp b/src/transport/GasTransport.cpp index 5535498a0..6122e5070 100644 --- a/src/transport/GasTransport.cpp +++ b/src/transport/GasTransport.cpp @@ -1,4 +1,8 @@ //! @file GasTransport.cpp + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/transport/GasTransport.h" #include "MMCollisionInt.h" #include "cantera/base/stringUtils.h" diff --git a/src/transport/HighPressureGasTransport.cpp b/src/transport/HighPressureGasTransport.cpp index 776b561c8..a37074d53 100644 --- a/src/transport/HighPressureGasTransport.cpp +++ b/src/transport/HighPressureGasTransport.cpp @@ -9,6 +9,10 @@ * of Gases and Liquids, 4th ed., 1987 (viscosity in Ch. 9, Thermal * conductivity in Ch. 10, and Diffusion coefficients in Ch. 11). **/ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/transport/HighPressureGasTransport.h" #include "cantera/numerics/ctlapack.h" #include "cantera/base/utilities.h" diff --git a/src/transport/LTPspecies.cpp b/src/transport/LTPspecies.cpp index 872c48cea..341697a14 100644 --- a/src/transport/LTPspecies.cpp +++ b/src/transport/LTPspecies.cpp @@ -5,6 +5,9 @@ * (see \ref tranprops and \link Cantera::LTPspecies LTPspecies \endlink) . */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/transport/LTPspecies.h" #include "cantera/base/ctml.h" diff --git a/src/transport/LiquidTranInteraction.cpp b/src/transport/LiquidTranInteraction.cpp index 9228805a4..7585eafe1 100644 --- a/src/transport/LiquidTranInteraction.cpp +++ b/src/transport/LiquidTranInteraction.cpp @@ -3,6 +3,9 @@ * Source code for liquid mixture transport property evaluations. */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/transport/LiquidTransportParams.h" #include "cantera/thermo/IonsFromNeutralVPSSTP.h" #include "cantera/thermo/MargulesVPSSTP.h" diff --git a/src/transport/LiquidTransport.cpp b/src/transport/LiquidTransport.cpp index 2ca59a84e..cbd68f01e 100644 --- a/src/transport/LiquidTransport.cpp +++ b/src/transport/LiquidTransport.cpp @@ -2,6 +2,10 @@ * @file LiquidTransport.cpp * Mixture-averaged transport properties for ideal gas mixtures. */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/transport/LiquidTransport.h" #include "cantera/base/stringUtils.h" diff --git a/src/transport/LiquidTransportData.cpp b/src/transport/LiquidTransportData.cpp index 97793db51..d7b4cf222 100644 --- a/src/transport/LiquidTransportData.cpp +++ b/src/transport/LiquidTransportData.cpp @@ -3,6 +3,9 @@ * Source code for liquid transport property evaluations. */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/transport/LiquidTransportData.h" using namespace std; diff --git a/src/transport/LiquidTransportParams.cpp b/src/transport/LiquidTransportParams.cpp index 68edad7fe..66c28bd17 100644 --- a/src/transport/LiquidTransportParams.cpp +++ b/src/transport/LiquidTransportParams.cpp @@ -3,6 +3,9 @@ * Source code for liquid mixture transport property evaluations. */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/transport/LiquidTransportParams.h" using namespace std; diff --git a/src/transport/SimpleTransport.cpp b/src/transport/SimpleTransport.cpp index c766486ba..7f7ea9c9d 100644 --- a/src/transport/SimpleTransport.cpp +++ b/src/transport/SimpleTransport.cpp @@ -2,6 +2,10 @@ * @file SimpleTransport.cpp * Simple mostly constant transport properties */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/transport/SimpleTransport.h" #include "cantera/base/stringUtils.h" diff --git a/src/transport/SolidTransportData.cpp b/src/transport/SolidTransportData.cpp index aa0b44410..922ce2ea8 100644 --- a/src/transport/SolidTransportData.cpp +++ b/src/transport/SolidTransportData.cpp @@ -3,6 +3,9 @@ * Source code for solid transport property evaluations. */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/transport/SolidTransportData.h" using namespace std; diff --git a/src/transport/TransportBase.cpp b/src/transport/TransportBase.cpp index bed4377ca..99ac0bcfa 100644 --- a/src/transport/TransportBase.cpp +++ b/src/transport/TransportBase.cpp @@ -2,6 +2,10 @@ * @file TransportBase.cpp * Mixture-averaged transport properties for ideal gas mixtures. */ + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/transport/TransportBase.h" using namespace std; diff --git a/src/transport/TransportData.cpp b/src/transport/TransportData.cpp index 97324196f..6762022c3 100644 --- a/src/transport/TransportData.cpp +++ b/src/transport/TransportData.cpp @@ -1,5 +1,8 @@ //! @file TransportData.cpp +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/transport/TransportData.h" #include "cantera/thermo/Species.h" #include "cantera/base/ctexceptions.h" diff --git a/src/transport/TransportFactory.cpp b/src/transport/TransportFactory.cpp index 0175a3936..488862561 100644 --- a/src/transport/TransportFactory.cpp +++ b/src/transport/TransportFactory.cpp @@ -1,5 +1,8 @@ //! @file TransportFactory.cpp Implementation file for class TransportFactory. +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + // known transport models #include "cantera/transport/MultiTransport.h" #include "cantera/transport/MixTransport.h" diff --git a/src/transport/TransportParams.cpp b/src/transport/TransportParams.cpp index 7b42e10fd..ade7317fc 100644 --- a/src/transport/TransportParams.cpp +++ b/src/transport/TransportParams.cpp @@ -5,6 +5,9 @@ * (see \ref tranprops and \link Cantera::TransportParams TransportParams \endlink). */ +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/transport/TransportParams.h" using namespace std; diff --git a/src/transport/WaterTransport.cpp b/src/transport/WaterTransport.cpp index 1aebd0f7e..3ad46e5fc 100644 --- a/src/transport/WaterTransport.cpp +++ b/src/transport/WaterTransport.cpp @@ -1,4 +1,8 @@ //! @file WaterTransport.cpp + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/transport/WaterTransport.h" #include "cantera/thermo/VPStandardStateTP.h" #include "cantera/thermo/PDSS_Water.h" diff --git a/src/zeroD/FlowDevice.cpp b/src/zeroD/FlowDevice.cpp index 4a86c4bd3..1d9267501 100644 --- a/src/zeroD/FlowDevice.cpp +++ b/src/zeroD/FlowDevice.cpp @@ -1,4 +1,8 @@ //! @file FlowDevice.cpp + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/zeroD/FlowDevice.h" #include "cantera/zeroD/ReactorBase.h" #include "cantera/numerics/Func1.h" diff --git a/src/zeroD/IdealGasReactor.cpp b/src/zeroD/IdealGasReactor.cpp index 1b73f1586..cdfdfb270 100644 --- a/src/zeroD/IdealGasReactor.cpp +++ b/src/zeroD/IdealGasReactor.cpp @@ -1,5 +1,8 @@ //! @file IdealGasReactor.cpp A zero-dimensional reactor +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/zeroD/IdealGasReactor.h" #include "cantera/zeroD/FlowDevice.h" #include "cantera/zeroD/Wall.h" diff --git a/src/zeroD/ReactorNet.cpp b/src/zeroD/ReactorNet.cpp index 5854b62f6..cad0f79fe 100644 --- a/src/zeroD/ReactorNet.cpp +++ b/src/zeroD/ReactorNet.cpp @@ -1,4 +1,8 @@ //! @file ReactorNet.cpp + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/zeroD/ReactorNet.h" #include "cantera/zeroD/FlowDevice.h" #include "cantera/zeroD/Wall.h" diff --git a/src/zeroD/ReactorSurface.cpp b/src/zeroD/ReactorSurface.cpp index 8ca7a73e4..ce880847c 100644 --- a/src/zeroD/ReactorSurface.cpp +++ b/src/zeroD/ReactorSurface.cpp @@ -1,5 +1,8 @@ //! @file ReactorSurface.cpp +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/zeroD/ReactorSurface.h" #include "cantera/zeroD/ReactorNet.h" #include "cantera/thermo/SurfPhase.h" diff --git a/src/zeroD/Wall.cpp b/src/zeroD/Wall.cpp index eae6719dd..faa29910e 100644 --- a/src/zeroD/Wall.cpp +++ b/src/zeroD/Wall.cpp @@ -1,4 +1,8 @@ //! @file Wall.cpp + +// This file is part of Cantera. See License.txt in the top-level directory or +// at http://www.cantera.org/license.txt for license and copyright information. + #include "cantera/zeroD/Wall.h" #include "cantera/zeroD/ReactorNet.h" #include "cantera/numerics/Func1.h"