diff --git a/IPython/qt/console/magic_helper.py b/IPython/qt/console/magic_helper.py index 1a00b07..e83bc85 100644 --- a/IPython/qt/console/magic_helper.py +++ b/IPython/qt/console/magic_helper.py @@ -4,9 +4,11 @@ Authors: * Dimitry Kloper - """ +# Copyright (c) IPython Development Team. +# Distributed under the terms of the Modified BSD License. + #----------------------------------------------------------------------------- # Imports #----------------------------------------------------------------------------- diff --git a/IPython/qt/console/mainwindow.py b/IPython/qt/console/mainwindow.py index 905421c..32bbd74 100644 --- a/IPython/qt/console/mainwindow.py +++ b/IPython/qt/console/mainwindow.py @@ -15,6 +15,10 @@ Authors: """ +# Copyright (c) IPython Development Team. +# Distributed under the terms of the Modified BSD License. + + #----------------------------------------------------------------------------- # Imports #-----------------------------------------------------------------------------