diff --git a/src/robot_interface/endpoints/face_detector.py b/src/robot_interface/endpoints/face_detector.py index e686fd9..b8485e5 100644 --- a/src/robot_interface/endpoints/face_detector.py +++ b/src/robot_interface/endpoints/face_detector.py @@ -1,3 +1,9 @@ +# -*- coding: utf-8 -*- +""" +This program has been developed by students from the bachelor Computer Science at Utrecht +University within the Software Project course. +© Copyright Utrecht University (Department of Information and Computing Sciences) +""" from __future__ import unicode_literals import json diff --git a/test/unit/test_face_detection_sender.py b/test/unit/test_face_detection_sender.py index 41ebd6c..64661d8 100644 --- a/test/unit/test_face_detection_sender.py +++ b/test/unit/test_face_detection_sender.py @@ -1,4 +1,9 @@ # -*- coding: utf-8 -*- +""" +This program has been developed by students from the bachelor Computer Science at Utrecht +University within the Software Project course. +© Copyright Utrecht University (Department of Information and Computing Sciences) +""" from __future__ import unicode_literals import json