diff --git a/README.rst b/README.rst
index bcf78d233a1527cba59b3bdc4c11d4e3c06e1dec..9856df2000520c1004023ce8065e82cc2fe1489e 100644
--- a/README.rst
+++ b/README.rst
@@ -83,7 +83,7 @@ This can be done with the ``gen_latents.py``. Typical usage::
 License
 -------
 
-This package uses some components from the `official release of the StyleGAN2 model <https://github.com/NVlabs/stylegan2>`_, which is itself released under the `Nvidia Source Code License-NC <https://gitlab.idiap.ch/bob/bob.paper.icassp2022_morph_generate/-/blob/master/modules/LICENSE.txt>`_.
+This package uses some components from the `official release of the StyleGAN2 model <https://github.com/NVlabs/stylegan2>`_, which is itself released under the `Nvidia Source Code License-NC <https://gitlab.idiap.ch/bob/bob.paper.icassp2022_morph_generate/-/blob/master/modules/LICENSE.txt>`_, as well as from `OpenCV <https://github.com/spmallick/learnopencv>`_ and `Facemorpher <https://github.com/alyssaq/face_morpher>`_ repositories, both of which are released under a "Non-Commercial Research and Educational Use Only" license.
 
 
 Contact
@@ -99,4 +99,4 @@ development team by asking your question on `stackoverflow`_  and with the tag *
 .. _example: http://dlib.net/face_landmark_detection.py.html
 .. _StyleGAN2: https://arxiv.org/abs/1912.04958
 .. _repository: https://github.com/NVlabs/stylegan2
-.. _VGG16: https://arxiv.org/abs/1801.03924
\ No newline at end of file
+.. _VGG16: https://arxiv.org/abs/1801.03924