chore: add copyright to all source files

This commit is contained in:
Pim Hutting
2026-01-29 15:57:22 +01:00
parent ad58b16559
commit ea208175de
37 changed files with 251 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
# -*- 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 # So that we can format strings with Unicode characters
import random
import sys