X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/7ef4abfc9ef8f8835f83cec90040a8d91a659d00..82c3054bcdeb000aa9782da80d644070797b5cbe:/apps/waiter/__init__.py diff --git a/apps/waiter/__init__.py b/apps/waiter/__init__.py index d3696b741..9c83ee36e 100644 --- a/apps/waiter/__init__.py +++ b/apps/waiter/__init__.py @@ -1,3 +1,7 @@ +# -*- coding: utf-8 -*- +# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. +# """ Celery waiter. @@ -5,4 +9,4 @@ Takes orders for files generated by async Celery tasks. Serves the file when ready. Kindly asks the user to wait if not. Author: Radek Czajka -""" \ No newline at end of file +"""