From bc324500058a3d6f69710f81d261d7e487230573 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Sat, 12 Oct 2019 13:54:01 +1300 Subject: [PATCH] Fix header project name typo --- setup.py | 2 +- share/jupyterhub/static/js/utils.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 21b5ab4a..5a5f4176 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # coding: utf-8 -# Copyright (c) Juptyer Development Team. +# Copyright (c) Jupyter Development Team. # Distributed under the terms of the Modified BSD License. # ----------------------------------------------------------------------------- # Minimal Python version sanity check (from IPython) diff --git a/share/jupyterhub/static/js/utils.js b/share/jupyterhub/static/js/utils.js index 63ed0bd0..c09f48cf 100644 --- a/share/jupyterhub/static/js/utils.js +++ b/share/jupyterhub/static/js/utils.js @@ -2,7 +2,7 @@ // Original Copyright (c) IPython Development Team. // Distributed under the terms of the Modified BSD License. -// Modifications Copyright (c) Juptyer Development Team. +// Modifications Copyright (c) Jupyter Development Team. // Distributed under the terms of the Modified BSD License. define(["jquery"], function($) {