Skip to content

Commit

Permalink
Sync with WeblateOrg/meta
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jan 7, 2022
1 parent 8490b39 commit f0b4c81
Show file tree
Hide file tree
Showing 522 changed files with 528 additions and 532 deletions.
4 changes: 0 additions & 4 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
- color: ffffff
name: wontfix
description: Nobody will work on this.
# Bountysource
- color: 129e5e
name: bounty
description: Get a bounty by fixing this issue.
# Dependabot
- color: e3f49c
name: dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/closing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Add closed question comment
uses: peter-evans/[email protected]
if: ${{ (contains(github.event.issue.labels.*.name, 'question') && ! contains(github.event.issue.labels.*.name, 'wontfix')) || join(github.event.issue.labels.*.name) == '' }}
if: ${{ (contains(github.event.issue.labels.*.name, 'question') && ! contains(github.event.issue.labels.*.name, 'duplicate') && ! contains(github.event.issue.labels.*.name, 'wontfix')) || join(github.event.issue.labels.*.name) == '' }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.issue.number }}
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ https://github.com/WeblateOrg/weblate/issues
License
-------

Copyright © 2012–2021 Michal Čihař [email protected]
Copyright © 2012–2022 Michal Čihař [email protected]

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/license.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
License
-------

Copyright © 2012–2021 Michal Čihař [email protected]
Copyright © 2012–2022 Michal Čihař [email protected]

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Expand Down
6 changes: 3 additions & 3 deletions docs/locales/docs.pot
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2012 - 2021 Michal Čihař
# Copyright © 2012–2022 Michal Čihař
# This file is distributed under the same license as the Weblate package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
Expand Down Expand Up @@ -23944,7 +23944,7 @@ msgid "License"
msgstr ""

#: ../../contributing/license.rst:4
msgid "Copyright (C) 2012 - 2021 Michal Čihař <[email protected]>"
msgid "Copyright © 2012–2022 Michal Čihař <[email protected]>"
msgstr ""

#: ../../contributing/license.rst:6
Expand Down Expand Up @@ -28467,7 +28467,7 @@ msgid "https://github.com/WeblateOrg/weblate/issues"
msgstr ""

#: ../../../README.rst:62
msgid "Copyright © 2012–2021 Michal Čihař [email protected]"
msgid "Copyright © 2012–2022 Michal Čihař [email protected]"
msgstr ""

#: ../../../README.rst:73
Expand Down
2 changes: 1 addition & 1 deletion manage.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
4 changes: 2 additions & 2 deletions scripts/generate-license-data
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down Expand Up @@ -28,7 +28,7 @@ import json
import subprocess

HEADER = '''#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/rtd-projects
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/admin.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/apps.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/auth.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/avatar.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/captcha.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/checks.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/data.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/forms.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/management/commands/dumpuserdata.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/management/commands/importuserdata.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/middleware.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/models.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/notifications.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/password_validation.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/pipeline.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/strategy.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/tasks.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/templatetags/authnames.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/templatetags/site_url.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/templatetags/urlformat.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/tests/test_avatars.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/tests/test_captcha.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/tests/test_commands.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/tests/test_middleware.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/tests/test_notifications.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/tests/test_password_validation.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/tests/test_registration.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/tests/test_remove.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/tests/test_views.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/urls.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/accounts/views.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/addons/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/addons/apps.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/addons/autotranslate.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/addons/base.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/addons/cdn.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
2 changes: 1 addition & 1 deletion weblate/addons/cleanup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright © 2012 - 2021 Michal Čihař <[email protected]>
# Copyright © 2012–2022 Michal Čihař <[email protected]>
#
# This file is part of Weblate <https://weblate.org/>
#
Expand Down
Loading

0 comments on commit f0b4c81

Please sign in to comment.