From e5e11fe670f357a82c2eca8afe0a14ebc2349b36 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Sun, 24 Feb 2019 22:11:48 +0100 Subject: License under AGPL3+ --- tasks/mock_entrance_exam/task.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tasks/mock_entrance_exam/task.py') diff --git a/tasks/mock_entrance_exam/task.py b/tasks/mock_entrance_exam/task.py index ad51c2a..7d2d853 100644 --- a/tasks/mock_entrance_exam/task.py +++ b/tasks/mock_entrance_exam/task.py @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: AGPL-3.0-or-later + # TODO: # - check if everything is filled in (computers, params, preparation) # - improve scoring -- cgit v1.2.1