diff --git a/translate2modelcif.py b/translate2modelcif.py
index 25acfc101b2662dc016e7a7b28ce7231c5c99627..b6dc475099839bee4501bc888a57a8ce389f8cd4 100644
--- a/translate2modelcif.py
+++ b/translate2modelcif.py
@@ -215,8 +215,16 @@ def _check_model_extra_files_present(model_dir, pdb_file):
 
 def _get_audit_authors():
     """Return the list of authors that produced this model."""
-    # ToDo [input]: get the proper list of authors of the model
-    return ("Foo B", "Bar F")
+    return (
+        "Bartolec T",
+        "Vázquez-Campos X",
+        "Johnson M",
+        "Norman A",
+        "Payne R",
+        "Wilkins M",
+        "Mackay J",
+        "Low J",
+    )
 
 
 def _get_protocol_steps_and_software():