From 408a38b614bc49ccb82749e87b4432d3dfe7fc9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 5 Nov 2024 16:20:38 +0000 Subject: [PATCH] Automatic application of license header --- scripts/dev_install.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/dev_install.py b/scripts/dev_install.py index 484af423..e430a358 100644 --- a/scripts/dev_install.py +++ b/scripts/dev_install.py @@ -1,3 +1,6 @@ +# Copyright (c) Jupyter Development Team. +# Distributed under the terms of the Modified BSD License. + import subprocess from pathlib import Path from typing import Optional