Skip to content

Commit acb6a33

Browse files
Update copyright
1 parent 37b4f8f commit acb6a33

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

LICENSE

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) 2022 AttackingOrDefending
3+
Copyright (c) 2022-2023 Ioannis Pantidis
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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = python-tictactoe
33
version = attr: tictactoe.__version__
4-
author = AttackingOrDefending
4+
author = Ioannis Pantidis
55
description = A tic-tac-toe library that supports different sizes and dimensions and how many marks in a row to win
66
long_description = file: README.md
77
long_description_content_type = text/markdown

tictactoe/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import numpy.typing as npt
55
from typing import List, Tuple, Iterable, Optional, Union
66

7-
__author__ = "AttackingOrDefending"
8-
__copyright__ = "2022, " + __author__
7+
__author__ = "Ioannis Pantidis"
8+
__copyright__ = "2022-2023, " + __author__
99
__version__ = "0.0.7"
1010

1111

0 commit comments

Comments
 (0)