Skip to content

Commit f375092

Browse files
committed
Change 2024 to 2025
Happy new year 2025!
1 parent b06dbee commit f375092

File tree

228 files changed

+229
-229
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

228 files changed

+229
-229
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
1+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
22
# SPDX-License-Identifier: CC0-1.0
33

44
name: Build and publish to PyPI

.github/workflows/pypi-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
1+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
22
# SPDX-License-Identifier: CC0-1.0
33

44
name: PyPI Unit test

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
1+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
22
# SPDX-License-Identifier: CC0-1.0
33

44
name: Unit test

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
1+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
22
# SPDX-FileType: SOURCE
33
# SPDX-License-Identifier: Apache-2.0
44

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
#
@@ -24,7 +24,7 @@
2424
# -- Project information -----------------------------------------------------
2525

2626
project = "PyThaiNLP"
27-
copyright = "2016-2024 PyThaiNLP Project"
27+
copyright = "2016-2025 PyThaiNLP Project"
2828
author = "PyThaiNLP Project"
2929

3030
curyear = datetime.today().year

examples/khavee.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
1+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
22
# SPDX-FileType: SOURCE
33
# SPDX-License-Identifier: Apache-2.0
44

pythainlp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
__version__ = "5.1.0-beta1"

pythainlp/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
import argparse

pythainlp/ancient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# SPDX-FileCopyrightText: 2016-2024 PyThaiNLP Project
2+
# SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project
33
# SPDX-FileType: SOURCE
44
# SPDX-License-Identifier: Apache-2.0
55
"""

0 commit comments

Comments
 (0)