diff --git a/IPython/testing/iptest.py b/IPython/testing/iptest.py index 1ce0c3712..e4fddb6f3 100644 --- a/IPython/testing/iptest.py +++ b/IPython/testing/iptest.py @@ -15,7 +15,7 @@ itself from the command line. There are two ways of running this script: """ #----------------------------------------------------------------------------- -# Copyright (C) 2009 The IPython Development Team +# Copyright (C) 2009-2011 The IPython Development Team # # Distributed under the terms of the BSD License. The full license is in # the file COPYING, distributed as part of this software. diff --git a/IPython/utils/tests/test_io.py b/IPython/utils/tests/test_io.py index 0a01bce42..eb49e4070 100644 --- a/IPython/utils/tests/test_io.py +++ b/IPython/utils/tests/test_io.py @@ -2,7 +2,7 @@ """Tests for io.py""" #----------------------------------------------------------------------------- -# Copyright (C) 2008 The IPython Development Team +# Copyright (C) 2008-2011 The IPython Development Team # # Distributed under the terms of the BSD License. The full license is in # the file COPYING, distributed as part of this software.