From e129113c9e848f9a95b41ab677575fe272293c1c Mon Sep 17 00:00:00 2001 From: JobvAlewijk Date: Thu, 29 Jan 2026 17:53:57 +0100 Subject: [PATCH] chore: forgot copyright --- src/robot_interface/endpoints/face_detector.py | 6 ++++++ test/unit/test_face_detection_sender.py | 5 +++++ 2 files changed, 11 insertions(+) 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