From 7adb38b48ef4b6aecc0615e4178f0ec3d5df5098 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 30 Dec 2023 00:43:00 +0100 Subject: [PATCH] Fixed typo. --- misc/scripts/copyright_headers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/scripts/copyright_headers.py b/misc/scripts/copyright_headers.py index 121926f..7afd60f 100755 --- a/misc/scripts/copyright_headers.py +++ b/misc/scripts/copyright_headers.py @@ -11,7 +11,7 @@ header = """\ /* PMLPP Machine Learning Library */ /* https://github.com/Relintai/pmlpp */ /*************************************************************************/ -/* Copyright (c) 2022-present Péter Magyar. */ +/* Copyright (c) 2023-present Péter Magyar. */ /* Copyright (c) 2022-2023 Marc Melikyan */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */