update copyright header + encoding

pull/3116/head
maartenbreddels 8 years ago
parent 49a66b84cf
commit ab24db7bd9

@ -1,7 +1,9 @@
"""Manager to read and modify config data in JSON files.
"""
# Copyright (c) IPython Development Team.
# coding: utf-8
"""Manager to read and modify config data in JSON files."""
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
import errno
import glob
import io

Loading…
Cancel
Save