diff --git a/IPython/nbconvert/preprocessors/clearoutput.py b/IPython/nbconvert/preprocessors/clearoutput.py index 681fa23..834d06e 100644 --- a/IPython/nbconvert/preprocessors/clearoutput.py +++ b/IPython/nbconvert/preprocessors/clearoutput.py @@ -1,12 +1,7 @@ """Module containing a preprocessor that removes the outputs from code cells""" -#----------------------------------------------------------------------------- -# Copyright (c) 2013, the IPython Development Team. -# +# Copyright (c) IPython Development Team. # Distributed under the terms of the Modified BSD License. -# -# The full license is in the file COPYING.txt, distributed with this software. -#----------------------------------------------------------------------------- #----------------------------------------------------------------------------- # Imports