diff options
Diffstat (limited to 'contrib/bc/scripts/karatsuba.py')
-rwxr-xr-x | contrib/bc/scripts/karatsuba.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bc/scripts/karatsuba.py b/contrib/bc/scripts/karatsuba.py index 9aa1c2a5457f..637887986ee8 100755 --- a/contrib/bc/scripts/karatsuba.py +++ b/contrib/bc/scripts/karatsuba.py @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: BSD-2-Clause # -# Copyright (c) 2018-2021 Gavin D. Howard and contributors. +# Copyright (c) 2018-2024 Gavin D. Howard and contributors. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: |