From 724b2a6f2f6a0a2de866a81491254ce2e8847fe9 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