diff options
Diffstat (limited to 'tasks/custom_rdate')
-rw-r--r-- | tasks/custom_rdate/rDate.py | 1 | ||||
-rw-r--r-- | tasks/custom_rdate/task.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tasks/custom_rdate/rDate.py b/tasks/custom_rdate/rDate.py index 97885b0..48d2819 100644 --- a/tasks/custom_rdate/rDate.py +++ b/tasks/custom_rdate/rDate.py @@ -1,4 +1,3 @@ - #!/usr/bin/env python #-*- coding utf-8 -*- diff --git a/tasks/custom_rdate/task.py b/tasks/custom_rdate/task.py index 4c5ff9f..e8f3d3c 100644 --- a/tasks/custom_rdate/task.py +++ b/tasks/custom_rdate/task.py @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: AGPL-3.0-or-later + # kpov_util should be imported by add_assignment.py # TODO: finish this! |