Skip to content

Commit cea40f7

Browse files
committed
[license] Update all copyrights to 2024
1 parent 6cf63b0 commit cea40f7

File tree

23 files changed

+24
-24
lines changed

23 files changed

+24
-24
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021-2023 iiPython
3+
Copyright (c) 2021-2024 iiPython
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

caffeine/modules/optimize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 iiPython
1+
# Copyright 2023-2024 iiPython
22

33
# Modules
44
from typing import List

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 iiPython
1+
# Copyright 2023-2024 iiPython
22

33
# Modules
44
import os

tests/test_compare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 iiPython
1+
# Copyright 2023-2024 iiPython
22

33
# Modules
44
import sys

tests/test_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 iiPython
1+
# Copyright 2023-2024 iiPython
22

33
# Modules
44
import os

tests/test_math.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 iiPython
1+
# Copyright 2023-2024 iiPython
22

33
# Modules
44
import sys

xpp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022-2023 iiPython
1+
# Copyright 2022-2024 iiPython
22

33
__version__ = "3.1.2"
44

xpp/__main__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022-2023 iiPython
1+
# Copyright 2022-2024 iiPython
22

33
# Modules
44
import os
@@ -23,7 +23,7 @@ def __init__(self) -> None:
2323
self.install_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "../"))
2424

2525
self.usage = f"""x++ (x{__version__}) Interpreter
26-
(c) 2021-23 iiPython; (c) 2022-23 Dm123321_31mD "DmmD" Gaming
26+
(c) 2021-24 iiPython; (c) 2022-23 Dm123321_31mD "DmmD" Gaming
2727
2828
Usage:
2929
xpp [options] [flags] <file>

xpp/core/datastore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022-2023 iiPython
1+
# Copyright 2022-2024 iiPython
22

33
# Modules
44
import re

xpp/core/interpreter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022-2023 iiPython
1+
# Copyright 2022-2024 iiPython
22

33
# Modules
44
import os

0 commit comments

Comments
 (0)