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/nat_vlc/video.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tasks/nat_vlc/video.py') 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 -- cgit v1.2.1