Fix header project name typo

This commit is contained in:
Bruno P. Kinoshita
2019-10-12 13:54:01 +13:00
parent 89b0c421d5
commit bc32450005
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# coding: utf-8 # coding: utf-8
# Copyright (c) Juptyer Development Team. # Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License. # Distributed under the terms of the Modified BSD License.
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# Minimal Python version sanity check (from IPython) # Minimal Python version sanity check (from IPython)

View File

@@ -2,7 +2,7 @@
// Original Copyright (c) IPython Development Team. // Original Copyright (c) IPython Development Team.
// Distributed under the terms of the Modified BSD License. // 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. // Distributed under the terms of the Modified BSD License.
define(["jquery"], function($) { define(["jquery"], function($) {