mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-07 18:14:10 +00:00
Fix header project name typo
This commit is contained in:
2
setup.py
2
setup.py
@@ -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)
|
||||||
|
@@ -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($) {
|
||||||
|
Reference in New Issue
Block a user