Skip to content

Commit ab24db7

Browse files
update copyright header + encoding
1 parent 49a66b8 commit ab24db7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

notebook/config_manager.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
"""Manager to read and modify config data in JSON files.
2-
"""
3-
# Copyright (c) IPython Development Team.
1+
# coding: utf-8
2+
"""Manager to read and modify config data in JSON files."""
3+
4+
# Copyright (c) Jupyter Development Team.
45
# Distributed under the terms of the Modified BSD License.
6+
57
import errno
68
import glob
79
import io

0 commit comments

Comments
 (0)