diff --git a/src/PYTHON/fix_python.cpp b/src/PYTHON/fix_python.cpp index a7b1edfda110b5066ea1c356c0611704bb60f31c..031bb29764d9dd081248088269b27d895eea90ba 100644 --- a/src/PYTHON/fix_python.cpp +++ b/src/PYTHON/fix_python.cpp @@ -12,7 +12,7 @@ ------------------------------------------------------------------------- */ /* ---------------------------------------------------------------------- - Contributing author: Axel Kohlmeyer and Richard Berger (Temple U) + Contributing author: Richard Berger (Temple U) ------------------------------------------------------------------------- */ #include <Python.h> diff --git a/src/PYTHON/pair_python.cpp b/src/PYTHON/pair_python.cpp index 60f317ee96ea93aa55fc1991be9cedc8f1c501e5..381b9050ff26a9d44bf552c990b33b05212acfef 100644 --- a/src/PYTHON/pair_python.cpp +++ b/src/PYTHON/pair_python.cpp @@ -12,7 +12,7 @@ ------------------------------------------------------------------------- */ /* ---------------------------------------------------------------------- - Contributing author: Axel Kohlmeyer and Richard Berger (Temple U) + Contributing authors: Axel Kohlmeyer and Richard Berger (Temple U) ------------------------------------------------------------------------- */ #include <Python.h> diff --git a/src/PYTHON/python_impl.cpp b/src/PYTHON/python_impl.cpp index dadcbfeade8b0f620bede9672f1511cccb196dea..55108eb8c7858314ab5dc5461fcf783d99474063 100644 --- a/src/PYTHON/python_impl.cpp +++ b/src/PYTHON/python_impl.cpp @@ -12,7 +12,7 @@ ------------------------------------------------------------------------- */ /* ---------------------------------------------------------------------- - Contributing author: Axel Kohlmeyer and Richard Berger (Temple U) + Contributing author: Richard Berger and Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ #include <Python.h>