diff options
Diffstat (limited to 'tasks/nat_vlc')
-rw-r--r-- | tasks/nat_vlc/task.py | 2 | ||||
-rw-r--r-- | tasks/nat_vlc/video.py | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tasks/nat_vlc/task.py b/tasks/nat_vlc/task.py index 5224495..6a84820 100644 --- a/tasks/nat_vlc/task.py +++ b/tasks/nat_vlc/task.py @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: AGPL-3.0-or-later + # kpov_util should be imported by add_assignment.py # Poglej nek film na nekem določenem URL. diff --git a/tasks/nat_vlc/video.py b/tasks/nat_vlc/video.py index 3c21c82..b192787 100644 --- a/tasks/nat_vlc/video.py +++ b/tasks/nat_vlc/video.py @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: AGPL-3.0-or-later + import string, random, os #You need to find PIL library on the internet. Just GOOGLE it!!! Other imports are standard. from PIL import Image, ImageDraw, ImageFont |