Skip to content

Commit 753ae2a

Browse files
committed
2026
1 parent daf76ff commit 753ae2a

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175

176176
END OF TERMS AND CONDITIONS
177177

178-
Copyright 2017, 2018, 2019, 2020, 2022, 2023, 2024, 2025 Nissar Chababy
178+
Copyright 2017, 2018, 2019, 2020, 2022, 2023, 2024, 2025, 2026 Nissar Chababy
179179

180180
Licensed under the Apache License, Version 2.0 (the "License");
181181
you may not use this file except in compliance with the License.

PyFunceble/ext/process_manager/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
::
3838
3939
40-
Copyright 2017, 2018, 2019, 2020, 2022, 2023, 2024, 2025 Nissar Chababy
40+
Copyright 2017, 2018, 2019, 2020, 2022, 2023, 2024, 2025, 2026 Nissar Chababy
4141
4242
Licensed under the Apache License, Version 2.0 (the "License");
4343
you may not use this file except in compliance with the License.

PyFunceble/ext/process_manager/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
::
3838
3939
40-
Copyright 2017, 2018, 2019, 2020, 2022, 2023, 2024, 2025 Nissar Chababy
40+
Copyright 2017, 2018, 2019, 2020, 2022, 2023, 2024, 2025, 2026 Nissar Chababy
4141
4242
Licensed under the Apache License, Version 2.0 (the "License");
4343
you may not use this file except in compliance with the License.

PyFunceble/ext/process_manager/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
::
3838
3939
40-
Copyright 2017, 2018, 2019, 2020, 2022, 2023, 2024, 2025 Nissar Chababy
40+
Copyright 2017, 2018, 2019, 2020, 2022, 2023, 2024, 2025, 2026 Nissar Chababy
4141
4242
Licensed under the Apache License, Version 2.0 (the "License");
4343
you may not use this file except in compliance with the License.

PyFunceble/ext/process_manager/worker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
::
3838
3939
40-
Copyright 2017, 2018, 2019, 2020, 2022, 2023, 2024, 2025 Nissar Chababy
40+
Copyright 2017, 2018, 2019, 2020, 2022, 2023, 2024, 2025, 2026 Nissar Chababy
4141
4242
Licensed under the Apache License, Version 2.0 (the "License");
4343
you may not use this file except in compliance with the License.

PyFunceble/ext/process_manager/worker/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
::
3838
3939
40-
Copyright 2017, 2018, 2019, 2020, 2022, 2023, 2024, 2025 Nissar Chababy
40+
Copyright 2017, 2018, 2019, 2020, 2022, 2023, 2024, 2025, 2026 Nissar Chababy
4141
4242
Licensed under the Apache License, Version 2.0 (the "License");
4343
you may not use this file except in compliance with the License.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ if __name__ == "__main__":
157157

158158
# License
159159

160-
Copyright 2017, 2018, 2019, 2020, 2022, 2023, 2024, 2025 Nissar Chababy
160+
Copyright 2017, 2018, 2019, 2020, 2022, 2023, 2024, 2025, 2026 Nissar Chababy
161161

162162
Licensed under the Apache License, Version 2.0 (the "License");
163163
you may not use this file except in compliance with the License.
@@ -169,4 +169,4 @@ if __name__ == "__main__":
169169
distributed under the License is distributed on an "AS IS" BASIS,
170170
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
171171
See the License for the specific language governing permissions and
172-
limitations under the License.
172+
limitations under the License.

examples/data_filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
::
3838
3939
40-
Copyright 2017, 2018, 2019, 2020, 2022, 2023, 2024, 2025 Nissar Chababy
40+
Copyright 2017, 2018, 2019, 2020, 2022, 2023, 2024, 2025, 2026 Nissar Chababy
4141
4242
Licensed under the Apache License, Version 2.0 (the "License");
4343
you may not use this file except in compliance with the License.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
::
4848
4949
50-
Copyright 2017, 2018, 2019, 2020, 2022, 2023, 2024, 2025 Nissar Chababy
50+
Copyright 2017, 2018, 2019, 2020, 2022, 2023, 2024, 2025, 2026 Nissar Chababy
5151
5252
Licensed under the Apache License, Version 2.0 (the "License");
5353
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)