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/custom_rdate/rDate.py | 1 - tasks/custom_rdate/task.py | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'tasks/custom_rdate') 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! -- cgit v1.2.1