Add notice of file modification

This commit is contained in:
timofej 2023-12-14 19:50:41 +00:00
parent 342a712ec0
commit c99e1c920c
3 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,8 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Modified 2023 by Timofej Luitle
"""
from .neighborhood import Neighborhood, MooreNeighborhood, RadialNeighborhood, VonNeumannNeighborhood, \

View File

@ -12,6 +12,8 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Modified 2023 by Timofej Luitle
"""
from typing import Sequence

View File

@ -12,6 +12,8 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Modified 2023 by Timofej Luitle
"""
# pylint: disable=all