Skip to content

Commit

Permalink
Misc: Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
BLKSerene committed Jan 5, 2024
1 parent d7a9aeb commit fd1562a
Show file tree
Hide file tree
Showing 301 changed files with 310 additions and 308 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ----------------------------------------------------------------------
# Wordless: CI - CircleCI
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion .codacy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ----------------------------------------------------------------------
# Wordless: CI - Codacy
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ----------------------------------------------------------------------
# Wordless: CI - Code Climate
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
4 changes: 3 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ----------------------------------------------------------------------
# Wordless: CI - Codecov
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand All @@ -18,10 +18,12 @@

[run]
omit =
.circleci/*
.github/*
data/*
doc/*
imgs/*
requirements/*
tests/*
trs/*
utils/*
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ----------------------------------------------------------------------
# Github: Sponsor button
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ----------------------------------------------------------------------
# Wordless: CI - Pylint
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
architecture: 'x64'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ----------------------------------------------------------------------
# Wordless: CI - Github Actions
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
architecture: 'x64'
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
architecture: 'x64'
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
architecture: 'x64'
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ----------------------------------------------------------------------
# Wordless: .gitignore
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
6 changes: 3 additions & 3 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ----------------------------------------------------------------------
# Wordless: CI - SonarCloud
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand All @@ -17,7 +17,7 @@
# ----------------------------------------------------------------------

# Path to sources
sonar.sources=.github, utils, wordless
sonar.sources=.circleci, .github, utils, wordless
# sonar.exclusions=
# sonar.inclusions=

Expand All @@ -33,4 +33,4 @@ sonar.sourceEncoding=UTF-8
# sonar.cpd.exclusions=

# Python version (for python projects only)
sonar.python.version=3.9
sonar.python.version=3.10
2 changes: 1 addition & 1 deletion ACKS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
# Wordless: Acknowledgments - English
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
# Wordless: Changelog
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
# Wordless: Code of conduct
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
# Wordless: Contributing - English
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
# Wordless: README - English
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down Expand Up @@ -132,7 +132,7 @@ For details, please click [HERE](/WORKS_USING_WORDLESS.md).

## License

Copyright (C) 2018-2023 Ye Lei (叶磊)
Copyright (C) 2018-2024 Ye Lei (叶磊)

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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ----------------------------------------------------------------------
# Wordless: Version file
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion WORKS_USING_WORDLESS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
# Wordless: README - Works Using Wordless - English
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ----------------------------------------------------------------------
# Wordless: CI - AppVeyor
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ----------------------------------------------------------------------
# Wordless: CI - Azure Pipelines
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion doc/doc.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
# Wordless: Documentation - English
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion doc/trs/zho_cn/ACKS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
# Wordless: Acknowledgments - Chinese (Simplified)
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion doc/trs/zho_cn/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
# Wordless: README - Contributing - Chinese (Simplified)
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
4 changes: 2 additions & 2 deletions doc/trs/zho_cn/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
# Wordless: README - Chinese (Simplified)
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down Expand Up @@ -133,7 +133,7 @@ MLA(第8版):

## 许可

Copyright (C) 2018-2023 Ye Lei (叶磊)
Copyright (C) 2018-2024 Ye Lei (叶磊)

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
Expand Down
2 changes: 1 addition & 1 deletion doc/trs/zho_cn/WORKS_USING_WORDLESS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
# Wordless: README - Works Using Wordless - Chinese (Simplified)
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion doc/trs/zho_tw/ACKS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
# Wordless: Acknowledgments - Chinese (Traditional)
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion doc/trs/zho_tw/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
# Wordless: README - Contributing - Chinese (Traditional)
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
4 changes: 2 additions & 2 deletions doc/trs/zho_tw/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
# Wordless: README - Chinese (Traditional)
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down Expand Up @@ -132,7 +132,7 @@ MLA(第8版):

## 許可

Copyright (C) 2018-2023 Ye Lei (叶磊)
Copyright (C) 2018-2024 Ye Lei (叶磊)

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
Expand Down
2 changes: 1 addition & 1 deletion doc/trs/zho_tw/WORKS_USING_WORDLESS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
# Wordless: README - Works Using Wordless - Chinese (Traditional)
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
Binary file modified imgs/wechat_official_account.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified imgs/wl_loading.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pylintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ----------------------------------------------------------------------
# Wordless: CI - Pylint
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ----------------------------------------------------------------------
# Wordless: Requirements files - Development
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_no_deps.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Wordless: Requirements files - Without dependencies (--no-deps)
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_tests.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# ----------------------------------------------------------------------
# Wordless: Requirements files - Tests
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_colligation_extractor.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ----------------------------------------------------------------------
# Wordless: Tests - Colligation Extractor
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_collocation_extractor.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ----------------------------------------------------------------------
# Wordless: Tests - Collocation Extractor
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_concordancer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ----------------------------------------------------------------------
# Wordless: Tests - Concordancer
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_concordancer_parallel.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ----------------------------------------------------------------------
# Wordless: Tests - Parallel Concordancer
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_dependency_parser.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ----------------------------------------------------------------------
# Wordless: Tests - Dependency Parser
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_keyword_extractor.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ----------------------------------------------------------------------
# Wordless: Tests - Keyword Extractor
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ----------------------------------------------------------------------
# Wordless: Tests - Main window
# Copyright (C) 2018-2023 Ye Lei (叶磊)
# Copyright (C) 2018-2024 Ye Lei (叶磊)
#
# 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
Expand Down
Loading

0 comments on commit fd1562a

Please sign in to comment.