summaryrefslogtreecommitdiff
path: root/tasks/nat_vlc
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2019-02-24 22:11:48 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2019-02-24 22:11:48 +0100
commite5e11fe670f357a82c2eca8afe0a14ebc2349b36 (patch)
tree08cfb2907f0a34a871c7ce55bee45fe4f52a5571 /tasks/nat_vlc
parent8081a5520a441b43a8a7a73f3a90c7aacfaa8e10 (diff)
License under AGPL3+
Diffstat (limited to 'tasks/nat_vlc')
-rw-r--r--tasks/nat_vlc/task.py2
-rw-r--r--tasks/nat_vlc/video.py2
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