diff --git a/madarrays/mad_array.py b/madarrays/mad_array.py
index 0af74f0829664d8c17c00097d2add3285aa7b180..646dddae6b6789cc364c658f4fe0f1559d50ed7e 100644
--- a/madarrays/mad_array.py
+++ b/madarrays/mad_array.py
@@ -43,6 +43,7 @@
 
 .. moduleauthor:: Ronan Hamon
 .. moduleauthor:: Valentin Emiya
+.. moduleauthor:: Florent Jaillet
 """
 import warnings
 
diff --git a/madarrays/waveform.py b/madarrays/waveform.py
index 3233cccc9f8e183069070235b096eac4a6a54f91..b613c5041abc0da871551262db2fd9c58fe71729 100644
--- a/madarrays/waveform.py
+++ b/madarrays/waveform.py
@@ -39,10 +39,11 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 # ######### COPYRIGHT #########
-"""Definition of a masked array.
+"""Definition of a masked waveform.
 
 .. moduleauthor:: Ronan Hamon
 .. moduleauthor:: Valentin Emiya
+.. moduleauthor:: Florent Jaillet
 """
 import warnings