diff options
Diffstat (limited to 'tasks/copy_rename_20_files_tail_env')
-rw-r--r-- | tasks/copy_rename_20_files_tail_env/solution/solution.py | 2 | ||||
-rw-r--r-- | tasks/copy_rename_20_files_tail_env/task.py | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tasks/copy_rename_20_files_tail_env/solution/solution.py b/tasks/copy_rename_20_files_tail_env/solution/solution.py index f661c4d..b1a9d14 100644 --- a/tasks/copy_rename_20_files_tail_env/solution/solution.py +++ b/tasks/copy_rename_20_files_tail_env/solution/solution.py @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: AGPL-3.0-or-later + # preimenuj vse datoteke tako, da zamenjaš minuse s podčrtaji def rename(): import os diff --git a/tasks/copy_rename_20_files_tail_env/task.py b/tasks/copy_rename_20_files_tail_env/task.py index ce51c9c..5aa763f 100644 --- a/tasks/copy_rename_20_files_tail_env/task.py +++ b/tasks/copy_rename_20_files_tail_env/task.py @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: AGPL-3.0-or-later + # kpov_util should be imported by add_assignment.py instructions = { |