From b01d4767239ea67e0785dd22350141155b5c09dc Mon Sep 17 00:00:00 2001 From: Max Liu Date: Mon, 21 Jan 2019 12:24:11 -0500 Subject: [PATCH 1/3] Update copyright date in LICENSE.txt --- LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index e3c5dc40b4..f6919a0e98 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), +Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) Permission is hereby granted, free of charge, to any person obtaining a From 496b8fe7bda21bc533de1b3e2721412e2e1d4a7a Mon Sep 17 00:00:00 2001 From: Max Liu Date: Mon, 21 Jan 2019 12:32:36 -0500 Subject: [PATCH 2/3] Fix update-headers function for arkane changes --- utilities.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/utilities.py b/utilities.py index 0282dc4914..14b9c88831 100644 --- a/utilities.py +++ b/utilities.py @@ -255,10 +255,11 @@ def replace_header(oldfile): # Compile list of files to modify filelist = ['rmg.py', 'arkane.py', 'setup.py'] - root_dirs = ['rmgpy', 'scripts'] + root_dirs = ['rmgpy', 'arkane', 'scripts'] for root_dir in root_dirs: for root, dirs, files in os.walk(root_dir): - if 'test_data' in root or 'files' in root or '/tools/data' in root or '/arkane/data' in root: + if 'test_data' in root or 'files' in root or '/tools/data' in root or 'arkane/data' in root: + print 'Skipping ' + root continue print root for f in files: From bd08400c30dc92ad5ee3e81ea9b87035b03635d6 Mon Sep 17 00:00:00 2001 From: Max Liu Date: Mon, 21 Jan 2019 12:38:07 -0500 Subject: [PATCH 3/3] Automatically update file headers --- Arkane.py | 2 +- arkane/__init__.py | 2 +- arkane/common.py | 2 +- arkane/commonTest.py | 2 +- arkane/explorer.py | 2 +- arkane/explorerTest.py | 2 +- arkane/gaussian.py | 2 +- arkane/gaussianTest.py | 2 +- arkane/input.py | 2 +- arkane/kinetics.py | 2 +- arkane/main.py | 2 +- arkane/mainTest.py | 2 +- arkane/molpro.py | 2 +- arkane/molproTest.py | 2 +- arkane/output.py | 2 +- arkane/pdep.py | 2 +- arkane/pdepTest.py | 2 +- arkane/qchem.py | 2 +- arkane/qchemTest.py | 2 +- arkane/sensitivity.py | 2 +- arkane/statmech.py | 2 +- arkane/statmechTest.py | 2 +- arkane/thermo.py | 2 +- rmg.py | 2 +- rmgpy/__init__.py | 2 +- rmgpy/chemkin.pxd | 5 +---- rmgpy/chemkin.pyx | 5 +---- 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/thermo.py | 2 +- rmgpy/data/thermoTest.py | 2 +- rmgpy/data/transport.py | 2 +- rmgpy/data/transportTest.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/tunneling.pxd | 2 +- rmgpy/kinetics/tunneling.pyx | 2 +- rmgpy/kinetics/tunnelingTest.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/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.pxd | 2 +- rmgpy/pdep/reaction.pyx | 2 +- rmgpy/pdep/rs.pyx | 2 +- 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/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/reduction/__init__.py | 2 +- rmgpy/reduction/input.py | 2 +- rmgpy/reduction/main.py | 2 +- rmgpy/reduction/model.py | 2 +- rmgpy/reduction/modelTest.py | 2 +- rmgpy/reduction/optimization.py | 2 +- rmgpy/reduction/optimizationTest.py | 2 +- rmgpy/reduction/output.py | 2 +- rmgpy/reduction/rates.py | 2 +- rmgpy/reduction/reduction.py | 2 +- rmgpy/reduction/reductionTest.py | 2 +- rmgpy/restart.py | 2 +- rmgpy/rmg/__init__.py | 2 +- 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/parreactTest.py | 2 +- rmgpy/rmg/pdep.py | 2 +- rmgpy/rmg/pdepTest.py | 2 +- rmgpy/rmg/react.py | 2 +- rmgpy/rmg/reactTest.py | 2 +- rmgpy/rmg/rmgTest.py | 2 +- rmgpy/rmg/settings.py | 2 +- rmgpy/scoop_framework/__init__.py | 2 +- rmgpy/scoop_framework/framework.py | 2 +- rmgpy/scoop_framework/util.py | 2 +- rmgpy/scoop_framework/utilTest.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/simple.pyx | 2 +- rmgpy/solver/simpleTest.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/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/thermoengineTest.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/canteraTest.py | 2 +- rmgpy/tools/data.py | 2 +- rmgpy/tools/diff_models.py | 2 +- rmgpy/tools/diff_modelsTest.py | 2 +- rmgpy/tools/extractInfoFromckcsv.py | 2 +- rmgpy/tools/fluxdiagram.py | 2 +- rmgpy/tools/fluxtest.py | 2 +- rmgpy/tools/generate_reactions.py | 2 +- rmgpy/tools/isotopes.py | 2 +- rmgpy/tools/isotopesTest.py | 2 +- rmgpy/tools/loader.py | 2 +- rmgpy/tools/merge_models.py | 2 +- rmgpy/tools/muq.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/testGenerateReactions.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 +- scripts/checkModels.py | 2 +- scripts/convertFAME.py | 2 +- scripts/diffModels.py | 2 +- scripts/generateChemkinHTML.py | 2 +- scripts/generateFluxDiagram.py | 2 +- scripts/generateReactions.py | 2 +- scripts/isotopes.py | 29 ++++++++++++++++++++++++- scripts/machineWriteDatabase.py | 2 +- scripts/mergeModels.py | 2 +- scripts/simulate.py | 2 +- scripts/standardizeModelSpeciesNames.py | 2 +- scripts/thermoEstimator.py | 2 +- setup.py | 2 +- 288 files changed, 315 insertions(+), 294 deletions(-) diff --git a/Arkane.py b/Arkane.py index 76222501a5..244950e7ad 100644 --- a/Arkane.py +++ b/Arkane.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 56cc9d8cac..42d7fd02aa 100644 --- a/arkane/__init__.py +++ b/arkane/__init__.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 11c02e07bf..4d1ba64560 100644 --- a/arkane/common.py +++ b/arkane/common.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 8680db14ab..415578730b 100644 --- a/arkane/commonTest.py +++ b/arkane/commonTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 1a3ab13d6c..bd86332b49 100644 --- a/arkane/explorer.py +++ b/arkane/explorer.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 ca722566bb..2ac04cc159 100644 --- a/arkane/explorerTest.py +++ b/arkane/explorerTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/gaussian.py b/arkane/gaussian.py index a7da18695d..b4b31b3f33 100644 --- a/arkane/gaussian.py +++ b/arkane/gaussian.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/gaussianTest.py b/arkane/gaussianTest.py index cf33f07dcb..9ab5fa52ff 100644 --- a/arkane/gaussianTest.py +++ b/arkane/gaussianTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 3ffb802369..7ff9c0dcc7 100644 --- a/arkane/input.py +++ b/arkane/input.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 2ce3d43a8a..34d0cfa210 100644 --- a/arkane/kinetics.py +++ b/arkane/kinetics.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 d16f1463fb..6394420516 100644 --- a/arkane/main.py +++ b/arkane/main.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 4250fa6a57..7a6af7a094 100644 --- a/arkane/mainTest.py +++ b/arkane/mainTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/molpro.py b/arkane/molpro.py index 0e644ee39e..043c31dbb6 100644 --- a/arkane/molpro.py +++ b/arkane/molpro.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/molproTest.py b/arkane/molproTest.py index 85b59df3e1..8ae438fc33 100644 --- a/arkane/molproTest.py +++ b/arkane/molproTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 f214ea938d..227656efb5 100644 --- a/arkane/output.py +++ b/arkane/output.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 f5e54c505c..977221ba2d 100644 --- a/arkane/pdep.py +++ b/arkane/pdep.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 8836642a3d..ab6ed29082 100644 --- a/arkane/pdepTest.py +++ b/arkane/pdepTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/qchem.py b/arkane/qchem.py index 9791dd2022..64a199895c 100644 --- a/arkane/qchem.py +++ b/arkane/qchem.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/qchemTest.py b/arkane/qchemTest.py index 0c567162b3..e777cdd738 100644 --- a/arkane/qchemTest.py +++ b/arkane/qchemTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 a3a176ce7a..c69b3e88a3 100644 --- a/arkane/sensitivity.py +++ b/arkane/sensitivity.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 7d6220a3bb..12b766532f 100644 --- a/arkane/statmech.py +++ b/arkane/statmech.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 d75993d176..a3add1f97e 100644 --- a/arkane/statmechTest.py +++ b/arkane/statmechTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 13028f3539..a8b096ca06 100644 --- a/arkane/thermo.py +++ b/arkane/thermo.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 9cbb46998d..0439c85626 100644 --- a/rmg.py +++ b/rmg.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 eedf3c6e18..598e6f28d4 100644 --- a/rmgpy/__init__.py +++ b/rmgpy/__init__.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 f23407f709..1d5a4fdfe6 100644 --- a/rmgpy/chemkin.pxd +++ b/rmgpy/chemkin.pxd @@ -1,11 +1,8 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- - ############################################################################### # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 bfd042577d..5a626255fa 100644 --- a/rmgpy/chemkin.pyx +++ b/rmgpy/chemkin.pyx @@ -1,11 +1,8 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- - ############################################################################### # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 9097404f53..7b1a0e689a 100644 --- a/rmgpy/chemkinTest.py +++ b/rmgpy/chemkinTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 56fc36c2c8..775ecaa81a 100644 --- a/rmgpy/constants.pxd +++ b/rmgpy/constants.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 a0aafe9d09..604bdaa75b 100644 --- a/rmgpy/constants.py +++ b/rmgpy/constants.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 c21b3d4430..69f57509fe 100644 --- a/rmgpy/constantsTest.py +++ b/rmgpy/constantsTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 459f7811e9..5a65121ba8 100644 --- a/rmgpy/constraints.py +++ b/rmgpy/constraints.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 8dd37c27cb..d8643bba1d 100644 --- a/rmgpy/constraintsTest.py +++ b/rmgpy/constraintsTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 2af4b50be9..a1ecd741f8 100644 --- a/rmgpy/data/__init__.py +++ b/rmgpy/data/__init__.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 6b1208ebf6..c1d95b5bde 100644 --- a/rmgpy/data/base.py +++ b/rmgpy/data/base.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 9fab6afa90..855fdf4d6a 100644 --- a/rmgpy/data/baseTest.py +++ b/rmgpy/data/baseTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 eef2258072..25bdc16c99 100644 --- a/rmgpy/data/kinetics/__init__.py +++ b/rmgpy/data/kinetics/__init__.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 9cd21160ed..ab5e4c6f3f 100644 --- a/rmgpy/data/kinetics/common.py +++ b/rmgpy/data/kinetics/common.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 be63e3a8dc..815338f0ad 100644 --- a/rmgpy/data/kinetics/database.py +++ b/rmgpy/data/kinetics/database.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 60faffde83..bdbed62aa5 100644 --- a/rmgpy/data/kinetics/depository.py +++ b/rmgpy/data/kinetics/depository.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 b6f448373c..3827222436 100644 --- a/rmgpy/data/kinetics/family.py +++ b/rmgpy/data/kinetics/family.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 320ff7020a..cbd59db3f0 100644 --- a/rmgpy/data/kinetics/familyTest.py +++ b/rmgpy/data/kinetics/familyTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 0f46a5c99e..173b8b4028 100644 --- a/rmgpy/data/kinetics/groups.py +++ b/rmgpy/data/kinetics/groups.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 3af5d96085..0158b4d3b1 100644 --- a/rmgpy/data/kinetics/kineticsTest.py +++ b/rmgpy/data/kinetics/kineticsTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 43bb6d867d..f2984a99f1 100644 --- a/rmgpy/data/kinetics/library.py +++ b/rmgpy/data/kinetics/library.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 eab18cef17..d79908edfe 100644 --- a/rmgpy/data/kinetics/libraryTest.py +++ b/rmgpy/data/kinetics/libraryTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 3fda09a577..5c67ef69ba 100644 --- a/rmgpy/data/kinetics/rules.py +++ b/rmgpy/data/kinetics/rules.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 e2f5097d8c..72569bb9a0 100644 --- a/rmgpy/data/reference.py +++ b/rmgpy/data/reference.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 a540fe6c98..8594e926da 100644 --- a/rmgpy/data/rmg.py +++ b/rmgpy/data/rmg.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 44f6847431..a5a09279aa 100644 --- a/rmgpy/data/solvation.py +++ b/rmgpy/data/solvation.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 7da7ddfdc9..05f34c7afb 100644 --- a/rmgpy/data/solvationTest.py +++ b/rmgpy/data/solvationTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 7886817d25..f8a0ecf4e4 100644 --- a/rmgpy/data/statmech.py +++ b/rmgpy/data/statmech.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 f51d09840b..a3073b704a 100644 --- a/rmgpy/data/statmechfit.py +++ b/rmgpy/data/statmechfit.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 da78be6d81..0e13e4bd94 100644 --- a/rmgpy/data/thermo.py +++ b/rmgpy/data/thermo.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 b90b28ec96..682cfd565e 100644 --- a/rmgpy/data/thermoTest.py +++ b/rmgpy/data/thermoTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 f30790a3de..49bd4862ac 100644 --- a/rmgpy/data/transport.py +++ b/rmgpy/data/transport.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 6846d2b371..663c5f9ac3 100644 --- a/rmgpy/data/transportTest.py +++ b/rmgpy/data/transportTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 6df7a2f960..f496e03711 100644 --- a/rmgpy/display.py +++ b/rmgpy/display.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 32b8239007..420a85a186 100644 --- a/rmgpy/exceptions.py +++ b/rmgpy/exceptions.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 507d8e8147..932b53ff78 100644 --- a/rmgpy/kinetics/__init__.py +++ b/rmgpy/kinetics/__init__.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 3bd0b90cc6..c0fe4b2159 100644 --- a/rmgpy/kinetics/arrhenius.pxd +++ b/rmgpy/kinetics/arrhenius.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 e2f09372d6..130d673988 100644 --- a/rmgpy/kinetics/arrhenius.pyx +++ b/rmgpy/kinetics/arrhenius.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 6fe1cd5732..4aeba48f7c 100644 --- a/rmgpy/kinetics/arrheniusTest.py +++ b/rmgpy/kinetics/arrheniusTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 e3de112b20..9a168cd0d0 100644 --- a/rmgpy/kinetics/chebyshev.pxd +++ b/rmgpy/kinetics/chebyshev.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 7e598eb7f2..3775f9bb23 100644 --- a/rmgpy/kinetics/chebyshev.pyx +++ b/rmgpy/kinetics/chebyshev.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 00447a9d87..abb39227ad 100644 --- a/rmgpy/kinetics/chebyshevTest.py +++ b/rmgpy/kinetics/chebyshevTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 84647a31d4..8821a60c89 100644 --- a/rmgpy/kinetics/diffusionLimited.py +++ b/rmgpy/kinetics/diffusionLimited.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 e49f2b4b32..15e6ee993a 100644 --- a/rmgpy/kinetics/diffusionLimitedTest.py +++ b/rmgpy/kinetics/diffusionLimitedTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 1c73649d75..4b42360998 100644 --- a/rmgpy/kinetics/falloff.pxd +++ b/rmgpy/kinetics/falloff.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 10ad08cfe9..c015bce12f 100644 --- a/rmgpy/kinetics/falloff.pyx +++ b/rmgpy/kinetics/falloff.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 e3f19fe93c..dfb9fbc2c8 100644 --- a/rmgpy/kinetics/falloffTest.py +++ b/rmgpy/kinetics/falloffTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 ce745232ba..067a74167e 100644 --- a/rmgpy/kinetics/kineticsdata.pxd +++ b/rmgpy/kinetics/kineticsdata.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 d0eeeb0ad1..06103cf3d3 100644 --- a/rmgpy/kinetics/kineticsdata.pyx +++ b/rmgpy/kinetics/kineticsdata.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 da7445df77..b30427cc44 100644 --- a/rmgpy/kinetics/kineticsdataTest.py +++ b/rmgpy/kinetics/kineticsdataTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 9901c3fef5..08fccf45e5 100644 --- a/rmgpy/kinetics/model.pxd +++ b/rmgpy/kinetics/model.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 ddd099f6d5..5b6d99b04b 100644 --- a/rmgpy/kinetics/model.pyx +++ b/rmgpy/kinetics/model.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 515a3537f3..064de05bab 100644 --- a/rmgpy/kinetics/modelTest.py +++ b/rmgpy/kinetics/modelTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 149a480f94..a660a93972 100644 --- a/rmgpy/kinetics/tunneling.pxd +++ b/rmgpy/kinetics/tunneling.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 2de089304e..9e28fe19f2 100644 --- a/rmgpy/kinetics/tunneling.pyx +++ b/rmgpy/kinetics/tunneling.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 58e7d0df65..b3ac5a0e26 100644 --- a/rmgpy/kinetics/tunnelingTest.py +++ b/rmgpy/kinetics/tunnelingTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 8041c667ee..930c261434 100644 --- a/rmgpy/ml/__init__.py +++ b/rmgpy/ml/__init__.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 7fc0a01843..4dd1e4e299 100644 --- a/rmgpy/ml/estimator.py +++ b/rmgpy/ml/estimator.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 d4a0aa7538..807d3e5d8a 100644 --- a/rmgpy/ml/estimator_test.py +++ b/rmgpy/ml/estimator_test.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 c3cad71a41..0dd76cd220 100644 --- a/rmgpy/molecule/__init__.py +++ b/rmgpy/molecule/__init__.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 a6fa3fb52b..b67cca2ca1 100644 --- a/rmgpy/molecule/adjlist.py +++ b/rmgpy/molecule/adjlist.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 8be9ff4643..702288898c 100644 --- a/rmgpy/molecule/adjlistTest.py +++ b/rmgpy/molecule/adjlistTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 9317dcb17e..c01555f3c7 100644 --- a/rmgpy/molecule/atomtype.pxd +++ b/rmgpy/molecule/atomtype.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 ee17335f11..6e954d0ac5 100644 --- a/rmgpy/molecule/atomtype.py +++ b/rmgpy/molecule/atomtype.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 e384f858e1..aac6e1025a 100644 --- a/rmgpy/molecule/atomtypeTest.py +++ b/rmgpy/molecule/atomtypeTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 da64342dad..021c9755df 100644 --- a/rmgpy/molecule/atomtypedatabase.py +++ b/rmgpy/molecule/atomtypedatabase.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 976fb9d7bc..254b2911c2 100644 --- a/rmgpy/molecule/converter.pxd +++ b/rmgpy/molecule/converter.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 178c791720..be87c22ba7 100644 --- a/rmgpy/molecule/converter.py +++ b/rmgpy/molecule/converter.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 76f1a50c7d..211f9a876b 100644 --- a/rmgpy/molecule/converterTest.py +++ b/rmgpy/molecule/converterTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 8b619f6e0f..a04fc022d6 100644 --- a/rmgpy/molecule/draw.py +++ b/rmgpy/molecule/draw.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 817bc2789f..eeea28804f 100644 --- a/rmgpy/molecule/drawTest.py +++ b/rmgpy/molecule/drawTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 ec50acefbb..e96ca277f4 100644 --- a/rmgpy/molecule/element.pxd +++ b/rmgpy/molecule/element.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 338e4599f1..eb498d88f9 100644 --- a/rmgpy/molecule/element.py +++ b/rmgpy/molecule/element.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 fae99fa5c9..18946231c6 100644 --- a/rmgpy/molecule/elementTest.py +++ b/rmgpy/molecule/elementTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 aa8fdb3b25..4c70ab63dd 100644 --- a/rmgpy/molecule/filtration.py +++ b/rmgpy/molecule/filtration.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 3ea5105e59..74b4c14488 100644 --- a/rmgpy/molecule/filtrationTest.py +++ b/rmgpy/molecule/filtrationTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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.pxd b/rmgpy/molecule/graph.pxd index 5df91402ea..852092e1c9 100644 --- a/rmgpy/molecule/graph.pxd +++ b/rmgpy/molecule/graph.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 da60b36d19..b1704cad2c 100644 --- a/rmgpy/molecule/graph.pyx +++ b/rmgpy/molecule/graph.pyx @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 9513b02c52..659af19f48 100644 --- a/rmgpy/molecule/graphTest.py +++ b/rmgpy/molecule/graphTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 279ce9429b..8fe1268e8f 100644 --- a/rmgpy/molecule/group.pxd +++ b/rmgpy/molecule/group.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 b269559a33..1693c69972 100644 --- a/rmgpy/molecule/group.py +++ b/rmgpy/molecule/group.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 2ffff6c5b3..17f8e9ce98 100644 --- a/rmgpy/molecule/groupTest.py +++ b/rmgpy/molecule/groupTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 56170bd87f..799169386b 100644 --- a/rmgpy/molecule/inchi.pxd +++ b/rmgpy/molecule/inchi.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 80823a287c..f7cb2ceeae 100644 --- a/rmgpy/molecule/inchi.py +++ b/rmgpy/molecule/inchi.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 124d4820b7..a355af9f04 100644 --- a/rmgpy/molecule/inchiTest.py +++ b/rmgpy/molecule/inchiTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 556ec28e5c..0529bbe379 100644 --- a/rmgpy/molecule/isomorphismTest.py +++ b/rmgpy/molecule/isomorphismTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 ffe1f38b4b..21a257a5bb 100644 --- a/rmgpy/molecule/kekulize.pyx +++ b/rmgpy/molecule/kekulize.pyx @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 60217fefd1..718d0ddb47 100644 --- a/rmgpy/molecule/kekulizeTest.py +++ b/rmgpy/molecule/kekulizeTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 aaecb1fcb1..3c37d9d453 100644 --- a/rmgpy/molecule/molecule.pxd +++ b/rmgpy/molecule/molecule.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 d43daf5a37..f0d88d7419 100644 --- a/rmgpy/molecule/molecule.py +++ b/rmgpy/molecule/molecule.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 0d928703c1..c77082af95 100644 --- a/rmgpy/molecule/moleculeTest.py +++ b/rmgpy/molecule/moleculeTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 c230d385b7..26ea27c1f7 100644 --- a/rmgpy/molecule/pathfinder.pxd +++ b/rmgpy/molecule/pathfinder.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 8b046d7e31..7d47da6f1f 100644 --- a/rmgpy/molecule/pathfinder.py +++ b/rmgpy/molecule/pathfinder.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 17132c4588..d44b00d9e7 100644 --- a/rmgpy/molecule/pathfinderTest.py +++ b/rmgpy/molecule/pathfinderTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 61b4c027be..a1670aa925 100644 --- a/rmgpy/molecule/resonance.pxd +++ b/rmgpy/molecule/resonance.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 cac6f06397..cc9fbd40a2 100644 --- a/rmgpy/molecule/resonance.py +++ b/rmgpy/molecule/resonance.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 6135197f83..8d34044803 100644 --- a/rmgpy/molecule/resonanceTest.py +++ b/rmgpy/molecule/resonanceTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 efec26b090..82c102570e 100644 --- a/rmgpy/molecule/symmetry.pxd +++ b/rmgpy/molecule/symmetry.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 b3beda2190..b7a89a20c6 100644 --- a/rmgpy/molecule/symmetry.py +++ b/rmgpy/molecule/symmetry.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 a01b5d0ee2..cd80d94888 100644 --- a/rmgpy/molecule/symmetryTest.py +++ b/rmgpy/molecule/symmetryTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 0d6c48416d..7ccef4717f 100644 --- a/rmgpy/molecule/translator.pxd +++ b/rmgpy/molecule/translator.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 2ac3bc1ee6..dbef1ec79b 100644 --- a/rmgpy/molecule/translator.py +++ b/rmgpy/molecule/translator.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 25f2e7b240..e0d99635ac 100644 --- a/rmgpy/molecule/translatorTest.py +++ b/rmgpy/molecule/translatorTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 8aa2cf3df1..31466a5cf1 100644 --- a/rmgpy/molecule/util.py +++ b/rmgpy/molecule/util.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 16b4b17af8..5b1b8df49d 100644 --- a/rmgpy/molecule/utilTest.py +++ b/rmgpy/molecule/utilTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 8720f74cdd..86a09983f8 100644 --- a/rmgpy/molecule/vf2.pxd +++ b/rmgpy/molecule/vf2.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 1158e8f690..9348e5ff1b 100644 --- a/rmgpy/molecule/vf2.pyx +++ b/rmgpy/molecule/vf2.pyx @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 7e1aff6f2a..91163630ff 100644 --- a/rmgpy/molecule/vf2Test.py +++ b/rmgpy/molecule/vf2Test.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 247f5af54e..6e2c1424ac 100644 --- a/rmgpy/pdep/__init__.py +++ b/rmgpy/pdep/__init__.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 2cfb8538d6..1890f8692e 100644 --- a/rmgpy/pdep/collision.pxd +++ b/rmgpy/pdep/collision.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 ebfd9be451..9627c81b34 100644 --- a/rmgpy/pdep/collision.pyx +++ b/rmgpy/pdep/collision.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 15296f29b2..f62a2ae07a 100644 --- a/rmgpy/pdep/collisionTest.py +++ b/rmgpy/pdep/collisionTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 2cc37155f4..b6fb076257 100644 --- a/rmgpy/pdep/configuration.pxd +++ b/rmgpy/pdep/configuration.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 c0212b699c..fe6caebb1a 100644 --- a/rmgpy/pdep/configuration.pyx +++ b/rmgpy/pdep/configuration.pyx @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 ef6f87781c..0655e45938 100644 --- a/rmgpy/pdep/configurationTest.py +++ b/rmgpy/pdep/configurationTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 2f6234457f..4f0a168c6a 100644 --- a/rmgpy/pdep/cse.pyx +++ b/rmgpy/pdep/cse.pyx @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 5b521045e6..447497fb89 100644 --- a/rmgpy/pdep/draw.py +++ b/rmgpy/pdep/draw.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 c3a758611f..4bf9dc2ed5 100644 --- a/rmgpy/pdep/me.pyx +++ b/rmgpy/pdep/me.pyx @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 b48b5ce0d6..9ff24ff591 100644 --- a/rmgpy/pdep/msc.pyx +++ b/rmgpy/pdep/msc.pyx @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 6f1bdfa92c..a2ac042794 100644 --- a/rmgpy/pdep/network.py +++ b/rmgpy/pdep/network.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 202d1e7427..868cc288d8 100644 --- a/rmgpy/pdep/networkTest.py +++ b/rmgpy/pdep/networkTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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.pxd b/rmgpy/pdep/reaction.pxd index 1baee61739..85e1fe8153 100644 --- a/rmgpy/pdep/reaction.pxd +++ b/rmgpy/pdep/reaction.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 ceeab40f34..1dd104e415 100644 --- a/rmgpy/pdep/reaction.pyx +++ b/rmgpy/pdep/reaction.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 dac8996454..61823b4163 100644 --- a/rmgpy/pdep/rs.pyx +++ b/rmgpy/pdep/rs.pyx @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 7be6a93639..cf6da97f81 100644 --- a/rmgpy/qm/__init__.py +++ b/rmgpy/qm/__init__.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 813c3e14ae..4cc21f2da9 100644 --- a/rmgpy/qm/gaussian.py +++ b/rmgpy/qm/gaussian.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 5a11be3749..b4bb303d6d 100644 --- a/rmgpy/qm/gaussianTest.py +++ b/rmgpy/qm/gaussianTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 17e3a8d186..5a66f5a2a9 100644 --- a/rmgpy/qm/main.py +++ b/rmgpy/qm/main.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 1e4a374fd4..085c8630c2 100644 --- a/rmgpy/qm/mainTest.py +++ b/rmgpy/qm/mainTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 e79c3dc1b3..14574d45f7 100644 --- a/rmgpy/qm/molecule.py +++ b/rmgpy/qm/molecule.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 33dcd7a575..f9277352f4 100644 --- a/rmgpy/qm/mopac.py +++ b/rmgpy/qm/mopac.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 a62b2ec73c..55923fa463 100644 --- a/rmgpy/qm/mopacTest.py +++ b/rmgpy/qm/mopacTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 64b96174ec..ad09961ee0 100644 --- a/rmgpy/qm/qmdata.py +++ b/rmgpy/qm/qmdata.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 474ce123de..24c52e3b53 100644 --- a/rmgpy/qm/qmverifier.py +++ b/rmgpy/qm/qmverifier.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 1d254bd6f0..2c822faa94 100644 --- a/rmgpy/qm/symmetry.py +++ b/rmgpy/qm/symmetry.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 926b2f001d..02f1bfa028 100644 --- a/rmgpy/quantity.pxd +++ b/rmgpy/quantity.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 a3296b3773..c5d3e2370e 100644 --- a/rmgpy/quantity.py +++ b/rmgpy/quantity.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 735ac2411e..4dfbbaeb76 100644 --- a/rmgpy/quantityTest.py +++ b/rmgpy/quantityTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 87bbec244b..17995d5de2 100644 --- a/rmgpy/reaction.pxd +++ b/rmgpy/reaction.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 e72b5fe628..3289cc5c93 100644 --- a/rmgpy/reaction.py +++ b/rmgpy/reaction.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 de0e765e6b..fd5224cc81 100644 --- a/rmgpy/reactionTest.py +++ b/rmgpy/reactionTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/reduction/__init__.py b/rmgpy/reduction/__init__.py index 8041c667ee..930c261434 100644 --- a/rmgpy/reduction/__init__.py +++ b/rmgpy/reduction/__init__.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/reduction/input.py b/rmgpy/reduction/input.py index 033a2add68..31dcc9e239 100644 --- a/rmgpy/reduction/input.py +++ b/rmgpy/reduction/input.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/reduction/main.py b/rmgpy/reduction/main.py index 9ba60c3fe5..997c7e0af1 100644 --- a/rmgpy/reduction/main.py +++ b/rmgpy/reduction/main.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/reduction/model.py b/rmgpy/reduction/model.py index 1cec932d28..73471486dd 100644 --- a/rmgpy/reduction/model.py +++ b/rmgpy/reduction/model.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/reduction/modelTest.py b/rmgpy/reduction/modelTest.py index 6a457470a7..50c21e1153 100644 --- a/rmgpy/reduction/modelTest.py +++ b/rmgpy/reduction/modelTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/reduction/optimization.py b/rmgpy/reduction/optimization.py index c25b0602fd..d2bbbee945 100644 --- a/rmgpy/reduction/optimization.py +++ b/rmgpy/reduction/optimization.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/reduction/optimizationTest.py b/rmgpy/reduction/optimizationTest.py index 59c113d935..51dac51272 100644 --- a/rmgpy/reduction/optimizationTest.py +++ b/rmgpy/reduction/optimizationTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/reduction/output.py b/rmgpy/reduction/output.py index aa7b28b018..79a279be8c 100644 --- a/rmgpy/reduction/output.py +++ b/rmgpy/reduction/output.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/reduction/rates.py b/rmgpy/reduction/rates.py index 3cc6be09ec..2d3aa12198 100644 --- a/rmgpy/reduction/rates.py +++ b/rmgpy/reduction/rates.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/reduction/reduction.py b/rmgpy/reduction/reduction.py index c99b8cb28e..c2d2cfa8b3 100644 --- a/rmgpy/reduction/reduction.py +++ b/rmgpy/reduction/reduction.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/reduction/reductionTest.py b/rmgpy/reduction/reductionTest.py index 187785e4d1..6b73674578 100644 --- a/rmgpy/reduction/reductionTest.py +++ b/rmgpy/reduction/reductionTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/restart.py b/rmgpy/restart.py index fbd2f277b6..093dd88aee 100644 --- a/rmgpy/restart.py +++ b/rmgpy/restart.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 b5bb00509e..4ea5ad6243 100644 --- a/rmgpy/rmg/__init__.py +++ b/rmgpy/rmg/__init__.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/input.py b/rmgpy/rmg/input.py index 6e8eae6b07..7913cdc6d5 100644 --- a/rmgpy/rmg/input.py +++ b/rmgpy/rmg/input.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 915f0fc00b..1900ed3589 100644 --- a/rmgpy/rmg/inputTest.py +++ b/rmgpy/rmg/inputTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 096cdf35fd..9cfcf47458 100644 --- a/rmgpy/rmg/listener.py +++ b/rmgpy/rmg/listener.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 bfb92c373d..53eea950c3 100644 --- a/rmgpy/rmg/main.py +++ b/rmgpy/rmg/main.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 49558a700b..897ef361b2 100644 --- a/rmgpy/rmg/mainTest.py +++ b/rmgpy/rmg/mainTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 80cb95d038..68c421c2c5 100644 --- a/rmgpy/rmg/model.py +++ b/rmgpy/rmg/model.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 05c6aea5b6..4ce9bbeaef 100644 --- a/rmgpy/rmg/modelTest.py +++ b/rmgpy/rmg/modelTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 3bb1810fc5..3a75c12495 100644 --- a/rmgpy/rmg/output.py +++ b/rmgpy/rmg/output.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 3e1eea9825..18ce1dd269 100644 --- a/rmgpy/rmg/outputTest.py +++ b/rmgpy/rmg/outputTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/parreactTest.py b/rmgpy/rmg/parreactTest.py index 84c01a5910..e23b955a44 100644 --- a/rmgpy/rmg/parreactTest.py +++ b/rmgpy/rmg/parreactTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 07f043b478..fa35941a3d 100644 --- a/rmgpy/rmg/pdep.py +++ b/rmgpy/rmg/pdep.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 1c9ecfc209..9b33ff39de 100644 --- a/rmgpy/rmg/pdepTest.py +++ b/rmgpy/rmg/pdepTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 e27e091df1..9a08a07fb9 100644 --- a/rmgpy/rmg/react.py +++ b/rmgpy/rmg/react.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 19d9e7c728..8bf9fc5e3e 100644 --- a/rmgpy/rmg/reactTest.py +++ b/rmgpy/rmg/reactTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/rmgTest.py b/rmgpy/rmg/rmgTest.py index 2df993158f..1183b2baf8 100644 --- a/rmgpy/rmg/rmgTest.py +++ b/rmgpy/rmg/rmgTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 c3da9a7020..e2f2d4966e 100644 --- a/rmgpy/rmg/settings.py +++ b/rmgpy/rmg/settings.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/scoop_framework/__init__.py b/rmgpy/scoop_framework/__init__.py index 8041c667ee..930c261434 100644 --- a/rmgpy/scoop_framework/__init__.py +++ b/rmgpy/scoop_framework/__init__.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/scoop_framework/framework.py b/rmgpy/scoop_framework/framework.py index 880543c2de..a6d45619d4 100644 --- a/rmgpy/scoop_framework/framework.py +++ b/rmgpy/scoop_framework/framework.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/scoop_framework/util.py b/rmgpy/scoop_framework/util.py index 51ca1c05bc..0234116e36 100644 --- a/rmgpy/scoop_framework/util.py +++ b/rmgpy/scoop_framework/util.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/scoop_framework/utilTest.py b/rmgpy/scoop_framework/utilTest.py index 03f6d72de3..a581d5878b 100644 --- a/rmgpy/scoop_framework/utilTest.py +++ b/rmgpy/scoop_framework/utilTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 b2b0cd5fae..47bacced78 100644 --- a/rmgpy/solver/__init__.py +++ b/rmgpy/solver/__init__.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 671dd7a85d..2e299edef8 100644 --- a/rmgpy/solver/base.pxd +++ b/rmgpy/solver/base.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 4e14f450f2..eb844bf658 100644 --- a/rmgpy/solver/base.pyx +++ b/rmgpy/solver/base.pyx @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 0da37f7144..92946b541e 100644 --- a/rmgpy/solver/baseTest.py +++ b/rmgpy/solver/baseTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 62d5faa684..a2f9afd679 100644 --- a/rmgpy/solver/liquid.pyx +++ b/rmgpy/solver/liquid.pyx @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 91ca8255eb..105f78d17c 100644 --- a/rmgpy/solver/liquidTest.py +++ b/rmgpy/solver/liquidTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 8b755f6179..ce5641c9ed 100644 --- a/rmgpy/solver/simple.pyx +++ b/rmgpy/solver/simple.pyx @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 feff4502b8..41d231c963 100644 --- a/rmgpy/solver/simpleTest.py +++ b/rmgpy/solver/simpleTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 377bc0a56c..d0cecb1d7d 100644 --- a/rmgpy/species.pxd +++ b/rmgpy/species.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 76e89e7f83..d98922dbb5 100644 --- a/rmgpy/species.py +++ b/rmgpy/species.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 4d7ce56bcb..0ffba17ab6 100644 --- a/rmgpy/speciesTest.py +++ b/rmgpy/speciesTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 a55e612256..225097fa7c 100644 --- a/rmgpy/statmech/__init__.py +++ b/rmgpy/statmech/__init__.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 e5c77d11fb..69ee44694b 100644 --- a/rmgpy/statmech/conformer.pxd +++ b/rmgpy/statmech/conformer.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 b7ef457af1..48cfe2046c 100644 --- a/rmgpy/statmech/conformer.pyx +++ b/rmgpy/statmech/conformer.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 a63b3bdc42..97b546ce41 100644 --- a/rmgpy/statmech/conformerTest.py +++ b/rmgpy/statmech/conformerTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 f2bdfc0ca2..501804a36b 100644 --- a/rmgpy/statmech/mode.pxd +++ b/rmgpy/statmech/mode.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 7cbdc5c304..7472381798 100644 --- a/rmgpy/statmech/mode.pyx +++ b/rmgpy/statmech/mode.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 959dcedf97..e85dcdc38e 100644 --- a/rmgpy/statmech/rotation.pxd +++ b/rmgpy/statmech/rotation.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 e65182c02b..44ee1eab6c 100644 --- a/rmgpy/statmech/rotation.pyx +++ b/rmgpy/statmech/rotation.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 6f58194702..eb82f0638e 100644 --- a/rmgpy/statmech/rotationTest.py +++ b/rmgpy/statmech/rotationTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 3a1be1ab42..187e78ec7a 100644 --- a/rmgpy/statmech/schrodinger.pxd +++ b/rmgpy/statmech/schrodinger.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 146e644f80..0d81f71688 100644 --- a/rmgpy/statmech/schrodinger.pyx +++ b/rmgpy/statmech/schrodinger.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 2c39569d34..64fdc594d3 100644 --- a/rmgpy/statmech/schrodingerTest.py +++ b/rmgpy/statmech/schrodingerTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 640972db81..16f56c1708 100644 --- a/rmgpy/statmech/torsion.pxd +++ b/rmgpy/statmech/torsion.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 866a32a224..6e5f393210 100644 --- a/rmgpy/statmech/torsion.pyx +++ b/rmgpy/statmech/torsion.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 4b09086d33..8d6315e8e3 100644 --- a/rmgpy/statmech/torsionTest.py +++ b/rmgpy/statmech/torsionTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 6797f0c2dc..e8b90f6224 100644 --- a/rmgpy/statmech/translation.pxd +++ b/rmgpy/statmech/translation.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 90564b0062..8ff8c59014 100644 --- a/rmgpy/statmech/translation.pyx +++ b/rmgpy/statmech/translation.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 3da45b38e1..28788b57bb 100644 --- a/rmgpy/statmech/translationTest.py +++ b/rmgpy/statmech/translationTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 9aafb191f6..e01a92525d 100644 --- a/rmgpy/statmech/vibration.pxd +++ b/rmgpy/statmech/vibration.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 139aeebfdf..ab9c90a9b5 100644 --- a/rmgpy/statmech/vibration.pyx +++ b/rmgpy/statmech/vibration.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 fc33b286e5..ad34191491 100644 --- a/rmgpy/statmech/vibrationTest.py +++ b/rmgpy/statmech/vibrationTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 ae4f5f0267..cdaba9d7c6 100644 --- a/rmgpy/stats.py +++ b/rmgpy/stats.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 72b61c4ebf..0777b34516 100644 --- a/rmgpy/statsTest.py +++ b/rmgpy/statsTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 a17d2673af..f599c1ae50 100644 --- a/rmgpy/thermo/__init__.py +++ b/rmgpy/thermo/__init__.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 87ea83f266..e39780f277 100644 --- a/rmgpy/thermo/convertTest.py +++ b/rmgpy/thermo/convertTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 0d72ddeb87..716159a8bb 100644 --- a/rmgpy/thermo/model.pxd +++ b/rmgpy/thermo/model.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 ecda4ec534..2f51a6889a 100644 --- a/rmgpy/thermo/model.pyx +++ b/rmgpy/thermo/model.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 6c5fb99ff7..d401eb3b83 100644 --- a/rmgpy/thermo/nasa.pxd +++ b/rmgpy/thermo/nasa.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 04709c97cf..73e0900d3e 100644 --- a/rmgpy/thermo/nasa.pyx +++ b/rmgpy/thermo/nasa.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 d929321402..40d62f46a8 100644 --- a/rmgpy/thermo/nasaTest.py +++ b/rmgpy/thermo/nasaTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 0b4c33e478..2711e97945 100644 --- a/rmgpy/thermo/thermodata.pxd +++ b/rmgpy/thermo/thermodata.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 065ae299f1..476ebfbae6 100644 --- a/rmgpy/thermo/thermodata.pyx +++ b/rmgpy/thermo/thermodata.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 32687de1e9..fcb64c6175 100644 --- a/rmgpy/thermo/thermodataTest.py +++ b/rmgpy/thermo/thermodataTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 19bae230a5..b2145975c7 100644 --- a/rmgpy/thermo/thermoengine.py +++ b/rmgpy/thermo/thermoengine.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/thermoengineTest.py b/rmgpy/thermo/thermoengineTest.py index f8c6dbe55a..9a45085a9d 100644 --- a/rmgpy/thermo/thermoengineTest.py +++ b/rmgpy/thermo/thermoengineTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 d2f28f3e4d..48ba686ca7 100644 --- a/rmgpy/thermo/wilhoit.pxd +++ b/rmgpy/thermo/wilhoit.pxd @@ -2,7 +2,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 55c76e2844..f7f0efa399 100644 --- a/rmgpy/thermo/wilhoit.pyx +++ b/rmgpy/thermo/wilhoit.pyx @@ -4,7 +4,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 e63505ef69..3d548c6a45 100644 --- a/rmgpy/thermo/wilhoitTest.py +++ b/rmgpy/thermo/wilhoitTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 8041c667ee..930c261434 100644 --- a/rmgpy/tools/__init__.py +++ b/rmgpy/tools/__init__.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 9440c6a892..7a2126ae5b 100644 --- a/rmgpy/tools/canteraModel.py +++ b/rmgpy/tools/canteraModel.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/canteraTest.py b/rmgpy/tools/canteraTest.py index f33791f7da..55d8a5020a 100644 --- a/rmgpy/tools/canteraTest.py +++ b/rmgpy/tools/canteraTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 2100cdb7bd..f7f85a1a12 100644 --- a/rmgpy/tools/data.py +++ b/rmgpy/tools/data.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/diff_models.py b/rmgpy/tools/diff_models.py index 3b19ff6b51..f6e4e0c965 100644 --- a/rmgpy/tools/diff_models.py +++ b/rmgpy/tools/diff_models.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/diff_modelsTest.py b/rmgpy/tools/diff_modelsTest.py index 58f85b7649..00d95c2258 100644 --- a/rmgpy/tools/diff_modelsTest.py +++ b/rmgpy/tools/diff_modelsTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/extractInfoFromckcsv.py b/rmgpy/tools/extractInfoFromckcsv.py index b4b92dd628..9a34e8d658 100644 --- a/rmgpy/tools/extractInfoFromckcsv.py +++ b/rmgpy/tools/extractInfoFromckcsv.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 931556aec8..ea89a3c585 100644 --- a/rmgpy/tools/fluxdiagram.py +++ b/rmgpy/tools/fluxdiagram.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/fluxtest.py b/rmgpy/tools/fluxtest.py index d5b3536e1b..440a025bc8 100644 --- a/rmgpy/tools/fluxtest.py +++ b/rmgpy/tools/fluxtest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/generate_reactions.py b/rmgpy/tools/generate_reactions.py index f33940474d..1c0ea40e46 100644 --- a/rmgpy/tools/generate_reactions.py +++ b/rmgpy/tools/generate_reactions.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 99016aa1f6..329c7df4fc 100644 --- a/rmgpy/tools/isotopes.py +++ b/rmgpy/tools/isotopes.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 87a12ad974..fdeacc4547 100644 --- a/rmgpy/tools/isotopesTest.py +++ b/rmgpy/tools/isotopesTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 7e15b1cdce..943b23e349 100644 --- a/rmgpy/tools/loader.py +++ b/rmgpy/tools/loader.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/merge_models.py b/rmgpy/tools/merge_models.py index 17a6c04887..6004e7ac85 100644 --- a/rmgpy/tools/merge_models.py +++ b/rmgpy/tools/merge_models.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/muq.py b/rmgpy/tools/muq.py index b8498313d6..7219112c93 100644 --- a/rmgpy/tools/muq.py +++ b/rmgpy/tools/muq.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 f0e851fc60..6f615ffd02 100644 --- a/rmgpy/tools/observablesRegression.py +++ b/rmgpy/tools/observablesRegression.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 80c77e76f2..f4ac920612 100644 --- a/rmgpy/tools/plot.py +++ b/rmgpy/tools/plot.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 716f4163a2..f03e635748 100644 --- a/rmgpy/tools/regression.py +++ b/rmgpy/tools/regression.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 6fe0a102de..22cf2370b3 100644 --- a/rmgpy/tools/regressionTest.py +++ b/rmgpy/tools/regressionTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 1f47670ed9..cde10785b5 100644 --- a/rmgpy/tools/simulate.py +++ b/rmgpy/tools/simulate.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 d43c535931..fedeabd671 100644 --- a/rmgpy/tools/simulateTest.py +++ b/rmgpy/tools/simulateTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/testGenerateReactions.py b/rmgpy/tools/testGenerateReactions.py index 7869936a8e..590f16d216 100644 --- a/rmgpy/tools/testGenerateReactions.py +++ b/rmgpy/tools/testGenerateReactions.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 f38b79901a..22ea3b568c 100644 --- a/rmgpy/tools/uncertainty.py +++ b/rmgpy/tools/uncertainty.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 32a65b7a99..937d9f1a29 100644 --- a/rmgpy/tools/uncertaintyTest.py +++ b/rmgpy/tools/uncertaintyTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 45843191e3..ab6383997d 100644 --- a/rmgpy/transport.py +++ b/rmgpy/transport.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 327db62c50..4e08224184 100644 --- a/rmgpy/transportDataTest.py +++ b/rmgpy/transportDataTest.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 5175cd89e5..e055a17176 100644 --- a/rmgpy/util.py +++ b/rmgpy/util.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 6eae07b946..310d362501 100644 --- a/rmgpy/version.py +++ b/rmgpy/version.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 bfcbc611f4..2c4edb6b2f 100644 --- a/scripts/checkModels.py +++ b/scripts/checkModels.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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/convertFAME.py b/scripts/convertFAME.py index fa38c65713..a6ef969755 100644 --- a/scripts/convertFAME.py +++ b/scripts/convertFAME.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 5b1951eb53..2bfb2f06c7 100644 --- a/scripts/diffModels.py +++ b/scripts/diffModels.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 86023b0cf4..b9e48f590c 100644 --- a/scripts/generateChemkinHTML.py +++ b/scripts/generateChemkinHTML.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 77ff7546c6..cee420d320 100644 --- a/scripts/generateFluxDiagram.py +++ b/scripts/generateFluxDiagram.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 153843b4fe..b90572d35c 100644 --- a/scripts/generateReactions.py +++ b/scripts/generateReactions.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 e7066a902f..2bb7d63df2 100644 --- a/scripts/isotopes.py +++ b/scripts/isotopes.py @@ -1,6 +1,33 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +############################################################################### +# # +# RMG - Reaction Mechanism Generator # +# # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # +# Prof. Richard H. West (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. # +# # +############################################################################### + """ This script accepts one input file (e.g. input.py) with the RMG-Py model to generate, optional parameters `--original [folder of original rmg model] ` can allow using @@ -62,4 +89,4 @@ def main(): kineticIsotopeEffect = kie) if __name__ == '__main__': - main() \ No newline at end of file + main() diff --git a/scripts/machineWriteDatabase.py b/scripts/machineWriteDatabase.py index 30c7a0d951..0c64df7989 100644 --- a/scripts/machineWriteDatabase.py +++ b/scripts/machineWriteDatabase.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 ca3d9a40da..152b6c3a34 100644 --- a/scripts/mergeModels.py +++ b/scripts/mergeModels.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 f497e82a5b..b7cf5e155d 100644 --- a/scripts/simulate.py +++ b/scripts/simulate.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 6003746638..5e9e246263 100644 --- a/scripts/standardizeModelSpeciesNames.py +++ b/scripts/standardizeModelSpeciesNames.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 19e3ffabc9..e7735a99da 100644 --- a/scripts/thermoEstimator.py +++ b/scripts/thermoEstimator.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.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 b1570932ea..c43abf9b5a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ # # # RMG - Reaction Mechanism Generator # # # -# Copyright (c) 2002-2018 Prof. William H. Green (whgreen@mit.edu), # +# Copyright (c) 2002-2019 Prof. William H. Green (whgreen@mit.edu), # # Prof. Richard H. West (r.west@neu.edu) and the RMG Team (rmg_dev@mit.edu) # # # # Permission is hereby granted, free of charge, to any person obtaining a #