From 893fd9e5cf8e9484f03ac8c666df276f15d0d2c0 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 18:03:56 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- tools/hooks/sync_dependencies.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/hooks/sync_dependencies.py b/tools/hooks/sync_dependencies.py index cc5bb979355..add848fd920 100755 --- a/tools/hooks/sync_dependencies.py +++ b/tools/hooks/sync_dependencies.py @@ -1,5 +1,9 @@ #!/usr/bin/env python +# Authors: The MNE-Python contributors. +# License: BSD-3-Clause +# Copyright the MNE-Python contributors. + import re from importlib.metadata import metadata from pathlib import Path