X-Git-Url: https://git.mdrn.pl/django-ssify.git/blobdiff_plain/3d2c8ba4dfb4774daff367dae1656099eb2b562c..2d7e228b32c77e5dc22381eca64dbbb510604cc1:/ssify/management/commands/ssify_nginx_conf.py diff --git a/ssify/management/commands/ssify_nginx_conf.py b/ssify/management/commands/ssify_nginx_conf.py index 48f53dc..d177811 100644 --- a/ssify/management/commands/ssify_nginx_conf.py +++ b/ssify/management/commands/ssify_nginx_conf.py @@ -1,7 +1,8 @@ # -*- 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. +# This file is part of django-ssify, licensed under GNU Affero GPLv3 or later. +# Copyright © Fundacja Nowoczesna Polska. See README.md for more information. # +from __future__ import unicode_literals from optparse import make_option from django.core.management.base import BaseCommand