X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..HEAD:/src/wolnelektury/apps.py diff --git a/src/wolnelektury/apps.py b/src/wolnelektury/apps.py index a45bfe24f..e19751e10 100644 --- a/src/wolnelektury/apps.py +++ b/src/wolnelektury/apps.py @@ -1,9 +1,9 @@ -# -*- 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 Wolne Lektury, licensed under GNU Affero GPLv3 or later. +# Copyright © Fundacja Wolne Lektury. See NOTICE for more information. # from django.apps import AppConfig + class WLCoreConfig(AppConfig): name = 'wolnelektury'