From 18aa8ca52202003e5628a882f3469a04d905cc05 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 29 Aug 2023 15:30:31 +0200 Subject: [PATCH] Only formalities. --- .github/FUNDING.yml | 2 +- NOTICE | 4 +- README.md | 169 ++++++++---------- scripts/make-xml-zip.py | 4 +- src/ajaxable/__init__.py | 4 +- src/ajaxable/utils.py | 4 +- src/annoy/translation.py | 4 +- src/api/admin.py | 4 +- src/api/drf_auth.py | 4 +- src/api/fields.py | 4 +- src/api/handlers.py | 4 +- src/api/locale/de/LC_MESSAGES/django.po | 2 +- src/api/locale/en/LC_MESSAGES/django.po | 2 +- src/api/locale/es/LC_MESSAGES/django.po | 2 +- src/api/locale/fr/LC_MESSAGES/django.po | 2 +- src/api/locale/it/LC_MESSAGES/django.po | 2 +- src/api/locale/lt/LC_MESSAGES/django.po | 2 +- src/api/locale/ru/LC_MESSAGES/django.po | 2 +- src/api/locale/uk/LC_MESSAGES/django.po | 2 +- src/api/migrations/0001_initial.py | 4 +- src/api/migrations/0002_auto_20151221_1225.py | 4 +- src/api/migrations/0003_bookuserdata.py | 4 +- .../0004_bookuserdata_last_changed.py | 4 +- .../0005_consumer_nonce_resource_token.py | 4 +- src/api/models.py | 4 +- src/api/renderers.py | 4 +- src/api/request_validator.py | 4 +- src/api/serializers.py | 4 +- src/api/tests/tests.py | 4 +- src/api/urls.py | 4 +- src/api/utils.py | 4 +- src/api/views.py | 4 +- src/catalogue/__init__.py | 4 +- src/catalogue/admin.py | 4 +- src/catalogue/api/fields.py | 4 +- src/catalogue/api/helpers.py | 4 +- src/catalogue/api/serializers.py | 4 +- src/catalogue/api/urls.py | 4 +- src/catalogue/api/views.py | 4 +- src/catalogue/apps.py | 4 +- src/catalogue/constants.py | 4 +- src/catalogue/feeds.py | 4 +- src/catalogue/fields.py | 4 +- src/catalogue/forms.py | 4 +- src/catalogue/helpers.py | 4 +- src/catalogue/import_utils.py | 4 +- src/catalogue/locale/de/LC_MESSAGES/django.po | 2 +- src/catalogue/locale/en/LC_MESSAGES/django.po | 2 +- src/catalogue/locale/es/LC_MESSAGES/django.po | 2 +- src/catalogue/locale/fr/LC_MESSAGES/django.po | 2 +- src/catalogue/locale/it/LC_MESSAGES/django.po | 2 +- src/catalogue/locale/lt/LC_MESSAGES/django.po | 2 +- src/catalogue/locale/ru/LC_MESSAGES/django.po | 2 +- src/catalogue/locale/uk/LC_MESSAGES/django.po | 2 +- .../management/commands/build_stale.py | 4 +- .../management/commands/checkcovers.py | 4 +- .../management/commands/checkintegrity.py | 4 +- src/catalogue/management/commands/gencover.py | 4 +- .../management/commands/importbooks.py | 4 +- .../management/commands/load_abstracts.py | 4 +- src/catalogue/management/commands/pack.py | 4 +- .../management/commands/report_dead_links.py | 4 +- .../management/commands/update_counters.py | 4 +- .../management/commands/update_popularity.py | 4 +- .../commands/update_preview_status.py | 4 +- .../commands/update_tag_description.py | 4 +- src/catalogue/migrations/0001_initial.py | 4 +- .../migrations/0002_book_ancestor.py | 4 +- .../migrations/0003_populate_ancestors.py | 4 +- ...0004_remove_booktags_count_related_info.py | 4 +- .../migrations/0005_auto_20141016_1337.py | 4 +- .../migrations/0006_auto_20141022_1059.py | 4 +- .../migrations/0007_auto_20151123_1529.py | 4 +- .../migrations/0008_auto_20151221_1225.py | 4 +- .../migrations/0009_auto_20160127_1019.py | 4 +- .../migrations/0010_bookpopularity.py | 4 +- .../migrations/0011_auto_20160413_1152.py | 4 +- .../migrations/0012_auto_20161020_1407.py | 4 +- .../migrations/0013_book_print_on_demand.py | 4 +- .../migrations/0014_auto_20170627_1442.py | 4 +- .../migrations/0015_book_recommended.py | 4 +- .../migrations/0016_auto_20171031_1232.py | 4 +- .../migrations/0017_auto_20171214_1746.py | 4 +- .../migrations/0018_auto_20171221_1106.py | 4 +- .../migrations/0019_auto_20171221_1107.py | 4 +- .../migrations/0020_book_cover_api_thumb.py | 4 +- .../migrations/0021_auto_20171222_1404.py | 4 +- .../migrations/0022_auto_20180226_1503.py | 4 +- .../migrations/0023_book_abstract.py | 4 +- .../migrations/0024_auto_20180510_1407.py | 4 +- .../migrations/0024_book_audio_length.py | 4 +- src/catalogue/migrations/0025_merge.py | 4 +- .../migrations/0026_book_preview_key.py | 4 +- src/catalogue/models/__init__.py | 4 +- src/catalogue/models/book.py | 4 +- src/catalogue/models/bookmedia.py | 4 +- src/catalogue/models/collection.py | 4 +- src/catalogue/models/fragment.py | 4 +- src/catalogue/models/source.py | 4 +- src/catalogue/models/tag.py | 4 +- src/catalogue/signals.py | 4 +- src/catalogue/tasks.py | 4 +- src/catalogue/templatetags/catalogue_tags.py | 4 +- src/catalogue/test_utils.py | 4 +- src/catalogue/tests/test_book_import.py | 4 +- src/catalogue/tests/test_bookmedia.py | 4 +- src/catalogue/tests/test_cover.py | 4 +- src/catalogue/tests/test_tags.py | 4 +- src/catalogue/tests/test_templatetags.py | 4 +- src/catalogue/tests/test_visit.py | 4 +- src/catalogue/translation.py | 4 +- src/catalogue/urls.py | 4 +- src/catalogue/utils.py | 4 +- src/catalogue/views.py | 4 +- src/chunks/admin.py | 4 +- src/chunks/migrations/0001_initial.py | 4 +- .../migrations/0002_auto_20140911_1253.py | 4 +- .../migrations/0003_auto_20151221_1225.py | 4 +- src/chunks/models.py | 4 +- src/chunks/templatetags/chunks.py | 4 +- src/chunks/translation.py | 4 +- src/chunks/urls.py | 4 +- src/club/admin.py | 4 +- src/club/apps.py | 4 +- src/club/forms.py | 4 +- src/club/helpers.py | 4 +- src/club/locale/de/LC_MESSAGES/django.po | 2 +- src/club/locale/en/LC_MESSAGES/django.po | 2 +- src/club/locale/es/LC_MESSAGES/django.po | 2 +- src/club/locale/fr/LC_MESSAGES/django.po | 2 +- src/club/locale/it/LC_MESSAGES/django.po | 2 +- src/club/locale/lt/LC_MESSAGES/django.po | 2 +- src/club/locale/ru/LC_MESSAGES/django.po | 2 +- src/club/locale/uk/LC_MESSAGES/django.po | 2 +- .../management/commands/payu_fake_notify.py | 4 +- src/club/management/commands/prolong.py | 4 +- src/club/management/commands/send_receipts.py | 4 +- src/club/migrations/0001_initial.py | 4 +- .../migrations/0002_auto_20190416_1024.py | 4 +- .../0003_remove_payuorder_amount.py | 4 +- .../migrations/0004_payucardtoken_pos_id.py | 4 +- .../migrations/0005_auto_20190416_1052.py | 4 +- .../migrations/0006_auto_20190416_1236.py | 4 +- .../migrations/0007_auto_20190416_1625.py | 4 +- src/club/migrations/0008_membership_name.py | 4 +- .../migrations/0009_auto_20190510_1510.py | 4 +- .../migrations/0010_auto_20190529_0946.py | 4 +- src/club/models.py | 4 +- src/club/payment_methods.py | 4 +- src/club/payu/__init__.py | 4 +- src/club/payu/forms.py | 4 +- src/club/payu/models.py | 4 +- src/club/payu/pos.py | 4 +- src/club/payu/tests/integration.py | 4 +- src/club/payu/views.py | 4 +- src/club/permissions.py | 4 +- src/club/templatetags/club.py | 4 +- src/club/translation.py | 4 +- src/club/urls.py | 4 +- src/club/views.py | 4 +- src/contact/fields.py | 4 +- src/contact/migrations/0001_initial.py | 4 +- src/contact/widgets.py | 4 +- src/dictionary/constants.py | 4 +- .../locale/de/LC_MESSAGES/django.po | 2 +- .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/es/LC_MESSAGES/django.po | 2 +- .../locale/fr/LC_MESSAGES/django.po | 2 +- .../locale/it/LC_MESSAGES/django.po | 2 +- .../locale/lt/LC_MESSAGES/django.po | 2 +- .../locale/ru/LC_MESSAGES/django.po | 2 +- .../locale/uk/LC_MESSAGES/django.po | 2 +- src/dictionary/migrations/0001_initial.py | 4 +- .../migrations/0002_auto_20141006_1422.py | 4 +- .../migrations/0003_auto_20141023_1445.py | 4 +- .../migrations/0004_auto_20151221_1225.py | 4 +- src/dictionary/models.py | 4 +- src/dictionary/templatetags/set_get.py | 4 +- src/dictionary/tests.py | 4 +- src/dictionary/urls.py | 4 +- src/dictionary/views.py | 4 +- src/education/locale/de/LC_MESSAGES/django.po | 2 +- src/education/locale/en/LC_MESSAGES/django.po | 2 +- src/education/locale/es/LC_MESSAGES/django.po | 2 +- src/education/locale/fr/LC_MESSAGES/django.po | 2 +- src/education/locale/it/LC_MESSAGES/django.po | 2 +- src/education/locale/lt/LC_MESSAGES/django.po | 2 +- src/education/locale/ru/LC_MESSAGES/django.po | 2 +- src/education/locale/uk/LC_MESSAGES/django.po | 2 +- .../locale/de/LC_MESSAGES/django.po | 2 +- .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/es/LC_MESSAGES/django.po | 2 +- .../locale/fr/LC_MESSAGES/django.po | 2 +- .../locale/it/LC_MESSAGES/django.po | 2 +- .../locale/lt/LC_MESSAGES/django.po | 2 +- .../locale/ru/LC_MESSAGES/django.po | 2 +- .../locale/uk/LC_MESSAGES/django.po | 2 +- src/funding/__init__.py | 4 +- src/funding/admin.py | 4 +- src/funding/forms.py | 4 +- src/funding/locale/de/LC_MESSAGES/django.po | 2 +- src/funding/locale/en/LC_MESSAGES/django.po | 2 +- src/funding/locale/es/LC_MESSAGES/django.po | 2 +- src/funding/locale/fr/LC_MESSAGES/django.po | 2 +- src/funding/locale/it/LC_MESSAGES/django.po | 2 +- src/funding/locale/lt/LC_MESSAGES/django.po | 2 +- src/funding/locale/ru/LC_MESSAGES/django.po | 2 +- src/funding/locale/uk/LC_MESSAGES/django.po | 2 +- .../management/commands/funding_notify.py | 4 +- src/funding/migrations/0001_initial.py | 4 +- .../migrations/0002_auto_20151221_1225.py | 4 +- .../migrations/0003_auto_20180416_1336.py | 4 +- .../migrations/0004_auto_20190729_1450.py | 4 +- src/funding/models.py | 4 +- src/funding/templatetags/funding_tags.py | 4 +- src/funding/tests.py | 4 +- src/funding/translation.py | 4 +- src/funding/urls.py | 4 +- src/funding/utils.py | 4 +- src/funding/views.py | 4 +- src/funding/widgets.py | 4 +- src/infopages/admin.py | 4 +- src/infopages/migrations/0001_initial.py | 4 +- .../migrations/0002_auto_20151221_1225.py | 4 +- src/infopages/models.py | 4 +- src/infopages/translation.py | 4 +- src/infopages/urls.py | 4 +- src/infopages/views.py | 4 +- src/isbn/forms.py | 4 +- src/isbn/management/commands/eisbn_csv.py | 4 +- src/isbn/management/commands/export_onix.py | 4 +- src/isbn/management/commands/import_onix.py | 4 +- src/isbn/migrations/0001_initial.py | 4 +- .../migrations/0002_auto_20180213_1617.py | 4 +- src/isbn/migrations/0003_isbnpool_purpose.py | 4 +- .../migrations/0004_auto_20180215_1042.py | 4 +- .../migrations/0005_auto_20190729_1450.py | 4 +- src/isbn/models.py | 4 +- src/isbn/urls.py | 4 +- src/isbn/utils.py | 4 +- src/isbn/views.py | 4 +- src/lesmianator/__init__.py | 4 +- .../management/commands/lesmianator.py | 4 +- src/lesmianator/migrations/0001_initial.py | 4 +- .../migrations/0002_auto_20151221_1225.py | 4 +- .../migrations/0003_auto_20190729_1450.py | 4 +- src/lesmianator/models.py | 4 +- src/lesmianator/urls.py | 4 +- src/lesmianator/views.py | 4 +- src/libraries/admin.py | 4 +- src/libraries/locale/de/LC_MESSAGES/django.po | 2 +- src/libraries/locale/en/LC_MESSAGES/django.po | 2 +- src/libraries/locale/es/LC_MESSAGES/django.po | 2 +- src/libraries/locale/fr/LC_MESSAGES/django.po | 2 +- src/libraries/locale/it/LC_MESSAGES/django.po | 2 +- src/libraries/locale/lt/LC_MESSAGES/django.po | 2 +- src/libraries/locale/ru/LC_MESSAGES/django.po | 2 +- src/libraries/locale/uk/LC_MESSAGES/django.po | 2 +- src/libraries/migrations/0001_initial.py | 4 +- .../migrations/0002_auto_20151221_1225.py | 4 +- src/libraries/models.py | 4 +- src/libraries/urls.py | 4 +- src/libraries/views.py | 4 +- src/manage.py | 4 +- src/messaging/locale/de/LC_MESSAGES/django.po | 2 +- src/messaging/locale/en/LC_MESSAGES/django.po | 2 +- src/messaging/locale/es/LC_MESSAGES/django.po | 2 +- src/messaging/locale/fr/LC_MESSAGES/django.po | 2 +- src/messaging/locale/it/LC_MESSAGES/django.po | 2 +- src/messaging/locale/lt/LC_MESSAGES/django.po | 2 +- src/messaging/locale/ru/LC_MESSAGES/django.po | 2 +- src/messaging/locale/uk/LC_MESSAGES/django.po | 2 +- src/newsletter/admin.py | 4 +- src/newsletter/forms.py | 4 +- .../locale/de/LC_MESSAGES/django.po | 2 +- .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/es/LC_MESSAGES/django.po | 2 +- .../locale/fr/LC_MESSAGES/django.po | 2 +- .../locale/it/LC_MESSAGES/django.po | 2 +- .../locale/lt/LC_MESSAGES/django.po | 2 +- .../locale/ru/LC_MESSAGES/django.po | 2 +- .../locale/uk/LC_MESSAGES/django.po | 2 +- src/newsletter/migrations/0001_initial.py | 4 +- .../migrations/0002_auto_20160914_1452.py | 4 +- src/newsletter/models.py | 4 +- src/newsletter/subscribe.py | 4 +- src/newsletter/translation.py | 4 +- src/newsletter/urls.py | 4 +- src/newsletter/views.py | 4 +- src/newtagging/managers.py | 4 +- src/newtagging/models.py | 4 +- src/oai/handlers.py | 4 +- src/oai/tests/test_oaipmhapi.py | 4 +- src/oai/urls.py | 4 +- src/oai/views.py | 4 +- src/opds/tests/test_opds.py | 4 +- src/opds/urls.py | 4 +- src/opds/views.py | 4 +- src/paypal/locale/de/LC_MESSAGES/django.po | 2 +- src/paypal/locale/en/LC_MESSAGES/django.po | 2 +- src/paypal/locale/es/LC_MESSAGES/django.po | 2 +- src/paypal/locale/fr/LC_MESSAGES/django.po | 2 +- src/paypal/locale/it/LC_MESSAGES/django.po | 2 +- src/paypal/locale/lt/LC_MESSAGES/django.po | 2 +- src/paypal/locale/ru/LC_MESSAGES/django.po | 2 +- src/paypal/locale/uk/LC_MESSAGES/django.po | 2 +- src/paypal/migrations/0001_initial.py | 4 +- .../migrations/0002_billingagreement_token.py | 4 +- .../migrations/0003_auto_20190729_1450.py | 4 +- src/paypal/models.py | 4 +- src/paypal/rest.py | 4 +- src/paypal/tests.py | 4 +- src/paypal/urls.py | 4 +- src/paypal/views.py | 4 +- src/pdcounter/admin.py | 4 +- src/pdcounter/locale/de/LC_MESSAGES/django.po | 2 +- src/pdcounter/locale/en/LC_MESSAGES/django.po | 2 +- src/pdcounter/locale/es/LC_MESSAGES/django.po | 2 +- src/pdcounter/locale/fr/LC_MESSAGES/django.po | 2 +- src/pdcounter/locale/it/LC_MESSAGES/django.po | 2 +- src/pdcounter/locale/lt/LC_MESSAGES/django.po | 2 +- src/pdcounter/locale/ru/LC_MESSAGES/django.po | 2 +- src/pdcounter/locale/uk/LC_MESSAGES/django.po | 2 +- src/pdcounter/migrations/0001_initial.py | 4 +- .../migrations/0002_auto_20151221_1225.py | 4 +- src/pdcounter/models.py | 4 +- src/pdcounter/templatetags/time_tags.py | 4 +- src/pdcounter/views.py | 4 +- src/picture/admin.py | 4 +- src/picture/api/urls.py | 4 +- src/picture/api/views.py | 4 +- src/picture/forms.py | 4 +- src/picture/locale/de/LC_MESSAGES/django.po | 2 +- src/picture/locale/en/LC_MESSAGES/django.po | 2 +- src/picture/locale/es/LC_MESSAGES/django.po | 2 +- src/picture/locale/fr/LC_MESSAGES/django.po | 2 +- src/picture/locale/it/LC_MESSAGES/django.po | 2 +- src/picture/locale/lt/LC_MESSAGES/django.po | 2 +- src/picture/locale/ru/LC_MESSAGES/django.po | 2 +- src/picture/locale/uk/LC_MESSAGES/django.po | 2 +- src/picture/migrations/0001_initial.py | 4 +- .../0002_remove_picture__related_info.py | 4 +- .../migrations/0003_auto_20140924_1559.py | 4 +- .../migrations/0004_auto_20141016_1337.py | 4 +- .../migrations/0005_auto_20141022_1001.py | 4 +- .../migrations/0006_auto_20151221_1225.py | 4 +- .../migrations/0007_auto_20160125_1709.py | 4 +- .../migrations/0008_auto_20160413_1152.py | 4 +- src/picture/models.py | 4 +- src/picture/tasks.py | 4 +- src/picture/templatetags/picture_tags.py | 4 +- src/picture/tests/test_picture_import.py | 4 +- src/picture/views.py | 4 +- src/polls/admin.py | 4 +- src/polls/forms.py | 4 +- src/polls/locale/de/LC_MESSAGES/django.po | 2 +- src/polls/locale/en/LC_MESSAGES/django.po | 2 +- src/polls/locale/es/LC_MESSAGES/django.po | 2 +- src/polls/locale/fr/LC_MESSAGES/django.po | 2 +- src/polls/locale/it/LC_MESSAGES/django.po | 2 +- src/polls/locale/lt/LC_MESSAGES/django.po | 2 +- src/polls/locale/ru/LC_MESSAGES/django.po | 2 +- src/polls/locale/uk/LC_MESSAGES/django.po | 2 +- src/polls/migrations/0001_initial.py | 4 +- .../migrations/0002_auto_20151221_1225.py | 4 +- src/polls/models.py | 4 +- src/polls/templatetags/polls_tags.py | 4 +- src/polls/urls.py | 4 +- src/polls/views.py | 4 +- src/push/admin.py | 4 +- src/push/forms.py | 4 +- src/push/migrations/0001_initial.py | 4 +- .../migrations/0002_auto_20180830_1627.py | 4 +- .../migrations/0003_auto_20180831_1135.py | 4 +- src/push/models.py | 4 +- src/push/urls.py | 4 +- src/push/utils.py | 4 +- src/push/views.py | 4 +- src/reporting/models.py | 4 +- src/reporting/templatetags/reporting_stats.py | 4 +- src/reporting/urls.py | 4 +- src/reporting/utils.py | 4 +- src/reporting/views.py | 4 +- src/search/fields.py | 4 +- src/search/forms.py | 4 +- src/search/index.py | 4 +- src/search/locale/de/LC_MESSAGES/django.po | 2 +- src/search/locale/en/LC_MESSAGES/django.po | 2 +- src/search/locale/es/LC_MESSAGES/django.po | 2 +- src/search/locale/fr/LC_MESSAGES/django.po | 2 +- src/search/locale/it/LC_MESSAGES/django.po | 2 +- src/search/locale/lt/LC_MESSAGES/django.po | 2 +- src/search/locale/ru/LC_MESSAGES/django.po | 2 +- src/search/locale/uk/LC_MESSAGES/django.po | 2 +- src/search/tests/__init__.py | 4 +- src/search/tests/index.py | 4 +- src/search/urls.py | 4 +- src/search/views.py | 4 +- src/social/admin.py | 4 +- src/social/api/urls.py | 4 +- src/social/api/views.py | 4 +- src/social/forms.py | 4 +- src/social/locale/de/LC_MESSAGES/django.po | 2 +- src/social/locale/en/LC_MESSAGES/django.po | 2 +- src/social/locale/es/LC_MESSAGES/django.po | 2 +- src/social/locale/fr/LC_MESSAGES/django.po | 2 +- src/social/locale/it/LC_MESSAGES/django.po | 2 +- src/social/locale/lt/LC_MESSAGES/django.po | 2 +- src/social/locale/ru/LC_MESSAGES/django.po | 2 +- src/social/locale/uk/LC_MESSAGES/django.po | 2 +- src/social/migrations/0001_initial.py | 4 +- .../migrations/0002_auto_20151221_1225.py | 4 +- src/social/migrations/0003_cite_banner.py | 4 +- .../migrations/0004_auto_20170725_1204.py | 4 +- .../migrations/0005_auto_20190318_1309.py | 4 +- src/social/migrations/0006_legacy_group.py | 4 +- .../migrations/0007_auto_20190318_1339.py | 4 +- .../migrations/0008_auto_20190403_1510.py | 4 +- .../migrations/0009_auto_20190715_1405.py | 4 +- .../migrations/0010_cite_background_plain.py | 4 +- src/social/models.py | 4 +- src/social/templatetags/social_tags.py | 4 +- src/social/urls.py | 4 +- src/social/utils.py | 4 +- src/social/views.py | 4 +- src/sortify.py | 4 +- src/sponsors/__init__.py | 4 +- src/sponsors/admin.py | 4 +- src/sponsors/migrations/0001_initial.py | 4 +- .../migrations/0002_auto_20151221_1225.py | 4 +- src/sponsors/models.py | 4 +- src/sponsors/templatetags/sponsors.py | 4 +- src/sponsors/widgets.py | 4 +- src/stats/tasks.py | 4 +- src/stats/utils.py | 4 +- src/suggest/admin.py | 4 +- src/suggest/forms.py | 4 +- src/suggest/locale/de/LC_MESSAGES/django.po | 2 +- src/suggest/locale/en/LC_MESSAGES/django.po | 2 +- src/suggest/locale/es/LC_MESSAGES/django.po | 2 +- src/suggest/locale/fr/LC_MESSAGES/django.po | 2 +- src/suggest/locale/it/LC_MESSAGES/django.po | 2 +- src/suggest/locale/lt/LC_MESSAGES/django.po | 2 +- src/suggest/locale/ru/LC_MESSAGES/django.po | 2 +- src/suggest/locale/uk/LC_MESSAGES/django.po | 2 +- src/suggest/migrations/0001_initial.py | 4 +- .../migrations/0002_auto_20151221_1225.py | 4 +- .../migrations/0003_auto_20190729_1450.py | 4 +- src/suggest/models.py | 4 +- src/suggest/urls.py | 4 +- src/suggest/views.py | 4 +- src/waiter/__init__.py | 4 +- src/waiter/locale/de/LC_MESSAGES/django.po | 2 +- src/waiter/locale/en/LC_MESSAGES/django.po | 2 +- src/waiter/locale/es/LC_MESSAGES/django.po | 2 +- src/waiter/locale/fr/LC_MESSAGES/django.po | 2 +- src/waiter/locale/it/LC_MESSAGES/django.po | 2 +- src/waiter/locale/lt/LC_MESSAGES/django.po | 2 +- src/waiter/locale/ru/LC_MESSAGES/django.po | 2 +- src/waiter/locale/uk/LC_MESSAGES/django.po | 2 +- src/waiter/migrations/0001_initial.py | 4 +- src/waiter/models.py | 4 +- src/waiter/settings.py | 4 +- src/waiter/tasks.py | 4 +- src/waiter/urls.py | 4 +- src/waiter/utils.py | 4 +- src/waiter/views.py | 4 +- src/wolnelektury/__init__.py | 4 +- src/wolnelektury/apps.py | 4 +- src/wolnelektury/celery.py | 4 +- src/wolnelektury/context_processors.py | 4 +- src/wolnelektury/forms.py | 4 +- .../locale/de/LC_MESSAGES/django.po | 2 +- .../locale/en/LC_MESSAGES/django.po | 2 +- .../locale/es/LC_MESSAGES/django.po | 2 +- .../locale/fr/LC_MESSAGES/django.po | 2 +- .../locale/it/LC_MESSAGES/django.po | 2 +- .../locale/lt/LC_MESSAGES/django.po | 2 +- .../locale/ru/LC_MESSAGES/django.po | 2 +- .../locale/uk/LC_MESSAGES/django.po | 2 +- .../commands/clean_social_accounts.py | 4 +- .../management/commands/localepack.py | 4 +- .../management/commands/translation2po.py | 4 +- src/wolnelektury/management/profile.py | 4 +- src/wolnelektury/settings/__init__.py | 4 +- src/wolnelektury/settings/apps.py | 4 +- src/wolnelektury/settings/auth.py | 4 +- src/wolnelektury/settings/basic.py | 4 +- src/wolnelektury/settings/celery.py | 4 +- src/wolnelektury/settings/contrib.py | 4 +- src/wolnelektury/settings/custom.py | 4 +- src/wolnelektury/settings/locale.py | 4 +- src/wolnelektury/settings/paths.py | 4 +- src/wolnelektury/settings/static.py | 4 +- src/wolnelektury/settings/test.py | 4 +- src/wolnelektury/signals.py | 4 +- src/wolnelektury/templatetags/blog.py | 4 +- src/wolnelektury/test_utils.py | 4 +- src/wolnelektury/urls.py | 4 +- src/wolnelektury/utils.py | 4 +- src/wolnelektury/views.py | 4 +- src/wolnelektury/wsgi.py | 4 +- 502 files changed, 925 insertions(+), 942 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 095593161..6813e7dda 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -custom: ['https://wolnelektury.pl/towarzystwo/', 'https://nowoczesnapolska.org.pl/pomoz-nam/darowizna/', 'https://nowoczesnapolska.org.pl/pomoz-nam/1-procent/'] +custom: ['https://wolnelektury.pl/pomagam/', 'https://fundacja.wolnelektury.pl/pomoz-nam/darowizna/', 'https://fundacja.wolnelektury.pl/pomoz-nam/1-procent/'] diff --git a/NOTICE b/NOTICE index b7f3734fe..188ff3d02 100644 --- a/NOTICE +++ b/NOTICE @@ -1,7 +1,7 @@ - FNP Wolnelektury + Wolne Lektury - Copyright © 2008-2019 Fundacja Nowoczesna Polska + Copyright © 2008-2023 Fundacja Wolne Lektury For full list of contributors see README.md file. diff --git a/README.md b/README.md index 139cccc00..ef163d391 100644 --- a/README.md +++ b/README.md @@ -2,100 +2,83 @@ ![Wolne Lektury](src/wolnelektury/static/img/logo-bez.png) +Wolne Lektury to wolna biblioteka internetowa. Udostępniamy wysokiej jakości +książki — lektury szkolne i nie tylko — dzieciom i dorosłym w Polsce i na całym +świecie. To ważne, ponieważ w 32% domów w Polsce nie ma ani jednej książki +(dane Biblioteki Narodowej, 2022). Wyrównujemy szanse edukacyjne, w praktyce +realizujemy wolność korzystania z dóbr kultury. -Wolne Lektury is a free internet library maintained by Modern Poland Foundation. - -It's a service based on [Django](https://www.djangoproject.com/), using -[Librarian](https://git.mdrn.pl/librarian.git) to publish books in various formats. - - -License -------- - - ![AGPL Logo](http://www.gnu.org/graphics/agplv3-155x51.png) - - Copyright © 2008-2019 Fundacja Nowoczesna Polska - - For full list of contributors see AUTHORS section at the end. - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . - - -Dependencies -============ - - * Python 3.5-3.7 - * All packages listed in requirements.txt - - -How to deploy (development version) -============= - -1. Checkout the source code from Git and enter the directory -2. Install libraries (we recommend using pip): - - pip install -r requirements/requirements.txt - -3. Setup your local configuration in src/wolnelektury/localsettings.py. You need to generate a new SECRET_KEY, database stuff and domain related stuff. -4. Populate database: - - ./manage.py migrate - -5. Run the server - - ./manage.py runserver - - -6. Import some books which are available on http://www.wolnelektury.pl or on bitbucket mirror: http://bitbucket.org/lqc/wlbooks/ - If you use Bitbucket, you also need Mercurial to fetch books (you can install it using: pip install mercurial). - After downloading books, log into administration, go to Books and choose 'Browse' to select book file, - then fire 'Import book' to upload it. Some books have invalid XML, so you can get an error - (just ignore it and look for other books). - -7. We provide localization of the software in following languages: Polish, Russian, German, English, Spanish, French and Lithuanian. - Translation strings are based on gettext and can be found under 'locale' dir. - There are also JavaScript files for jQuery countdown plugin (static/js/jquery.countdown-*.js). - - -Bundled software -================ - -* django-chunks - in `src/chunks` - based on [django-chunks](http://code.google.com/p/django-chunks/) - by Clint Ecker , - [New BSD License](http://www.opensource.org/licenses/bsd-license.php) -* [django-newtagging](http://www.bitbucket.org/zuber/django-newtagging/) - in `src/newtagging` - by Marek Stępniowski , - [MIT License](http://www.opensource.org/licenses/mit-license.php), - based on [django-tagging](http://code.google.com/p/django-tagging/), also under [MIT License](http://www.opensource.org/licenses/mit-license.php) -* [jPlayer](http://jplayer.org/) - in `src/catalogue/static/jplayer` - by Happyworm, - [MIT License](http://opensource.org/licenses/MIT) -* [Switch template tag](http://djangosnippets.org/snippets/967/) - in `src/wolnelektury/templatetags/switch_tag.py` - by adurdin -* Javascript in `src/wolnelektury/static/js/contrib` - with relevant attribution and licensing - - -Authors -======= - * Marek Stępniowski - * Łukasz Rekucki +Wszystkie dzieła są przez nas opracowane — uwspółcześniane, opatrzone +przypisami, motywami, odniesieniami kontekstowymi — i udostępnione w kilku +formatach do czytania online lub pobrania na własne urządzenie (HTML, TXT, PDF, +EPUB, MOBI, FB2). Nagraliśmy i udostępniliśmy także ponad tysiąc audiobooków, +czytanych przez wybitnych lektorów. Przygotowujemy je także w formatach +z synchronizacją audio-tekst (DAISY i EPUB 3 MO). + +Jesteśmy częścią ruchu wolnego internetu, wolnej kultury i wolnego +oprogramowania — zarówno nasze oprogramowanie, jak i treści, publikujemy +wyłącznie na wolnych licencjach. Udostępniamy teksty z domeny publicznej, +wykupujemy prawa do utworów współczesnych, a nawet zamawiamy i wydajemy +[nowe tłumaczenia](https://wolnelektury.pl/katalog/lektury/nowe-tlumaczenia-wl/) +takich klasyków jak Doktor Dolittle, Mały Książę, Inwazja jaszczurów, Rok 1984. + + +Jak możesz pomóc? +================= + +Wesprzyj nas +------------ + +Wolne Lektury nie mają stałego źródła finansowania. +**[Wspieraj Wolne Lektury stałą wpłatą](https://wolnelektury.pl/pomagam/)** – nawet +niewielkie, stałe wsparcie ma wielką moc! Możesz też wesprzeć Wolne Lektury jednorazowo. + +![1,5%](https://wolnelektury.pl/media/chunks/attachment/poltora-procent.png) + +Fundacja Wolne Lektury jest *Organizacją Pożytku Publicznego*. Dzięki temu możesz +przekazać na bibliotekę 1,5% podatku, podając +[KRS 0000070056](https://fundacja.wolnelektury.pl/pomoz-nam/1-procent/). +Pamiętaj też, że swoje darowizny na Wolne Lektury możesz odliczyć od podstawy podatku! + +Pomóż w tłumaczeniu serwisu +--------------------------- + +Tłumaczenie interfejsu serwisu na inne języki jest przydatne zwłaszcza +dla osób uczących się polskiego, imigrantów i dzieci polonijnych — możesz +pomóc uzupełnić te tlumaczenia. Odbywa się to +[w serwisie Weblate](https://hosted.weblate.org/engage/wolnelektury/). + + +Stan tłumaczenia + + + +Pracuj jako fundraiser/fundraiserka +----------------------------------- + +[Szukamy osób na stanowisko fundraisera](https://wolnelektury.pl/info/rekrutacja/). +Praca polega na bezpośrednim kontakcie z potencjalnymi darczyńcami +podczas festiwali muzycznych i kulturalnych. + + +Włącz się w prace redakcyjne +---------------------------- + +Zobacz jak możesz włączyć się bezpośrednio +w [prace redakcyjne](https://wolnelektury.pl/info/wlacz-sie-w-prace/). + + +Prawa i autorzy +=============== + +Oprogramowanie jest dostępne na wolnej licencji GNU AGPL — dokładniejsze +informacje znajdziesz w plikach NOTICE i LICENSE. Utrzymaniem oprogoramowania +w ramach Fundacji Wolne Lektury zajmuje się Radek Czajka. + +Pełna lista dotychczasowych autorów: + + * Marek Stępniowski + * Łukasz Rekucki * Radek Czajka * Łukasz Anwajler * Marcin Koziej diff --git a/scripts/make-xml-zip.py b/scripts/make-xml-zip.py index 6d6a329de..80ae79926 100755 --- a/scripts/make-xml-zip.py +++ b/scripts/make-xml-zip.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- 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. # import os import django diff --git a/src/ajaxable/__init__.py b/src/ajaxable/__init__.py index 46cda3d05..96c27fd6a 100644 --- a/src/ajaxable/__init__.py +++ b/src/ajaxable/__init__.py @@ -1,5 +1,5 @@ -# 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. # """ Provides a way to create forms behaving correctly as AJAX forms diff --git a/src/ajaxable/utils.py b/src/ajaxable/utils.py index 4e423ef77..ddb36d8ba 100644 --- a/src/ajaxable/utils.py +++ b/src/ajaxable/utils.py @@ -1,5 +1,5 @@ -# 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 functools import wraps import json diff --git a/src/annoy/translation.py b/src/annoy/translation.py index 2d8055a9c..9addc2729 100644 --- a/src/annoy/translation.py +++ b/src/annoy/translation.py @@ -1,5 +1,5 @@ -# 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 modeltranslation.translator import translator, TranslationOptions from . import models diff --git a/src/api/admin.py b/src/api/admin.py index 98574986c..090b2a1f9 100644 --- a/src/api/admin.py +++ b/src/api/admin.py @@ -1,5 +1,5 @@ -# 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.contrib import admin from . import models diff --git a/src/api/drf_auth.py b/src/api/drf_auth.py index fa57b41bf..adee780d3 100644 --- a/src/api/drf_auth.py +++ b/src/api/drf_auth.py @@ -1,5 +1,5 @@ -# 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 oauthlib.oauth1 import ResourceEndpoint from rest_framework.authentication import BaseAuthentication diff --git a/src/api/fields.py b/src/api/fields.py index d1f9da4bf..cdfcc4735 100644 --- a/src/api/fields.py +++ b/src/api/fields.py @@ -1,5 +1,5 @@ -# 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 rest_framework import serializers from sorl.thumbnail import default diff --git a/src/api/handlers.py b/src/api/handlers.py index 5af5cfb64..292fdb2a9 100644 --- a/src/api/handlers.py +++ b/src/api/handlers.py @@ -1,5 +1,5 @@ -# 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.contrib.sites.models import Site from django.utils.functional import lazy diff --git a/src/api/locale/de/LC_MESSAGES/django.po b/src/api/locale/de/LC_MESSAGES/django.po index b3096a08f..698a715a4 100644 --- a/src/api/locale/de/LC_MESSAGES/django.po +++ b/src/api/locale/de/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/api/locale/en/LC_MESSAGES/django.po b/src/api/locale/en/LC_MESSAGES/django.po index 57e5f4393..fd2f82ecc 100644 --- a/src/api/locale/en/LC_MESSAGES/django.po +++ b/src/api/locale/en/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/api/locale/es/LC_MESSAGES/django.po b/src/api/locale/es/LC_MESSAGES/django.po index 1b066a140..24026ed2c 100644 --- a/src/api/locale/es/LC_MESSAGES/django.po +++ b/src/api/locale/es/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/api/locale/fr/LC_MESSAGES/django.po b/src/api/locale/fr/LC_MESSAGES/django.po index 8602c5f3f..464f82e14 100644 --- a/src/api/locale/fr/LC_MESSAGES/django.po +++ b/src/api/locale/fr/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/api/locale/it/LC_MESSAGES/django.po b/src/api/locale/it/LC_MESSAGES/django.po index 01442ed45..cd128ef69 100644 --- a/src/api/locale/it/LC_MESSAGES/django.po +++ b/src/api/locale/it/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/api/locale/lt/LC_MESSAGES/django.po b/src/api/locale/lt/LC_MESSAGES/django.po index 53041eeb4..794ac511b 100644 --- a/src/api/locale/lt/LC_MESSAGES/django.po +++ b/src/api/locale/lt/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/api/locale/ru/LC_MESSAGES/django.po b/src/api/locale/ru/LC_MESSAGES/django.po index e0be1f7a7..39befd7ca 100644 --- a/src/api/locale/ru/LC_MESSAGES/django.po +++ b/src/api/locale/ru/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/api/locale/uk/LC_MESSAGES/django.po b/src/api/locale/uk/LC_MESSAGES/django.po index 1092e519c..9112b4963 100644 --- a/src/api/locale/uk/LC_MESSAGES/django.po +++ b/src/api/locale/uk/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/api/migrations/0001_initial.py b/src/api/migrations/0001_initial.py index 4c3af2f34..b2e300dac 100644 --- a/src/api/migrations/0001_initial.py +++ b/src/api/migrations/0001_initial.py @@ -1,5 +1,5 @@ -# 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.db import models, migrations import django.db.models.deletion diff --git a/src/api/migrations/0002_auto_20151221_1225.py b/src/api/migrations/0002_auto_20151221_1225.py index 4245868dd..42b4c8ebc 100644 --- a/src/api/migrations/0002_auto_20151221_1225.py +++ b/src/api/migrations/0002_auto_20151221_1225.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/api/migrations/0003_bookuserdata.py b/src/api/migrations/0003_bookuserdata.py index f8b45e7e2..7615c3446 100644 --- a/src/api/migrations/0003_bookuserdata.py +++ b/src/api/migrations/0003_bookuserdata.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models import django.db.models.deletion diff --git a/src/api/migrations/0004_bookuserdata_last_changed.py b/src/api/migrations/0004_bookuserdata_last_changed.py index d00ac8bd6..1e6f04715 100644 --- a/src/api/migrations/0004_bookuserdata_last_changed.py +++ b/src/api/migrations/0004_bookuserdata_last_changed.py @@ -1,5 +1,5 @@ -# 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. # import datetime from django.db import migrations, models diff --git a/src/api/migrations/0005_consumer_nonce_resource_token.py b/src/api/migrations/0005_consumer_nonce_resource_token.py index 9b706a4ad..85fa50af3 100644 --- a/src/api/migrations/0005_consumer_nonce_resource_token.py +++ b/src/api/migrations/0005_consumer_nonce_resource_token.py @@ -1,5 +1,5 @@ -# 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.conf import settings from django.db import migrations, models diff --git a/src/api/models.py b/src/api/models.py index e86324eeb..04d08e96d 100644 --- a/src/api/models.py +++ b/src/api/models.py @@ -1,5 +1,5 @@ -# 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.conf import settings from django.contrib.auth.models import User diff --git a/src/api/renderers.py b/src/api/renderers.py index 3f742db27..3ccf1a2fb 100644 --- a/src/api/renderers.py +++ b/src/api/renderers.py @@ -1,5 +1,5 @@ -# 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 rest_framework_xml.renderers import XMLRenderer diff --git a/src/api/request_validator.py b/src/api/request_validator.py index 9a4be2da8..78834ffa2 100644 --- a/src/api/request_validator.py +++ b/src/api/request_validator.py @@ -1,5 +1,5 @@ -# 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. # import time from oauthlib.oauth1 import RequestValidator diff --git a/src/api/serializers.py b/src/api/serializers.py index eb6994c73..e0bf0eeee 100644 --- a/src/api/serializers.py +++ b/src/api/serializers.py @@ -1,5 +1,5 @@ -# 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.contrib.auth.models import User from rest_framework import serializers diff --git a/src/api/tests/tests.py b/src/api/tests/tests.py index 5ad5ca34f..6862f2423 100644 --- a/src/api/tests/tests.py +++ b/src/api/tests/tests.py @@ -1,5 +1,5 @@ -# 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 base64 import b64encode import hashlib diff --git a/src/api/urls.py b/src/api/urls.py index 4fb321a32..2c4c792af 100644 --- a/src/api/urls.py +++ b/src/api/urls.py @@ -1,5 +1,5 @@ -# 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.urls import path, include from django.views.decorators.csrf import csrf_exempt diff --git a/src/api/utils.py b/src/api/utils.py index 3674838db..3b23246b9 100644 --- a/src/api/utils.py +++ b/src/api/utils.py @@ -1,5 +1,5 @@ -# 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.http import HttpResponse, HttpResponseRedirect from django.utils.decorators import method_decorator diff --git a/src/api/views.py b/src/api/views.py index be1491b6f..64a7eb0ee 100644 --- a/src/api/views.py +++ b/src/api/views.py @@ -1,5 +1,5 @@ -# 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.contrib.auth.decorators import login_required from django import forms diff --git a/src/catalogue/__init__.py b/src/catalogue/__init__.py index f8c87fb47..534211a4e 100644 --- a/src/catalogue/__init__.py +++ b/src/catalogue/__init__.py @@ -1,5 +1,5 @@ -# 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. # import logging from django.conf import settings diff --git a/src/catalogue/admin.py b/src/catalogue/admin.py index ad5e209aa..d1e3c1f23 100644 --- a/src/catalogue/admin.py +++ b/src/catalogue/admin.py @@ -1,5 +1,5 @@ -# 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.contrib import admin from catalogue.models import Tag, Book, Fragment, BookMedia, Collection, Source, Snippet diff --git a/src/catalogue/api/fields.py b/src/catalogue/api/fields.py index d95c3a857..64eab24ba 100644 --- a/src/catalogue/api/fields.py +++ b/src/catalogue/api/fields.py @@ -1,5 +1,5 @@ -# 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 rest_framework import serializers from api.fields import AbsoluteURLField diff --git a/src/catalogue/api/helpers.py b/src/catalogue/api/helpers.py index 7971268b0..9fe7bdbd7 100644 --- a/src/catalogue/api/helpers.py +++ b/src/catalogue/api/helpers.py @@ -1,5 +1,5 @@ -# 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.db.models import Q from catalogue.models import Book diff --git a/src/catalogue/api/serializers.py b/src/catalogue/api/serializers.py index 9baba3461..daa86fec8 100644 --- a/src/catalogue/api/serializers.py +++ b/src/catalogue/api/serializers.py @@ -1,5 +1,5 @@ -# 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 rest_framework import serializers from api.fields import AbsoluteURLField, LegacyMixin, ThumbnailField diff --git a/src/catalogue/api/urls.py b/src/catalogue/api/urls.py index 4e0d937c1..c211c2204 100644 --- a/src/catalogue/api/urls.py +++ b/src/catalogue/api/urls.py @@ -1,5 +1,5 @@ -# 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.urls import path, re_path from stats.utils import piwik_track_view diff --git a/src/catalogue/api/views.py b/src/catalogue/api/views.py index e7ed8c633..932f9cda8 100644 --- a/src/catalogue/api/views.py +++ b/src/catalogue/api/views.py @@ -1,5 +1,5 @@ -# 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. # import json import os.path diff --git a/src/catalogue/apps.py b/src/catalogue/apps.py index 36c6b8419..284b530e7 100644 --- a/src/catalogue/apps.py +++ b/src/catalogue/apps.py @@ -1,5 +1,5 @@ -# 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 diff --git a/src/catalogue/constants.py b/src/catalogue/constants.py index 066a43c18..becb81731 100644 --- a/src/catalogue/constants.py +++ b/src/catalogue/constants.py @@ -1,5 +1,5 @@ -# 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.utils.translation import gettext_lazy as _ diff --git a/src/catalogue/feeds.py b/src/catalogue/feeds.py index 8658c8c55..ee4b37f1b 100644 --- a/src/catalogue/feeds.py +++ b/src/catalogue/feeds.py @@ -1,5 +1,5 @@ -# 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.contrib.sites.models import Site from django.contrib.syndication.views import Feed diff --git a/src/catalogue/fields.py b/src/catalogue/fields.py index 423be1d82..646ab1515 100644 --- a/src/catalogue/fields.py +++ b/src/catalogue/fields.py @@ -1,5 +1,5 @@ -# 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. # import os import pkg_resources diff --git a/src/catalogue/forms.py b/src/catalogue/forms.py index 080b588dd..100f79496 100644 --- a/src/catalogue/forms.py +++ b/src/catalogue/forms.py @@ -1,5 +1,5 @@ -# 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 import forms from django.utils.translation import gettext_lazy as _ diff --git a/src/catalogue/helpers.py b/src/catalogue/helpers.py index c4b926783..b1ee96e10 100644 --- a/src/catalogue/helpers.py +++ b/src/catalogue/helpers.py @@ -1,5 +1,5 @@ -# 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.conf import settings from django.contrib.contenttypes.models import ContentType diff --git a/src/catalogue/import_utils.py b/src/catalogue/import_utils.py index 587e05be3..c63a11176 100644 --- a/src/catalogue/import_utils.py +++ b/src/catalogue/import_utils.py @@ -1,5 +1,5 @@ -# 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 librarian import DocProvider diff --git a/src/catalogue/locale/de/LC_MESSAGES/django.po b/src/catalogue/locale/de/LC_MESSAGES/django.po index 939d8eeb7..a07b64c09 100644 --- a/src/catalogue/locale/de/LC_MESSAGES/django.po +++ b/src/catalogue/locale/de/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/catalogue/locale/en/LC_MESSAGES/django.po b/src/catalogue/locale/en/LC_MESSAGES/django.po index a8aae0777..aff344577 100644 --- a/src/catalogue/locale/en/LC_MESSAGES/django.po +++ b/src/catalogue/locale/en/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/catalogue/locale/es/LC_MESSAGES/django.po b/src/catalogue/locale/es/LC_MESSAGES/django.po index babeac34b..1ee737e3c 100644 --- a/src/catalogue/locale/es/LC_MESSAGES/django.po +++ b/src/catalogue/locale/es/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/catalogue/locale/fr/LC_MESSAGES/django.po b/src/catalogue/locale/fr/LC_MESSAGES/django.po index af5189977..6daf43c54 100644 --- a/src/catalogue/locale/fr/LC_MESSAGES/django.po +++ b/src/catalogue/locale/fr/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/catalogue/locale/it/LC_MESSAGES/django.po b/src/catalogue/locale/it/LC_MESSAGES/django.po index ad89f98e6..cfcc97133 100644 --- a/src/catalogue/locale/it/LC_MESSAGES/django.po +++ b/src/catalogue/locale/it/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/catalogue/locale/lt/LC_MESSAGES/django.po b/src/catalogue/locale/lt/LC_MESSAGES/django.po index fd076d0c6..7b1685548 100644 --- a/src/catalogue/locale/lt/LC_MESSAGES/django.po +++ b/src/catalogue/locale/lt/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/catalogue/locale/ru/LC_MESSAGES/django.po b/src/catalogue/locale/ru/LC_MESSAGES/django.po index eb6e6f2f2..f00b8aab0 100644 --- a/src/catalogue/locale/ru/LC_MESSAGES/django.po +++ b/src/catalogue/locale/ru/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/catalogue/locale/uk/LC_MESSAGES/django.po b/src/catalogue/locale/uk/LC_MESSAGES/django.po index 4b6bd1005..3979cda58 100644 --- a/src/catalogue/locale/uk/LC_MESSAGES/django.po +++ b/src/catalogue/locale/uk/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/catalogue/management/commands/build_stale.py b/src/catalogue/management/commands/build_stale.py index 26e1cf65a..62ab73c60 100644 --- a/src/catalogue/management/commands/build_stale.py +++ b/src/catalogue/management/commands/build_stale.py @@ -1,5 +1,5 @@ -# 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 time import time from django.conf import settings diff --git a/src/catalogue/management/commands/checkcovers.py b/src/catalogue/management/commands/checkcovers.py index db9fc4c47..6b94fec31 100644 --- a/src/catalogue/management/commands/checkcovers.py +++ b/src/catalogue/management/commands/checkcovers.py @@ -1,5 +1,5 @@ -# 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.contrib.sites.models import Site from django.core.management.base import BaseCommand diff --git a/src/catalogue/management/commands/checkintegrity.py b/src/catalogue/management/commands/checkintegrity.py index e7d5ffd78..02afe79bd 100644 --- a/src/catalogue/management/commands/checkintegrity.py +++ b/src/catalogue/management/commands/checkintegrity.py @@ -1,5 +1,5 @@ -# 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.core.management.base import BaseCommand from librarian import ParseError diff --git a/src/catalogue/management/commands/gencover.py b/src/catalogue/management/commands/gencover.py index c0d099b60..258a402c1 100644 --- a/src/catalogue/management/commands/gencover.py +++ b/src/catalogue/management/commands/gencover.py @@ -1,5 +1,5 @@ -# 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.core.management.base import BaseCommand diff --git a/src/catalogue/management/commands/importbooks.py b/src/catalogue/management/commands/importbooks.py index 9322eea0b..8306ffb03 100644 --- a/src/catalogue/management/commands/importbooks.py +++ b/src/catalogue/management/commands/importbooks.py @@ -1,5 +1,5 @@ -# 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. # import os import sys diff --git a/src/catalogue/management/commands/load_abstracts.py b/src/catalogue/management/commands/load_abstracts.py index 587f9436b..f9fb2c155 100644 --- a/src/catalogue/management/commands/load_abstracts.py +++ b/src/catalogue/management/commands/load_abstracts.py @@ -1,5 +1,5 @@ -# 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.core.management.base import BaseCommand diff --git a/src/catalogue/management/commands/pack.py b/src/catalogue/management/commands/pack.py index 22b36e985..f4157fd40 100644 --- a/src/catalogue/management/commands/pack.py +++ b/src/catalogue/management/commands/pack.py @@ -1,5 +1,5 @@ -# 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. # import zipfile from django.core.management.base import BaseCommand diff --git a/src/catalogue/management/commands/report_dead_links.py b/src/catalogue/management/commands/report_dead_links.py index 5f193c415..866a7d0d1 100644 --- a/src/catalogue/management/commands/report_dead_links.py +++ b/src/catalogue/management/commands/report_dead_links.py @@ -1,5 +1,5 @@ -# 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.core.management.base import BaseCommand diff --git a/src/catalogue/management/commands/update_counters.py b/src/catalogue/management/commands/update_counters.py index c79f61441..c547b54e0 100644 --- a/src/catalogue/management/commands/update_counters.py +++ b/src/catalogue/management/commands/update_counters.py @@ -1,5 +1,5 @@ -# 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.conf import settings from django.core.management.base import BaseCommand diff --git a/src/catalogue/management/commands/update_popularity.py b/src/catalogue/management/commands/update_popularity.py index d2af0d4e9..89d23319f 100644 --- a/src/catalogue/management/commands/update_popularity.py +++ b/src/catalogue/management/commands/update_popularity.py @@ -1,5 +1,5 @@ -# 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.core.management.base import BaseCommand from django.db.models import Count diff --git a/src/catalogue/management/commands/update_preview_status.py b/src/catalogue/management/commands/update_preview_status.py index dc3631efa..af6d9750e 100644 --- a/src/catalogue/management/commands/update_preview_status.py +++ b/src/catalogue/management/commands/update_preview_status.py @@ -1,5 +1,5 @@ -# 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 datetime import date from django.core.management.base import BaseCommand diff --git a/src/catalogue/management/commands/update_tag_description.py b/src/catalogue/management/commands/update_tag_description.py index bd005623c..0fb2ffd95 100644 --- a/src/catalogue/management/commands/update_tag_description.py +++ b/src/catalogue/management/commands/update_tag_description.py @@ -1,5 +1,5 @@ -# 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.core.management import BaseCommand from catalogue.models import Tag diff --git a/src/catalogue/migrations/0001_initial.py b/src/catalogue/migrations/0001_initial.py index 448b8b90d..7a2d42719 100644 --- a/src/catalogue/migrations/0001_initial.py +++ b/src/catalogue/migrations/0001_initial.py @@ -1,5 +1,5 @@ -# 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.db import models, migrations import django.db.models.deletion diff --git a/src/catalogue/migrations/0002_book_ancestor.py b/src/catalogue/migrations/0002_book_ancestor.py index 49dd6f08c..3803e4b38 100644 --- a/src/catalogue/migrations/0002_book_ancestor.py +++ b/src/catalogue/migrations/0002_book_ancestor.py @@ -1,5 +1,5 @@ -# 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.db import models, migrations diff --git a/src/catalogue/migrations/0003_populate_ancestors.py b/src/catalogue/migrations/0003_populate_ancestors.py index c36aee1d4..9d28165c8 100644 --- a/src/catalogue/migrations/0003_populate_ancestors.py +++ b/src/catalogue/migrations/0003_populate_ancestors.py @@ -1,5 +1,5 @@ -# 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.db import migrations diff --git a/src/catalogue/migrations/0004_remove_booktags_count_related_info.py b/src/catalogue/migrations/0004_remove_booktags_count_related_info.py index e474f1b24..1fadf166b 100644 --- a/src/catalogue/migrations/0004_remove_booktags_count_related_info.py +++ b/src/catalogue/migrations/0004_remove_booktags_count_related_info.py @@ -1,5 +1,5 @@ -# 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.db import models, migrations diff --git a/src/catalogue/migrations/0005_auto_20141016_1337.py b/src/catalogue/migrations/0005_auto_20141016_1337.py index 202e51921..63835bcae 100644 --- a/src/catalogue/migrations/0005_auto_20141016_1337.py +++ b/src/catalogue/migrations/0005_auto_20141016_1337.py @@ -1,5 +1,5 @@ -# 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.db import models, migrations diff --git a/src/catalogue/migrations/0006_auto_20141022_1059.py b/src/catalogue/migrations/0006_auto_20141022_1059.py index 7f12f6d20..efc6419d6 100644 --- a/src/catalogue/migrations/0006_auto_20141022_1059.py +++ b/src/catalogue/migrations/0006_auto_20141022_1059.py @@ -1,5 +1,5 @@ -# 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.db import models, migrations diff --git a/src/catalogue/migrations/0007_auto_20151123_1529.py b/src/catalogue/migrations/0007_auto_20151123_1529.py index 3bd9b9cc8..c81d842ef 100644 --- a/src/catalogue/migrations/0007_auto_20151123_1529.py +++ b/src/catalogue/migrations/0007_auto_20151123_1529.py @@ -1,5 +1,5 @@ -# 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.db import models, migrations diff --git a/src/catalogue/migrations/0008_auto_20151221_1225.py b/src/catalogue/migrations/0008_auto_20151221_1225.py index cdaaa0eb4..0db124071 100644 --- a/src/catalogue/migrations/0008_auto_20151221_1225.py +++ b/src/catalogue/migrations/0008_auto_20151221_1225.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models import catalogue.fields diff --git a/src/catalogue/migrations/0009_auto_20160127_1019.py b/src/catalogue/migrations/0009_auto_20160127_1019.py index 9def7ad28..a083d6a7a 100644 --- a/src/catalogue/migrations/0009_auto_20160127_1019.py +++ b/src/catalogue/migrations/0009_auto_20160127_1019.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/catalogue/migrations/0010_bookpopularity.py b/src/catalogue/migrations/0010_bookpopularity.py index 81834f932..fe5e109fb 100644 --- a/src/catalogue/migrations/0010_bookpopularity.py +++ b/src/catalogue/migrations/0010_bookpopularity.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models import django.db.models.deletion diff --git a/src/catalogue/migrations/0011_auto_20160413_1152.py b/src/catalogue/migrations/0011_auto_20160413_1152.py index 43ac38532..3c3100424 100644 --- a/src/catalogue/migrations/0011_auto_20160413_1152.py +++ b/src/catalogue/migrations/0011_auto_20160413_1152.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/catalogue/migrations/0012_auto_20161020_1407.py b/src/catalogue/migrations/0012_auto_20161020_1407.py index 34c700ce2..311981a43 100644 --- a/src/catalogue/migrations/0012_auto_20161020_1407.py +++ b/src/catalogue/migrations/0012_auto_20161020_1407.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/catalogue/migrations/0013_book_print_on_demand.py b/src/catalogue/migrations/0013_book_print_on_demand.py index d6addf77b..e30aedac7 100644 --- a/src/catalogue/migrations/0013_book_print_on_demand.py +++ b/src/catalogue/migrations/0013_book_print_on_demand.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/catalogue/migrations/0014_auto_20170627_1442.py b/src/catalogue/migrations/0014_auto_20170627_1442.py index cdfac230d..e386c3c8d 100644 --- a/src/catalogue/migrations/0014_auto_20170627_1442.py +++ b/src/catalogue/migrations/0014_auto_20170627_1442.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models import fnpdjango.storage diff --git a/src/catalogue/migrations/0015_book_recommended.py b/src/catalogue/migrations/0015_book_recommended.py index d92d45884..a950082cd 100644 --- a/src/catalogue/migrations/0015_book_recommended.py +++ b/src/catalogue/migrations/0015_book_recommended.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/catalogue/migrations/0016_auto_20171031_1232.py b/src/catalogue/migrations/0016_auto_20171031_1232.py index 8e0080e50..81ddeef57 100644 --- a/src/catalogue/migrations/0016_auto_20171031_1232.py +++ b/src/catalogue/migrations/0016_auto_20171031_1232.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/catalogue/migrations/0017_auto_20171214_1746.py b/src/catalogue/migrations/0017_auto_20171214_1746.py index 0d5b36e40..37786e543 100644 --- a/src/catalogue/migrations/0017_auto_20171214_1746.py +++ b/src/catalogue/migrations/0017_auto_20171214_1746.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/catalogue/migrations/0018_auto_20171221_1106.py b/src/catalogue/migrations/0018_auto_20171221_1106.py index 9a2aee3c9..45b59b4ef 100644 --- a/src/catalogue/migrations/0018_auto_20171221_1106.py +++ b/src/catalogue/migrations/0018_auto_20171221_1106.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/catalogue/migrations/0019_auto_20171221_1107.py b/src/catalogue/migrations/0019_auto_20171221_1107.py index 17f7db110..1b897ffbe 100644 --- a/src/catalogue/migrations/0019_auto_20171221_1107.py +++ b/src/catalogue/migrations/0019_auto_20171221_1107.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/catalogue/migrations/0020_book_cover_api_thumb.py b/src/catalogue/migrations/0020_book_cover_api_thumb.py index 4c9cd8ef4..9975112d8 100644 --- a/src/catalogue/migrations/0020_book_cover_api_thumb.py +++ b/src/catalogue/migrations/0020_book_cover_api_thumb.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models import catalogue.fields diff --git a/src/catalogue/migrations/0021_auto_20171222_1404.py b/src/catalogue/migrations/0021_auto_20171222_1404.py index 6e0331cb5..bead8607b 100644 --- a/src/catalogue/migrations/0021_auto_20171222_1404.py +++ b/src/catalogue/migrations/0021_auto_20171222_1404.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models import catalogue.fields diff --git a/src/catalogue/migrations/0022_auto_20180226_1503.py b/src/catalogue/migrations/0022_auto_20180226_1503.py index fef3abb02..e8dd3a65c 100644 --- a/src/catalogue/migrations/0022_auto_20180226_1503.py +++ b/src/catalogue/migrations/0022_auto_20180226_1503.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/catalogue/migrations/0023_book_abstract.py b/src/catalogue/migrations/0023_book_abstract.py index 2959bd552..ee707ec63 100644 --- a/src/catalogue/migrations/0023_book_abstract.py +++ b/src/catalogue/migrations/0023_book_abstract.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/catalogue/migrations/0024_auto_20180510_1407.py b/src/catalogue/migrations/0024_auto_20180510_1407.py index 620723a2a..b3789dddb 100644 --- a/src/catalogue/migrations/0024_auto_20180510_1407.py +++ b/src/catalogue/migrations/0024_auto_20180510_1407.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/catalogue/migrations/0024_book_audio_length.py b/src/catalogue/migrations/0024_book_audio_length.py index 6d2d87210..86e7d97fb 100644 --- a/src/catalogue/migrations/0024_book_audio_length.py +++ b/src/catalogue/migrations/0024_book_audio_length.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/catalogue/migrations/0025_merge.py b/src/catalogue/migrations/0025_merge.py index b43ede851..301e9c169 100644 --- a/src/catalogue/migrations/0025_merge.py +++ b/src/catalogue/migrations/0025_merge.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/catalogue/migrations/0026_book_preview_key.py b/src/catalogue/migrations/0026_book_preview_key.py index e5ab008ca..71e2204d9 100644 --- a/src/catalogue/migrations/0026_book_preview_key.py +++ b/src/catalogue/migrations/0026_book_preview_key.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/catalogue/models/__init__.py b/src/catalogue/models/__init__.py index 81f36d1ea..67d999c5f 100644 --- a/src/catalogue/models/__init__.py +++ b/src/catalogue/models/__init__.py @@ -1,5 +1,5 @@ -# 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 catalogue.models.tag import Tag from catalogue.models.bookmedia import BookMedia diff --git a/src/catalogue/models/book.py b/src/catalogue/models/book.py index 35d0e8c4e..411476aa0 100644 --- a/src/catalogue/models/book.py +++ b/src/catalogue/models/book.py @@ -1,5 +1,5 @@ -# 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 collections import OrderedDict import json diff --git a/src/catalogue/models/bookmedia.py b/src/catalogue/models/bookmedia.py index fe8b02f43..acb1881e5 100644 --- a/src/catalogue/models/bookmedia.py +++ b/src/catalogue/models/bookmedia.py @@ -1,5 +1,5 @@ -# 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 collections import OrderedDict import json diff --git a/src/catalogue/models/collection.py b/src/catalogue/models/collection.py index 2366321bd..d9ab5da00 100644 --- a/src/catalogue/models/collection.py +++ b/src/catalogue/models/collection.py @@ -1,5 +1,5 @@ -# 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.conf import settings from django.db import models diff --git a/src/catalogue/models/fragment.py b/src/catalogue/models/fragment.py index 0bbd4260d..6609ba8f5 100644 --- a/src/catalogue/models/fragment.py +++ b/src/catalogue/models/fragment.py @@ -1,5 +1,5 @@ -# 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.conf import settings from django.contrib.contenttypes.fields import GenericRelation diff --git a/src/catalogue/models/source.py b/src/catalogue/models/source.py index 332a98f13..b2259d467 100644 --- a/src/catalogue/models/source.py +++ b/src/catalogue/models/source.py @@ -1,5 +1,5 @@ -# 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.db import models diff --git a/src/catalogue/models/tag.py b/src/catalogue/models/tag.py index 4046d34d3..cdc1dc8a2 100644 --- a/src/catalogue/models/tag.py +++ b/src/catalogue/models/tag.py @@ -1,5 +1,5 @@ -# 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.conf import settings from django.contrib.contenttypes.fields import GenericForeignKey diff --git a/src/catalogue/signals.py b/src/catalogue/signals.py index 9b8fb55b2..7dd68d445 100644 --- a/src/catalogue/signals.py +++ b/src/catalogue/signals.py @@ -1,5 +1,5 @@ -# 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.conf import settings from django.core.cache import caches diff --git a/src/catalogue/tasks.py b/src/catalogue/tasks.py index 0694b0174..20690c63d 100644 --- a/src/catalogue/tasks.py +++ b/src/catalogue/tasks.py @@ -1,5 +1,5 @@ -# 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 traceback import print_exc from celery import shared_task diff --git a/src/catalogue/templatetags/catalogue_tags.py b/src/catalogue/templatetags/catalogue_tags.py index 14f310d77..c9e776c8f 100644 --- a/src/catalogue/templatetags/catalogue_tags.py +++ b/src/catalogue/templatetags/catalogue_tags.py @@ -1,5 +1,5 @@ -# 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 random import randint, random from urllib.parse import urlparse diff --git a/src/catalogue/test_utils.py b/src/catalogue/test_utils.py index c15cba717..f5d98cab5 100644 --- a/src/catalogue/test_utils.py +++ b/src/catalogue/test_utils.py @@ -1,5 +1,5 @@ -# 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 os.path import abspath, dirname, join import tempfile diff --git a/src/catalogue/tests/test_book_import.py b/src/catalogue/tests/test_book_import.py index 5f9627fc5..f38aea8c3 100644 --- a/src/catalogue/tests/test_book_import.py +++ b/src/catalogue/tests/test_book_import.py @@ -1,5 +1,5 @@ -# 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.core.files.base import ContentFile from catalogue.test_utils import * diff --git a/src/catalogue/tests/test_bookmedia.py b/src/catalogue/tests/test_bookmedia.py index 795282634..c2a5e0a9a 100644 --- a/src/catalogue/tests/test_bookmedia.py +++ b/src/catalogue/tests/test_bookmedia.py @@ -1,5 +1,5 @@ -# 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 os.path import basename, exists from unittest import skip diff --git a/src/catalogue/tests/test_cover.py b/src/catalogue/tests/test_cover.py index 9b2b01126..db1f0d1fb 100644 --- a/src/catalogue/tests/test_cover.py +++ b/src/catalogue/tests/test_cover.py @@ -1,5 +1,5 @@ -# 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.core.files.base import ContentFile from catalogue.test_utils import BookInfoStub, PersonStub, info_args, WLTestCase diff --git a/src/catalogue/tests/test_tags.py b/src/catalogue/tests/test_tags.py index 0853a4212..0ca2ac0dd 100644 --- a/src/catalogue/tests/test_tags.py +++ b/src/catalogue/tests/test_tags.py @@ -1,5 +1,5 @@ -# 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 unittest import skip diff --git a/src/catalogue/tests/test_templatetags.py b/src/catalogue/tests/test_templatetags.py index a53897692..891cab185 100644 --- a/src/catalogue/tests/test_templatetags.py +++ b/src/catalogue/tests/test_templatetags.py @@ -1,5 +1,5 @@ -# 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 catalogue import models from catalogue.templatetags import catalogue_tags diff --git a/src/catalogue/tests/test_visit.py b/src/catalogue/tests/test_visit.py index 83d5e0bdc..bd3058fd0 100644 --- a/src/catalogue/tests/test_visit.py +++ b/src/catalogue/tests/test_visit.py @@ -1,5 +1,5 @@ -# 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 catalogue import models from catalogue.test_utils import BookInfoStub, PersonStub, WLTestCase, info_args diff --git a/src/catalogue/translation.py b/src/catalogue/translation.py index aec44bc07..e314f8c43 100644 --- a/src/catalogue/translation.py +++ b/src/catalogue/translation.py @@ -1,5 +1,5 @@ -# 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 modeltranslation.translator import translator, TranslationOptions diff --git a/src/catalogue/urls.py b/src/catalogue/urls.py index 0a8df784d..d02f4a41e 100644 --- a/src/catalogue/urls.py +++ b/src/catalogue/urls.py @@ -1,5 +1,5 @@ -# 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.urls import path, re_path from django.db.models import Max diff --git a/src/catalogue/utils.py b/src/catalogue/utils.py index ee3631c76..267d6be96 100644 --- a/src/catalogue/utils.py +++ b/src/catalogue/utils.py @@ -1,5 +1,5 @@ -# 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. # import hashlib import os.path diff --git a/src/catalogue/views.py b/src/catalogue/views.py index dac4e6faa..62ba2be90 100644 --- a/src/catalogue/views.py +++ b/src/catalogue/views.py @@ -1,5 +1,5 @@ -# 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 collections import OrderedDict import random diff --git a/src/chunks/admin.py b/src/chunks/admin.py index 90b69ae7d..e603d7284 100644 --- a/src/chunks/admin.py +++ b/src/chunks/admin.py @@ -1,5 +1,5 @@ -# 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.contrib import admin from django import forms diff --git a/src/chunks/migrations/0001_initial.py b/src/chunks/migrations/0001_initial.py index cf0ccccc8..c0dcf9cb8 100644 --- a/src/chunks/migrations/0001_initial.py +++ b/src/chunks/migrations/0001_initial.py @@ -1,5 +1,5 @@ -# 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.db import models, migrations diff --git a/src/chunks/migrations/0002_auto_20140911_1253.py b/src/chunks/migrations/0002_auto_20140911_1253.py index baeec0670..86bd3fbcd 100644 --- a/src/chunks/migrations/0002_auto_20140911_1253.py +++ b/src/chunks/migrations/0002_auto_20140911_1253.py @@ -1,5 +1,5 @@ -# 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.db import models, migrations diff --git a/src/chunks/migrations/0003_auto_20151221_1225.py b/src/chunks/migrations/0003_auto_20151221_1225.py index fd1c0bb97..55c16feb4 100644 --- a/src/chunks/migrations/0003_auto_20151221_1225.py +++ b/src/chunks/migrations/0003_auto_20151221_1225.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/chunks/models.py b/src/chunks/models.py index 768e7eae5..fc03c1be0 100644 --- a/src/chunks/models.py +++ b/src/chunks/models.py @@ -1,5 +1,5 @@ -# 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.conf import settings from django.core.cache import cache diff --git a/src/chunks/templatetags/chunks.py b/src/chunks/templatetags/chunks.py index b8e9f4f6d..6a891f9de 100644 --- a/src/chunks/templatetags/chunks.py +++ b/src/chunks/templatetags/chunks.py @@ -1,5 +1,5 @@ -# 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 import template from django.core.cache import cache diff --git a/src/chunks/translation.py b/src/chunks/translation.py index 64bba5dd7..108e8e46a 100644 --- a/src/chunks/translation.py +++ b/src/chunks/translation.py @@ -1,5 +1,5 @@ -# 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 modeltranslation.translator import translator, TranslationOptions diff --git a/src/chunks/urls.py b/src/chunks/urls.py index a1abc7df2..f02e35619 100644 --- a/src/chunks/urls.py +++ b/src/chunks/urls.py @@ -1,5 +1,5 @@ -# 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.urls import path from . import views diff --git a/src/club/admin.py b/src/club/admin.py index 7b526fcd4..8e4380eab 100644 --- a/src/club/admin.py +++ b/src/club/admin.py @@ -1,5 +1,5 @@ -# 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. # import json from django.contrib import admin diff --git a/src/club/apps.py b/src/club/apps.py index 0f507ef7c..721128a81 100644 --- a/src/club/apps.py +++ b/src/club/apps.py @@ -1,5 +1,5 @@ -# 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 diff --git a/src/club/forms.py b/src/club/forms.py index f6b3bf9e7..df92524b9 100644 --- a/src/club/forms.py +++ b/src/club/forms.py @@ -1,5 +1,5 @@ -# 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 decimal import Decimal from django import forms diff --git a/src/club/helpers.py b/src/club/helpers.py index 9bcf6dfe2..728f64aa3 100644 --- a/src/club/helpers.py +++ b/src/club/helpers.py @@ -1,5 +1,5 @@ -# 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.utils.timezone import now from .models import Schedule diff --git a/src/club/locale/de/LC_MESSAGES/django.po b/src/club/locale/de/LC_MESSAGES/django.po index b18ffad4f..52d528a3d 100644 --- a/src/club/locale/de/LC_MESSAGES/django.po +++ b/src/club/locale/de/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/club/locale/en/LC_MESSAGES/django.po b/src/club/locale/en/LC_MESSAGES/django.po index 7d1505362..c80beb617 100644 --- a/src/club/locale/en/LC_MESSAGES/django.po +++ b/src/club/locale/en/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/club/locale/es/LC_MESSAGES/django.po b/src/club/locale/es/LC_MESSAGES/django.po index b18ffad4f..52d528a3d 100644 --- a/src/club/locale/es/LC_MESSAGES/django.po +++ b/src/club/locale/es/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/club/locale/fr/LC_MESSAGES/django.po b/src/club/locale/fr/LC_MESSAGES/django.po index 6c8674f43..6803a6a29 100644 --- a/src/club/locale/fr/LC_MESSAGES/django.po +++ b/src/club/locale/fr/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/club/locale/it/LC_MESSAGES/django.po b/src/club/locale/it/LC_MESSAGES/django.po index b18ffad4f..52d528a3d 100644 --- a/src/club/locale/it/LC_MESSAGES/django.po +++ b/src/club/locale/it/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/club/locale/lt/LC_MESSAGES/django.po b/src/club/locale/lt/LC_MESSAGES/django.po index 23cfd1e39..3592e1a51 100644 --- a/src/club/locale/lt/LC_MESSAGES/django.po +++ b/src/club/locale/lt/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/club/locale/ru/LC_MESSAGES/django.po b/src/club/locale/ru/LC_MESSAGES/django.po index b429b2b32..073c4ea69 100644 --- a/src/club/locale/ru/LC_MESSAGES/django.po +++ b/src/club/locale/ru/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/club/locale/uk/LC_MESSAGES/django.po b/src/club/locale/uk/LC_MESSAGES/django.po index c3df26867..53197effe 100644 --- a/src/club/locale/uk/LC_MESSAGES/django.po +++ b/src/club/locale/uk/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/club/management/commands/payu_fake_notify.py b/src/club/management/commands/payu_fake_notify.py index a216ac5b7..b9ef8ce27 100644 --- a/src/club/management/commands/payu_fake_notify.py +++ b/src/club/management/commands/payu_fake_notify.py @@ -1,5 +1,5 @@ -# 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. # import json from django.core.management.base import BaseCommand diff --git a/src/club/management/commands/prolong.py b/src/club/management/commands/prolong.py index 2705990ee..faa4518e5 100644 --- a/src/club/management/commands/prolong.py +++ b/src/club/management/commands/prolong.py @@ -1,5 +1,5 @@ -# 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 datetime import timedelta import traceback diff --git a/src/club/management/commands/send_receipts.py b/src/club/management/commands/send_receipts.py index 92b5dc2c4..402cd08dd 100644 --- a/src/club/management/commands/send_receipts.py +++ b/src/club/management/commands/send_receipts.py @@ -1,5 +1,5 @@ -# 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 datetime import timedelta import traceback diff --git a/src/club/migrations/0001_initial.py b/src/club/migrations/0001_initial.py index 1dbbcc136..5e549d481 100644 --- a/src/club/migrations/0001_initial.py +++ b/src/club/migrations/0001_initial.py @@ -1,5 +1,5 @@ -# 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.conf import settings from django.db import migrations, models diff --git a/src/club/migrations/0002_auto_20190416_1024.py b/src/club/migrations/0002_auto_20190416_1024.py index 2e5ba7eaf..b734d3d56 100644 --- a/src/club/migrations/0002_auto_20190416_1024.py +++ b/src/club/migrations/0002_auto_20190416_1024.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models import django.db.models.deletion diff --git a/src/club/migrations/0003_remove_payuorder_amount.py b/src/club/migrations/0003_remove_payuorder_amount.py index 3adcf2ae0..93faf621c 100644 --- a/src/club/migrations/0003_remove_payuorder_amount.py +++ b/src/club/migrations/0003_remove_payuorder_amount.py @@ -1,5 +1,5 @@ -# 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.db import migrations diff --git a/src/club/migrations/0004_payucardtoken_pos_id.py b/src/club/migrations/0004_payucardtoken_pos_id.py index 6d4018358..e1b619b38 100644 --- a/src/club/migrations/0004_payucardtoken_pos_id.py +++ b/src/club/migrations/0004_payucardtoken_pos_id.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/club/migrations/0005_auto_20190416_1052.py b/src/club/migrations/0005_auto_20190416_1052.py index 19c5c7fe8..470e6a31e 100644 --- a/src/club/migrations/0005_auto_20190416_1052.py +++ b/src/club/migrations/0005_auto_20190416_1052.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/club/migrations/0006_auto_20190416_1236.py b/src/club/migrations/0006_auto_20190416_1236.py index 817a9bf3a..b5784d3e2 100644 --- a/src/club/migrations/0006_auto_20190416_1236.py +++ b/src/club/migrations/0006_auto_20190416_1236.py @@ -1,5 +1,5 @@ -# 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.db import migrations diff --git a/src/club/migrations/0007_auto_20190416_1625.py b/src/club/migrations/0007_auto_20190416_1625.py index 97ead12d5..b85319e76 100644 --- a/src/club/migrations/0007_auto_20190416_1625.py +++ b/src/club/migrations/0007_auto_20190416_1625.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models import django.db.models.deletion diff --git a/src/club/migrations/0008_membership_name.py b/src/club/migrations/0008_membership_name.py index 1e8bc9ffa..c685b6281 100644 --- a/src/club/migrations/0008_membership_name.py +++ b/src/club/migrations/0008_membership_name.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/club/migrations/0009_auto_20190510_1510.py b/src/club/migrations/0009_auto_20190510_1510.py index a823e64bc..0178ce078 100644 --- a/src/club/migrations/0009_auto_20190510_1510.py +++ b/src/club/migrations/0009_auto_20190510_1510.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/club/migrations/0010_auto_20190529_0946.py b/src/club/migrations/0010_auto_20190529_0946.py index ca5ee4d33..bd414f168 100644 --- a/src/club/migrations/0010_auto_20190529_0946.py +++ b/src/club/migrations/0010_auto_20190529_0946.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/club/models.py b/src/club/models.py index b79a7a838..c09769a95 100644 --- a/src/club/models.py +++ b/src/club/models.py @@ -1,5 +1,5 @@ -# 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 datetime import datetime, timedelta from decimal import Decimal diff --git a/src/club/payment_methods.py b/src/club/payment_methods.py index 825210cdf..98c138d8b 100644 --- a/src/club/payment_methods.py +++ b/src/club/payment_methods.py @@ -1,5 +1,5 @@ -# 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 hashlib import sha256 from django.conf import settings diff --git a/src/club/payu/__init__.py b/src/club/payu/__init__.py index e5bfbdb0d..fd22dc578 100644 --- a/src/club/payu/__init__.py +++ b/src/club/payu/__init__.py @@ -1,5 +1,5 @@ -# 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.conf import settings from .pos import POS diff --git a/src/club/payu/forms.py b/src/club/payu/forms.py index bdcdf566d..0d15414c7 100644 --- a/src/club/payu/forms.py +++ b/src/club/payu/forms.py @@ -1,5 +1,5 @@ -# 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 import forms diff --git a/src/club/payu/models.py b/src/club/payu/models.py index bba3ea760..d50ee8b75 100644 --- a/src/club/payu/models.py +++ b/src/club/payu/models.py @@ -1,5 +1,5 @@ -# 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. # import json from urllib.parse import urlencode diff --git a/src/club/payu/pos.py b/src/club/payu/pos.py index db03d4334..908d76d49 100644 --- a/src/club/payu/pos.py +++ b/src/club/payu/pos.py @@ -1,5 +1,5 @@ -# 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. # import requests diff --git a/src/club/payu/tests/integration.py b/src/club/payu/tests/integration.py index 64f2fe7d5..158086197 100644 --- a/src/club/payu/tests/integration.py +++ b/src/club/payu/tests/integration.py @@ -1,5 +1,5 @@ -# 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.contrib.staticfiles.testing import StaticLiveServerTestCase from selenium.webdriver.firefox.webdriver import WebDriver diff --git a/src/club/payu/views.py b/src/club/payu/views.py index 91e28cc12..6074b3d2f 100644 --- a/src/club/payu/views.py +++ b/src/club/payu/views.py @@ -1,5 +1,5 @@ -# 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 hashlib import md5, sha256 from django.conf import settings diff --git a/src/club/permissions.py b/src/club/permissions.py index 646df6c83..d5e5e93db 100644 --- a/src/club/permissions.py +++ b/src/club/permissions.py @@ -1,5 +1,5 @@ -# 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 rest_framework.permissions import BasePermission from .models import Membership diff --git a/src/club/templatetags/club.py b/src/club/templatetags/club.py index 92fb5ca0b..79dc14478 100644 --- a/src/club/templatetags/club.py +++ b/src/club/templatetags/club.py @@ -1,5 +1,5 @@ -# 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 datetime import timedelta from django.db.models import Sum diff --git a/src/club/translation.py b/src/club/translation.py index cb8d02c9b..7da2014dd 100644 --- a/src/club/translation.py +++ b/src/club/translation.py @@ -1,5 +1,5 @@ -# 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 modeltranslation.translator import translator, TranslationOptions diff --git a/src/club/urls.py b/src/club/urls.py index 9d7cd8ad8..026758070 100644 --- a/src/club/urls.py +++ b/src/club/urls.py @@ -1,5 +1,5 @@ -# 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.urls import path from django.views.generic import RedirectView diff --git a/src/club/views.py b/src/club/views.py index 068c5c659..1ab1eae06 100644 --- a/src/club/views.py +++ b/src/club/views.py @@ -1,5 +1,5 @@ -# 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.conf import settings from django.contrib.auth.decorators import login_required, permission_required diff --git a/src/contact/fields.py b/src/contact/fields.py index f737f03b4..4164af889 100644 --- a/src/contact/fields.py +++ b/src/contact/fields.py @@ -1,5 +1,5 @@ -# 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 import forms from django.utils.html import conditional_escape diff --git a/src/contact/migrations/0001_initial.py b/src/contact/migrations/0001_initial.py index 08f688fc9..00a8159f2 100644 --- a/src/contact/migrations/0001_initial.py +++ b/src/contact/migrations/0001_initial.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models import django.db.models.deletion diff --git a/src/contact/widgets.py b/src/contact/widgets.py index fd2a49e36..d5e703bf7 100644 --- a/src/contact/widgets.py +++ b/src/contact/widgets.py @@ -1,5 +1,5 @@ -# 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 import forms from django.forms.utils import flatatt diff --git a/src/dictionary/constants.py b/src/dictionary/constants.py index 0cf2a2353..2cef90bf9 100644 --- a/src/dictionary/constants.py +++ b/src/dictionary/constants.py @@ -1,5 +1,5 @@ -# 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.utils.translation import gettext_lazy as _ diff --git a/src/dictionary/locale/de/LC_MESSAGES/django.po b/src/dictionary/locale/de/LC_MESSAGES/django.po index d041682be..da71a3b71 100644 --- a/src/dictionary/locale/de/LC_MESSAGES/django.po +++ b/src/dictionary/locale/de/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/dictionary/locale/en/LC_MESSAGES/django.po b/src/dictionary/locale/en/LC_MESSAGES/django.po index a650b5af7..f05595969 100644 --- a/src/dictionary/locale/en/LC_MESSAGES/django.po +++ b/src/dictionary/locale/en/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/dictionary/locale/es/LC_MESSAGES/django.po b/src/dictionary/locale/es/LC_MESSAGES/django.po index d041682be..da71a3b71 100644 --- a/src/dictionary/locale/es/LC_MESSAGES/django.po +++ b/src/dictionary/locale/es/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/dictionary/locale/fr/LC_MESSAGES/django.po b/src/dictionary/locale/fr/LC_MESSAGES/django.po index f6f778b99..9d8ea8dbd 100644 --- a/src/dictionary/locale/fr/LC_MESSAGES/django.po +++ b/src/dictionary/locale/fr/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/dictionary/locale/it/LC_MESSAGES/django.po b/src/dictionary/locale/it/LC_MESSAGES/django.po index d041682be..da71a3b71 100644 --- a/src/dictionary/locale/it/LC_MESSAGES/django.po +++ b/src/dictionary/locale/it/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/dictionary/locale/lt/LC_MESSAGES/django.po b/src/dictionary/locale/lt/LC_MESSAGES/django.po index ed13ee160..16293ca32 100644 --- a/src/dictionary/locale/lt/LC_MESSAGES/django.po +++ b/src/dictionary/locale/lt/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/dictionary/locale/ru/LC_MESSAGES/django.po b/src/dictionary/locale/ru/LC_MESSAGES/django.po index 2fc9d7174..29deb10e6 100644 --- a/src/dictionary/locale/ru/LC_MESSAGES/django.po +++ b/src/dictionary/locale/ru/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/dictionary/locale/uk/LC_MESSAGES/django.po b/src/dictionary/locale/uk/LC_MESSAGES/django.po index aeba2e74e..db4002bac 100644 --- a/src/dictionary/locale/uk/LC_MESSAGES/django.po +++ b/src/dictionary/locale/uk/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/dictionary/migrations/0001_initial.py b/src/dictionary/migrations/0001_initial.py index 58fb7aaf3..61fb00849 100644 --- a/src/dictionary/migrations/0001_initial.py +++ b/src/dictionary/migrations/0001_initial.py @@ -1,5 +1,5 @@ -# 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.db import models, migrations import django.db.models.deletion diff --git a/src/dictionary/migrations/0002_auto_20141006_1422.py b/src/dictionary/migrations/0002_auto_20141006_1422.py index d763e9a49..0908bedfe 100644 --- a/src/dictionary/migrations/0002_auto_20141006_1422.py +++ b/src/dictionary/migrations/0002_auto_20141006_1422.py @@ -1,5 +1,5 @@ -# 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.db import models, migrations import django.db.models.deletion diff --git a/src/dictionary/migrations/0003_auto_20141023_1445.py b/src/dictionary/migrations/0003_auto_20141023_1445.py index 77aea8ade..9059be596 100644 --- a/src/dictionary/migrations/0003_auto_20141023_1445.py +++ b/src/dictionary/migrations/0003_auto_20141023_1445.py @@ -1,5 +1,5 @@ -# 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.db import models, migrations diff --git a/src/dictionary/migrations/0004_auto_20151221_1225.py b/src/dictionary/migrations/0004_auto_20151221_1225.py index c0a1454bd..813d82cfa 100644 --- a/src/dictionary/migrations/0004_auto_20151221_1225.py +++ b/src/dictionary/migrations/0004_auto_20151221_1225.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/dictionary/models.py b/src/dictionary/models.py index cadee0d13..1068a9648 100644 --- a/src/dictionary/models.py +++ b/src/dictionary/models.py @@ -1,5 +1,5 @@ -# 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.db import models, transaction from celery import shared_task diff --git a/src/dictionary/templatetags/set_get.py b/src/dictionary/templatetags/set_get.py index 7baa5da8f..e41d171da 100644 --- a/src/dictionary/templatetags/set_get.py +++ b/src/dictionary/templatetags/set_get.py @@ -1,5 +1,5 @@ -# 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 import template from django.utils.http import urlencode diff --git a/src/dictionary/tests.py b/src/dictionary/tests.py index 0b5924bb0..45ca0cc9c 100644 --- a/src/dictionary/tests.py +++ b/src/dictionary/tests.py @@ -1,5 +1,5 @@ -# 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.core.files.base import ContentFile from catalogue.test_utils import * diff --git a/src/dictionary/urls.py b/src/dictionary/urls.py index 3ab98fc9b..8f11ac8ec 100644 --- a/src/dictionary/urls.py +++ b/src/dictionary/urls.py @@ -1,5 +1,5 @@ -# 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.urls import path from dictionary.views import NotesView diff --git a/src/dictionary/views.py b/src/dictionary/views.py index 719568adf..24aa5ca61 100644 --- a/src/dictionary/views.py +++ b/src/dictionary/views.py @@ -1,5 +1,5 @@ -# 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.views.generic.list import ListView from django.conf import settings diff --git a/src/education/locale/de/LC_MESSAGES/django.po b/src/education/locale/de/LC_MESSAGES/django.po index c24cc516e..4067c36c5 100644 --- a/src/education/locale/de/LC_MESSAGES/django.po +++ b/src/education/locale/de/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/education/locale/en/LC_MESSAGES/django.po b/src/education/locale/en/LC_MESSAGES/django.po index def5371d8..9b153f616 100644 --- a/src/education/locale/en/LC_MESSAGES/django.po +++ b/src/education/locale/en/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/education/locale/es/LC_MESSAGES/django.po b/src/education/locale/es/LC_MESSAGES/django.po index c24cc516e..4067c36c5 100644 --- a/src/education/locale/es/LC_MESSAGES/django.po +++ b/src/education/locale/es/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/education/locale/fr/LC_MESSAGES/django.po b/src/education/locale/fr/LC_MESSAGES/django.po index 41054562f..b37f89cb4 100644 --- a/src/education/locale/fr/LC_MESSAGES/django.po +++ b/src/education/locale/fr/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/education/locale/it/LC_MESSAGES/django.po b/src/education/locale/it/LC_MESSAGES/django.po index c24cc516e..4067c36c5 100644 --- a/src/education/locale/it/LC_MESSAGES/django.po +++ b/src/education/locale/it/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/education/locale/lt/LC_MESSAGES/django.po b/src/education/locale/lt/LC_MESSAGES/django.po index 3a28138fe..dac4bd9d0 100644 --- a/src/education/locale/lt/LC_MESSAGES/django.po +++ b/src/education/locale/lt/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/education/locale/ru/LC_MESSAGES/django.po b/src/education/locale/ru/LC_MESSAGES/django.po index a806edd17..78a98ef57 100644 --- a/src/education/locale/ru/LC_MESSAGES/django.po +++ b/src/education/locale/ru/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/education/locale/uk/LC_MESSAGES/django.po b/src/education/locale/uk/LC_MESSAGES/django.po index 42024e64f..7b2960807 100644 --- a/src/education/locale/uk/LC_MESSAGES/django.po +++ b/src/education/locale/uk/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/experiments/locale/de/LC_MESSAGES/django.po b/src/experiments/locale/de/LC_MESSAGES/django.po index 0ba8a8da3..86b73e2bd 100644 --- a/src/experiments/locale/de/LC_MESSAGES/django.po +++ b/src/experiments/locale/de/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/experiments/locale/en/LC_MESSAGES/django.po b/src/experiments/locale/en/LC_MESSAGES/django.po index 169896318..824fedd9c 100644 --- a/src/experiments/locale/en/LC_MESSAGES/django.po +++ b/src/experiments/locale/en/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/experiments/locale/es/LC_MESSAGES/django.po b/src/experiments/locale/es/LC_MESSAGES/django.po index 0ba8a8da3..86b73e2bd 100644 --- a/src/experiments/locale/es/LC_MESSAGES/django.po +++ b/src/experiments/locale/es/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/experiments/locale/fr/LC_MESSAGES/django.po b/src/experiments/locale/fr/LC_MESSAGES/django.po index dad1690d5..dc841f51e 100644 --- a/src/experiments/locale/fr/LC_MESSAGES/django.po +++ b/src/experiments/locale/fr/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/experiments/locale/it/LC_MESSAGES/django.po b/src/experiments/locale/it/LC_MESSAGES/django.po index 0ba8a8da3..86b73e2bd 100644 --- a/src/experiments/locale/it/LC_MESSAGES/django.po +++ b/src/experiments/locale/it/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/experiments/locale/lt/LC_MESSAGES/django.po b/src/experiments/locale/lt/LC_MESSAGES/django.po index 2ddb233e0..326cfc16a 100644 --- a/src/experiments/locale/lt/LC_MESSAGES/django.po +++ b/src/experiments/locale/lt/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/experiments/locale/ru/LC_MESSAGES/django.po b/src/experiments/locale/ru/LC_MESSAGES/django.po index 3a063129d..570fede77 100644 --- a/src/experiments/locale/ru/LC_MESSAGES/django.po +++ b/src/experiments/locale/ru/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/experiments/locale/uk/LC_MESSAGES/django.po b/src/experiments/locale/uk/LC_MESSAGES/django.po index baa60bbcd..a9a018df4 100644 --- a/src/experiments/locale/uk/LC_MESSAGES/django.po +++ b/src/experiments/locale/uk/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/funding/__init__.py b/src/funding/__init__.py index 444b24de9..814c964bf 100644 --- a/src/funding/__init__.py +++ b/src/funding/__init__.py @@ -1,5 +1,5 @@ -# 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.conf import settings as settings from catalogue.utils import AppSettings diff --git a/src/funding/admin.py b/src/funding/admin.py index f4be465e1..bb44cd451 100644 --- a/src/funding/admin.py +++ b/src/funding/admin.py @@ -1,5 +1,5 @@ -# 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.contrib import admin from modeltranslation.admin import TranslationAdmin diff --git a/src/funding/forms.py b/src/funding/forms.py index 4368fd02c..d910f574f 100644 --- a/src/funding/forms.py +++ b/src/funding/forms.py @@ -1,5 +1,5 @@ -# 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 import forms from django.utils import formats diff --git a/src/funding/locale/de/LC_MESSAGES/django.po b/src/funding/locale/de/LC_MESSAGES/django.po index 34eb5aca2..3b79d8b1c 100644 --- a/src/funding/locale/de/LC_MESSAGES/django.po +++ b/src/funding/locale/de/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/funding/locale/en/LC_MESSAGES/django.po b/src/funding/locale/en/LC_MESSAGES/django.po index 955f34f0d..2c8969d45 100644 --- a/src/funding/locale/en/LC_MESSAGES/django.po +++ b/src/funding/locale/en/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/funding/locale/es/LC_MESSAGES/django.po b/src/funding/locale/es/LC_MESSAGES/django.po index 34eb5aca2..3b79d8b1c 100644 --- a/src/funding/locale/es/LC_MESSAGES/django.po +++ b/src/funding/locale/es/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/funding/locale/fr/LC_MESSAGES/django.po b/src/funding/locale/fr/LC_MESSAGES/django.po index 8192b901e..73839e066 100644 --- a/src/funding/locale/fr/LC_MESSAGES/django.po +++ b/src/funding/locale/fr/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/funding/locale/it/LC_MESSAGES/django.po b/src/funding/locale/it/LC_MESSAGES/django.po index 34eb5aca2..3b79d8b1c 100644 --- a/src/funding/locale/it/LC_MESSAGES/django.po +++ b/src/funding/locale/it/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/funding/locale/lt/LC_MESSAGES/django.po b/src/funding/locale/lt/LC_MESSAGES/django.po index c091a3684..5a7ad5cb6 100644 --- a/src/funding/locale/lt/LC_MESSAGES/django.po +++ b/src/funding/locale/lt/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/funding/locale/ru/LC_MESSAGES/django.po b/src/funding/locale/ru/LC_MESSAGES/django.po index 51b7f1de5..1e4bb807f 100644 --- a/src/funding/locale/ru/LC_MESSAGES/django.po +++ b/src/funding/locale/ru/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/funding/locale/uk/LC_MESSAGES/django.po b/src/funding/locale/uk/LC_MESSAGES/django.po index f6b742a6e..d17e5536b 100644 --- a/src/funding/locale/uk/LC_MESSAGES/django.po +++ b/src/funding/locale/uk/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/funding/management/commands/funding_notify.py b/src/funding/management/commands/funding_notify.py index 792c171f3..f475f99cb 100644 --- a/src/funding/management/commands/funding_notify.py +++ b/src/funding/management/commands/funding_notify.py @@ -1,5 +1,5 @@ -# 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.core.management.base import BaseCommand diff --git a/src/funding/migrations/0001_initial.py b/src/funding/migrations/0001_initial.py index 6b511dadc..98520ab07 100644 --- a/src/funding/migrations/0001_initial.py +++ b/src/funding/migrations/0001_initial.py @@ -1,5 +1,5 @@ -# 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.db import models, migrations import django.db.models.deletion diff --git a/src/funding/migrations/0002_auto_20151221_1225.py b/src/funding/migrations/0002_auto_20151221_1225.py index a85ea1ba9..824e46e76 100644 --- a/src/funding/migrations/0002_auto_20151221_1225.py +++ b/src/funding/migrations/0002_auto_20151221_1225.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/funding/migrations/0003_auto_20180416_1336.py b/src/funding/migrations/0003_auto_20180416_1336.py index b368eef0f..5b771badc 100644 --- a/src/funding/migrations/0003_auto_20180416_1336.py +++ b/src/funding/migrations/0003_auto_20180416_1336.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/funding/migrations/0004_auto_20190729_1450.py b/src/funding/migrations/0004_auto_20190729_1450.py index 345c6f5e4..6fdfadf5b 100644 --- a/src/funding/migrations/0004_auto_20190729_1450.py +++ b/src/funding/migrations/0004_auto_20190729_1450.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models import django.db.models.deletion diff --git a/src/funding/models.py b/src/funding/models.py index f44e37795..620255a7d 100644 --- a/src/funding/models.py +++ b/src/funding/models.py @@ -1,5 +1,5 @@ -# 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 datetime import date, datetime from urllib.parse import urlencode diff --git a/src/funding/templatetags/funding_tags.py b/src/funding/templatetags/funding_tags.py index bfd0e5462..9823dc47c 100644 --- a/src/funding/templatetags/funding_tags.py +++ b/src/funding/templatetags/funding_tags.py @@ -1,5 +1,5 @@ -# 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 import template from django.template.loader import render_to_string diff --git a/src/funding/tests.py b/src/funding/tests.py index d06280985..02ee0638a 100644 --- a/src/funding/tests.py +++ b/src/funding/tests.py @@ -1,5 +1,5 @@ -# 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 datetime import date, timedelta from django.test import TestCase diff --git a/src/funding/translation.py b/src/funding/translation.py index f8d6c0f4f..44755fab3 100644 --- a/src/funding/translation.py +++ b/src/funding/translation.py @@ -1,5 +1,5 @@ -# 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 modeltranslation.translator import translator, TranslationOptions diff --git a/src/funding/urls.py b/src/funding/urls.py index 9f788298a..c54f600f6 100644 --- a/src/funding/urls.py +++ b/src/funding/urls.py @@ -1,5 +1,5 @@ -# 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.urls import path, include from annoy.utils import banner_exempt diff --git a/src/funding/utils.py b/src/funding/utils.py index afebd8a74..1aef6c6b5 100644 --- a/src/funding/utils.py +++ b/src/funding/utils.py @@ -1,5 +1,5 @@ -# 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. # import re import string diff --git a/src/funding/views.py b/src/funding/views.py index 315c3da49..9b4378062 100644 --- a/src/funding/views.py +++ b/src/funding/views.py @@ -1,5 +1,5 @@ -# 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.http import Http404, HttpResponseRedirect from django.shortcuts import get_object_or_404, redirect, render diff --git a/src/funding/widgets.py b/src/funding/widgets.py index 3eacb136f..e73a9ed33 100644 --- a/src/funding/widgets.py +++ b/src/funding/widgets.py @@ -1,5 +1,5 @@ -# 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 decimal import Decimal, DecimalException from django import forms diff --git a/src/infopages/admin.py b/src/infopages/admin.py index d9f07487c..b8001a625 100644 --- a/src/infopages/admin.py +++ b/src/infopages/admin.py @@ -1,5 +1,5 @@ -# 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.contrib import admin diff --git a/src/infopages/migrations/0001_initial.py b/src/infopages/migrations/0001_initial.py index f9978c764..e3045fd33 100644 --- a/src/infopages/migrations/0001_initial.py +++ b/src/infopages/migrations/0001_initial.py @@ -1,5 +1,5 @@ -# 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.db import models, migrations diff --git a/src/infopages/migrations/0002_auto_20151221_1225.py b/src/infopages/migrations/0002_auto_20151221_1225.py index 530f2bbf0..ab4d02528 100644 --- a/src/infopages/migrations/0002_auto_20151221_1225.py +++ b/src/infopages/migrations/0002_auto_20151221_1225.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/infopages/models.py b/src/infopages/models.py index ae7b5e311..d398c75a5 100644 --- a/src/infopages/models.py +++ b/src/infopages/models.py @@ -1,5 +1,5 @@ -# 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.db import models from django.urls import reverse diff --git a/src/infopages/translation.py b/src/infopages/translation.py index cf5caf4e1..90ebbaa6c 100644 --- a/src/infopages/translation.py +++ b/src/infopages/translation.py @@ -1,5 +1,5 @@ -# 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 modeltranslation.translator import translator, TranslationOptions diff --git a/src/infopages/urls.py b/src/infopages/urls.py index c48ad279e..230de17bd 100644 --- a/src/infopages/urls.py +++ b/src/infopages/urls.py @@ -1,5 +1,5 @@ -# 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.urls import path from annoy.utils import banner_exempt diff --git a/src/infopages/views.py b/src/infopages/views.py index 5bc7b4b3e..a32131024 100644 --- a/src/infopages/views.py +++ b/src/infopages/views.py @@ -1,5 +1,5 @@ -# 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.shortcuts import render, get_object_or_404 from django.template import RequestContext, Template, TemplateSyntaxError diff --git a/src/isbn/forms.py b/src/isbn/forms.py index 0622ce10a..4bca0100b 100644 --- a/src/isbn/forms.py +++ b/src/isbn/forms.py @@ -1,5 +1,5 @@ -# 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 datetime import date import json diff --git a/src/isbn/management/commands/eisbn_csv.py b/src/isbn/management/commands/eisbn_csv.py index af64e35cd..d48d3ea03 100644 --- a/src/isbn/management/commands/eisbn_csv.py +++ b/src/isbn/management/commands/eisbn_csv.py @@ -1,5 +1,5 @@ -# 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. # import csv import sys diff --git a/src/isbn/management/commands/export_onix.py b/src/isbn/management/commands/export_onix.py index 73cb8db4b..f66415f3f 100644 --- a/src/isbn/management/commands/export_onix.py +++ b/src/isbn/management/commands/export_onix.py @@ -1,5 +1,5 @@ -# 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. # import json from django.core.management.base import BaseCommand diff --git a/src/isbn/management/commands/import_onix.py b/src/isbn/management/commands/import_onix.py index 1a1fe9e34..31fb3f5bb 100644 --- a/src/isbn/management/commands/import_onix.py +++ b/src/isbn/management/commands/import_onix.py @@ -1,5 +1,5 @@ -# 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 datetime import date from lxml import etree diff --git a/src/isbn/migrations/0001_initial.py b/src/isbn/migrations/0001_initial.py index f55eef07b..2a66bc14e 100644 --- a/src/isbn/migrations/0001_initial.py +++ b/src/isbn/migrations/0001_initial.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models import django.db.models.deletion diff --git a/src/isbn/migrations/0002_auto_20180213_1617.py b/src/isbn/migrations/0002_auto_20180213_1617.py index 45a40c9ab..b34ff8813 100644 --- a/src/isbn/migrations/0002_auto_20180213_1617.py +++ b/src/isbn/migrations/0002_auto_20180213_1617.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/isbn/migrations/0003_isbnpool_purpose.py b/src/isbn/migrations/0003_isbnpool_purpose.py index 59a70eb81..f3255f3f0 100644 --- a/src/isbn/migrations/0003_isbnpool_purpose.py +++ b/src/isbn/migrations/0003_isbnpool_purpose.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/isbn/migrations/0004_auto_20180215_1042.py b/src/isbn/migrations/0004_auto_20180215_1042.py index 8193d227e..10f0fe64a 100644 --- a/src/isbn/migrations/0004_auto_20180215_1042.py +++ b/src/isbn/migrations/0004_auto_20180215_1042.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/isbn/migrations/0005_auto_20190729_1450.py b/src/isbn/migrations/0005_auto_20190729_1450.py index 3f9455610..0a2b53cb3 100644 --- a/src/isbn/migrations/0005_auto_20190729_1450.py +++ b/src/isbn/migrations/0005_auto_20190729_1450.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models import django.db.models.deletion diff --git a/src/isbn/models.py b/src/isbn/models.py index b5e5de3a2..01dae6e59 100644 --- a/src/isbn/models.py +++ b/src/isbn/models.py @@ -1,5 +1,5 @@ -# 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.db import models from django.db.models import F diff --git a/src/isbn/urls.py b/src/isbn/urls.py index 893831e74..cd84b6737 100644 --- a/src/isbn/urls.py +++ b/src/isbn/urls.py @@ -1,5 +1,5 @@ -# 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.urls import path from . import views diff --git a/src/isbn/utils.py b/src/isbn/utils.py index 3e29e8608..cd5ff3df1 100644 --- a/src/isbn/utils.py +++ b/src/isbn/utils.py @@ -1,5 +1,5 @@ -# 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 librarian import RDFNS, DCNS diff --git a/src/isbn/views.py b/src/isbn/views.py index 09c3466b2..544d20c6a 100644 --- a/src/isbn/views.py +++ b/src/isbn/views.py @@ -1,5 +1,5 @@ -# 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.contrib.auth.decorators import permission_required from django.http.response import HttpResponseRedirect diff --git a/src/lesmianator/__init__.py b/src/lesmianator/__init__.py index d38129a36..c83b6adbc 100644 --- a/src/lesmianator/__init__.py +++ b/src/lesmianator/__init__.py @@ -1,5 +1,5 @@ -# 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. # # Leśmianator do działania wymaga pliku dictionary.p w katalogu aplikacji diff --git a/src/lesmianator/management/commands/lesmianator.py b/src/lesmianator/management/commands/lesmianator.py index 7d9558d0f..7b7a5afc3 100644 --- a/src/lesmianator/management/commands/lesmianator.py +++ b/src/lesmianator/management/commands/lesmianator.py @@ -1,5 +1,5 @@ -# 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. # import re from pickle import dump diff --git a/src/lesmianator/migrations/0001_initial.py b/src/lesmianator/migrations/0001_initial.py index d490d6e48..fb998b11a 100644 --- a/src/lesmianator/migrations/0001_initial.py +++ b/src/lesmianator/migrations/0001_initial.py @@ -1,5 +1,5 @@ -# 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.db import models, migrations import django.db.models.deletion diff --git a/src/lesmianator/migrations/0002_auto_20151221_1225.py b/src/lesmianator/migrations/0002_auto_20151221_1225.py index d855ff6a7..37018e75f 100644 --- a/src/lesmianator/migrations/0002_auto_20151221_1225.py +++ b/src/lesmianator/migrations/0002_auto_20151221_1225.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/lesmianator/migrations/0003_auto_20190729_1450.py b/src/lesmianator/migrations/0003_auto_20190729_1450.py index 45eb6deb2..98599526c 100644 --- a/src/lesmianator/migrations/0003_auto_20190729_1450.py +++ b/src/lesmianator/migrations/0003_auto_20190729_1450.py @@ -1,5 +1,5 @@ -# 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.conf import settings from django.db import migrations, models diff --git a/src/lesmianator/models.py b/src/lesmianator/models.py index 084531252..fbcee049c 100644 --- a/src/lesmianator/models.py +++ b/src/lesmianator/models.py @@ -1,5 +1,5 @@ -# 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 functools import reduce import pickle diff --git a/src/lesmianator/urls.py b/src/lesmianator/urls.py index dbee5f808..d8138811a 100644 --- a/src/lesmianator/urls.py +++ b/src/lesmianator/urls.py @@ -1,5 +1,5 @@ -# 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.urls import path from . import views diff --git a/src/lesmianator/views.py b/src/lesmianator/views.py index e179c1483..938ba4c83 100644 --- a/src/lesmianator/views.py +++ b/src/lesmianator/views.py @@ -1,5 +1,5 @@ -# 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. # import json from django.shortcuts import render, get_object_or_404 diff --git a/src/libraries/admin.py b/src/libraries/admin.py index 6644dd6df..15aeb4dde 100644 --- a/src/libraries/admin.py +++ b/src/libraries/admin.py @@ -1,5 +1,5 @@ -# 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.contrib import admin diff --git a/src/libraries/locale/de/LC_MESSAGES/django.po b/src/libraries/locale/de/LC_MESSAGES/django.po index 9e8e87a90..c51c10e36 100644 --- a/src/libraries/locale/de/LC_MESSAGES/django.po +++ b/src/libraries/locale/de/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/libraries/locale/en/LC_MESSAGES/django.po b/src/libraries/locale/en/LC_MESSAGES/django.po index 0cae1f51c..62d2a9a71 100644 --- a/src/libraries/locale/en/LC_MESSAGES/django.po +++ b/src/libraries/locale/en/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/libraries/locale/es/LC_MESSAGES/django.po b/src/libraries/locale/es/LC_MESSAGES/django.po index 9e8e87a90..c51c10e36 100644 --- a/src/libraries/locale/es/LC_MESSAGES/django.po +++ b/src/libraries/locale/es/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/libraries/locale/fr/LC_MESSAGES/django.po b/src/libraries/locale/fr/LC_MESSAGES/django.po index e38874ca7..ab8230dbd 100644 --- a/src/libraries/locale/fr/LC_MESSAGES/django.po +++ b/src/libraries/locale/fr/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/libraries/locale/it/LC_MESSAGES/django.po b/src/libraries/locale/it/LC_MESSAGES/django.po index 9e8e87a90..c51c10e36 100644 --- a/src/libraries/locale/it/LC_MESSAGES/django.po +++ b/src/libraries/locale/it/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/libraries/locale/lt/LC_MESSAGES/django.po b/src/libraries/locale/lt/LC_MESSAGES/django.po index 078c004e5..e68fedeb5 100644 --- a/src/libraries/locale/lt/LC_MESSAGES/django.po +++ b/src/libraries/locale/lt/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/libraries/locale/ru/LC_MESSAGES/django.po b/src/libraries/locale/ru/LC_MESSAGES/django.po index c428c9ef7..f16b52293 100644 --- a/src/libraries/locale/ru/LC_MESSAGES/django.po +++ b/src/libraries/locale/ru/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/libraries/locale/uk/LC_MESSAGES/django.po b/src/libraries/locale/uk/LC_MESSAGES/django.po index 71d4ccc38..25ef12053 100644 --- a/src/libraries/locale/uk/LC_MESSAGES/django.po +++ b/src/libraries/locale/uk/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/libraries/migrations/0001_initial.py b/src/libraries/migrations/0001_initial.py index c12ad3c6c..7b2a0b518 100644 --- a/src/libraries/migrations/0001_initial.py +++ b/src/libraries/migrations/0001_initial.py @@ -1,5 +1,5 @@ -# 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.db import models, migrations import django.db.models.deletion diff --git a/src/libraries/migrations/0002_auto_20151221_1225.py b/src/libraries/migrations/0002_auto_20151221_1225.py index a0b7c5327..3638d4f86 100644 --- a/src/libraries/migrations/0002_auto_20151221_1225.py +++ b/src/libraries/migrations/0002_auto_20151221_1225.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/libraries/models.py b/src/libraries/models.py index cc9e0b485..07a7500be 100644 --- a/src/libraries/models.py +++ b/src/libraries/models.py @@ -1,5 +1,5 @@ -# 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.db import models from django.urls import reverse diff --git a/src/libraries/urls.py b/src/libraries/urls.py index 9753b77fb..49d48e8d4 100644 --- a/src/libraries/urls.py +++ b/src/libraries/urls.py @@ -1,5 +1,5 @@ -# 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.urls import path from . import views diff --git a/src/libraries/views.py b/src/libraries/views.py index 1d15797ce..f4c0a93c4 100644 --- a/src/libraries/views.py +++ b/src/libraries/views.py @@ -1,5 +1,5 @@ -# 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.shortcuts import render, get_object_or_404 from libraries.models import Catalog, Library diff --git a/src/manage.py b/src/manage.py index fd2fbfb57..19c266bab 100755 --- a/src/manage.py +++ b/src/manage.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# 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. # import os import sys diff --git a/src/messaging/locale/de/LC_MESSAGES/django.po b/src/messaging/locale/de/LC_MESSAGES/django.po index 2e50ae427..2dc1f5bf2 100644 --- a/src/messaging/locale/de/LC_MESSAGES/django.po +++ b/src/messaging/locale/de/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/messaging/locale/en/LC_MESSAGES/django.po b/src/messaging/locale/en/LC_MESSAGES/django.po index 48be504c9..a7b006cc9 100644 --- a/src/messaging/locale/en/LC_MESSAGES/django.po +++ b/src/messaging/locale/en/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/messaging/locale/es/LC_MESSAGES/django.po b/src/messaging/locale/es/LC_MESSAGES/django.po index 2e50ae427..2dc1f5bf2 100644 --- a/src/messaging/locale/es/LC_MESSAGES/django.po +++ b/src/messaging/locale/es/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/messaging/locale/fr/LC_MESSAGES/django.po b/src/messaging/locale/fr/LC_MESSAGES/django.po index 35f8efd28..ab80f435d 100644 --- a/src/messaging/locale/fr/LC_MESSAGES/django.po +++ b/src/messaging/locale/fr/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/messaging/locale/it/LC_MESSAGES/django.po b/src/messaging/locale/it/LC_MESSAGES/django.po index 2e50ae427..2dc1f5bf2 100644 --- a/src/messaging/locale/it/LC_MESSAGES/django.po +++ b/src/messaging/locale/it/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/messaging/locale/lt/LC_MESSAGES/django.po b/src/messaging/locale/lt/LC_MESSAGES/django.po index ef59751e6..0e8fb4fb4 100644 --- a/src/messaging/locale/lt/LC_MESSAGES/django.po +++ b/src/messaging/locale/lt/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/messaging/locale/ru/LC_MESSAGES/django.po b/src/messaging/locale/ru/LC_MESSAGES/django.po index 92a801983..10265f242 100644 --- a/src/messaging/locale/ru/LC_MESSAGES/django.po +++ b/src/messaging/locale/ru/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/messaging/locale/uk/LC_MESSAGES/django.po b/src/messaging/locale/uk/LC_MESSAGES/django.po index 6b7a92004..0a25539ff 100644 --- a/src/messaging/locale/uk/LC_MESSAGES/django.po +++ b/src/messaging/locale/uk/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/newsletter/admin.py b/src/newsletter/admin.py index 7af7e0d52..5a1d4c8cd 100644 --- a/src/newsletter/admin.py +++ b/src/newsletter/admin.py @@ -1,5 +1,5 @@ -# 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.urls import path from django.contrib import admin diff --git a/src/newsletter/forms.py b/src/newsletter/forms.py index f508ab505..4f4ced3ae 100644 --- a/src/newsletter/forms.py +++ b/src/newsletter/forms.py @@ -1,5 +1,5 @@ -# 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.core.exceptions import ValidationError from django.core.validators import validate_email diff --git a/src/newsletter/locale/de/LC_MESSAGES/django.po b/src/newsletter/locale/de/LC_MESSAGES/django.po index d253b2c62..ff01c717f 100644 --- a/src/newsletter/locale/de/LC_MESSAGES/django.po +++ b/src/newsletter/locale/de/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/newsletter/locale/en/LC_MESSAGES/django.po b/src/newsletter/locale/en/LC_MESSAGES/django.po index 3ac0fb608..299354af0 100644 --- a/src/newsletter/locale/en/LC_MESSAGES/django.po +++ b/src/newsletter/locale/en/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/newsletter/locale/es/LC_MESSAGES/django.po b/src/newsletter/locale/es/LC_MESSAGES/django.po index d253b2c62..ff01c717f 100644 --- a/src/newsletter/locale/es/LC_MESSAGES/django.po +++ b/src/newsletter/locale/es/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/newsletter/locale/fr/LC_MESSAGES/django.po b/src/newsletter/locale/fr/LC_MESSAGES/django.po index bd09c1365..718df4779 100644 --- a/src/newsletter/locale/fr/LC_MESSAGES/django.po +++ b/src/newsletter/locale/fr/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/newsletter/locale/it/LC_MESSAGES/django.po b/src/newsletter/locale/it/LC_MESSAGES/django.po index d253b2c62..ff01c717f 100644 --- a/src/newsletter/locale/it/LC_MESSAGES/django.po +++ b/src/newsletter/locale/it/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/newsletter/locale/lt/LC_MESSAGES/django.po b/src/newsletter/locale/lt/LC_MESSAGES/django.po index 70982b110..eec37655a 100644 --- a/src/newsletter/locale/lt/LC_MESSAGES/django.po +++ b/src/newsletter/locale/lt/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/newsletter/locale/ru/LC_MESSAGES/django.po b/src/newsletter/locale/ru/LC_MESSAGES/django.po index 48decb9ff..6c4abca93 100644 --- a/src/newsletter/locale/ru/LC_MESSAGES/django.po +++ b/src/newsletter/locale/ru/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/newsletter/locale/uk/LC_MESSAGES/django.po b/src/newsletter/locale/uk/LC_MESSAGES/django.po index 015dc5957..c839d6714 100644 --- a/src/newsletter/locale/uk/LC_MESSAGES/django.po +++ b/src/newsletter/locale/uk/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/newsletter/migrations/0001_initial.py b/src/newsletter/migrations/0001_initial.py index 0826679c7..7b9866d9a 100644 --- a/src/newsletter/migrations/0001_initial.py +++ b/src/newsletter/migrations/0001_initial.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/newsletter/migrations/0002_auto_20160914_1452.py b/src/newsletter/migrations/0002_auto_20160914_1452.py index f3b7c7648..8e3badb22 100644 --- a/src/newsletter/migrations/0002_auto_20160914_1452.py +++ b/src/newsletter/migrations/0002_auto_20160914_1452.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/newsletter/models.py b/src/newsletter/models.py index 5a0aae837..a437ff4fc 100644 --- a/src/newsletter/models.py +++ b/src/newsletter/models.py @@ -1,5 +1,5 @@ -# 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. # import hashlib diff --git a/src/newsletter/subscribe.py b/src/newsletter/subscribe.py index 6d84e3a37..dc3445fce 100644 --- a/src/newsletter/subscribe.py +++ b/src/newsletter/subscribe.py @@ -1,5 +1,5 @@ -# 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. # import requests from django.conf import settings diff --git a/src/newsletter/translation.py b/src/newsletter/translation.py index 4e4d5d4ed..f6f988a20 100644 --- a/src/newsletter/translation.py +++ b/src/newsletter/translation.py @@ -1,5 +1,5 @@ -# 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 modeltranslation.translator import translator, TranslationOptions diff --git a/src/newsletter/urls.py b/src/newsletter/urls.py index 2b0a6f159..2d520560d 100644 --- a/src/newsletter/urls.py +++ b/src/newsletter/urls.py @@ -1,5 +1,5 @@ -# 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.urls import path from django.views.generic import RedirectView diff --git a/src/newsletter/views.py b/src/newsletter/views.py index f826d0de5..71e0e3d97 100644 --- a/src/newsletter/views.py +++ b/src/newsletter/views.py @@ -1,5 +1,5 @@ -# 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.http.response import HttpResponseRedirect from django.shortcuts import render, get_object_or_404 diff --git a/src/newtagging/managers.py b/src/newtagging/managers.py index b9a754378..4cc7b4f81 100644 --- a/src/newtagging/managers.py +++ b/src/newtagging/managers.py @@ -1,5 +1,5 @@ -# 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. # """ Custom managers for Django models registered with the tagging diff --git a/src/newtagging/models.py b/src/newtagging/models.py index 84149cc82..97dda8e39 100644 --- a/src/newtagging/models.py +++ b/src/newtagging/models.py @@ -1,5 +1,5 @@ -# 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. # """ Models and managers for generic tagging. diff --git a/src/oai/handlers.py b/src/oai/handlers.py index d90a560b7..c67044952 100644 --- a/src/oai/handlers.py +++ b/src/oai/handlers.py @@ -1,5 +1,5 @@ -# 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 datetime import datetime from lxml import etree diff --git a/src/oai/tests/test_oaipmhapi.py b/src/oai/tests/test_oaipmhapi.py index 214a1c61a..35bc4b464 100644 --- a/src/oai/tests/test_oaipmhapi.py +++ b/src/oai/tests/test_oaipmhapi.py @@ -1,5 +1,5 @@ -# 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 catalogue.test_utils import WLTestCase from catalogue import models diff --git a/src/oai/urls.py b/src/oai/urls.py index 85c31afe2..76a874618 100644 --- a/src/oai/urls.py +++ b/src/oai/urls.py @@ -1,5 +1,5 @@ -# 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.urls import path from . import views diff --git a/src/oai/views.py b/src/oai/views.py index 25455fb2f..605bbcfdb 100644 --- a/src/oai/views.py +++ b/src/oai/views.py @@ -1,5 +1,5 @@ -# 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 oai.handlers import Catalogue, NS_DCTERMS, nsdcterms from oaipmh.server import ServerBase, NS_OAIDC, NS_DC, NS_XSI, nsoaidc, nsdc diff --git a/src/opds/tests/test_opds.py b/src/opds/tests/test_opds.py index e86b86588..6c973ebc0 100644 --- a/src/opds/tests/test_opds.py +++ b/src/opds/tests/test_opds.py @@ -1,5 +1,5 @@ -# 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 lxml import etree from django.conf import settings diff --git a/src/opds/urls.py b/src/opds/urls.py index 1d681992c..55e1319d5 100644 --- a/src/opds/urls.py +++ b/src/opds/urls.py @@ -1,5 +1,5 @@ -# 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.urls import path from opds.views import RootFeed, ByCategoryFeed, ByTagFeed, UserFeed, UserSetFeed, SearchFeed diff --git a/src/opds/views.py b/src/opds/views.py index 63c79a2f5..a48885556 100644 --- a/src/opds/views.py +++ b/src/opds/views.py @@ -1,5 +1,5 @@ -# 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 functools import reduce import os.path diff --git a/src/paypal/locale/de/LC_MESSAGES/django.po b/src/paypal/locale/de/LC_MESSAGES/django.po index afa2c6eb2..39f0031d2 100644 --- a/src/paypal/locale/de/LC_MESSAGES/django.po +++ b/src/paypal/locale/de/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/paypal/locale/en/LC_MESSAGES/django.po b/src/paypal/locale/en/LC_MESSAGES/django.po index afa2c6eb2..39f0031d2 100644 --- a/src/paypal/locale/en/LC_MESSAGES/django.po +++ b/src/paypal/locale/en/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/paypal/locale/es/LC_MESSAGES/django.po b/src/paypal/locale/es/LC_MESSAGES/django.po index afa2c6eb2..39f0031d2 100644 --- a/src/paypal/locale/es/LC_MESSAGES/django.po +++ b/src/paypal/locale/es/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/paypal/locale/fr/LC_MESSAGES/django.po b/src/paypal/locale/fr/LC_MESSAGES/django.po index 04782ead7..04a70a237 100644 --- a/src/paypal/locale/fr/LC_MESSAGES/django.po +++ b/src/paypal/locale/fr/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/paypal/locale/it/LC_MESSAGES/django.po b/src/paypal/locale/it/LC_MESSAGES/django.po index afa2c6eb2..39f0031d2 100644 --- a/src/paypal/locale/it/LC_MESSAGES/django.po +++ b/src/paypal/locale/it/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/paypal/locale/lt/LC_MESSAGES/django.po b/src/paypal/locale/lt/LC_MESSAGES/django.po index 846267291..859092705 100644 --- a/src/paypal/locale/lt/LC_MESSAGES/django.po +++ b/src/paypal/locale/lt/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/paypal/locale/ru/LC_MESSAGES/django.po b/src/paypal/locale/ru/LC_MESSAGES/django.po index e5dc4185d..d73b99ff6 100644 --- a/src/paypal/locale/ru/LC_MESSAGES/django.po +++ b/src/paypal/locale/ru/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/paypal/locale/uk/LC_MESSAGES/django.po b/src/paypal/locale/uk/LC_MESSAGES/django.po index ff922f73e..65f324bb8 100644 --- a/src/paypal/locale/uk/LC_MESSAGES/django.po +++ b/src/paypal/locale/uk/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/paypal/migrations/0001_initial.py b/src/paypal/migrations/0001_initial.py index 785080003..1511ca3f1 100644 --- a/src/paypal/migrations/0001_initial.py +++ b/src/paypal/migrations/0001_initial.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models import django.db.models.deletion diff --git a/src/paypal/migrations/0002_billingagreement_token.py b/src/paypal/migrations/0002_billingagreement_token.py index 83c0fc097..242a6a5f8 100644 --- a/src/paypal/migrations/0002_billingagreement_token.py +++ b/src/paypal/migrations/0002_billingagreement_token.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/paypal/migrations/0003_auto_20190729_1450.py b/src/paypal/migrations/0003_auto_20190729_1450.py index 1e7b2f838..77ff52033 100644 --- a/src/paypal/migrations/0003_auto_20190729_1450.py +++ b/src/paypal/migrations/0003_auto_20190729_1450.py @@ -1,5 +1,5 @@ -# 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.conf import settings from django.db import migrations, models diff --git a/src/paypal/models.py b/src/paypal/models.py index 3baf99eba..6d45bcdb5 100644 --- a/src/paypal/models.py +++ b/src/paypal/models.py @@ -1,5 +1,5 @@ -# 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.contrib.auth import get_user_model from django.contrib.auth.models import User diff --git a/src/paypal/rest.py b/src/paypal/rest.py index e70c67bd4..f1546b491 100644 --- a/src/paypal/rest.py +++ b/src/paypal/rest.py @@ -1,5 +1,5 @@ -# 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 datetime import date, datetime, timedelta from decimal import Decimal diff --git a/src/paypal/tests.py b/src/paypal/tests.py index 0d6aaaeff..d62e65a0d 100644 --- a/src/paypal/tests.py +++ b/src/paypal/tests.py @@ -1,5 +1,5 @@ -# 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.contrib.auth.models import User from unittest import skip diff --git a/src/paypal/urls.py b/src/paypal/urls.py index cc4523f9b..4bd64e29e 100644 --- a/src/paypal/urls.py +++ b/src/paypal/urls.py @@ -1,5 +1,5 @@ -# 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.urls import path from django.views.generic import RedirectView diff --git a/src/paypal/views.py b/src/paypal/views.py index 7d7eea5c8..444475f78 100644 --- a/src/paypal/views.py +++ b/src/paypal/views.py @@ -1,5 +1,5 @@ -# 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 decimal import Decimal diff --git a/src/pdcounter/admin.py b/src/pdcounter/admin.py index 5f1e77aad..dcf19fea1 100644 --- a/src/pdcounter/admin.py +++ b/src/pdcounter/admin.py @@ -1,5 +1,5 @@ -# 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.contrib import admin diff --git a/src/pdcounter/locale/de/LC_MESSAGES/django.po b/src/pdcounter/locale/de/LC_MESSAGES/django.po index b75fef50c..77d49041b 100644 --- a/src/pdcounter/locale/de/LC_MESSAGES/django.po +++ b/src/pdcounter/locale/de/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/pdcounter/locale/en/LC_MESSAGES/django.po b/src/pdcounter/locale/en/LC_MESSAGES/django.po index 8e67f8a18..f459ef8b5 100644 --- a/src/pdcounter/locale/en/LC_MESSAGES/django.po +++ b/src/pdcounter/locale/en/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/pdcounter/locale/es/LC_MESSAGES/django.po b/src/pdcounter/locale/es/LC_MESSAGES/django.po index 004a7ff3c..afe5aec1e 100644 --- a/src/pdcounter/locale/es/LC_MESSAGES/django.po +++ b/src/pdcounter/locale/es/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/pdcounter/locale/fr/LC_MESSAGES/django.po b/src/pdcounter/locale/fr/LC_MESSAGES/django.po index 703351297..020e4dc7b 100644 --- a/src/pdcounter/locale/fr/LC_MESSAGES/django.po +++ b/src/pdcounter/locale/fr/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/pdcounter/locale/it/LC_MESSAGES/django.po b/src/pdcounter/locale/it/LC_MESSAGES/django.po index 24c220fc3..bc0b82874 100644 --- a/src/pdcounter/locale/it/LC_MESSAGES/django.po +++ b/src/pdcounter/locale/it/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/pdcounter/locale/lt/LC_MESSAGES/django.po b/src/pdcounter/locale/lt/LC_MESSAGES/django.po index e7d65b818..aaf4101fb 100644 --- a/src/pdcounter/locale/lt/LC_MESSAGES/django.po +++ b/src/pdcounter/locale/lt/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/pdcounter/locale/ru/LC_MESSAGES/django.po b/src/pdcounter/locale/ru/LC_MESSAGES/django.po index c8720807b..26ce540c4 100644 --- a/src/pdcounter/locale/ru/LC_MESSAGES/django.po +++ b/src/pdcounter/locale/ru/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/pdcounter/locale/uk/LC_MESSAGES/django.po b/src/pdcounter/locale/uk/LC_MESSAGES/django.po index 163d480ee..02459cb59 100644 --- a/src/pdcounter/locale/uk/LC_MESSAGES/django.po +++ b/src/pdcounter/locale/uk/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/pdcounter/migrations/0001_initial.py b/src/pdcounter/migrations/0001_initial.py index f6d5ed164..d3095c638 100644 --- a/src/pdcounter/migrations/0001_initial.py +++ b/src/pdcounter/migrations/0001_initial.py @@ -1,5 +1,5 @@ -# 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.db import models, migrations diff --git a/src/pdcounter/migrations/0002_auto_20151221_1225.py b/src/pdcounter/migrations/0002_auto_20151221_1225.py index e02d5ce1c..a88c51d4a 100644 --- a/src/pdcounter/migrations/0002_auto_20151221_1225.py +++ b/src/pdcounter/migrations/0002_auto_20151221_1225.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/pdcounter/models.py b/src/pdcounter/models.py index e510391c4..622dc46d1 100644 --- a/src/pdcounter/models.py +++ b/src/pdcounter/models.py @@ -1,5 +1,5 @@ -# 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 apps from django.conf import settings diff --git a/src/pdcounter/templatetags/time_tags.py b/src/pdcounter/templatetags/time_tags.py index 4597f0429..6ec0b80a0 100644 --- a/src/pdcounter/templatetags/time_tags.py +++ b/src/pdcounter/templatetags/time_tags.py @@ -1,5 +1,5 @@ -# 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. # import datetime from django.conf import settings diff --git a/src/pdcounter/views.py b/src/pdcounter/views.py index ca61f161f..fe14e4e3a 100644 --- a/src/pdcounter/views.py +++ b/src/pdcounter/views.py @@ -1,5 +1,5 @@ -# 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 datetime import datetime from django.shortcuts import render, get_object_or_404 diff --git a/src/picture/admin.py b/src/picture/admin.py index 1020f49af..6740f25bd 100644 --- a/src/picture/admin.py +++ b/src/picture/admin.py @@ -1,5 +1,5 @@ -# 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.contrib import admin from picture.models import Picture diff --git a/src/picture/api/urls.py b/src/picture/api/urls.py index 95fd10356..635812816 100644 --- a/src/picture/api/urls.py +++ b/src/picture/api/urls.py @@ -1,5 +1,5 @@ -# 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.urls import path from . import views diff --git a/src/picture/api/views.py b/src/picture/api/views.py index 4ca98b965..3d976561b 100644 --- a/src/picture/api/views.py +++ b/src/picture/api/views.py @@ -1,5 +1,5 @@ -# 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. # import json from django.http import Http404 diff --git a/src/picture/forms.py b/src/picture/forms.py index dea5d640d..6041eb2f2 100644 --- a/src/picture/forms.py +++ b/src/picture/forms.py @@ -1,5 +1,5 @@ -# 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 import forms from picture.models import Picture diff --git a/src/picture/locale/de/LC_MESSAGES/django.po b/src/picture/locale/de/LC_MESSAGES/django.po index 6a186564e..ca6f223ba 100644 --- a/src/picture/locale/de/LC_MESSAGES/django.po +++ b/src/picture/locale/de/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/picture/locale/en/LC_MESSAGES/django.po b/src/picture/locale/en/LC_MESSAGES/django.po index 947f092d1..3b8070512 100644 --- a/src/picture/locale/en/LC_MESSAGES/django.po +++ b/src/picture/locale/en/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/picture/locale/es/LC_MESSAGES/django.po b/src/picture/locale/es/LC_MESSAGES/django.po index 6a186564e..ca6f223ba 100644 --- a/src/picture/locale/es/LC_MESSAGES/django.po +++ b/src/picture/locale/es/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/picture/locale/fr/LC_MESSAGES/django.po b/src/picture/locale/fr/LC_MESSAGES/django.po index f91c64598..d3d970ce5 100644 --- a/src/picture/locale/fr/LC_MESSAGES/django.po +++ b/src/picture/locale/fr/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/picture/locale/it/LC_MESSAGES/django.po b/src/picture/locale/it/LC_MESSAGES/django.po index 6a186564e..ca6f223ba 100644 --- a/src/picture/locale/it/LC_MESSAGES/django.po +++ b/src/picture/locale/it/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/picture/locale/lt/LC_MESSAGES/django.po b/src/picture/locale/lt/LC_MESSAGES/django.po index d9e18470f..886567cc8 100644 --- a/src/picture/locale/lt/LC_MESSAGES/django.po +++ b/src/picture/locale/lt/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/picture/locale/ru/LC_MESSAGES/django.po b/src/picture/locale/ru/LC_MESSAGES/django.po index ad7ff6efc..2b8dd9e6b 100644 --- a/src/picture/locale/ru/LC_MESSAGES/django.po +++ b/src/picture/locale/ru/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/picture/locale/uk/LC_MESSAGES/django.po b/src/picture/locale/uk/LC_MESSAGES/django.po index cd42e71d7..35524ab43 100644 --- a/src/picture/locale/uk/LC_MESSAGES/django.po +++ b/src/picture/locale/uk/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/picture/migrations/0001_initial.py b/src/picture/migrations/0001_initial.py index 08f66d684..ea50d1e78 100644 --- a/src/picture/migrations/0001_initial.py +++ b/src/picture/migrations/0001_initial.py @@ -1,5 +1,5 @@ -# 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 os.path import join from django.conf import settings diff --git a/src/picture/migrations/0002_remove_picture__related_info.py b/src/picture/migrations/0002_remove_picture__related_info.py index d19e2c2e8..67b341cb6 100644 --- a/src/picture/migrations/0002_remove_picture__related_info.py +++ b/src/picture/migrations/0002_remove_picture__related_info.py @@ -1,5 +1,5 @@ -# 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.db import models, migrations diff --git a/src/picture/migrations/0003_auto_20140924_1559.py b/src/picture/migrations/0003_auto_20140924_1559.py index 6c714257e..8c76a1c43 100644 --- a/src/picture/migrations/0003_auto_20140924_1559.py +++ b/src/picture/migrations/0003_auto_20140924_1559.py @@ -1,5 +1,5 @@ -# 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.db import models, migrations diff --git a/src/picture/migrations/0004_auto_20141016_1337.py b/src/picture/migrations/0004_auto_20141016_1337.py index 432702fb1..942040f8a 100644 --- a/src/picture/migrations/0004_auto_20141016_1337.py +++ b/src/picture/migrations/0004_auto_20141016_1337.py @@ -1,5 +1,5 @@ -# 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.db import models, migrations diff --git a/src/picture/migrations/0005_auto_20141022_1001.py b/src/picture/migrations/0005_auto_20141022_1001.py index 2d8f7b166..712c0e678 100644 --- a/src/picture/migrations/0005_auto_20141022_1001.py +++ b/src/picture/migrations/0005_auto_20141022_1001.py @@ -1,5 +1,5 @@ -# 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. # import json from django.core.files.base import ContentFile diff --git a/src/picture/migrations/0006_auto_20151221_1225.py b/src/picture/migrations/0006_auto_20151221_1225.py index ccead197f..1359c566f 100644 --- a/src/picture/migrations/0006_auto_20151221_1225.py +++ b/src/picture/migrations/0006_auto_20151221_1225.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/picture/migrations/0007_auto_20160125_1709.py b/src/picture/migrations/0007_auto_20160125_1709.py index 90e943b8e..5d8607638 100644 --- a/src/picture/migrations/0007_auto_20160125_1709.py +++ b/src/picture/migrations/0007_auto_20160125_1709.py @@ -1,5 +1,5 @@ -# 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 os.path import join import sorl.thumbnail.fields diff --git a/src/picture/migrations/0008_auto_20160413_1152.py b/src/picture/migrations/0008_auto_20160413_1152.py index 6d2c09318..2e1a354cc 100644 --- a/src/picture/migrations/0008_auto_20160413_1152.py +++ b/src/picture/migrations/0008_auto_20160413_1152.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/picture/models.py b/src/picture/models.py index 5b523d224..dec9960cb 100644 --- a/src/picture/models.py +++ b/src/picture/models.py @@ -1,5 +1,5 @@ -# 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.db import models, transaction import catalogue.models diff --git a/src/picture/tasks.py b/src/picture/tasks.py index 86b982932..b44c96e3a 100644 --- a/src/picture/tasks.py +++ b/src/picture/tasks.py @@ -1,5 +1,5 @@ -# 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. # import json from celery import shared_task diff --git a/src/picture/templatetags/picture_tags.py b/src/picture/templatetags/picture_tags.py index 28660b1f9..f6ba50017 100644 --- a/src/picture/templatetags/picture_tags.py +++ b/src/picture/templatetags/picture_tags.py @@ -1,5 +1,5 @@ -# 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. # import logging from random import randint diff --git a/src/picture/tests/test_picture_import.py b/src/picture/tests/test_picture_import.py index 8ff125172..04f4870bd 100644 --- a/src/picture/tests/test_picture_import.py +++ b/src/picture/tests/test_picture_import.py @@ -1,5 +1,5 @@ -# 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 os import path from picture.models import Picture diff --git a/src/picture/views.py b/src/picture/views.py index 80c83a8be..72d1e37b2 100644 --- a/src/picture/views.py +++ b/src/picture/views.py @@ -1,5 +1,5 @@ -# 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 collections import Counter from django.conf import settings diff --git a/src/polls/admin.py b/src/polls/admin.py index 69416947b..0ca731c03 100644 --- a/src/polls/admin.py +++ b/src/polls/admin.py @@ -1,5 +1,5 @@ -# 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.contrib import admin diff --git a/src/polls/forms.py b/src/polls/forms.py index ac97354b4..eed8385b3 100644 --- a/src/polls/forms.py +++ b/src/polls/forms.py @@ -1,5 +1,5 @@ -# 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 import forms diff --git a/src/polls/locale/de/LC_MESSAGES/django.po b/src/polls/locale/de/LC_MESSAGES/django.po index e6ec269c7..d5779671b 100644 --- a/src/polls/locale/de/LC_MESSAGES/django.po +++ b/src/polls/locale/de/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/polls/locale/en/LC_MESSAGES/django.po b/src/polls/locale/en/LC_MESSAGES/django.po index a42b30462..8a6c52b79 100644 --- a/src/polls/locale/en/LC_MESSAGES/django.po +++ b/src/polls/locale/en/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/polls/locale/es/LC_MESSAGES/django.po b/src/polls/locale/es/LC_MESSAGES/django.po index e6ec269c7..d5779671b 100644 --- a/src/polls/locale/es/LC_MESSAGES/django.po +++ b/src/polls/locale/es/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/polls/locale/fr/LC_MESSAGES/django.po b/src/polls/locale/fr/LC_MESSAGES/django.po index 34eb1d871..52904d339 100644 --- a/src/polls/locale/fr/LC_MESSAGES/django.po +++ b/src/polls/locale/fr/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/polls/locale/it/LC_MESSAGES/django.po b/src/polls/locale/it/LC_MESSAGES/django.po index e6ec269c7..d5779671b 100644 --- a/src/polls/locale/it/LC_MESSAGES/django.po +++ b/src/polls/locale/it/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/polls/locale/lt/LC_MESSAGES/django.po b/src/polls/locale/lt/LC_MESSAGES/django.po index bd36458f5..02bbc6200 100644 --- a/src/polls/locale/lt/LC_MESSAGES/django.po +++ b/src/polls/locale/lt/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/polls/locale/ru/LC_MESSAGES/django.po b/src/polls/locale/ru/LC_MESSAGES/django.po index f9aaea0be..d3ef8a0f6 100644 --- a/src/polls/locale/ru/LC_MESSAGES/django.po +++ b/src/polls/locale/ru/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/polls/locale/uk/LC_MESSAGES/django.po b/src/polls/locale/uk/LC_MESSAGES/django.po index 47f330f9d..435d1b7f5 100644 --- a/src/polls/locale/uk/LC_MESSAGES/django.po +++ b/src/polls/locale/uk/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/polls/migrations/0001_initial.py b/src/polls/migrations/0001_initial.py index 58b9d8dd4..f250538ae 100644 --- a/src/polls/migrations/0001_initial.py +++ b/src/polls/migrations/0001_initial.py @@ -1,5 +1,5 @@ -# 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.db import models, migrations import django.db.models.deletion diff --git a/src/polls/migrations/0002_auto_20151221_1225.py b/src/polls/migrations/0002_auto_20151221_1225.py index 5edd0ff9a..deda78b45 100644 --- a/src/polls/migrations/0002_auto_20151221_1225.py +++ b/src/polls/migrations/0002_auto_20151221_1225.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/polls/models.py b/src/polls/models.py index 2b119e29c..1eb18d936 100644 --- a/src/polls/models.py +++ b/src/polls/models.py @@ -1,5 +1,5 @@ -# 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.db import models from django.core.exceptions import ValidationError diff --git a/src/polls/templatetags/polls_tags.py b/src/polls/templatetags/polls_tags.py index e6e3f8a9a..541fd37a6 100644 --- a/src/polls/templatetags/polls_tags.py +++ b/src/polls/templatetags/polls_tags.py @@ -1,5 +1,5 @@ -# 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 import template from ..forms import PollForm diff --git a/src/polls/urls.py b/src/polls/urls.py index f2d3a023a..89ce82b6e 100644 --- a/src/polls/urls.py +++ b/src/polls/urls.py @@ -1,5 +1,5 @@ -# 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.urls import path from . import views diff --git a/src/polls/views.py b/src/polls/views.py index 22d35b50e..7a4e1e9c6 100644 --- a/src/polls/views.py +++ b/src/polls/views.py @@ -1,5 +1,5 @@ -# 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.shortcuts import get_object_or_404, redirect, render from django.urls import reverse diff --git a/src/push/admin.py b/src/push/admin.py index 1843dbbb0..ef8fb7e25 100644 --- a/src/push/admin.py +++ b/src/push/admin.py @@ -1,5 +1,5 @@ -# 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.contrib import admin diff --git a/src/push/forms.py b/src/push/forms.py index afe12d107..4d8410c0d 100644 --- a/src/push/forms.py +++ b/src/push/forms.py @@ -1,5 +1,5 @@ -# 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 import forms from django.contrib.sites.models import Site diff --git a/src/push/migrations/0001_initial.py b/src/push/migrations/0001_initial.py index cbe1c264e..7ae4cc044 100644 --- a/src/push/migrations/0001_initial.py +++ b/src/push/migrations/0001_initial.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/push/migrations/0002_auto_20180830_1627.py b/src/push/migrations/0002_auto_20180830_1627.py index 592da397b..8fa1c42af 100644 --- a/src/push/migrations/0002_auto_20180830_1627.py +++ b/src/push/migrations/0002_auto_20180830_1627.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/push/migrations/0003_auto_20180831_1135.py b/src/push/migrations/0003_auto_20180831_1135.py index 7a6abd020..9251058dc 100644 --- a/src/push/migrations/0003_auto_20180831_1135.py +++ b/src/push/migrations/0003_auto_20180831_1135.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/push/models.py b/src/push/models.py index 59de91695..461845e77 100644 --- a/src/push/models.py +++ b/src/push/models.py @@ -1,5 +1,5 @@ -# 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.db import models diff --git a/src/push/urls.py b/src/push/urls.py index a92a55ff1..1f6d3a32b 100644 --- a/src/push/urls.py +++ b/src/push/urls.py @@ -1,5 +1,5 @@ -# 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.urls import path from push import views diff --git a/src/push/utils.py b/src/push/utils.py index eb1198453..44acb0662 100644 --- a/src/push/utils.py +++ b/src/push/utils.py @@ -1,5 +1,5 @@ -# 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. # import firebase_admin from firebase_admin import credentials, messaging diff --git a/src/push/views.py b/src/push/views.py index 9de754edf..954166092 100644 --- a/src/push/views.py +++ b/src/push/views.py @@ -1,5 +1,5 @@ -# 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.contrib.auth.decorators import permission_required from django.http.response import HttpResponseRedirect diff --git a/src/reporting/models.py b/src/reporting/models.py index df7df2eb4..596adef72 100644 --- a/src/reporting/models.py +++ b/src/reporting/models.py @@ -1,5 +1,5 @@ -# 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. # diff --git a/src/reporting/templatetags/reporting_stats.py b/src/reporting/templatetags/reporting_stats.py index c80418427..bca84f1d3 100644 --- a/src/reporting/templatetags/reporting_stats.py +++ b/src/reporting/templatetags/reporting_stats.py @@ -1,5 +1,5 @@ -# 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 functools import wraps from django import template diff --git a/src/reporting/urls.py b/src/reporting/urls.py index a9ae44a3a..1177517a5 100644 --- a/src/reporting/urls.py +++ b/src/reporting/urls.py @@ -1,5 +1,5 @@ -# 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.urls import path from . import views diff --git a/src/reporting/utils.py b/src/reporting/utils.py index 797542abf..ec4ff791c 100644 --- a/src/reporting/utils.py +++ b/src/reporting/utils.py @@ -1,5 +1,5 @@ -# 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 errno import ENOENT import os diff --git a/src/reporting/views.py b/src/reporting/views.py index 74e24eb80..fca453420 100644 --- a/src/reporting/views.py +++ b/src/reporting/views.py @@ -1,5 +1,5 @@ -# 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. # import os.path from datetime import date diff --git a/src/search/fields.py b/src/search/fields.py index 48b25c640..1666a67ea 100644 --- a/src/search/fields.py +++ b/src/search/fields.py @@ -1,5 +1,5 @@ -# 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.forms.widgets import RadioSelect diff --git a/src/search/forms.py b/src/search/forms.py index dc56f59b6..a4587d7ca 100644 --- a/src/search/forms.py +++ b/src/search/forms.py @@ -1,5 +1,5 @@ -# 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 apps from django.conf import settings diff --git a/src/search/index.py b/src/search/index.py index fc9e9d54c..e0a727ca2 100644 --- a/src/search/index.py +++ b/src/search/index.py @@ -1,5 +1,5 @@ -# 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. # import re from librarian.parser import WLDocument diff --git a/src/search/locale/de/LC_MESSAGES/django.po b/src/search/locale/de/LC_MESSAGES/django.po index 0cfc49ad7..32e728de7 100644 --- a/src/search/locale/de/LC_MESSAGES/django.po +++ b/src/search/locale/de/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/search/locale/en/LC_MESSAGES/django.po b/src/search/locale/en/LC_MESSAGES/django.po index 0cfc49ad7..32e728de7 100644 --- a/src/search/locale/en/LC_MESSAGES/django.po +++ b/src/search/locale/en/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/search/locale/es/LC_MESSAGES/django.po b/src/search/locale/es/LC_MESSAGES/django.po index 0cfc49ad7..32e728de7 100644 --- a/src/search/locale/es/LC_MESSAGES/django.po +++ b/src/search/locale/es/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/search/locale/fr/LC_MESSAGES/django.po b/src/search/locale/fr/LC_MESSAGES/django.po index 643f54a03..5323c9308 100644 --- a/src/search/locale/fr/LC_MESSAGES/django.po +++ b/src/search/locale/fr/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/search/locale/it/LC_MESSAGES/django.po b/src/search/locale/it/LC_MESSAGES/django.po index 0cfc49ad7..32e728de7 100644 --- a/src/search/locale/it/LC_MESSAGES/django.po +++ b/src/search/locale/it/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/search/locale/lt/LC_MESSAGES/django.po b/src/search/locale/lt/LC_MESSAGES/django.po index fea1f9ccd..8f5d1f3e0 100644 --- a/src/search/locale/lt/LC_MESSAGES/django.po +++ b/src/search/locale/lt/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/search/locale/ru/LC_MESSAGES/django.po b/src/search/locale/ru/LC_MESSAGES/django.po index 6f01a9c9b..00acf5f2a 100644 --- a/src/search/locale/ru/LC_MESSAGES/django.po +++ b/src/search/locale/ru/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/search/locale/uk/LC_MESSAGES/django.po b/src/search/locale/uk/LC_MESSAGES/django.po index fe84f98a1..b5acffbb0 100644 --- a/src/search/locale/uk/LC_MESSAGES/django.po +++ b/src/search/locale/uk/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/search/tests/__init__.py b/src/search/tests/__init__.py index 6cf7afe41..1d5bccbef 100644 --- a/src/search/tests/__init__.py +++ b/src/search/tests/__init__.py @@ -1,4 +1,4 @@ -# 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 search.tests.index import * diff --git a/src/search/tests/index.py b/src/search/tests/index.py index d63bafbf7..f546374e2 100644 --- a/src/search/tests/index.py +++ b/src/search/tests/index.py @@ -1,5 +1,5 @@ -# 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.conf import settings from django.test.utils import override_settings diff --git a/src/search/urls.py b/src/search/urls.py index 1e66d3314..563c2b873 100644 --- a/src/search/urls.py +++ b/src/search/urls.py @@ -1,5 +1,5 @@ -# 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.urls import path from . import views diff --git a/src/search/views.py b/src/search/views.py index d6edd5164..2f9adab36 100644 --- a/src/search/views.py +++ b/src/search/views.py @@ -1,5 +1,5 @@ -# 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.conf import settings from django.shortcuts import render diff --git a/src/social/admin.py b/src/social/admin.py index 708d80b0d..ac5fbd250 100644 --- a/src/social/admin.py +++ b/src/social/admin.py @@ -1,5 +1,5 @@ -# 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.contrib import admin from django.forms import ModelForm diff --git a/src/social/api/urls.py b/src/social/api/urls.py index 2b20ab8a1..43036f63c 100644 --- a/src/social/api/urls.py +++ b/src/social/api/urls.py @@ -1,5 +1,5 @@ -# 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.urls import path from stats.utils import piwik_track_view diff --git a/src/social/api/views.py b/src/social/api/views.py index ff6a08f32..c5506ce79 100644 --- a/src/social/api/views.py +++ b/src/social/api/views.py @@ -1,5 +1,5 @@ -# 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.http import Http404 from rest_framework.generics import ListAPIView, get_object_or_404 diff --git a/src/social/forms.py b/src/social/forms.py index ad716a3cc..f82e27c43 100644 --- a/src/social/forms.py +++ b/src/social/forms.py @@ -1,5 +1,5 @@ -# 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 import forms diff --git a/src/social/locale/de/LC_MESSAGES/django.po b/src/social/locale/de/LC_MESSAGES/django.po index 75e45897f..c8a985238 100644 --- a/src/social/locale/de/LC_MESSAGES/django.po +++ b/src/social/locale/de/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/social/locale/en/LC_MESSAGES/django.po b/src/social/locale/en/LC_MESSAGES/django.po index 75e45897f..c8a985238 100644 --- a/src/social/locale/en/LC_MESSAGES/django.po +++ b/src/social/locale/en/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/social/locale/es/LC_MESSAGES/django.po b/src/social/locale/es/LC_MESSAGES/django.po index 75e45897f..c8a985238 100644 --- a/src/social/locale/es/LC_MESSAGES/django.po +++ b/src/social/locale/es/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/social/locale/fr/LC_MESSAGES/django.po b/src/social/locale/fr/LC_MESSAGES/django.po index 9fe4f9528..ff8a344e6 100644 --- a/src/social/locale/fr/LC_MESSAGES/django.po +++ b/src/social/locale/fr/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/social/locale/it/LC_MESSAGES/django.po b/src/social/locale/it/LC_MESSAGES/django.po index 75e45897f..c8a985238 100644 --- a/src/social/locale/it/LC_MESSAGES/django.po +++ b/src/social/locale/it/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/social/locale/lt/LC_MESSAGES/django.po b/src/social/locale/lt/LC_MESSAGES/django.po index 7e34af375..e095d0ceb 100644 --- a/src/social/locale/lt/LC_MESSAGES/django.po +++ b/src/social/locale/lt/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/social/locale/ru/LC_MESSAGES/django.po b/src/social/locale/ru/LC_MESSAGES/django.po index d7ff9c6e3..caa6f2876 100644 --- a/src/social/locale/ru/LC_MESSAGES/django.po +++ b/src/social/locale/ru/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/social/locale/uk/LC_MESSAGES/django.po b/src/social/locale/uk/LC_MESSAGES/django.po index 2f16e75b1..5d0a4c53a 100644 --- a/src/social/locale/uk/LC_MESSAGES/django.po +++ b/src/social/locale/uk/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/social/migrations/0001_initial.py b/src/social/migrations/0001_initial.py index a0e3bae7e..33fe94945 100644 --- a/src/social/migrations/0001_initial.py +++ b/src/social/migrations/0001_initial.py @@ -1,5 +1,5 @@ -# 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.db import models, migrations import django.db.models.deletion diff --git a/src/social/migrations/0002_auto_20151221_1225.py b/src/social/migrations/0002_auto_20151221_1225.py index eac8e6aad..4e3c4c356 100644 --- a/src/social/migrations/0002_auto_20151221_1225.py +++ b/src/social/migrations/0002_auto_20151221_1225.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/social/migrations/0003_cite_banner.py b/src/social/migrations/0003_cite_banner.py index 76f00bdaf..588486696 100644 --- a/src/social/migrations/0003_cite_banner.py +++ b/src/social/migrations/0003_cite_banner.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/social/migrations/0004_auto_20170725_1204.py b/src/social/migrations/0004_auto_20170725_1204.py index 2ff02d284..46487a7d9 100644 --- a/src/social/migrations/0004_auto_20170725_1204.py +++ b/src/social/migrations/0004_auto_20170725_1204.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/social/migrations/0005_auto_20190318_1309.py b/src/social/migrations/0005_auto_20190318_1309.py index a4167e1e0..4d53d6cf4 100644 --- a/src/social/migrations/0005_auto_20190318_1309.py +++ b/src/social/migrations/0005_auto_20190318_1309.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models import django.db.models.deletion diff --git a/src/social/migrations/0006_legacy_group.py b/src/social/migrations/0006_legacy_group.py index cc7d8d103..bc4a51092 100644 --- a/src/social/migrations/0006_legacy_group.py +++ b/src/social/migrations/0006_legacy_group.py @@ -1,5 +1,5 @@ -# 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.db import migrations diff --git a/src/social/migrations/0007_auto_20190318_1339.py b/src/social/migrations/0007_auto_20190318_1339.py index 973294ea2..836b8f9a0 100644 --- a/src/social/migrations/0007_auto_20190318_1339.py +++ b/src/social/migrations/0007_auto_20190318_1339.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models import django.db.models.deletion diff --git a/src/social/migrations/0008_auto_20190403_1510.py b/src/social/migrations/0008_auto_20190403_1510.py index ea7fefab6..911a60d66 100644 --- a/src/social/migrations/0008_auto_20190403_1510.py +++ b/src/social/migrations/0008_auto_20190403_1510.py @@ -1,5 +1,5 @@ -# 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.db import migrations diff --git a/src/social/migrations/0009_auto_20190715_1405.py b/src/social/migrations/0009_auto_20190715_1405.py index ebc2ccde8..9fa18fe93 100644 --- a/src/social/migrations/0009_auto_20190715_1405.py +++ b/src/social/migrations/0009_auto_20190715_1405.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/social/migrations/0010_cite_background_plain.py b/src/social/migrations/0010_cite_background_plain.py index 2d1f5255d..29ced90c6 100644 --- a/src/social/migrations/0010_cite_background_plain.py +++ b/src/social/migrations/0010_cite_background_plain.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/social/models.py b/src/social/models.py index 05cf722c5..cb1326b15 100644 --- a/src/social/models.py +++ b/src/social/models.py @@ -1,5 +1,5 @@ -# 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 random import randint from django.db import models diff --git a/src/social/templatetags/social_tags.py b/src/social/templatetags/social_tags.py index 7e61b9041..a4b0f3ed2 100644 --- a/src/social/templatetags/social_tags.py +++ b/src/social/templatetags/social_tags.py @@ -1,5 +1,5 @@ -# 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. # import re from django import template diff --git a/src/social/urls.py b/src/social/urls.py index 543bbf3dc..299f62058 100644 --- a/src/social/urls.py +++ b/src/social/urls.py @@ -1,5 +1,5 @@ -# 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.urls import path from django.views.decorators.cache import never_cache diff --git a/src/social/utils.py b/src/social/utils.py index 67bc867fa..6ab303abf 100644 --- a/src/social/utils.py +++ b/src/social/utils.py @@ -1,5 +1,5 @@ -# 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 collections import defaultdict from random import randint diff --git a/src/social/views.py b/src/social/views.py index d3f938118..989771a6c 100644 --- a/src/social/views.py +++ b/src/social/views.py @@ -1,5 +1,5 @@ -# 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.shortcuts import render, get_object_or_404, redirect from django.http import HttpResponseForbidden, JsonResponse diff --git a/src/sortify.py b/src/sortify.py index 027860186..b0e81bb27 100644 --- a/src/sortify.py +++ b/src/sortify.py @@ -1,5 +1,5 @@ -# 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. # import re from fnpdjango.utils.text import char_map diff --git a/src/sponsors/__init__.py b/src/sponsors/__init__.py index c583e6eed..66dbbe4ba 100644 --- a/src/sponsors/__init__.py +++ b/src/sponsors/__init__.py @@ -1,5 +1,5 @@ -# 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. # __author__ = 'Marek Stępniowski, ' __version__ = '0.1' diff --git a/src/sponsors/admin.py b/src/sponsors/admin.py index df11973e6..40e14155b 100644 --- a/src/sponsors/admin.py +++ b/src/sponsors/admin.py @@ -1,5 +1,5 @@ -# 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.contrib import admin from django.db.models import TextField diff --git a/src/sponsors/migrations/0001_initial.py b/src/sponsors/migrations/0001_initial.py index 4f5e46847..a16f4a937 100644 --- a/src/sponsors/migrations/0001_initial.py +++ b/src/sponsors/migrations/0001_initial.py @@ -1,5 +1,5 @@ -# 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.db import models, migrations diff --git a/src/sponsors/migrations/0002_auto_20151221_1225.py b/src/sponsors/migrations/0002_auto_20151221_1225.py index f0cf69686..bc4879535 100644 --- a/src/sponsors/migrations/0002_auto_20151221_1225.py +++ b/src/sponsors/migrations/0002_auto_20151221_1225.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/sponsors/models.py b/src/sponsors/models.py index 856ed9ae7..2fb4d8978 100644 --- a/src/sponsors/models.py +++ b/src/sponsors/models.py @@ -1,5 +1,5 @@ -# 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. # import json import time diff --git a/src/sponsors/templatetags/sponsors.py b/src/sponsors/templatetags/sponsors.py index fb586d02d..a2c7c67e0 100644 --- a/src/sponsors/templatetags/sponsors.py +++ b/src/sponsors/templatetags/sponsors.py @@ -1,5 +1,5 @@ -# 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 import template from django.core.cache import cache diff --git a/src/sponsors/widgets.py b/src/sponsors/widgets.py index 01c139dce..de415d0d4 100644 --- a/src/sponsors/widgets.py +++ b/src/sponsors/widgets.py @@ -1,5 +1,5 @@ -# 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.conf import settings from django import forms diff --git a/src/stats/tasks.py b/src/stats/tasks.py index b62f3e9c2..06e730c60 100644 --- a/src/stats/tasks.py +++ b/src/stats/tasks.py @@ -1,5 +1,5 @@ -# 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 celery import shared_task from django.conf import settings diff --git a/src/stats/utils.py b/src/stats/utils.py index d21eb3c3c..109e2bbe2 100644 --- a/src/stats/utils.py +++ b/src/stats/utils.py @@ -1,5 +1,5 @@ -# 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.conf import settings from datetime import datetime diff --git a/src/suggest/admin.py b/src/suggest/admin.py index 7c7159d97..0d9557e95 100644 --- a/src/suggest/admin.py +++ b/src/suggest/admin.py @@ -1,5 +1,5 @@ -# 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.contrib import admin diff --git a/src/suggest/forms.py b/src/suggest/forms.py index 6b9006189..09122273b 100644 --- a/src/suggest/forms.py +++ b/src/suggest/forms.py @@ -1,5 +1,5 @@ -# 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 import forms from django.contrib.sites.models import Site diff --git a/src/suggest/locale/de/LC_MESSAGES/django.po b/src/suggest/locale/de/LC_MESSAGES/django.po index 9ff4f73b4..9ca9a2081 100644 --- a/src/suggest/locale/de/LC_MESSAGES/django.po +++ b/src/suggest/locale/de/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/suggest/locale/en/LC_MESSAGES/django.po b/src/suggest/locale/en/LC_MESSAGES/django.po index 1264cf8fe..a49717f90 100644 --- a/src/suggest/locale/en/LC_MESSAGES/django.po +++ b/src/suggest/locale/en/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/suggest/locale/es/LC_MESSAGES/django.po b/src/suggest/locale/es/LC_MESSAGES/django.po index 7dd3d1a78..b4bfecda1 100644 --- a/src/suggest/locale/es/LC_MESSAGES/django.po +++ b/src/suggest/locale/es/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/suggest/locale/fr/LC_MESSAGES/django.po b/src/suggest/locale/fr/LC_MESSAGES/django.po index 6f0ad2bf8..e7854ec99 100644 --- a/src/suggest/locale/fr/LC_MESSAGES/django.po +++ b/src/suggest/locale/fr/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/suggest/locale/it/LC_MESSAGES/django.po b/src/suggest/locale/it/LC_MESSAGES/django.po index 59f8f76d1..c74d40816 100644 --- a/src/suggest/locale/it/LC_MESSAGES/django.po +++ b/src/suggest/locale/it/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/suggest/locale/lt/LC_MESSAGES/django.po b/src/suggest/locale/lt/LC_MESSAGES/django.po index fb8c63612..89d51ff54 100644 --- a/src/suggest/locale/lt/LC_MESSAGES/django.po +++ b/src/suggest/locale/lt/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/suggest/locale/ru/LC_MESSAGES/django.po b/src/suggest/locale/ru/LC_MESSAGES/django.po index 4d4a511af..67d04114a 100644 --- a/src/suggest/locale/ru/LC_MESSAGES/django.po +++ b/src/suggest/locale/ru/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/suggest/locale/uk/LC_MESSAGES/django.po b/src/suggest/locale/uk/LC_MESSAGES/django.po index c4be9c7ae..4a277e3f7 100644 --- a/src/suggest/locale/uk/LC_MESSAGES/django.po +++ b/src/suggest/locale/uk/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/suggest/migrations/0001_initial.py b/src/suggest/migrations/0001_initial.py index e61375afc..64f7abe3c 100644 --- a/src/suggest/migrations/0001_initial.py +++ b/src/suggest/migrations/0001_initial.py @@ -1,5 +1,5 @@ -# 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.db import models, migrations import django.db.models.deletion diff --git a/src/suggest/migrations/0002_auto_20151221_1225.py b/src/suggest/migrations/0002_auto_20151221_1225.py index c8eece615..51016d546 100644 --- a/src/suggest/migrations/0002_auto_20151221_1225.py +++ b/src/suggest/migrations/0002_auto_20151221_1225.py @@ -1,5 +1,5 @@ -# 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.db import migrations, models diff --git a/src/suggest/migrations/0003_auto_20190729_1450.py b/src/suggest/migrations/0003_auto_20190729_1450.py index 505c4b073..49326b673 100644 --- a/src/suggest/migrations/0003_auto_20190729_1450.py +++ b/src/suggest/migrations/0003_auto_20190729_1450.py @@ -1,5 +1,5 @@ -# 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.conf import settings from django.db import migrations, models diff --git a/src/suggest/models.py b/src/suggest/models.py index 6d73ad94a..254229ef7 100644 --- a/src/suggest/models.py +++ b/src/suggest/models.py @@ -1,5 +1,5 @@ -# 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. # import re from datetime import timedelta diff --git a/src/suggest/urls.py b/src/suggest/urls.py index 7f15ac56d..6d98c8f02 100644 --- a/src/suggest/urls.py +++ b/src/suggest/urls.py @@ -1,5 +1,5 @@ -# 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.urls import path from suggest import views diff --git a/src/suggest/views.py b/src/suggest/views.py index e006157dd..58a524416 100644 --- a/src/suggest/views.py +++ b/src/suggest/views.py @@ -1,5 +1,5 @@ -# 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.urls import reverse_lazy from django.utils.translation import gettext_lazy as _ diff --git a/src/waiter/__init__.py b/src/waiter/__init__.py index 62097829a..76615c929 100644 --- a/src/waiter/__init__.py +++ b/src/waiter/__init__.py @@ -1,5 +1,5 @@ -# 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. # """ Celery waiter. diff --git a/src/waiter/locale/de/LC_MESSAGES/django.po b/src/waiter/locale/de/LC_MESSAGES/django.po index c53d5d933..0f9cd6876 100644 --- a/src/waiter/locale/de/LC_MESSAGES/django.po +++ b/src/waiter/locale/de/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/waiter/locale/en/LC_MESSAGES/django.po b/src/waiter/locale/en/LC_MESSAGES/django.po index b2bf0db37..62447cd43 100644 --- a/src/waiter/locale/en/LC_MESSAGES/django.po +++ b/src/waiter/locale/en/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/waiter/locale/es/LC_MESSAGES/django.po b/src/waiter/locale/es/LC_MESSAGES/django.po index c53d5d933..0f9cd6876 100644 --- a/src/waiter/locale/es/LC_MESSAGES/django.po +++ b/src/waiter/locale/es/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/waiter/locale/fr/LC_MESSAGES/django.po b/src/waiter/locale/fr/LC_MESSAGES/django.po index 3b3551f81..3b65ba211 100644 --- a/src/waiter/locale/fr/LC_MESSAGES/django.po +++ b/src/waiter/locale/fr/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/waiter/locale/it/LC_MESSAGES/django.po b/src/waiter/locale/it/LC_MESSAGES/django.po index c53d5d933..0f9cd6876 100644 --- a/src/waiter/locale/it/LC_MESSAGES/django.po +++ b/src/waiter/locale/it/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/waiter/locale/lt/LC_MESSAGES/django.po b/src/waiter/locale/lt/LC_MESSAGES/django.po index cb2347831..cf9798a11 100644 --- a/src/waiter/locale/lt/LC_MESSAGES/django.po +++ b/src/waiter/locale/lt/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/waiter/locale/ru/LC_MESSAGES/django.po b/src/waiter/locale/ru/LC_MESSAGES/django.po index 03a86bbea..9f773f877 100644 --- a/src/waiter/locale/ru/LC_MESSAGES/django.po +++ b/src/waiter/locale/ru/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/waiter/locale/uk/LC_MESSAGES/django.po b/src/waiter/locale/uk/LC_MESSAGES/django.po index 9b0a9bfee..6f1bdb693 100644 --- a/src/waiter/locale/uk/LC_MESSAGES/django.po +++ b/src/waiter/locale/uk/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/waiter/migrations/0001_initial.py b/src/waiter/migrations/0001_initial.py index 64d369d3e..7db9632d1 100644 --- a/src/waiter/migrations/0001_initial.py +++ b/src/waiter/migrations/0001_initial.py @@ -1,5 +1,5 @@ -# 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.db import models, migrations diff --git a/src/waiter/models.py b/src/waiter/models.py index 45ff80ed4..8ed61dc27 100644 --- a/src/waiter/models.py +++ b/src/waiter/models.py @@ -1,5 +1,5 @@ -# 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 os.path import join, isfile from django.urls import reverse diff --git a/src/waiter/settings.py b/src/waiter/settings.py index c5cb32832..e1a34b400 100644 --- a/src/waiter/settings.py +++ b/src/waiter/settings.py @@ -1,5 +1,5 @@ -# 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 os.path import abspath, join from django.conf import settings diff --git a/src/waiter/tasks.py b/src/waiter/tasks.py index 0961b3891..6d75f9eb0 100644 --- a/src/waiter/tasks.py +++ b/src/waiter/tasks.py @@ -1,5 +1,5 @@ -# 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 celery.signals import task_postrun from waiter.models import WaitedFile diff --git a/src/waiter/urls.py b/src/waiter/urls.py index 1c8b17f2c..ae2127531 100644 --- a/src/waiter/urls.py +++ b/src/waiter/urls.py @@ -1,5 +1,5 @@ -# 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.urls import path from waiter import views diff --git a/src/waiter/utils.py b/src/waiter/utils.py index a08ee1548..5d478568f 100644 --- a/src/waiter/utils.py +++ b/src/waiter/utils.py @@ -1,5 +1,5 @@ -# 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 os.path import abspath, join, exists from shutil import rmtree diff --git a/src/waiter/views.py b/src/waiter/views.py index 120e32ecb..de9dfea1f 100644 --- a/src/waiter/views.py +++ b/src/waiter/views.py @@ -1,5 +1,5 @@ -# 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 os.path import join from waiter.models import WaitedFile diff --git a/src/wolnelektury/__init__.py b/src/wolnelektury/__init__.py index 62cefd325..309dfe633 100644 --- a/src/wolnelektury/__init__.py +++ b/src/wolnelektury/__init__.py @@ -1,4 +1,4 @@ -# 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 .celery import app as celery_app diff --git a/src/wolnelektury/apps.py b/src/wolnelektury/apps.py index d1535d37c..e19751e10 100644 --- a/src/wolnelektury/apps.py +++ b/src/wolnelektury/apps.py @@ -1,5 +1,5 @@ -# 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 diff --git a/src/wolnelektury/celery.py b/src/wolnelektury/celery.py index 1aa0b2e0c..ced325b0a 100644 --- a/src/wolnelektury/celery.py +++ b/src/wolnelektury/celery.py @@ -1,5 +1,5 @@ -# 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. # import os from celery import Celery diff --git a/src/wolnelektury/context_processors.py b/src/wolnelektury/context_processors.py index 8f763c9fc..badd6621d 100644 --- a/src/wolnelektury/context_processors.py +++ b/src/wolnelektury/context_processors.py @@ -1,5 +1,5 @@ -# 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.conf import settings diff --git a/src/wolnelektury/forms.py b/src/wolnelektury/forms.py index 0fedd4a20..783617745 100644 --- a/src/wolnelektury/forms.py +++ b/src/wolnelektury/forms.py @@ -1,5 +1,5 @@ -# 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 allauth.socialaccount.forms import SignupForm from django.contrib.auth.forms import AuthenticationForm, UserCreationForm diff --git a/src/wolnelektury/locale/de/LC_MESSAGES/django.po b/src/wolnelektury/locale/de/LC_MESSAGES/django.po index 07c2736fe..38e6f66f5 100644 --- a/src/wolnelektury/locale/de/LC_MESSAGES/django.po +++ b/src/wolnelektury/locale/de/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/wolnelektury/locale/en/LC_MESSAGES/django.po b/src/wolnelektury/locale/en/LC_MESSAGES/django.po index f143d45ae..45d55e42c 100644 --- a/src/wolnelektury/locale/en/LC_MESSAGES/django.po +++ b/src/wolnelektury/locale/en/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/wolnelektury/locale/es/LC_MESSAGES/django.po b/src/wolnelektury/locale/es/LC_MESSAGES/django.po index 7118a5b29..7ca6faffe 100644 --- a/src/wolnelektury/locale/es/LC_MESSAGES/django.po +++ b/src/wolnelektury/locale/es/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/wolnelektury/locale/fr/LC_MESSAGES/django.po b/src/wolnelektury/locale/fr/LC_MESSAGES/django.po index f1d0ea136..ea152ca66 100644 --- a/src/wolnelektury/locale/fr/LC_MESSAGES/django.po +++ b/src/wolnelektury/locale/fr/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/wolnelektury/locale/it/LC_MESSAGES/django.po b/src/wolnelektury/locale/it/LC_MESSAGES/django.po index e93ea4b8f..4ce48a0cd 100644 --- a/src/wolnelektury/locale/it/LC_MESSAGES/django.po +++ b/src/wolnelektury/locale/it/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/wolnelektury/locale/lt/LC_MESSAGES/django.po b/src/wolnelektury/locale/lt/LC_MESSAGES/django.po index 348ad464d..cf5ffe1a0 100644 --- a/src/wolnelektury/locale/lt/LC_MESSAGES/django.po +++ b/src/wolnelektury/locale/lt/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/wolnelektury/locale/ru/LC_MESSAGES/django.po b/src/wolnelektury/locale/ru/LC_MESSAGES/django.po index 032af39f9..e48ec9497 100644 --- a/src/wolnelektury/locale/ru/LC_MESSAGES/django.po +++ b/src/wolnelektury/locale/ru/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/wolnelektury/locale/uk/LC_MESSAGES/django.po b/src/wolnelektury/locale/uk/LC_MESSAGES/django.po index beba2e3d4..59896389a 100644 --- a/src/wolnelektury/locale/uk/LC_MESSAGES/django.po +++ b/src/wolnelektury/locale/uk/LC_MESSAGES/django.po @@ -1,4 +1,4 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. # Copyright © Fundacja Wolne Lektury. See NOTICE for more information. msgid "" msgstr "" diff --git a/src/wolnelektury/management/commands/clean_social_accounts.py b/src/wolnelektury/management/commands/clean_social_accounts.py index 72c297816..5b1a37bff 100644 --- a/src/wolnelektury/management/commands/clean_social_accounts.py +++ b/src/wolnelektury/management/commands/clean_social_accounts.py @@ -1,5 +1,5 @@ -# 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 allauth.socialaccount.models import SocialAccount from django.core.management.base import BaseCommand diff --git a/src/wolnelektury/management/commands/localepack.py b/src/wolnelektury/management/commands/localepack.py index 9f2b4245b..e4996cc66 100644 --- a/src/wolnelektury/management/commands/localepack.py +++ b/src/wolnelektury/management/commands/localepack.py @@ -1,5 +1,5 @@ -# 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. # import os import shutil diff --git a/src/wolnelektury/management/commands/translation2po.py b/src/wolnelektury/management/commands/translation2po.py index 283470b45..8ab58d330 100644 --- a/src/wolnelektury/management/commands/translation2po.py +++ b/src/wolnelektury/management/commands/translation2po.py @@ -1,5 +1,5 @@ -# 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. # import os import time diff --git a/src/wolnelektury/management/profile.py b/src/wolnelektury/management/profile.py index a40e73f03..e338f3e52 100644 --- a/src/wolnelektury/management/profile.py +++ b/src/wolnelektury/management/profile.py @@ -1,5 +1,5 @@ -# 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. # import cProfile import functools diff --git a/src/wolnelektury/settings/__init__.py b/src/wolnelektury/settings/__init__.py index f772d3d56..8d5b33b8f 100644 --- a/src/wolnelektury/settings/__init__.py +++ b/src/wolnelektury/settings/__init__.py @@ -1,5 +1,5 @@ -# 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. # # Django settings for wolnelektury project. import sentry_sdk diff --git a/src/wolnelektury/settings/apps.py b/src/wolnelektury/settings/apps.py index cac86d8ff..769565d03 100644 --- a/src/wolnelektury/settings/apps.py +++ b/src/wolnelektury/settings/apps.py @@ -1,5 +1,5 @@ -# 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. # INSTALLED_APPS_OUR = [ diff --git a/src/wolnelektury/settings/auth.py b/src/wolnelektury/settings/auth.py index b150b990f..372490f16 100644 --- a/src/wolnelektury/settings/auth.py +++ b/src/wolnelektury/settings/auth.py @@ -1,5 +1,5 @@ -# 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. # AUTHENTICATION_BACKENDS = [ 'django.contrib.auth.backends.ModelBackend', diff --git a/src/wolnelektury/settings/basic.py b/src/wolnelektury/settings/basic.py index 95d2b1a75..aa5073606 100644 --- a/src/wolnelektury/settings/basic.py +++ b/src/wolnelektury/settings/basic.py @@ -1,5 +1,5 @@ -# 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 os import path from .paths import PROJECT_DIR diff --git a/src/wolnelektury/settings/celery.py b/src/wolnelektury/settings/celery.py index a570b688c..37898639f 100644 --- a/src/wolnelektury/settings/celery.py +++ b/src/wolnelektury/settings/celery.py @@ -1,5 +1,5 @@ -# 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. # CELERY_TASK_EAGER_PROPAGATES = True CELERY_SEND_TASK_ERROR_EMAILS = True diff --git a/src/wolnelektury/settings/contrib.py b/src/wolnelektury/settings/contrib.py index 3a58ae70c..d03479f82 100644 --- a/src/wolnelektury/settings/contrib.py +++ b/src/wolnelektury/settings/contrib.py @@ -1,5 +1,5 @@ -# 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. # HONEYPOT_FIELD_NAME = 'miut' PAGINATION_INVALID_PAGE_RAISES_404 = True diff --git a/src/wolnelektury/settings/custom.py b/src/wolnelektury/settings/custom.py index 51a5613fd..a9ae731eb 100644 --- a/src/wolnelektury/settings/custom.py +++ b/src/wolnelektury/settings/custom.py @@ -1,5 +1,5 @@ -# 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 datetime import date import os diff --git a/src/wolnelektury/settings/locale.py b/src/wolnelektury/settings/locale.py index 927611e75..65b8200ea 100644 --- a/src/wolnelektury/settings/locale.py +++ b/src/wolnelektury/settings/locale.py @@ -1,5 +1,5 @@ -# 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 os import path from .paths import PROJECT_DIR diff --git a/src/wolnelektury/settings/paths.py b/src/wolnelektury/settings/paths.py index 1a167b9b6..790a8fc0f 100644 --- a/src/wolnelektury/settings/paths.py +++ b/src/wolnelektury/settings/paths.py @@ -1,5 +1,5 @@ -# 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 os import path diff --git a/src/wolnelektury/settings/static.py b/src/wolnelektury/settings/static.py index 09e6111e3..d56141d0b 100644 --- a/src/wolnelektury/settings/static.py +++ b/src/wolnelektury/settings/static.py @@ -1,5 +1,5 @@ -# 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 os import path from .paths import VAR_DIR diff --git a/src/wolnelektury/settings/test.py b/src/wolnelektury/settings/test.py index 0e10be9fb..f5d70b26e 100644 --- a/src/wolnelektury/settings/test.py +++ b/src/wolnelektury/settings/test.py @@ -1,5 +1,5 @@ -# 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 wolnelektury.settings import * diff --git a/src/wolnelektury/signals.py b/src/wolnelektury/signals.py index c698c545c..dc212d95f 100644 --- a/src/wolnelektury/signals.py +++ b/src/wolnelektury/signals.py @@ -1,5 +1,5 @@ -# 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.conf import settings from django.core.cache import caches diff --git a/src/wolnelektury/templatetags/blog.py b/src/wolnelektury/templatetags/blog.py index cb5c2e7ea..3895b179c 100644 --- a/src/wolnelektury/templatetags/blog.py +++ b/src/wolnelektury/templatetags/blog.py @@ -1,5 +1,5 @@ -# 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 datetime import date from django.conf import settings diff --git a/src/wolnelektury/test_utils.py b/src/wolnelektury/test_utils.py index 74635176b..dc41112c1 100644 --- a/src/wolnelektury/test_utils.py +++ b/src/wolnelektury/test_utils.py @@ -1,5 +1,5 @@ -# 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. # class DummyThumbnailBackend: class DummyThumbnail: diff --git a/src/wolnelektury/urls.py b/src/wolnelektury/urls.py index e86d18b73..ab3ebe830 100644 --- a/src/wolnelektury/urls.py +++ b/src/wolnelektury/urls.py @@ -1,5 +1,5 @@ -# 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.conf import settings from django.contrib import admin diff --git a/src/wolnelektury/utils.py b/src/wolnelektury/utils.py index 6f6125916..dfa8522f8 100644 --- a/src/wolnelektury/utils.py +++ b/src/wolnelektury/utils.py @@ -1,5 +1,5 @@ -# 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. # import codecs import csv diff --git a/src/wolnelektury/views.py b/src/wolnelektury/views.py index c5fbe125d..611ee3c89 100644 --- a/src/wolnelektury/views.py +++ b/src/wolnelektury/views.py @@ -1,5 +1,5 @@ -# 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 datetime import date, datetime from urllib.parse import quote_plus diff --git a/src/wolnelektury/wsgi.py b/src/wolnelektury/wsgi.py index 5fc78fec0..ff02bbbaf 100644 --- a/src/wolnelektury/wsgi.py +++ b/src/wolnelektury/wsgi.py @@ -1,5 +1,5 @@ -# 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. # import os -- 2.20.1