From f80bb650481c4876e76571dfa07f40d8f7436197 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 15 Mar 2024 11:47:04 +0000 Subject: [PATCH] Automatic application of license header --- tests/test_documents.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_documents.py b/tests/test_documents.py index 8974cb33..9db1bb65 100644 --- a/tests/test_documents.py +++ b/tests/test_documents.py @@ -1,3 +1,6 @@ +# Copyright (c) Jupyter Development Team. +# Distributed under the terms of the Modified BSD License. + import sys if sys.version_info < (3, 10):