From f7d771acf049925b737a6769d30cc0ea36acce9d Mon Sep 17 00:00:00 2001 From: Sevy Harris Date: Mon, 22 May 2023 10:16:17 -0400 Subject: [PATCH] update license year to 2023 in headers --- Arkane.py | 2 +- LICENSE.txt | 2 +- arkane/__init__.py | 2 +- arkane/common.py | 2 +- arkane/commonTest.py | 2 +- arkane/encorr/__init__.py | 2 +- arkane/encorr/ae.py | 2 +- arkane/encorr/aeTest.py | 2 +- arkane/encorr/bac.py | 2 +- arkane/encorr/bacTest.py | 2 +- arkane/encorr/corr.py | 2 +- arkane/encorr/corrTest.py | 2 +- arkane/encorr/data.py | 2 +- arkane/encorr/dataTest.py | 2 +- arkane/encorr/decomp.py | 2 +- arkane/encorr/decompTest.py | 2 +- arkane/encorr/isodesmic.py | 2 +- arkane/encorr/isodesmicTest.py | 2 +- arkane/encorr/reference.py | 2 +- arkane/encorr/referenceTest.py | 2 +- arkane/ess/__init__.py | 2 +- arkane/ess/adapter.py | 2 +- arkane/ess/factory.py | 2 +- arkane/ess/factoryTest.py | 2 +- arkane/ess/gaussian.py | 2 +- arkane/ess/gaussianTest.py | 2 +- arkane/ess/molpro.py | 2 +- arkane/ess/molproTest.py | 2 +- arkane/ess/orca.py | 2 +- arkane/ess/orcaTest.py | 2 +- arkane/ess/psi4.py | 2 +- arkane/ess/psi4Test.py | 2 +- arkane/ess/qchem.py | 2 +- arkane/ess/qchemTest.py | 2 +- arkane/ess/terachem.py | 2 +- arkane/ess/terachemTest.py | 2 +- arkane/exceptions.py | 2 +- arkane/explorer.py | 2 +- arkane/explorerTest.py | 2 +- arkane/input.py | 2 +- arkane/inputTest.py | 2 +- arkane/kinetics.py | 2 +- arkane/kineticsTest.py | 2 +- arkane/main.py | 2 +- arkane/mainTest.py | 2 +- arkane/modelchem.py | 2 +- arkane/modelchemTest.py | 2 +- arkane/output.py | 2 +- arkane/outputTest.py | 2 +- arkane/pdep.py | 2 +- arkane/pdepTest.py | 2 +- arkane/sensitivity.py | 2 +- arkane/statmech.py | 2 +- arkane/statmechTest.py | 2 +- arkane/thermo.py | 2 +- arkane/thermoTest.py | 2 +- rmg.py | 2 +- rmgpy/__init__.py | 2 +- rmgpy/chemkin.pxd | 2 +- rmgpy/chemkin.pyx | 2 +- rmgpy/chemkinTest.py | 2 +- rmgpy/constants.pxd | 2 +- rmgpy/constants.py | 2 +- rmgpy/constantsTest.py | 2 +- rmgpy/constraints.py | 2 +- rmgpy/constraintsTest.py | 2 +- rmgpy/data/__init__.py | 2 +- rmgpy/data/base.py | 2 +- rmgpy/data/baseTest.py | 2 +- rmgpy/data/kinetics/__init__.py | 2 +- rmgpy/data/kinetics/common.py | 2 +- rmgpy/data/kinetics/database.py | 2 +- rmgpy/data/kinetics/depository.py | 2 +- rmgpy/data/kinetics/family.py | 2 +- rmgpy/data/kinetics/familyTest.py | 2 +- rmgpy/data/kinetics/groups.py | 2 +- rmgpy/data/kinetics/kineticsTest.py | 2 +- rmgpy/data/kinetics/library.py | 2 +- rmgpy/data/kinetics/libraryTest.py | 2 +- rmgpy/data/kinetics/rules.py | 2 +- rmgpy/data/reference.py | 2 +- rmgpy/data/rmg.py | 2 +- rmgpy/data/solvation.py | 2 +- rmgpy/data/solvationTest.py | 2 +- rmgpy/data/statmech.py | 2 +- rmgpy/data/statmechfit.py | 2 +- rmgpy/data/surface.py | 2 +- rmgpy/data/surfaceTest.py | 2 +- rmgpy/data/thermo.py | 2 +- rmgpy/data/thermoTest.py | 2 +- rmgpy/data/transport.py | 2 +- rmgpy/data/transportTest.py | 2 +- rmgpy/data/vaporLiquidMassTransfer.py | 2 +- rmgpy/display.py | 2 +- rmgpy/exceptions.py | 2 +- rmgpy/kinetics/__init__.py | 2 +- rmgpy/kinetics/arrhenius.pxd | 2 +- rmgpy/kinetics/arrhenius.pyx | 2 +- rmgpy/kinetics/arrheniusTest.py | 2 +- rmgpy/kinetics/chebyshev.pxd | 2 +- rmgpy/kinetics/chebyshev.pyx | 2 +- rmgpy/kinetics/chebyshevTest.py | 2 +- rmgpy/kinetics/diffusionLimited.py | 2 +- rmgpy/kinetics/diffusionLimitedTest.py | 2 +- rmgpy/kinetics/falloff.pxd | 2 +- rmgpy/kinetics/falloff.pyx | 2 +- rmgpy/kinetics/falloffTest.py | 2 +- rmgpy/kinetics/kineticsdata.pxd | 2 +- rmgpy/kinetics/kineticsdata.pyx | 2 +- rmgpy/kinetics/kineticsdataTest.py | 2 +- rmgpy/kinetics/model.pxd | 2 +- rmgpy/kinetics/model.pyx | 2 +- rmgpy/kinetics/modelTest.py | 2 +- rmgpy/kinetics/surface.pxd | 2 +- rmgpy/kinetics/surface.pyx | 2 +- rmgpy/kinetics/surfaceTest.py | 2 +- rmgpy/kinetics/tunneling.pxd | 2 +- rmgpy/kinetics/tunneling.pyx | 2 +- rmgpy/kinetics/tunnelingTest.py | 2 +- rmgpy/kinetics/uncertainties.pxd | 2 +- rmgpy/kinetics/uncertainties.pyx | 2 +- rmgpy/kinetics/uncertaintiesTest.py | 2 +- rmgpy/ml/__init__.py | 2 +- rmgpy/ml/estimator.py | 2 +- rmgpy/ml/estimator_test.py | 2 +- rmgpy/molecule/__init__.py | 2 +- rmgpy/molecule/adjlist.py | 2 +- rmgpy/molecule/adjlistTest.py | 2 +- rmgpy/molecule/atomtype.pxd | 2 +- rmgpy/molecule/atomtype.py | 2 +- rmgpy/molecule/atomtypeTest.py | 2 +- rmgpy/molecule/atomtypedatabase.py | 2 +- rmgpy/molecule/converter.pxd | 2 +- rmgpy/molecule/converter.py | 2 +- rmgpy/molecule/converterTest.py | 2 +- rmgpy/molecule/draw.py | 2 +- rmgpy/molecule/drawTest.py | 2 +- rmgpy/molecule/element.pxd | 2 +- rmgpy/molecule/element.py | 2 +- rmgpy/molecule/elementTest.py | 2 +- rmgpy/molecule/filtration.py | 2 +- rmgpy/molecule/filtrationTest.py | 2 +- rmgpy/molecule/fragment.py | 29 +++++++++++++++++++++++++ rmgpy/molecule/fragment_test.py | 29 +++++++++++++++++++++++++ rmgpy/molecule/fragment_utils.py | 29 +++++++++++++++++++++++++ rmgpy/molecule/graph.pxd | 2 +- rmgpy/molecule/graph.pyx | 2 +- rmgpy/molecule/graphTest.py | 2 +- rmgpy/molecule/group.pxd | 2 +- rmgpy/molecule/group.py | 2 +- rmgpy/molecule/groupTest.py | 2 +- rmgpy/molecule/inchi.pxd | 2 +- rmgpy/molecule/inchi.py | 2 +- rmgpy/molecule/inchiTest.py | 2 +- rmgpy/molecule/isomorphismTest.py | 2 +- rmgpy/molecule/kekulize.pyx | 2 +- rmgpy/molecule/kekulizeTest.py | 2 +- rmgpy/molecule/molecule.pxd | 2 +- rmgpy/molecule/molecule.py | 2 +- rmgpy/molecule/moleculeTest.py | 2 +- rmgpy/molecule/pathfinder.pxd | 2 +- rmgpy/molecule/pathfinder.py | 2 +- rmgpy/molecule/pathfinderTest.py | 2 +- rmgpy/molecule/resonance.pxd | 2 +- rmgpy/molecule/resonance.py | 2 +- rmgpy/molecule/resonanceTest.py | 2 +- rmgpy/molecule/symmetry.pxd | 2 +- rmgpy/molecule/symmetry.py | 2 +- rmgpy/molecule/symmetryTest.py | 2 +- rmgpy/molecule/translator.pxd | 2 +- rmgpy/molecule/translator.py | 2 +- rmgpy/molecule/translatorTest.py | 2 +- rmgpy/molecule/util.py | 2 +- rmgpy/molecule/utilTest.py | 2 +- rmgpy/molecule/vf2.pxd | 2 +- rmgpy/molecule/vf2.pyx | 2 +- rmgpy/molecule/vf2Test.py | 2 +- rmgpy/pdep/__init__.py | 2 +- rmgpy/pdep/collision.pxd | 2 +- rmgpy/pdep/collision.pyx | 2 +- rmgpy/pdep/collisionTest.py | 2 +- rmgpy/pdep/configuration.pxd | 2 +- rmgpy/pdep/configuration.pyx | 2 +- rmgpy/pdep/configurationTest.py | 2 +- rmgpy/pdep/cse.pyx | 2 +- rmgpy/pdep/draw.py | 2 +- rmgpy/pdep/me.pyx | 2 +- rmgpy/pdep/msc.pyx | 2 +- rmgpy/pdep/network.py | 2 +- rmgpy/pdep/networkTest.py | 2 +- rmgpy/pdep/reaction.pyx | 2 +- rmgpy/pdep/rs.pyx | 2 +- rmgpy/pdep/sls.py | 4 +++- rmgpy/qm/__init__.py | 2 +- rmgpy/qm/gaussian.py | 2 +- rmgpy/qm/gaussianTest.py | 2 +- rmgpy/qm/main.py | 2 +- rmgpy/qm/mainTest.py | 2 +- rmgpy/qm/molecule.py | 2 +- rmgpy/qm/moleculeTest.py | 2 +- rmgpy/qm/mopac.py | 2 +- rmgpy/qm/mopacTest.py | 2 +- rmgpy/qm/qmdata.py | 2 +- rmgpy/qm/qmverifier.py | 2 +- rmgpy/qm/symmetry.py | 2 +- rmgpy/quantity.pxd | 2 +- rmgpy/quantity.py | 2 +- rmgpy/quantityTest.py | 2 +- rmgpy/reaction.pxd | 2 +- rmgpy/reaction.py | 2 +- rmgpy/reactionTest.py | 2 +- rmgpy/rmg/__init__.py | 2 +- rmgpy/rmg/decay.py | 3 ++- rmgpy/rmg/input.py | 2 +- rmgpy/rmg/inputTest.py | 2 +- rmgpy/rmg/listener.py | 2 +- rmgpy/rmg/main.py | 2 +- rmgpy/rmg/mainTest.py | 2 +- rmgpy/rmg/model.py | 2 +- rmgpy/rmg/modelTest.py | 2 +- rmgpy/rmg/output.py | 2 +- rmgpy/rmg/outputTest.py | 2 +- rmgpy/rmg/pdep.py | 2 +- rmgpy/rmg/pdepTest.py | 2 +- rmgpy/rmg/react.py | 2 +- rmgpy/rmg/reactTest.py | 2 +- rmgpy/rmg/reactors.py | 3 ++- rmgpy/rmg/rmgTest.py | 2 +- rmgpy/rmg/settings.py | 2 +- rmgpy/rmgobject.pxd | 2 +- rmgpy/rmgobject.pyx | 2 +- rmgpy/rmgobjectTest.py | 2 +- rmgpy/solver/__init__.py | 2 +- rmgpy/solver/base.pxd | 2 +- rmgpy/solver/base.pyx | 2 +- rmgpy/solver/baseTest.py | 2 +- rmgpy/solver/liquid.pyx | 2 +- rmgpy/solver/liquidTest.py | 2 +- rmgpy/solver/mbSampled.pyx | 2 +- rmgpy/solver/simple.pyx | 2 +- rmgpy/solver/simpleTest.py | 2 +- rmgpy/solver/surface.pyx | 2 +- rmgpy/solver/surfaceTest.py | 2 +- rmgpy/solver/termination.py | 2 +- rmgpy/species.pxd | 2 +- rmgpy/species.py | 2 +- rmgpy/speciesTest.py | 2 +- rmgpy/statmech/__init__.py | 2 +- rmgpy/statmech/conformer.pxd | 2 +- rmgpy/statmech/conformer.pyx | 2 +- rmgpy/statmech/conformerTest.py | 2 +- rmgpy/statmech/mode.pxd | 2 +- rmgpy/statmech/mode.pyx | 2 +- rmgpy/statmech/ndTorsions.py | 2 +- rmgpy/statmech/ndTorsionsTest.py | 2 +- rmgpy/statmech/rotation.pxd | 2 +- rmgpy/statmech/rotation.pyx | 2 +- rmgpy/statmech/rotationTest.py | 2 +- rmgpy/statmech/schrodinger.pxd | 2 +- rmgpy/statmech/schrodinger.pyx | 2 +- rmgpy/statmech/schrodingerTest.py | 2 +- rmgpy/statmech/torsion.pxd | 2 +- rmgpy/statmech/torsion.pyx | 2 +- rmgpy/statmech/torsionTest.py | 2 +- rmgpy/statmech/translation.pxd | 2 +- rmgpy/statmech/translation.pyx | 2 +- rmgpy/statmech/translationTest.py | 2 +- rmgpy/statmech/vibration.pxd | 2 +- rmgpy/statmech/vibration.pyx | 2 +- rmgpy/statmech/vibrationTest.py | 2 +- rmgpy/stats.py | 2 +- rmgpy/statsTest.py | 2 +- rmgpy/thermo/__init__.py | 2 +- rmgpy/thermo/convertTest.py | 2 +- rmgpy/thermo/model.pxd | 2 +- rmgpy/thermo/model.pyx | 2 +- rmgpy/thermo/nasa.pxd | 2 +- rmgpy/thermo/nasa.pyx | 2 +- rmgpy/thermo/nasaTest.py | 2 +- rmgpy/thermo/thermodata.pxd | 2 +- rmgpy/thermo/thermodata.pyx | 2 +- rmgpy/thermo/thermodataTest.py | 2 +- rmgpy/thermo/thermoengine.py | 2 +- rmgpy/thermo/wilhoit.pxd | 2 +- rmgpy/thermo/wilhoit.pyx | 2 +- rmgpy/thermo/wilhoitTest.py | 2 +- rmgpy/tools/__init__.py | 2 +- rmgpy/tools/canteramodel.py | 2 +- rmgpy/tools/canteramodelTest.py | 2 +- rmgpy/tools/ckcsvparser.py | 2 +- rmgpy/tools/data.py | 2 +- rmgpy/tools/diffmodels.py | 2 +- rmgpy/tools/diffmodelsTest.py | 2 +- rmgpy/tools/fluxdiagram.py | 2 +- rmgpy/tools/fluxdiagramTest.py | 2 +- rmgpy/tools/generatereactions.py | 2 +- rmgpy/tools/generatereactionsTest.py | 2 +- rmgpy/tools/globaluncertainty.py | 2 +- rmgpy/tools/isotopes.py | 2 +- rmgpy/tools/isotopesTest.py | 2 +- rmgpy/tools/loader.py | 2 +- rmgpy/tools/mergemodels.py | 2 +- rmgpy/tools/mergemodelsTest.py | 2 +- rmgpy/tools/observablesregression.py | 2 +- rmgpy/tools/plot.py | 2 +- rmgpy/tools/regression.py | 2 +- rmgpy/tools/regressionTest.py | 2 +- rmgpy/tools/simulate.py | 2 +- rmgpy/tools/simulateTest.py | 2 +- rmgpy/tools/uncertainty.py | 2 +- rmgpy/tools/uncertaintyTest.py | 2 +- rmgpy/transport.py | 2 +- rmgpy/transportDataTest.py | 2 +- rmgpy/util.py | 2 +- rmgpy/version.py | 2 +- rmgpy/yml.py | 2 +- scripts/checkModels.py | 2 +- scripts/diffModels.py | 2 +- scripts/generateChemkinHTML.py | 2 +- scripts/generateFluxDiagram.py | 2 +- scripts/generateReactions.py | 2 +- scripts/generateTree.py | 2 +- scripts/isotopes.py | 2 +- scripts/machineWriteDatabase.py | 2 +- scripts/mergeModels.py | 2 +- scripts/rmg2to3.py | 2 +- scripts/simulate.py | 2 +- scripts/standardizeModelSpeciesNames.py | 2 +- scripts/thermoEstimator.py | 2 +- setup.py | 2 +- 330 files changed, 418 insertions(+), 327 deletions(-) diff --git a/Arkane.py b/Arkane.py index 20d15d20b1..c0d4203770 100644 --- a/Arkane.py +++ b/Arkane.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/LICENSE.txt b/LICENSE.txt index e38ab82a7b..400ce683c8 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), +Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) Permission is hereby granted, free of charge, to any person obtaining a diff --git a/arkane/__init__.py b/arkane/__init__.py index 9b83986b20..d9517bc888 100644 --- a/arkane/__init__.py +++ b/arkane/__init__.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/common.py b/arkane/common.py index 4f67ff1977..ef42544220 100644 --- a/arkane/common.py +++ b/arkane/common.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/commonTest.py b/arkane/commonTest.py index 50bff7fe77..3a1af6e27f 100644 --- a/arkane/commonTest.py +++ b/arkane/commonTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/encorr/__init__.py b/arkane/encorr/__init__.py index 8c5ae485da..048fb906d0 100644 --- a/arkane/encorr/__init__.py +++ b/arkane/encorr/__init__.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/encorr/ae.py b/arkane/encorr/ae.py index 7f2d95bbf7..3638705dcd 100644 --- a/arkane/encorr/ae.py +++ b/arkane/encorr/ae.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/encorr/aeTest.py b/arkane/encorr/aeTest.py index de45c11297..d736ad3bf3 100644 --- a/arkane/encorr/aeTest.py +++ b/arkane/encorr/aeTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/encorr/bac.py b/arkane/encorr/bac.py index 915d70ffab..4ee87e9a5d 100644 --- a/arkane/encorr/bac.py +++ b/arkane/encorr/bac.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/encorr/bacTest.py b/arkane/encorr/bacTest.py index 1aac060f5e..54c23313b2 100644 --- a/arkane/encorr/bacTest.py +++ b/arkane/encorr/bacTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/encorr/corr.py b/arkane/encorr/corr.py index 4878a990bc..1f9e8f8f32 100644 --- a/arkane/encorr/corr.py +++ b/arkane/encorr/corr.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/encorr/corrTest.py b/arkane/encorr/corrTest.py index 94c44289f4..32bf52806a 100644 --- a/arkane/encorr/corrTest.py +++ b/arkane/encorr/corrTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/encorr/data.py b/arkane/encorr/data.py index 55cec66957..d96e292048 100644 --- a/arkane/encorr/data.py +++ b/arkane/encorr/data.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/encorr/dataTest.py b/arkane/encorr/dataTest.py index 472388ff52..ffe70861a9 100644 --- a/arkane/encorr/dataTest.py +++ b/arkane/encorr/dataTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/encorr/decomp.py b/arkane/encorr/decomp.py index 405921d7e4..339861d1c2 100644 --- a/arkane/encorr/decomp.py +++ b/arkane/encorr/decomp.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/encorr/decompTest.py b/arkane/encorr/decompTest.py index e753dba616..ee38701ee3 100644 --- a/arkane/encorr/decompTest.py +++ b/arkane/encorr/decompTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/encorr/isodesmic.py b/arkane/encorr/isodesmic.py index 407fcfc531..e9dcb07784 100644 --- a/arkane/encorr/isodesmic.py +++ b/arkane/encorr/isodesmic.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/encorr/isodesmicTest.py b/arkane/encorr/isodesmicTest.py index 7a08450d67..0cae224ca7 100644 --- a/arkane/encorr/isodesmicTest.py +++ b/arkane/encorr/isodesmicTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/encorr/reference.py b/arkane/encorr/reference.py index c3a9d7e91c..7be8e449ef 100644 --- a/arkane/encorr/reference.py +++ b/arkane/encorr/reference.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/encorr/referenceTest.py b/arkane/encorr/referenceTest.py index 28a2e3b8d0..e28aedc6b6 100644 --- a/arkane/encorr/referenceTest.py +++ b/arkane/encorr/referenceTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/ess/__init__.py b/arkane/ess/__init__.py index 7af46cd006..ac7094f1c8 100644 --- a/arkane/ess/__init__.py +++ b/arkane/ess/__init__.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/ess/adapter.py b/arkane/ess/adapter.py index afc7357e13..9b25b1e2c1 100644 --- a/arkane/ess/adapter.py +++ b/arkane/ess/adapter.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/ess/factory.py b/arkane/ess/factory.py index 15e31eaf44..8e50390093 100644 --- a/arkane/ess/factory.py +++ b/arkane/ess/factory.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/ess/factoryTest.py b/arkane/ess/factoryTest.py index 10ca0d2b28..e41845036b 100644 --- a/arkane/ess/factoryTest.py +++ b/arkane/ess/factoryTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/ess/gaussian.py b/arkane/ess/gaussian.py index 0badb0e12d..41e861733f 100644 --- a/arkane/ess/gaussian.py +++ b/arkane/ess/gaussian.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/ess/gaussianTest.py b/arkane/ess/gaussianTest.py index cc2bac6243..1aa5c8f2e0 100644 --- a/arkane/ess/gaussianTest.py +++ b/arkane/ess/gaussianTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/ess/molpro.py b/arkane/ess/molpro.py index 1d5b99006e..e27d3ccba3 100644 --- a/arkane/ess/molpro.py +++ b/arkane/ess/molpro.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/ess/molproTest.py b/arkane/ess/molproTest.py index 31d258fd29..cfc568e4a3 100644 --- a/arkane/ess/molproTest.py +++ b/arkane/ess/molproTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/ess/orca.py b/arkane/ess/orca.py index 7b9774208a..452c4a8448 100644 --- a/arkane/ess/orca.py +++ b/arkane/ess/orca.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/ess/orcaTest.py b/arkane/ess/orcaTest.py index 33a2010ffd..88cf6a8a9e 100644 --- a/arkane/ess/orcaTest.py +++ b/arkane/ess/orcaTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/ess/psi4.py b/arkane/ess/psi4.py index fe61e56c01..9b0daa4bc0 100644 --- a/arkane/ess/psi4.py +++ b/arkane/ess/psi4.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/ess/psi4Test.py b/arkane/ess/psi4Test.py index 5280b8c421..163cd0a23d 100644 --- a/arkane/ess/psi4Test.py +++ b/arkane/ess/psi4Test.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/ess/qchem.py b/arkane/ess/qchem.py index 7d54eccfe6..d6835d47b9 100644 --- a/arkane/ess/qchem.py +++ b/arkane/ess/qchem.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/ess/qchemTest.py b/arkane/ess/qchemTest.py index 3e4f32921a..ccd3556126 100644 --- a/arkane/ess/qchemTest.py +++ b/arkane/ess/qchemTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/ess/terachem.py b/arkane/ess/terachem.py index 7d0d1ddd34..2e680b0da6 100644 --- a/arkane/ess/terachem.py +++ b/arkane/ess/terachem.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/ess/terachemTest.py b/arkane/ess/terachemTest.py index 198e441317..d8c252c1ab 100644 --- a/arkane/ess/terachemTest.py +++ b/arkane/ess/terachemTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/exceptions.py b/arkane/exceptions.py index 374a2aa886..6c26bbc10b 100644 --- a/arkane/exceptions.py +++ b/arkane/exceptions.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/explorer.py b/arkane/explorer.py index 08f6d5a50e..0f2cd4ac27 100644 --- a/arkane/explorer.py +++ b/arkane/explorer.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/explorerTest.py b/arkane/explorerTest.py index 4ad62c789e..259bac3af7 100644 --- a/arkane/explorerTest.py +++ b/arkane/explorerTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/input.py b/arkane/input.py index 69916cd081..2e7788b46d 100644 --- a/arkane/input.py +++ b/arkane/input.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/inputTest.py b/arkane/inputTest.py index bb936bf69f..c2e2671414 100644 --- a/arkane/inputTest.py +++ b/arkane/inputTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/kinetics.py b/arkane/kinetics.py index 17ad493053..2153a0c6f2 100644 --- a/arkane/kinetics.py +++ b/arkane/kinetics.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/kineticsTest.py b/arkane/kineticsTest.py index 3ac9a88ba2..c9ed4be55d 100644 --- a/arkane/kineticsTest.py +++ b/arkane/kineticsTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/main.py b/arkane/main.py index 023434d4db..d3adf14a17 100644 --- a/arkane/main.py +++ b/arkane/main.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/mainTest.py b/arkane/mainTest.py index a2c62fc39d..c7c9fe3c7e 100644 --- a/arkane/mainTest.py +++ b/arkane/mainTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/modelchem.py b/arkane/modelchem.py index 34a40d3b83..33d261ecac 100644 --- a/arkane/modelchem.py +++ b/arkane/modelchem.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/modelchemTest.py b/arkane/modelchemTest.py index 2c16f6b8b3..d1163f41db 100644 --- a/arkane/modelchemTest.py +++ b/arkane/modelchemTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/output.py b/arkane/output.py index 194d41f789..7657834c00 100644 --- a/arkane/output.py +++ b/arkane/output.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/outputTest.py b/arkane/outputTest.py index 34dfb95e44..56de190017 100644 --- a/arkane/outputTest.py +++ b/arkane/outputTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/pdep.py b/arkane/pdep.py index 580892373b..e00be3cc99 100644 --- a/arkane/pdep.py +++ b/arkane/pdep.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/pdepTest.py b/arkane/pdepTest.py index f1e0ad1682..315023ab11 100644 --- a/arkane/pdepTest.py +++ b/arkane/pdepTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/sensitivity.py b/arkane/sensitivity.py index 0d5b2dd5c7..35d7a50645 100644 --- a/arkane/sensitivity.py +++ b/arkane/sensitivity.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/statmech.py b/arkane/statmech.py index 0efbdb42fd..a63600f24b 100644 --- a/arkane/statmech.py +++ b/arkane/statmech.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/statmechTest.py b/arkane/statmechTest.py index 35daffcc1c..9846197505 100644 --- a/arkane/statmechTest.py +++ b/arkane/statmechTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/thermo.py b/arkane/thermo.py index e73a3ac7c3..557aeeaa9c 100644 --- a/arkane/thermo.py +++ b/arkane/thermo.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/arkane/thermoTest.py b/arkane/thermoTest.py index 29577c577f..8d1bab3520 100644 --- a/arkane/thermoTest.py +++ b/arkane/thermoTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmg.py b/rmg.py index f673a22932..26c27c00a4 100644 --- a/rmg.py +++ b/rmg.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/__init__.py b/rmgpy/__init__.py index cf8331da2d..348e09491f 100644 --- a/rmgpy/__init__.py +++ b/rmgpy/__init__.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/chemkin.pxd b/rmgpy/chemkin.pxd index 3ea276daac..b90ef0ac27 100644 --- a/rmgpy/chemkin.pxd +++ b/rmgpy/chemkin.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/chemkin.pyx b/rmgpy/chemkin.pyx index 4712f23d18..e771719301 100644 --- a/rmgpy/chemkin.pyx +++ b/rmgpy/chemkin.pyx @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/chemkinTest.py b/rmgpy/chemkinTest.py index ca7553a0d9..b500cc2a6c 100644 --- a/rmgpy/chemkinTest.py +++ b/rmgpy/chemkinTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/constants.pxd b/rmgpy/constants.pxd index 292ec667ca..c6e7594c08 100644 --- a/rmgpy/constants.pxd +++ b/rmgpy/constants.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/constants.py b/rmgpy/constants.py index 9e7d0f47f5..43e16b4410 100644 --- a/rmgpy/constants.py +++ b/rmgpy/constants.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/constantsTest.py b/rmgpy/constantsTest.py index 33005396d3..6786f051be 100644 --- a/rmgpy/constantsTest.py +++ b/rmgpy/constantsTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/constraints.py b/rmgpy/constraints.py index bdd6607f9f..d00d1ca43b 100644 --- a/rmgpy/constraints.py +++ b/rmgpy/constraints.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/constraintsTest.py b/rmgpy/constraintsTest.py index 04e6770ad9..3b9a002dc5 100644 --- a/rmgpy/constraintsTest.py +++ b/rmgpy/constraintsTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/data/__init__.py b/rmgpy/data/__init__.py index 70c5cb10ed..e56a2151ce 100644 --- a/rmgpy/data/__init__.py +++ b/rmgpy/data/__init__.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/data/base.py b/rmgpy/data/base.py index d2586a6b30..872a1d18d6 100644 --- a/rmgpy/data/base.py +++ b/rmgpy/data/base.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/data/baseTest.py b/rmgpy/data/baseTest.py index b1d8473d4f..37dabc17fc 100644 --- a/rmgpy/data/baseTest.py +++ b/rmgpy/data/baseTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/data/kinetics/__init__.py b/rmgpy/data/kinetics/__init__.py index 2cef01c8d0..a862407bcb 100644 --- a/rmgpy/data/kinetics/__init__.py +++ b/rmgpy/data/kinetics/__init__.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/data/kinetics/common.py b/rmgpy/data/kinetics/common.py index fbe9675971..31e377be09 100644 --- a/rmgpy/data/kinetics/common.py +++ b/rmgpy/data/kinetics/common.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/data/kinetics/database.py b/rmgpy/data/kinetics/database.py index 6961f44604..344c258d81 100644 --- a/rmgpy/data/kinetics/database.py +++ b/rmgpy/data/kinetics/database.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/data/kinetics/depository.py b/rmgpy/data/kinetics/depository.py index ad24c7db36..f3765860a9 100644 --- a/rmgpy/data/kinetics/depository.py +++ b/rmgpy/data/kinetics/depository.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/data/kinetics/family.py b/rmgpy/data/kinetics/family.py index ff81d561c7..42e582598e 100644 --- a/rmgpy/data/kinetics/family.py +++ b/rmgpy/data/kinetics/family.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/data/kinetics/familyTest.py b/rmgpy/data/kinetics/familyTest.py index d3b361bd40..c602c204c9 100644 --- a/rmgpy/data/kinetics/familyTest.py +++ b/rmgpy/data/kinetics/familyTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/data/kinetics/groups.py b/rmgpy/data/kinetics/groups.py index 2db89b451a..70ccc15bb3 100644 --- a/rmgpy/data/kinetics/groups.py +++ b/rmgpy/data/kinetics/groups.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/data/kinetics/kineticsTest.py b/rmgpy/data/kinetics/kineticsTest.py index 874c6b24bd..d786b2500c 100644 --- a/rmgpy/data/kinetics/kineticsTest.py +++ b/rmgpy/data/kinetics/kineticsTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/data/kinetics/library.py b/rmgpy/data/kinetics/library.py index bcaa8c6bd9..747c37d746 100644 --- a/rmgpy/data/kinetics/library.py +++ b/rmgpy/data/kinetics/library.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/data/kinetics/libraryTest.py b/rmgpy/data/kinetics/libraryTest.py index 6074658c0b..07f2da8434 100644 --- a/rmgpy/data/kinetics/libraryTest.py +++ b/rmgpy/data/kinetics/libraryTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/data/kinetics/rules.py b/rmgpy/data/kinetics/rules.py index c47499657f..404850350e 100644 --- a/rmgpy/data/kinetics/rules.py +++ b/rmgpy/data/kinetics/rules.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/data/reference.py b/rmgpy/data/reference.py index 7a09cb8f61..d421cb1017 100644 --- a/rmgpy/data/reference.py +++ b/rmgpy/data/reference.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/data/rmg.py b/rmgpy/data/rmg.py index 1d72bfdd41..9dd230c51a 100644 --- a/rmgpy/data/rmg.py +++ b/rmgpy/data/rmg.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/data/solvation.py b/rmgpy/data/solvation.py index 99a5e26979..6e30e40a28 100644 --- a/rmgpy/data/solvation.py +++ b/rmgpy/data/solvation.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/data/solvationTest.py b/rmgpy/data/solvationTest.py index eedf3f991e..14194cdcff 100644 --- a/rmgpy/data/solvationTest.py +++ b/rmgpy/data/solvationTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/data/statmech.py b/rmgpy/data/statmech.py index 9d885f38fa..f986a525fc 100644 --- a/rmgpy/data/statmech.py +++ b/rmgpy/data/statmech.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/data/statmechfit.py b/rmgpy/data/statmechfit.py index 51e3e68500..25c6df2dd4 100644 --- a/rmgpy/data/statmechfit.py +++ b/rmgpy/data/statmechfit.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/data/surface.py b/rmgpy/data/surface.py index c0345d9848..2c930a13ff 100644 --- a/rmgpy/data/surface.py +++ b/rmgpy/data/surface.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/data/surfaceTest.py b/rmgpy/data/surfaceTest.py index 7a3d2394f2..173f544fb1 100644 --- a/rmgpy/data/surfaceTest.py +++ b/rmgpy/data/surfaceTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/data/thermo.py b/rmgpy/data/thermo.py index cd9951d867..15a7dcab86 100644 --- a/rmgpy/data/thermo.py +++ b/rmgpy/data/thermo.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/data/thermoTest.py b/rmgpy/data/thermoTest.py index 59e43f60ba..01f4200246 100644 --- a/rmgpy/data/thermoTest.py +++ b/rmgpy/data/thermoTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/data/transport.py b/rmgpy/data/transport.py index 05013efd67..14324a55a6 100644 --- a/rmgpy/data/transport.py +++ b/rmgpy/data/transport.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/data/transportTest.py b/rmgpy/data/transportTest.py index 319a99db59..c4d45b3983 100644 --- a/rmgpy/data/transportTest.py +++ b/rmgpy/data/transportTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/data/vaporLiquidMassTransfer.py b/rmgpy/data/vaporLiquidMassTransfer.py index f93968ab33..2abb0fd106 100644 --- a/rmgpy/data/vaporLiquidMassTransfer.py +++ b/rmgpy/data/vaporLiquidMassTransfer.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/display.py b/rmgpy/display.py index b3ae2647fa..3b6c751a10 100644 --- a/rmgpy/display.py +++ b/rmgpy/display.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/exceptions.py b/rmgpy/exceptions.py index dc3010944c..7b4420cf66 100644 --- a/rmgpy/exceptions.py +++ b/rmgpy/exceptions.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/kinetics/__init__.py b/rmgpy/kinetics/__init__.py index a9dc32e49b..0816d655f7 100644 --- a/rmgpy/kinetics/__init__.py +++ b/rmgpy/kinetics/__init__.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/kinetics/arrhenius.pxd b/rmgpy/kinetics/arrhenius.pxd index d3f2b78dc3..21e44a3be3 100644 --- a/rmgpy/kinetics/arrhenius.pxd +++ b/rmgpy/kinetics/arrhenius.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/kinetics/arrhenius.pyx b/rmgpy/kinetics/arrhenius.pyx index 8c4856c560..0f3cde1f44 100644 --- a/rmgpy/kinetics/arrhenius.pyx +++ b/rmgpy/kinetics/arrhenius.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/kinetics/arrheniusTest.py b/rmgpy/kinetics/arrheniusTest.py index f814ac49b3..e9176dc1b3 100644 --- a/rmgpy/kinetics/arrheniusTest.py +++ b/rmgpy/kinetics/arrheniusTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/kinetics/chebyshev.pxd b/rmgpy/kinetics/chebyshev.pxd index 9359f50084..309440ad92 100644 --- a/rmgpy/kinetics/chebyshev.pxd +++ b/rmgpy/kinetics/chebyshev.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/kinetics/chebyshev.pyx b/rmgpy/kinetics/chebyshev.pyx index 3b36ab140a..f6d3b4163a 100644 --- a/rmgpy/kinetics/chebyshev.pyx +++ b/rmgpy/kinetics/chebyshev.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/kinetics/chebyshevTest.py b/rmgpy/kinetics/chebyshevTest.py index b203c34d2d..39fc3a7ab9 100644 --- a/rmgpy/kinetics/chebyshevTest.py +++ b/rmgpy/kinetics/chebyshevTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/kinetics/diffusionLimited.py b/rmgpy/kinetics/diffusionLimited.py index 96a999067b..abfd0853f4 100644 --- a/rmgpy/kinetics/diffusionLimited.py +++ b/rmgpy/kinetics/diffusionLimited.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/kinetics/diffusionLimitedTest.py b/rmgpy/kinetics/diffusionLimitedTest.py index 07b82efa96..2cff6c9d1a 100644 --- a/rmgpy/kinetics/diffusionLimitedTest.py +++ b/rmgpy/kinetics/diffusionLimitedTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/kinetics/falloff.pxd b/rmgpy/kinetics/falloff.pxd index f1f34d4781..78899e8214 100644 --- a/rmgpy/kinetics/falloff.pxd +++ b/rmgpy/kinetics/falloff.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/kinetics/falloff.pyx b/rmgpy/kinetics/falloff.pyx index ad1d595ce8..082ffc048d 100644 --- a/rmgpy/kinetics/falloff.pyx +++ b/rmgpy/kinetics/falloff.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/kinetics/falloffTest.py b/rmgpy/kinetics/falloffTest.py index d39359162d..de267d8254 100644 --- a/rmgpy/kinetics/falloffTest.py +++ b/rmgpy/kinetics/falloffTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/kinetics/kineticsdata.pxd b/rmgpy/kinetics/kineticsdata.pxd index 01e38130bd..e0322ba044 100644 --- a/rmgpy/kinetics/kineticsdata.pxd +++ b/rmgpy/kinetics/kineticsdata.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/kinetics/kineticsdata.pyx b/rmgpy/kinetics/kineticsdata.pyx index a23b146298..7b4617cdd0 100644 --- a/rmgpy/kinetics/kineticsdata.pyx +++ b/rmgpy/kinetics/kineticsdata.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/kinetics/kineticsdataTest.py b/rmgpy/kinetics/kineticsdataTest.py index 558b9afe65..bcf6da8cb6 100644 --- a/rmgpy/kinetics/kineticsdataTest.py +++ b/rmgpy/kinetics/kineticsdataTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/kinetics/model.pxd b/rmgpy/kinetics/model.pxd index 2dcc0d0609..9fa24cb767 100644 --- a/rmgpy/kinetics/model.pxd +++ b/rmgpy/kinetics/model.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/kinetics/model.pyx b/rmgpy/kinetics/model.pyx index 4d27df5615..ae9fafc016 100644 --- a/rmgpy/kinetics/model.pyx +++ b/rmgpy/kinetics/model.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/kinetics/modelTest.py b/rmgpy/kinetics/modelTest.py index 155838e4bc..b603bfe638 100644 --- a/rmgpy/kinetics/modelTest.py +++ b/rmgpy/kinetics/modelTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/kinetics/surface.pxd b/rmgpy/kinetics/surface.pxd index 18cfd574ec..8b43084d2a 100644 --- a/rmgpy/kinetics/surface.pxd +++ b/rmgpy/kinetics/surface.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/kinetics/surface.pyx b/rmgpy/kinetics/surface.pyx index 33e8986e8a..7ada8934e7 100644 --- a/rmgpy/kinetics/surface.pyx +++ b/rmgpy/kinetics/surface.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/kinetics/surfaceTest.py b/rmgpy/kinetics/surfaceTest.py index f5a4a13ee0..52e48accd7 100644 --- a/rmgpy/kinetics/surfaceTest.py +++ b/rmgpy/kinetics/surfaceTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/kinetics/tunneling.pxd b/rmgpy/kinetics/tunneling.pxd index ed190f62e9..e75f2d170d 100644 --- a/rmgpy/kinetics/tunneling.pxd +++ b/rmgpy/kinetics/tunneling.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/kinetics/tunneling.pyx b/rmgpy/kinetics/tunneling.pyx index 37644c59bb..070141bfaf 100644 --- a/rmgpy/kinetics/tunneling.pyx +++ b/rmgpy/kinetics/tunneling.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/kinetics/tunnelingTest.py b/rmgpy/kinetics/tunnelingTest.py index dbe5b526e3..d6a4bbf38e 100644 --- a/rmgpy/kinetics/tunnelingTest.py +++ b/rmgpy/kinetics/tunnelingTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/kinetics/uncertainties.pxd b/rmgpy/kinetics/uncertainties.pxd index 238bf95662..41ee3d0541 100644 --- a/rmgpy/kinetics/uncertainties.pxd +++ b/rmgpy/kinetics/uncertainties.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/kinetics/uncertainties.pyx b/rmgpy/kinetics/uncertainties.pyx index 55f2631771..49d08e7f33 100644 --- a/rmgpy/kinetics/uncertainties.pyx +++ b/rmgpy/kinetics/uncertainties.pyx @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/kinetics/uncertaintiesTest.py b/rmgpy/kinetics/uncertaintiesTest.py index 12cbb0aa51..451ab3b830 100644 --- a/rmgpy/kinetics/uncertaintiesTest.py +++ b/rmgpy/kinetics/uncertaintiesTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/ml/__init__.py b/rmgpy/ml/__init__.py index 866bff40a1..1565f9f655 100644 --- a/rmgpy/ml/__init__.py +++ b/rmgpy/ml/__init__.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/ml/estimator.py b/rmgpy/ml/estimator.py index 6ec2d639a5..84cafb651c 100644 --- a/rmgpy/ml/estimator.py +++ b/rmgpy/ml/estimator.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/ml/estimator_test.py b/rmgpy/ml/estimator_test.py index c414f4256b..807fdc4689 100644 --- a/rmgpy/ml/estimator_test.py +++ b/rmgpy/ml/estimator_test.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/__init__.py b/rmgpy/molecule/__init__.py index f61cdcaada..85e738467a 100644 --- a/rmgpy/molecule/__init__.py +++ b/rmgpy/molecule/__init__.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/adjlist.py b/rmgpy/molecule/adjlist.py index f559dda933..657c9bf7e6 100644 --- a/rmgpy/molecule/adjlist.py +++ b/rmgpy/molecule/adjlist.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/adjlistTest.py b/rmgpy/molecule/adjlistTest.py index 3366f4f0d8..e2b8928550 100644 --- a/rmgpy/molecule/adjlistTest.py +++ b/rmgpy/molecule/adjlistTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/atomtype.pxd b/rmgpy/molecule/atomtype.pxd index 3aa2081a63..573e761645 100644 --- a/rmgpy/molecule/atomtype.pxd +++ b/rmgpy/molecule/atomtype.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/atomtype.py b/rmgpy/molecule/atomtype.py index 6b32247e45..1f2b0d4298 100644 --- a/rmgpy/molecule/atomtype.py +++ b/rmgpy/molecule/atomtype.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/atomtypeTest.py b/rmgpy/molecule/atomtypeTest.py index 8077a16a21..460c74458f 100644 --- a/rmgpy/molecule/atomtypeTest.py +++ b/rmgpy/molecule/atomtypeTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/atomtypedatabase.py b/rmgpy/molecule/atomtypedatabase.py index 4d2b0cb750..9f4c9cf79e 100644 --- a/rmgpy/molecule/atomtypedatabase.py +++ b/rmgpy/molecule/atomtypedatabase.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/converter.pxd b/rmgpy/molecule/converter.pxd index 6914704b6b..25752cfd2d 100644 --- a/rmgpy/molecule/converter.pxd +++ b/rmgpy/molecule/converter.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/converter.py b/rmgpy/molecule/converter.py index a8a518477d..472c345d35 100644 --- a/rmgpy/molecule/converter.py +++ b/rmgpy/molecule/converter.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/converterTest.py b/rmgpy/molecule/converterTest.py index 57fcf1014b..aa8593d607 100644 --- a/rmgpy/molecule/converterTest.py +++ b/rmgpy/molecule/converterTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/draw.py b/rmgpy/molecule/draw.py index edd0cfa002..178bf9d87b 100644 --- a/rmgpy/molecule/draw.py +++ b/rmgpy/molecule/draw.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/drawTest.py b/rmgpy/molecule/drawTest.py index 8dc1952430..a60de2ae7d 100644 --- a/rmgpy/molecule/drawTest.py +++ b/rmgpy/molecule/drawTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/element.pxd b/rmgpy/molecule/element.pxd index 2def30fc30..81623e4092 100644 --- a/rmgpy/molecule/element.pxd +++ b/rmgpy/molecule/element.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/element.py b/rmgpy/molecule/element.py index 3d798c91f5..08842cd37c 100644 --- a/rmgpy/molecule/element.py +++ b/rmgpy/molecule/element.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/elementTest.py b/rmgpy/molecule/elementTest.py index a4e6f5278e..5963cf2ca3 100644 --- a/rmgpy/molecule/elementTest.py +++ b/rmgpy/molecule/elementTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/filtration.py b/rmgpy/molecule/filtration.py index 00eb7530d5..0ccdf991bc 100644 --- a/rmgpy/molecule/filtration.py +++ b/rmgpy/molecule/filtration.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/filtrationTest.py b/rmgpy/molecule/filtrationTest.py index 07bf82955b..6425690db2 100644 --- a/rmgpy/molecule/filtrationTest.py +++ b/rmgpy/molecule/filtrationTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/fragment.py b/rmgpy/molecule/fragment.py index f7742e67dd..8b30c1e32e 100644 --- a/rmgpy/molecule/fragment.py +++ b/rmgpy/molecule/fragment.py @@ -1,3 +1,32 @@ +#!/usr/bin/env python3 + +############################################################################### +# # +# RMG - Reaction Mechanism Generator # +# # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # +# Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # +# # +# Permission is hereby granted, free of charge, to any person obtaining a # +# copy of this software and associated documentation files (the 'Software'), # +# to deal in the Software without restriction, including without limitation # +# the rights to use, copy, modify, merge, publish, distribute, sublicense, # +# and/or sell copies of the Software, and to permit persons to whom the # +# Software is furnished to do so, subject to the following conditions: # +# # +# The above copyright notice and this permission notice shall be included in # +# all copies or substantial portions of the Software. # +# # +# THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING # +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # +# DEALINGS IN THE SOFTWARE. # +# # +############################################################################### + import os from urllib.parse import quote import itertools diff --git a/rmgpy/molecule/fragment_test.py b/rmgpy/molecule/fragment_test.py index 6ed613e54b..6f901ca1b3 100644 --- a/rmgpy/molecule/fragment_test.py +++ b/rmgpy/molecule/fragment_test.py @@ -1,3 +1,32 @@ +#!/usr/bin/env python3 + +############################################################################### +# # +# RMG - Reaction Mechanism Generator # +# # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # +# Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # +# # +# Permission is hereby granted, free of charge, to any person obtaining a # +# copy of this software and associated documentation files (the 'Software'), # +# to deal in the Software without restriction, including without limitation # +# the rights to use, copy, modify, merge, publish, distribute, sublicense, # +# and/or sell copies of the Software, and to permit persons to whom the # +# Software is furnished to do so, subject to the following conditions: # +# # +# The above copyright notice and this permission notice shall be included in # +# all copies or substantial portions of the Software. # +# # +# THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING # +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # +# DEALINGS IN THE SOFTWARE. # +# # +############################################################################### + import os import unittest diff --git a/rmgpy/molecule/fragment_utils.py b/rmgpy/molecule/fragment_utils.py index bc00f65a82..ec5d9dfae6 100644 --- a/rmgpy/molecule/fragment_utils.py +++ b/rmgpy/molecule/fragment_utils.py @@ -1,3 +1,32 @@ +#!/usr/bin/env python3 + +############################################################################### +# # +# RMG - Reaction Mechanism Generator # +# # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # +# Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # +# # +# Permission is hereby granted, free of charge, to any person obtaining a # +# copy of this software and associated documentation files (the 'Software'), # +# to deal in the Software without restriction, including without limitation # +# the rights to use, copy, modify, merge, publish, distribute, sublicense, # +# and/or sell copies of the Software, and to permit persons to whom the # +# Software is furnished to do so, subject to the following conditions: # +# # +# The above copyright notice and this permission notice shall be included in # +# all copies or substantial portions of the Software. # +# # +# THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING # +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # +# DEALINGS IN THE SOFTWARE. # +# # +############################################################################### + import numpy as np def matches_resolve(matches, rr_ll_list): diff --git a/rmgpy/molecule/graph.pxd b/rmgpy/molecule/graph.pxd index 211c22957a..696aa0b07d 100644 --- a/rmgpy/molecule/graph.pxd +++ b/rmgpy/molecule/graph.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/graph.pyx b/rmgpy/molecule/graph.pyx index b6ff16f3c2..207470c4e5 100644 --- a/rmgpy/molecule/graph.pyx +++ b/rmgpy/molecule/graph.pyx @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/graphTest.py b/rmgpy/molecule/graphTest.py index 057d8cf36c..393ae81101 100644 --- a/rmgpy/molecule/graphTest.py +++ b/rmgpy/molecule/graphTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/group.pxd b/rmgpy/molecule/group.pxd index e74f6bea7d..afbd02f161 100644 --- a/rmgpy/molecule/group.pxd +++ b/rmgpy/molecule/group.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/group.py b/rmgpy/molecule/group.py index 1866b9b644..8e00284968 100644 --- a/rmgpy/molecule/group.py +++ b/rmgpy/molecule/group.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/groupTest.py b/rmgpy/molecule/groupTest.py index fd98970a83..d89b60be46 100644 --- a/rmgpy/molecule/groupTest.py +++ b/rmgpy/molecule/groupTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/inchi.pxd b/rmgpy/molecule/inchi.pxd index 6be0d08aa1..f98b314753 100644 --- a/rmgpy/molecule/inchi.pxd +++ b/rmgpy/molecule/inchi.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/inchi.py b/rmgpy/molecule/inchi.py index 4c61f6dca0..23027ae48a 100644 --- a/rmgpy/molecule/inchi.py +++ b/rmgpy/molecule/inchi.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/inchiTest.py b/rmgpy/molecule/inchiTest.py index 5b153fbd91..e66441832f 100644 --- a/rmgpy/molecule/inchiTest.py +++ b/rmgpy/molecule/inchiTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/isomorphismTest.py b/rmgpy/molecule/isomorphismTest.py index 771ecfe516..d7667bbf53 100644 --- a/rmgpy/molecule/isomorphismTest.py +++ b/rmgpy/molecule/isomorphismTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/kekulize.pyx b/rmgpy/molecule/kekulize.pyx index fd3e38ce16..166380c351 100644 --- a/rmgpy/molecule/kekulize.pyx +++ b/rmgpy/molecule/kekulize.pyx @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/kekulizeTest.py b/rmgpy/molecule/kekulizeTest.py index 8ea05a33c1..22b37e81d2 100644 --- a/rmgpy/molecule/kekulizeTest.py +++ b/rmgpy/molecule/kekulizeTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/molecule.pxd b/rmgpy/molecule/molecule.pxd index 3d5062f8bb..4590bbed6b 100644 --- a/rmgpy/molecule/molecule.pxd +++ b/rmgpy/molecule/molecule.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/molecule.py b/rmgpy/molecule/molecule.py index dfaeb70c89..3e5b4f38b4 100644 --- a/rmgpy/molecule/molecule.py +++ b/rmgpy/molecule/molecule.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/moleculeTest.py b/rmgpy/molecule/moleculeTest.py index 649bc22214..39ba361e03 100644 --- a/rmgpy/molecule/moleculeTest.py +++ b/rmgpy/molecule/moleculeTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/pathfinder.pxd b/rmgpy/molecule/pathfinder.pxd index 28238823ed..80e680d4e2 100644 --- a/rmgpy/molecule/pathfinder.pxd +++ b/rmgpy/molecule/pathfinder.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/pathfinder.py b/rmgpy/molecule/pathfinder.py index a115b00d84..c540b80d46 100644 --- a/rmgpy/molecule/pathfinder.py +++ b/rmgpy/molecule/pathfinder.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/pathfinderTest.py b/rmgpy/molecule/pathfinderTest.py index 5e2a7b4db9..7bc3329503 100644 --- a/rmgpy/molecule/pathfinderTest.py +++ b/rmgpy/molecule/pathfinderTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/resonance.pxd b/rmgpy/molecule/resonance.pxd index a911088066..e3b01db841 100644 --- a/rmgpy/molecule/resonance.pxd +++ b/rmgpy/molecule/resonance.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/resonance.py b/rmgpy/molecule/resonance.py index dd9c2726ee..89b0ab3d78 100644 --- a/rmgpy/molecule/resonance.py +++ b/rmgpy/molecule/resonance.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/resonanceTest.py b/rmgpy/molecule/resonanceTest.py index 7a2e17aff5..21c2770035 100644 --- a/rmgpy/molecule/resonanceTest.py +++ b/rmgpy/molecule/resonanceTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/symmetry.pxd b/rmgpy/molecule/symmetry.pxd index 1b10790587..c18ed0d714 100644 --- a/rmgpy/molecule/symmetry.pxd +++ b/rmgpy/molecule/symmetry.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/symmetry.py b/rmgpy/molecule/symmetry.py index b19efddac4..474e413d37 100644 --- a/rmgpy/molecule/symmetry.py +++ b/rmgpy/molecule/symmetry.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/symmetryTest.py b/rmgpy/molecule/symmetryTest.py index 248adb4c79..a162b45c57 100644 --- a/rmgpy/molecule/symmetryTest.py +++ b/rmgpy/molecule/symmetryTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/translator.pxd b/rmgpy/molecule/translator.pxd index 18aeba5c78..20072770e1 100644 --- a/rmgpy/molecule/translator.pxd +++ b/rmgpy/molecule/translator.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/translator.py b/rmgpy/molecule/translator.py index cc159a3be3..1fd0cd2220 100644 --- a/rmgpy/molecule/translator.py +++ b/rmgpy/molecule/translator.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/translatorTest.py b/rmgpy/molecule/translatorTest.py index 9b4e748967..0e4b5502a8 100644 --- a/rmgpy/molecule/translatorTest.py +++ b/rmgpy/molecule/translatorTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/util.py b/rmgpy/molecule/util.py index 3cfe75ae0b..d1093f4582 100644 --- a/rmgpy/molecule/util.py +++ b/rmgpy/molecule/util.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/utilTest.py b/rmgpy/molecule/utilTest.py index 665a6aec4f..94c465608b 100644 --- a/rmgpy/molecule/utilTest.py +++ b/rmgpy/molecule/utilTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/vf2.pxd b/rmgpy/molecule/vf2.pxd index 889def75f0..82ca433025 100644 --- a/rmgpy/molecule/vf2.pxd +++ b/rmgpy/molecule/vf2.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/vf2.pyx b/rmgpy/molecule/vf2.pyx index 1848573c8f..9c8b0d73e3 100644 --- a/rmgpy/molecule/vf2.pyx +++ b/rmgpy/molecule/vf2.pyx @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/molecule/vf2Test.py b/rmgpy/molecule/vf2Test.py index e97dd9fdc7..34c98c1b66 100644 --- a/rmgpy/molecule/vf2Test.py +++ b/rmgpy/molecule/vf2Test.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/pdep/__init__.py b/rmgpy/pdep/__init__.py index 20f4b461f4..905bd061f9 100644 --- a/rmgpy/pdep/__init__.py +++ b/rmgpy/pdep/__init__.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/pdep/collision.pxd b/rmgpy/pdep/collision.pxd index 7b6ab1496d..e445460a7a 100644 --- a/rmgpy/pdep/collision.pxd +++ b/rmgpy/pdep/collision.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/pdep/collision.pyx b/rmgpy/pdep/collision.pyx index 12eea27c3a..0e54e989f5 100644 --- a/rmgpy/pdep/collision.pyx +++ b/rmgpy/pdep/collision.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/pdep/collisionTest.py b/rmgpy/pdep/collisionTest.py index bb8b17c4c7..7d689c81fb 100644 --- a/rmgpy/pdep/collisionTest.py +++ b/rmgpy/pdep/collisionTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/pdep/configuration.pxd b/rmgpy/pdep/configuration.pxd index 195afd9ba5..4f2b5f9989 100644 --- a/rmgpy/pdep/configuration.pxd +++ b/rmgpy/pdep/configuration.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/pdep/configuration.pyx b/rmgpy/pdep/configuration.pyx index 6884e651ec..e44626a923 100644 --- a/rmgpy/pdep/configuration.pyx +++ b/rmgpy/pdep/configuration.pyx @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/pdep/configurationTest.py b/rmgpy/pdep/configurationTest.py index 0190be050a..549411405b 100644 --- a/rmgpy/pdep/configurationTest.py +++ b/rmgpy/pdep/configurationTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/pdep/cse.pyx b/rmgpy/pdep/cse.pyx index d604b6a673..3c00fb2e31 100644 --- a/rmgpy/pdep/cse.pyx +++ b/rmgpy/pdep/cse.pyx @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/pdep/draw.py b/rmgpy/pdep/draw.py index 2df4923327..322a44e9bd 100644 --- a/rmgpy/pdep/draw.py +++ b/rmgpy/pdep/draw.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/pdep/me.pyx b/rmgpy/pdep/me.pyx index 01d77e00b4..8e7535604e 100644 --- a/rmgpy/pdep/me.pyx +++ b/rmgpy/pdep/me.pyx @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/pdep/msc.pyx b/rmgpy/pdep/msc.pyx index 29d617ed4f..f1e580bf23 100644 --- a/rmgpy/pdep/msc.pyx +++ b/rmgpy/pdep/msc.pyx @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/pdep/network.py b/rmgpy/pdep/network.py index 82de12e96a..9618df48bf 100644 --- a/rmgpy/pdep/network.py +++ b/rmgpy/pdep/network.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/pdep/networkTest.py b/rmgpy/pdep/networkTest.py index b461532db1..55a40f8e58 100644 --- a/rmgpy/pdep/networkTest.py +++ b/rmgpy/pdep/networkTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/pdep/reaction.pyx b/rmgpy/pdep/reaction.pyx index c42ea9901e..6c548435e5 100644 --- a/rmgpy/pdep/reaction.pyx +++ b/rmgpy/pdep/reaction.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/pdep/rs.pyx b/rmgpy/pdep/rs.pyx index 9db244f50e..96b1dfbb89 100644 --- a/rmgpy/pdep/rs.pyx +++ b/rmgpy/pdep/rs.pyx @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/pdep/sls.py b/rmgpy/pdep/sls.py index a0fd82183d..fbf9761fcc 100644 --- a/rmgpy/pdep/sls.py +++ b/rmgpy/pdep/sls.py @@ -1,8 +1,10 @@ +#!/usr/bin/env python3 + ############################################################################### # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/qm/__init__.py b/rmgpy/qm/__init__.py index b4a523b278..23a7d808df 100644 --- a/rmgpy/qm/__init__.py +++ b/rmgpy/qm/__init__.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/qm/gaussian.py b/rmgpy/qm/gaussian.py index 993f341ded..e295b7e544 100644 --- a/rmgpy/qm/gaussian.py +++ b/rmgpy/qm/gaussian.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/qm/gaussianTest.py b/rmgpy/qm/gaussianTest.py index 713d9c5365..15504d69c0 100644 --- a/rmgpy/qm/gaussianTest.py +++ b/rmgpy/qm/gaussianTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/qm/main.py b/rmgpy/qm/main.py index 25556401f8..91fc8205c0 100644 --- a/rmgpy/qm/main.py +++ b/rmgpy/qm/main.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/qm/mainTest.py b/rmgpy/qm/mainTest.py index dcfe492910..45c3c5082f 100644 --- a/rmgpy/qm/mainTest.py +++ b/rmgpy/qm/mainTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/qm/molecule.py b/rmgpy/qm/molecule.py index 50277de9ef..c3a9a9fae4 100644 --- a/rmgpy/qm/molecule.py +++ b/rmgpy/qm/molecule.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/qm/moleculeTest.py b/rmgpy/qm/moleculeTest.py index 31bb4e4b40..3e2499cbf6 100644 --- a/rmgpy/qm/moleculeTest.py +++ b/rmgpy/qm/moleculeTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/qm/mopac.py b/rmgpy/qm/mopac.py index b941a82362..357bdd6738 100644 --- a/rmgpy/qm/mopac.py +++ b/rmgpy/qm/mopac.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/qm/mopacTest.py b/rmgpy/qm/mopacTest.py index 7ada11f673..352fae91da 100644 --- a/rmgpy/qm/mopacTest.py +++ b/rmgpy/qm/mopacTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/qm/qmdata.py b/rmgpy/qm/qmdata.py index cee2cbc030..976649ddf7 100644 --- a/rmgpy/qm/qmdata.py +++ b/rmgpy/qm/qmdata.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/qm/qmverifier.py b/rmgpy/qm/qmverifier.py index 089ad69a82..a48316d07e 100644 --- a/rmgpy/qm/qmverifier.py +++ b/rmgpy/qm/qmverifier.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/qm/symmetry.py b/rmgpy/qm/symmetry.py index 8fb2d6cdf2..c64e54e296 100644 --- a/rmgpy/qm/symmetry.py +++ b/rmgpy/qm/symmetry.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/quantity.pxd b/rmgpy/quantity.pxd index 3fa9b744f5..c8a54031d0 100644 --- a/rmgpy/quantity.pxd +++ b/rmgpy/quantity.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/quantity.py b/rmgpy/quantity.py index c68ccd396e..149031d13b 100644 --- a/rmgpy/quantity.py +++ b/rmgpy/quantity.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/quantityTest.py b/rmgpy/quantityTest.py index e6246ac240..3d2815989c 100644 --- a/rmgpy/quantityTest.py +++ b/rmgpy/quantityTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/reaction.pxd b/rmgpy/reaction.pxd index 306f5281a3..7755ba2311 100644 --- a/rmgpy/reaction.pxd +++ b/rmgpy/reaction.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/reaction.py b/rmgpy/reaction.py index b4a808790e..47909dba2b 100644 --- a/rmgpy/reaction.py +++ b/rmgpy/reaction.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/reactionTest.py b/rmgpy/reactionTest.py index a0d60fed45..8c9e2e02e0 100644 --- a/rmgpy/reactionTest.py +++ b/rmgpy/reactionTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/rmg/__init__.py b/rmgpy/rmg/__init__.py index 6a0f39d32a..0cff7c4312 100644 --- a/rmgpy/rmg/__init__.py +++ b/rmgpy/rmg/__init__.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/rmg/decay.py b/rmgpy/rmg/decay.py index d26440002d..4ffd821514 100644 --- a/rmgpy/rmg/decay.py +++ b/rmgpy/rmg/decay.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # @@ -26,6 +26,7 @@ # DEALINGS IN THE SOFTWARE. # # # ############################################################################### + """ Contains classes for automatically breaking down unstable or non-existent species """ diff --git a/rmgpy/rmg/input.py b/rmgpy/rmg/input.py index 271513f503..e04cd82e2e 100644 --- a/rmgpy/rmg/input.py +++ b/rmgpy/rmg/input.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/rmg/inputTest.py b/rmgpy/rmg/inputTest.py index 5082379139..da1dc4d286 100644 --- a/rmgpy/rmg/inputTest.py +++ b/rmgpy/rmg/inputTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/rmg/listener.py b/rmgpy/rmg/listener.py index ea6dbda17f..287d635c26 100644 --- a/rmgpy/rmg/listener.py +++ b/rmgpy/rmg/listener.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/rmg/main.py b/rmgpy/rmg/main.py index 4af6a43256..5460ddc9bd 100644 --- a/rmgpy/rmg/main.py +++ b/rmgpy/rmg/main.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/rmg/mainTest.py b/rmgpy/rmg/mainTest.py index 2127affb57..7776c13ed2 100644 --- a/rmgpy/rmg/mainTest.py +++ b/rmgpy/rmg/mainTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/rmg/model.py b/rmgpy/rmg/model.py index 045a6d7bf0..7718fd353c 100644 --- a/rmgpy/rmg/model.py +++ b/rmgpy/rmg/model.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/rmg/modelTest.py b/rmgpy/rmg/modelTest.py index 8f332b1ac2..78d8b8c2eb 100644 --- a/rmgpy/rmg/modelTest.py +++ b/rmgpy/rmg/modelTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/rmg/output.py b/rmgpy/rmg/output.py index 65e1387e73..93cc8782bb 100644 --- a/rmgpy/rmg/output.py +++ b/rmgpy/rmg/output.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/rmg/outputTest.py b/rmgpy/rmg/outputTest.py index 57a467e282..b130d42fee 100644 --- a/rmgpy/rmg/outputTest.py +++ b/rmgpy/rmg/outputTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/rmg/pdep.py b/rmgpy/rmg/pdep.py index dd180a569c..e5de0f8fec 100644 --- a/rmgpy/rmg/pdep.py +++ b/rmgpy/rmg/pdep.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/rmg/pdepTest.py b/rmgpy/rmg/pdepTest.py index 57ca667352..82f748969e 100644 --- a/rmgpy/rmg/pdepTest.py +++ b/rmgpy/rmg/pdepTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/rmg/react.py b/rmgpy/rmg/react.py index 1c096e6af5..c533d1bb99 100644 --- a/rmgpy/rmg/react.py +++ b/rmgpy/rmg/react.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/rmg/reactTest.py b/rmgpy/rmg/reactTest.py index 9c4a098af0..1737550898 100644 --- a/rmgpy/rmg/reactTest.py +++ b/rmgpy/rmg/reactTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/rmg/reactors.py b/rmgpy/rmg/reactors.py index d102d36c32..97ec6dec6e 100644 --- a/rmgpy/rmg/reactors.py +++ b/rmgpy/rmg/reactors.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # @@ -26,6 +26,7 @@ # DEALINGS IN THE SOFTWARE. # # # ############################################################################### + """ Contains classes for building RMS simulations Note since rms currently can't be imported inside nosetests diff --git a/rmgpy/rmg/rmgTest.py b/rmgpy/rmg/rmgTest.py index e1bbcac8fa..8a07ea5dfc 100644 --- a/rmgpy/rmg/rmgTest.py +++ b/rmgpy/rmg/rmgTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/rmg/settings.py b/rmgpy/rmg/settings.py index 62b59553a5..b4a7bd52e0 100644 --- a/rmgpy/rmg/settings.py +++ b/rmgpy/rmg/settings.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/rmgobject.pxd b/rmgpy/rmgobject.pxd index c5a200b281..73dbc06fc7 100644 --- a/rmgpy/rmgobject.pxd +++ b/rmgpy/rmgobject.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/rmgobject.pyx b/rmgpy/rmgobject.pyx index ae2d2ce658..726cc90b27 100644 --- a/rmgpy/rmgobject.pyx +++ b/rmgpy/rmgobject.pyx @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/rmgobjectTest.py b/rmgpy/rmgobjectTest.py index 921cdb6d92..53929d1b13 100644 --- a/rmgpy/rmgobjectTest.py +++ b/rmgpy/rmgobjectTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/solver/__init__.py b/rmgpy/solver/__init__.py index b109055e7f..8775003159 100644 --- a/rmgpy/solver/__init__.py +++ b/rmgpy/solver/__init__.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/solver/base.pxd b/rmgpy/solver/base.pxd index a088ff6d17..539ffd5884 100644 --- a/rmgpy/solver/base.pxd +++ b/rmgpy/solver/base.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/solver/base.pyx b/rmgpy/solver/base.pyx index bfdb16d2c0..de9a2691b8 100644 --- a/rmgpy/solver/base.pyx +++ b/rmgpy/solver/base.pyx @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/solver/baseTest.py b/rmgpy/solver/baseTest.py index f635946c4e..647657be4f 100644 --- a/rmgpy/solver/baseTest.py +++ b/rmgpy/solver/baseTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/solver/liquid.pyx b/rmgpy/solver/liquid.pyx index 6e6ebeae9b..c4c79aee87 100644 --- a/rmgpy/solver/liquid.pyx +++ b/rmgpy/solver/liquid.pyx @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/solver/liquidTest.py b/rmgpy/solver/liquidTest.py index 622b05aa5a..62024c222c 100644 --- a/rmgpy/solver/liquidTest.py +++ b/rmgpy/solver/liquidTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/solver/mbSampled.pyx b/rmgpy/solver/mbSampled.pyx index 25fb6477fe..b61a25d022 100644 --- a/rmgpy/solver/mbSampled.pyx +++ b/rmgpy/solver/mbSampled.pyx @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/solver/simple.pyx b/rmgpy/solver/simple.pyx index d941403e62..35a7ca1c79 100644 --- a/rmgpy/solver/simple.pyx +++ b/rmgpy/solver/simple.pyx @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/solver/simpleTest.py b/rmgpy/solver/simpleTest.py index 26f971c891..de0c477dea 100644 --- a/rmgpy/solver/simpleTest.py +++ b/rmgpy/solver/simpleTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/solver/surface.pyx b/rmgpy/solver/surface.pyx index 07821142f1..710d86f5dd 100644 --- a/rmgpy/solver/surface.pyx +++ b/rmgpy/solver/surface.pyx @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/solver/surfaceTest.py b/rmgpy/solver/surfaceTest.py index 1cc6452d21..0cf40e9f08 100644 --- a/rmgpy/solver/surfaceTest.py +++ b/rmgpy/solver/surfaceTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/solver/termination.py b/rmgpy/solver/termination.py index 41a61d2d8e..3a61f7e02f 100644 --- a/rmgpy/solver/termination.py +++ b/rmgpy/solver/termination.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/species.pxd b/rmgpy/species.pxd index 3b9f59948b..9922c1e59a 100644 --- a/rmgpy/species.pxd +++ b/rmgpy/species.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/species.py b/rmgpy/species.py index 6ea0b25021..d96ddd307a 100644 --- a/rmgpy/species.py +++ b/rmgpy/species.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/speciesTest.py b/rmgpy/speciesTest.py index eb7e3b50ba..00d0a99afd 100644 --- a/rmgpy/speciesTest.py +++ b/rmgpy/speciesTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/statmech/__init__.py b/rmgpy/statmech/__init__.py index 443f013f7a..f633fe9280 100644 --- a/rmgpy/statmech/__init__.py +++ b/rmgpy/statmech/__init__.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/statmech/conformer.pxd b/rmgpy/statmech/conformer.pxd index 50eb8a26cc..4cd7eb99ac 100644 --- a/rmgpy/statmech/conformer.pxd +++ b/rmgpy/statmech/conformer.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/statmech/conformer.pyx b/rmgpy/statmech/conformer.pyx index 898c5b6f42..857f43a32b 100644 --- a/rmgpy/statmech/conformer.pyx +++ b/rmgpy/statmech/conformer.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/statmech/conformerTest.py b/rmgpy/statmech/conformerTest.py index 5b0d8ea7d6..f1271f344d 100644 --- a/rmgpy/statmech/conformerTest.py +++ b/rmgpy/statmech/conformerTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/statmech/mode.pxd b/rmgpy/statmech/mode.pxd index b278b4b417..9be28471e0 100644 --- a/rmgpy/statmech/mode.pxd +++ b/rmgpy/statmech/mode.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/statmech/mode.pyx b/rmgpy/statmech/mode.pyx index 6aa8f7d51f..a552992f71 100644 --- a/rmgpy/statmech/mode.pyx +++ b/rmgpy/statmech/mode.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/statmech/ndTorsions.py b/rmgpy/statmech/ndTorsions.py index c2291f3d54..9a5909a858 100644 --- a/rmgpy/statmech/ndTorsions.py +++ b/rmgpy/statmech/ndTorsions.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/statmech/ndTorsionsTest.py b/rmgpy/statmech/ndTorsionsTest.py index a9a0221a60..0bd50700ef 100644 --- a/rmgpy/statmech/ndTorsionsTest.py +++ b/rmgpy/statmech/ndTorsionsTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/statmech/rotation.pxd b/rmgpy/statmech/rotation.pxd index 82eb113c3f..943f99500b 100644 --- a/rmgpy/statmech/rotation.pxd +++ b/rmgpy/statmech/rotation.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/statmech/rotation.pyx b/rmgpy/statmech/rotation.pyx index 11caafe248..5ec68c9a2e 100644 --- a/rmgpy/statmech/rotation.pyx +++ b/rmgpy/statmech/rotation.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/statmech/rotationTest.py b/rmgpy/statmech/rotationTest.py index f8d23341c3..422b50ffe0 100644 --- a/rmgpy/statmech/rotationTest.py +++ b/rmgpy/statmech/rotationTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/statmech/schrodinger.pxd b/rmgpy/statmech/schrodinger.pxd index 977a6c1793..ce42a09b1c 100644 --- a/rmgpy/statmech/schrodinger.pxd +++ b/rmgpy/statmech/schrodinger.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/statmech/schrodinger.pyx b/rmgpy/statmech/schrodinger.pyx index 915cc1957b..95d939dc90 100644 --- a/rmgpy/statmech/schrodinger.pyx +++ b/rmgpy/statmech/schrodinger.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/statmech/schrodingerTest.py b/rmgpy/statmech/schrodingerTest.py index c1a5849f7f..e72e713c31 100644 --- a/rmgpy/statmech/schrodingerTest.py +++ b/rmgpy/statmech/schrodingerTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/statmech/torsion.pxd b/rmgpy/statmech/torsion.pxd index 488369ae4a..2a39dbc506 100644 --- a/rmgpy/statmech/torsion.pxd +++ b/rmgpy/statmech/torsion.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/statmech/torsion.pyx b/rmgpy/statmech/torsion.pyx index 3e4dc1003d..9795b02bb1 100644 --- a/rmgpy/statmech/torsion.pyx +++ b/rmgpy/statmech/torsion.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/statmech/torsionTest.py b/rmgpy/statmech/torsionTest.py index b0a2a822cf..8857a8b0d6 100644 --- a/rmgpy/statmech/torsionTest.py +++ b/rmgpy/statmech/torsionTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/statmech/translation.pxd b/rmgpy/statmech/translation.pxd index 7880d537f3..4556029d00 100644 --- a/rmgpy/statmech/translation.pxd +++ b/rmgpy/statmech/translation.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/statmech/translation.pyx b/rmgpy/statmech/translation.pyx index 9516866e9b..d44e6940b7 100644 --- a/rmgpy/statmech/translation.pyx +++ b/rmgpy/statmech/translation.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/statmech/translationTest.py b/rmgpy/statmech/translationTest.py index c9ada424f6..763c0bd5d9 100644 --- a/rmgpy/statmech/translationTest.py +++ b/rmgpy/statmech/translationTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/statmech/vibration.pxd b/rmgpy/statmech/vibration.pxd index 2e568a4907..628ca0f6e7 100644 --- a/rmgpy/statmech/vibration.pxd +++ b/rmgpy/statmech/vibration.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/statmech/vibration.pyx b/rmgpy/statmech/vibration.pyx index 5fee857af6..9201893b69 100644 --- a/rmgpy/statmech/vibration.pyx +++ b/rmgpy/statmech/vibration.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/statmech/vibrationTest.py b/rmgpy/statmech/vibrationTest.py index b565168d34..da0abe6778 100644 --- a/rmgpy/statmech/vibrationTest.py +++ b/rmgpy/statmech/vibrationTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/stats.py b/rmgpy/stats.py index 214b8aab5b..a129390040 100644 --- a/rmgpy/stats.py +++ b/rmgpy/stats.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/statsTest.py b/rmgpy/statsTest.py index 521de71a2d..cf9cbf0bf4 100644 --- a/rmgpy/statsTest.py +++ b/rmgpy/statsTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/thermo/__init__.py b/rmgpy/thermo/__init__.py index e00ee042f0..a7231072bd 100644 --- a/rmgpy/thermo/__init__.py +++ b/rmgpy/thermo/__init__.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/thermo/convertTest.py b/rmgpy/thermo/convertTest.py index 71a3af2b44..3b797aab62 100644 --- a/rmgpy/thermo/convertTest.py +++ b/rmgpy/thermo/convertTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/thermo/model.pxd b/rmgpy/thermo/model.pxd index 93eeb59f50..98dd295a5e 100644 --- a/rmgpy/thermo/model.pxd +++ b/rmgpy/thermo/model.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/thermo/model.pyx b/rmgpy/thermo/model.pyx index dc9a0c71c9..7a4f0a663c 100644 --- a/rmgpy/thermo/model.pyx +++ b/rmgpy/thermo/model.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/thermo/nasa.pxd b/rmgpy/thermo/nasa.pxd index 12ebf1e3f7..b462301f72 100644 --- a/rmgpy/thermo/nasa.pxd +++ b/rmgpy/thermo/nasa.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/thermo/nasa.pyx b/rmgpy/thermo/nasa.pyx index b852baf2fa..e484f3036f 100644 --- a/rmgpy/thermo/nasa.pyx +++ b/rmgpy/thermo/nasa.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/thermo/nasaTest.py b/rmgpy/thermo/nasaTest.py index 79754874be..4c494b6254 100644 --- a/rmgpy/thermo/nasaTest.py +++ b/rmgpy/thermo/nasaTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/thermo/thermodata.pxd b/rmgpy/thermo/thermodata.pxd index 0d01b39720..d9052db0b4 100644 --- a/rmgpy/thermo/thermodata.pxd +++ b/rmgpy/thermo/thermodata.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/thermo/thermodata.pyx b/rmgpy/thermo/thermodata.pyx index c3e39dba2e..5248e79a56 100644 --- a/rmgpy/thermo/thermodata.pyx +++ b/rmgpy/thermo/thermodata.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/thermo/thermodataTest.py b/rmgpy/thermo/thermodataTest.py index 74168938e5..f76573446f 100644 --- a/rmgpy/thermo/thermodataTest.py +++ b/rmgpy/thermo/thermodataTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/thermo/thermoengine.py b/rmgpy/thermo/thermoengine.py index 5aa248a46f..276f52b358 100644 --- a/rmgpy/thermo/thermoengine.py +++ b/rmgpy/thermo/thermoengine.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/thermo/wilhoit.pxd b/rmgpy/thermo/wilhoit.pxd index 43a50314ac..576c8a2e67 100644 --- a/rmgpy/thermo/wilhoit.pxd +++ b/rmgpy/thermo/wilhoit.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/thermo/wilhoit.pyx b/rmgpy/thermo/wilhoit.pyx index 47c70666e7..ad8b6aff6c 100644 --- a/rmgpy/thermo/wilhoit.pyx +++ b/rmgpy/thermo/wilhoit.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/thermo/wilhoitTest.py b/rmgpy/thermo/wilhoitTest.py index 6c40111cb3..6025d9f383 100644 --- a/rmgpy/thermo/wilhoitTest.py +++ b/rmgpy/thermo/wilhoitTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/tools/__init__.py b/rmgpy/tools/__init__.py index 866bff40a1..1565f9f655 100644 --- a/rmgpy/tools/__init__.py +++ b/rmgpy/tools/__init__.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/tools/canteramodel.py b/rmgpy/tools/canteramodel.py index 4684ce4cdb..99aed79de1 100644 --- a/rmgpy/tools/canteramodel.py +++ b/rmgpy/tools/canteramodel.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/tools/canteramodelTest.py b/rmgpy/tools/canteramodelTest.py index ab8709d4b6..0ff2f5e467 100644 --- a/rmgpy/tools/canteramodelTest.py +++ b/rmgpy/tools/canteramodelTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/tools/ckcsvparser.py b/rmgpy/tools/ckcsvparser.py index c0cbce7975..531aaa3fa5 100644 --- a/rmgpy/tools/ckcsvparser.py +++ b/rmgpy/tools/ckcsvparser.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/tools/data.py b/rmgpy/tools/data.py index 398edbb151..78812f4851 100644 --- a/rmgpy/tools/data.py +++ b/rmgpy/tools/data.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/tools/diffmodels.py b/rmgpy/tools/diffmodels.py index 62a2c68e72..51c927493e 100644 --- a/rmgpy/tools/diffmodels.py +++ b/rmgpy/tools/diffmodels.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/tools/diffmodelsTest.py b/rmgpy/tools/diffmodelsTest.py index ad0e1a0d60..7e8b40d1f2 100644 --- a/rmgpy/tools/diffmodelsTest.py +++ b/rmgpy/tools/diffmodelsTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/tools/fluxdiagram.py b/rmgpy/tools/fluxdiagram.py index 14c854dc34..b123fb0b59 100644 --- a/rmgpy/tools/fluxdiagram.py +++ b/rmgpy/tools/fluxdiagram.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/tools/fluxdiagramTest.py b/rmgpy/tools/fluxdiagramTest.py index 4b883f6141..b653ff7261 100644 --- a/rmgpy/tools/fluxdiagramTest.py +++ b/rmgpy/tools/fluxdiagramTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/tools/generatereactions.py b/rmgpy/tools/generatereactions.py index 16fff7ddf6..d37ea85e5c 100644 --- a/rmgpy/tools/generatereactions.py +++ b/rmgpy/tools/generatereactions.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/tools/generatereactionsTest.py b/rmgpy/tools/generatereactionsTest.py index f2444eade9..0a5ddc10b2 100644 --- a/rmgpy/tools/generatereactionsTest.py +++ b/rmgpy/tools/generatereactionsTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/tools/globaluncertainty.py b/rmgpy/tools/globaluncertainty.py index 8fd6b1145e..3ce9c64f26 100644 --- a/rmgpy/tools/globaluncertainty.py +++ b/rmgpy/tools/globaluncertainty.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/tools/isotopes.py b/rmgpy/tools/isotopes.py index 482713645a..b9650dabef 100644 --- a/rmgpy/tools/isotopes.py +++ b/rmgpy/tools/isotopes.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/tools/isotopesTest.py b/rmgpy/tools/isotopesTest.py index 963a8068e8..806821de15 100644 --- a/rmgpy/tools/isotopesTest.py +++ b/rmgpy/tools/isotopesTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/tools/loader.py b/rmgpy/tools/loader.py index 1e7f826975..b190a1a835 100644 --- a/rmgpy/tools/loader.py +++ b/rmgpy/tools/loader.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/tools/mergemodels.py b/rmgpy/tools/mergemodels.py index 67e9531326..7aabda32d9 100644 --- a/rmgpy/tools/mergemodels.py +++ b/rmgpy/tools/mergemodels.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/tools/mergemodelsTest.py b/rmgpy/tools/mergemodelsTest.py index bb22f773f2..9fd8070176 100644 --- a/rmgpy/tools/mergemodelsTest.py +++ b/rmgpy/tools/mergemodelsTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/tools/observablesregression.py b/rmgpy/tools/observablesregression.py index 7474cd22e4..1cce9e1750 100644 --- a/rmgpy/tools/observablesregression.py +++ b/rmgpy/tools/observablesregression.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/tools/plot.py b/rmgpy/tools/plot.py index 5e6c27ef86..e089a46da0 100644 --- a/rmgpy/tools/plot.py +++ b/rmgpy/tools/plot.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/tools/regression.py b/rmgpy/tools/regression.py index 915fb4f660..ad2c952592 100644 --- a/rmgpy/tools/regression.py +++ b/rmgpy/tools/regression.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/tools/regressionTest.py b/rmgpy/tools/regressionTest.py index c72051098d..1abb2cec6e 100644 --- a/rmgpy/tools/regressionTest.py +++ b/rmgpy/tools/regressionTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/tools/simulate.py b/rmgpy/tools/simulate.py index cd19093042..e6648e855f 100644 --- a/rmgpy/tools/simulate.py +++ b/rmgpy/tools/simulate.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/tools/simulateTest.py b/rmgpy/tools/simulateTest.py index 505b26b7f9..664958d194 100644 --- a/rmgpy/tools/simulateTest.py +++ b/rmgpy/tools/simulateTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/tools/uncertainty.py b/rmgpy/tools/uncertainty.py index 92b1a2541f..de9669dc0c 100644 --- a/rmgpy/tools/uncertainty.py +++ b/rmgpy/tools/uncertainty.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/tools/uncertaintyTest.py b/rmgpy/tools/uncertaintyTest.py index d090accda4..770dab0a8e 100644 --- a/rmgpy/tools/uncertaintyTest.py +++ b/rmgpy/tools/uncertaintyTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/transport.py b/rmgpy/transport.py index e59b978352..6c97b81a1b 100644 --- a/rmgpy/transport.py +++ b/rmgpy/transport.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/transportDataTest.py b/rmgpy/transportDataTest.py index a115d59d42..874e848a40 100644 --- a/rmgpy/transportDataTest.py +++ b/rmgpy/transportDataTest.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/util.py b/rmgpy/util.py index a419f1667c..15769e02e6 100644 --- a/rmgpy/util.py +++ b/rmgpy/util.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/version.py b/rmgpy/version.py index 7471b94cea..fa611e30f4 100644 --- a/rmgpy/version.py +++ b/rmgpy/version.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/rmgpy/yml.py b/rmgpy/yml.py index bd41c45d25..cd8b9de5b5 100644 --- a/rmgpy/yml.py +++ b/rmgpy/yml.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/scripts/checkModels.py b/scripts/checkModels.py index f1858a4b7d..2ebd814d1e 100644 --- a/scripts/checkModels.py +++ b/scripts/checkModels.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/scripts/diffModels.py b/scripts/diffModels.py index cb9c4c36f4..daf77a9da4 100644 --- a/scripts/diffModels.py +++ b/scripts/diffModels.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/scripts/generateChemkinHTML.py b/scripts/generateChemkinHTML.py index 0e909ef454..11c546cd4d 100644 --- a/scripts/generateChemkinHTML.py +++ b/scripts/generateChemkinHTML.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/scripts/generateFluxDiagram.py b/scripts/generateFluxDiagram.py index e66cba1993..bf3556f426 100644 --- a/scripts/generateFluxDiagram.py +++ b/scripts/generateFluxDiagram.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/scripts/generateReactions.py b/scripts/generateReactions.py index 1b1f9cd04f..dee87c46a6 100644 --- a/scripts/generateReactions.py +++ b/scripts/generateReactions.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/scripts/generateTree.py b/scripts/generateTree.py index 23591cfd99..262468384c 100644 --- a/scripts/generateTree.py +++ b/scripts/generateTree.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/scripts/isotopes.py b/scripts/isotopes.py index 86dbf288c6..1be934e10d 100644 --- a/scripts/isotopes.py +++ b/scripts/isotopes.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/scripts/machineWriteDatabase.py b/scripts/machineWriteDatabase.py index 224ff8618d..e2e43e90a1 100644 --- a/scripts/machineWriteDatabase.py +++ b/scripts/machineWriteDatabase.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/scripts/mergeModels.py b/scripts/mergeModels.py index 3434a46743..5e30162abe 100644 --- a/scripts/mergeModels.py +++ b/scripts/mergeModels.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/scripts/rmg2to3.py b/scripts/rmg2to3.py index fe3156df6f..704d6c4d72 100644 --- a/scripts/rmg2to3.py +++ b/scripts/rmg2to3.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/scripts/simulate.py b/scripts/simulate.py index 67dbcc735a..a07bc64d84 100644 --- a/scripts/simulate.py +++ b/scripts/simulate.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/scripts/standardizeModelSpeciesNames.py b/scripts/standardizeModelSpeciesNames.py index d5f5d7de50..8d26712c51 100644 --- a/scripts/standardizeModelSpeciesNames.py +++ b/scripts/standardizeModelSpeciesNames.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/scripts/thermoEstimator.py b/scripts/thermoEstimator.py index f28e61bed0..a445a9410b 100644 --- a/scripts/thermoEstimator.py +++ b/scripts/thermoEstimator.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a # diff --git a/setup.py b/setup.py index c09e9d07c3..604a856eb1 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2021 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2023 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a #