diff --git a/IPython/qt/console/qtconsoleapp.py b/IPython/qt/console/qtconsoleapp.py index 3a9aa84..0455581 100644 --- a/IPython/qt/console/qtconsoleapp.py +++ b/IPython/qt/console/qtconsoleapp.py @@ -15,6 +15,9 @@ Authors: """ +# Copyright (c) IPython Development Team. +# Distributed under the terms of the Modified BSD License. + #----------------------------------------------------------------------------- # Imports #-----------------------------------------------------------------------------