diff --git a/IPython/config/__init__.py b/IPython/config/__init__.py index 876b4f3..8a4afc3 100644 --- a/IPython/config/__init__.py +++ b/IPython/config/__init__.py @@ -3,7 +3,7 @@ __docformat__ = "restructuredtext en" #------------------------------------------------------------------------------- -# 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. diff --git a/IPython/config/tests/test_configurable.py b/IPython/config/tests/test_configurable.py index bb88795..88f2077 100644 --- a/IPython/config/tests/test_configurable.py +++ b/IPython/config/tests/test_configurable.py @@ -9,7 +9,7 @@ Authors: """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2010 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. diff --git a/IPython/config/tests/test_loader.py b/IPython/config/tests/test_loader.py index 654df44..c5046cd 100644 --- a/IPython/config/tests/test_loader.py +++ b/IPython/config/tests/test_loader.py @@ -9,7 +9,7 @@ Authors: """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/core/alias.py b/IPython/core/alias.py index 14a4847..961cc1e 100644 --- a/IPython/core/alias.py +++ b/IPython/core/alias.py @@ -9,7 +9,7 @@ Authors: """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2010 The IPython Development Team +# Copyright (C) 2008-2011 The IPython Development Team # # Distributed under the terms of the BSD License. # diff --git a/IPython/core/autocall.py b/IPython/core/autocall.py index 70ed234..bab7f85 100644 --- a/IPython/core/autocall.py +++ b/IPython/core/autocall.py @@ -13,7 +13,7 @@ Notes """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/core/builtin_trap.py b/IPython/core/builtin_trap.py index 6eccc29..7551334 100644 --- a/IPython/core/builtin_trap.py +++ b/IPython/core/builtin_trap.py @@ -7,7 +7,7 @@ Authors: * Fernando Perez """ #----------------------------------------------------------------------------- -# Copyright (C) 2010 The IPython Development Team. +# Copyright (C) 2010-2011 The IPython Development Team. # # Distributed under the terms of the BSD License. # diff --git a/IPython/core/compilerop.py b/IPython/core/compilerop.py index b8c89bb..51d5bfa 100644 --- a/IPython/core/compilerop.py +++ b/IPython/core/compilerop.py @@ -15,7 +15,7 @@ Authors # weird problems (often with third-party tools). #----------------------------------------------------------------------------- -# Copyright (C) 2010 The IPython Development Team. +# Copyright (C) 2010-2011 The IPython Development Team. # # Distributed under the terms of the BSD License. # diff --git a/IPython/core/completer.py b/IPython/core/completer.py index aa3ecec..f4ed939 100644 --- a/IPython/core/completer.py +++ b/IPython/core/completer.py @@ -53,7 +53,7 @@ used, and this module (and the readline module) are silently inactive. # proper procedure is to maintain its copyright as belonging to the Python # Software Foundation (in addition to my own, for all new code). # -# Copyright (C) 2008-2010 IPython Development Team +# Copyright (C) 2008-2011 IPython Development Team # Copyright (C) 2001-2007 Fernando Perez. # Copyright (C) 2001 Python Software Foundation, www.python.org # diff --git a/IPython/core/completerlib.py b/IPython/core/completerlib.py index 279e1d6..c210ee6 100644 --- a/IPython/core/completerlib.py +++ b/IPython/core/completerlib.py @@ -3,7 +3,7 @@ These are all loaded by default by IPython. """ #----------------------------------------------------------------------------- -# Copyright (C) 2010 The IPython Development Team. +# Copyright (C) 2010-2011 The IPython Development Team. # # Distributed under the terms of the BSD License. # diff --git a/IPython/core/crashhandler.py b/IPython/core/crashhandler.py index 902df24..39e5ae2 100644 --- a/IPython/core/crashhandler.py +++ b/IPython/core/crashhandler.py @@ -9,7 +9,7 @@ Authors: #----------------------------------------------------------------------------- # Copyright (C) 2001-2007 Fernando Perez. -# Copyright (C) 2008-2010 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. diff --git a/IPython/core/display.py b/IPython/core/display.py index 91c8ae9..40f4a57 100644 --- a/IPython/core/display.py +++ b/IPython/core/display.py @@ -7,7 +7,7 @@ Authors: """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2010 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. diff --git a/IPython/core/display_trap.py b/IPython/core/display_trap.py index 3578f6f..1cbe820 100644 --- a/IPython/core/display_trap.py +++ b/IPython/core/display_trap.py @@ -9,7 +9,7 @@ Authors: """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/core/displayhook.py b/IPython/core/displayhook.py index d536a42..60df4ad 100644 --- a/IPython/core/displayhook.py +++ b/IPython/core/displayhook.py @@ -11,7 +11,7 @@ Authors: """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2010 The IPython Development Team +# Copyright (C) 2008-2011 The IPython Development Team # Copyright (C) 2001-2007 Fernando Perez # # Distributed under the terms of the BSD License. The full license is in diff --git a/IPython/core/displaypub.py b/IPython/core/displaypub.py index 7ff3f07..cfcf939 100644 --- a/IPython/core/displaypub.py +++ b/IPython/core/displaypub.py @@ -17,7 +17,7 @@ Authors: """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2010 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. diff --git a/IPython/core/error.py b/IPython/core/error.py index 4945601..a7d20ca 100644 --- a/IPython/core/error.py +++ b/IPython/core/error.py @@ -13,7 +13,7 @@ Notes """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/core/extensions.py b/IPython/core/extensions.py index ea54d08..0298a8f 100644 --- a/IPython/core/extensions.py +++ b/IPython/core/extensions.py @@ -7,7 +7,7 @@ Authors: """ #----------------------------------------------------------------------------- -# Copyright (C) 2010 The IPython Development Team +# Copyright (C) 2010-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/core/formatters.py b/IPython/core/formatters.py index 9854720..cadf59d 100644 --- a/IPython/core/formatters.py +++ b/IPython/core/formatters.py @@ -8,7 +8,7 @@ Authors: * Brian Granger """ #----------------------------------------------------------------------------- -# Copyright (c) 2010, IPython Development Team. +# Copyright (C) 2010-2011, IPython Development Team. # # Distributed under the terms of the Modified BSD License. # diff --git a/IPython/core/history.py b/IPython/core/history.py index f2c4749..358643c 100644 --- a/IPython/core/history.py +++ b/IPython/core/history.py @@ -1,6 +1,6 @@ """ History related magics and functionality """ #----------------------------------------------------------------------------- -# Copyright (C) 2010 The IPython Development Team. +# Copyright (C) 2010-2011 The IPython Development Team. # # Distributed under the terms of the BSD License. # diff --git a/IPython/core/inputsplitter.py b/IPython/core/inputsplitter.py index d0a15fd..f2e148a 100644 --- a/IPython/core/inputsplitter.py +++ b/IPython/core/inputsplitter.py @@ -55,7 +55,7 @@ Authors * Brian Granger """ #----------------------------------------------------------------------------- -# Copyright (C) 2010 The IPython Development Team +# Copyright (C) 2010-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/core/ipapi.py b/IPython/core/ipapi.py index 1c2d5f2..f107121 100644 --- a/IPython/core/ipapi.py +++ b/IPython/core/ipapi.py @@ -7,7 +7,7 @@ has been made into a component, this module will be sent to deathrow. """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/core/magic.py b/IPython/core/magic.py index b63ce9c..56b6baf 100644 --- a/IPython/core/magic.py +++ b/IPython/core/magic.py @@ -5,7 +5,7 @@ #----------------------------------------------------------------------------- # Copyright (C) 2001 Janko Hauser and # Copyright (C) 2001-2007 Fernando Perez -# Copyright (C) 2008-2009 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. diff --git a/IPython/core/magic_arguments.py b/IPython/core/magic_arguments.py index e2a5450..8ec2335 100644 --- a/IPython/core/magic_arguments.py +++ b/IPython/core/magic_arguments.py @@ -39,7 +39,7 @@ arguments:: ''' #----------------------------------------------------------------------------- -# Copyright (c) 2010, IPython Development Team. +# Copyright (C) 2010-2011, IPython Development Team. # # Distributed under the terms of the Modified BSD License. # diff --git a/IPython/core/page.py b/IPython/core/page.py index 8a98fee..efee97e 100644 --- a/IPython/core/page.py +++ b/IPython/core/page.py @@ -16,7 +16,7 @@ rid of that dependency, we could move it there. """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/core/payload.py b/IPython/core/payload.py index 9fd90f9..75b681c 100644 --- a/IPython/core/payload.py +++ b/IPython/core/payload.py @@ -8,7 +8,7 @@ Authors: """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2010 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. diff --git a/IPython/core/payloadpage.py b/IPython/core/payloadpage.py index 155a5f5..b118ec3 100644 --- a/IPython/core/payloadpage.py +++ b/IPython/core/payloadpage.py @@ -9,7 +9,7 @@ Authors: """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2010 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. diff --git a/IPython/core/plugin.py b/IPython/core/plugin.py index ee12abe..204994b 100644 --- a/IPython/core/plugin.py +++ b/IPython/core/plugin.py @@ -7,7 +7,7 @@ Authors: """ #----------------------------------------------------------------------------- -# Copyright (C) 2010 The IPython Development Team +# Copyright (C) 2010-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/core/prefilter.py b/IPython/core/prefilter.py index 49e6e09..6b423e7 100644 --- a/IPython/core/prefilter.py +++ b/IPython/core/prefilter.py @@ -14,7 +14,7 @@ Authors: """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/core/prompts.py b/IPython/core/prompts.py index 3f2c8d7..6d613c2 100644 --- a/IPython/core/prompts.py +++ b/IPython/core/prompts.py @@ -8,7 +8,7 @@ Authors: """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2010 The IPython Development Team +# Copyright (C) 2008-2011 The IPython Development Team # Copyright (C) 2001-2007 Fernando Perez # # Distributed under the terms of the BSD License. The full license is in diff --git a/IPython/core/splitinput.py b/IPython/core/splitinput.py index ca787fc..920d415 100644 --- a/IPython/core/splitinput.py +++ b/IPython/core/splitinput.py @@ -10,7 +10,7 @@ Authors: """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/core/tests/test_compilerop.py b/IPython/core/tests/test_compilerop.py index 0854b54..f586c33 100644 --- a/IPython/core/tests/test_compilerop.py +++ b/IPython/core/tests/test_compilerop.py @@ -2,7 +2,7 @@ """Tests for the compilerop module. """ #----------------------------------------------------------------------------- -# Copyright (C) 2010 The IPython Development Team. +# Copyright (C) 2010-2011 The IPython Development Team. # # Distributed under the terms of the BSD License. # diff --git a/IPython/core/tests/test_inputsplitter.py b/IPython/core/tests/test_inputsplitter.py index 79ecb73..73e4dba 100644 --- a/IPython/core/tests/test_inputsplitter.py +++ b/IPython/core/tests/test_inputsplitter.py @@ -7,7 +7,7 @@ Authors * Robert Kern """ #----------------------------------------------------------------------------- -# Copyright (C) 2010 The IPython Development Team +# Copyright (C) 2010-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/core/tests/test_magic_arguments.py b/IPython/core/tests/test_magic_arguments.py index 3e38f47..3b62f67 100644 --- a/IPython/core/tests/test_magic_arguments.py +++ b/IPython/core/tests/test_magic_arguments.py @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# Copyright (c) 2010, IPython Development Team. +# Copyright (C) 2010-2011, IPython Development Team. # # Distributed under the terms of the Modified BSD License. # diff --git a/IPython/core/tests/test_oinspect.py b/IPython/core/tests/test_oinspect.py index e1a816d..129d45a 100644 --- a/IPython/core/tests/test_oinspect.py +++ b/IPython/core/tests/test_oinspect.py @@ -1,7 +1,7 @@ """Tests for the object inspection functionality. """ #----------------------------------------------------------------------------- -# Copyright (C) 2010 The IPython Development Team. +# Copyright (C) 2010-2011 The IPython Development Team. # # Distributed under the terms of the BSD License. # diff --git a/IPython/core/tests/test_page.py b/IPython/core/tests/test_page.py index a79fbfd..9f6a374 100644 --- a/IPython/core/tests/test_page.py +++ b/IPython/core/tests/test_page.py @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# Copyright (C) 2010 The IPython Development Team. +# Copyright (C) 2010-2011 The IPython Development Team. # # Distributed under the terms of the BSD License. # diff --git a/IPython/core/usage.py b/IPython/core/usage.py index babd94c..420284f 100644 --- a/IPython/core/usage.py +++ b/IPython/core/usage.py @@ -2,7 +2,7 @@ """Usage information for the main IPython applications. """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2010 The IPython Development Team +# Copyright (C) 2008-2011 The IPython Development Team # Copyright (C) 2001-2007 Fernando Perez. # # Distributed under the terms of the BSD License. The full license is in diff --git a/IPython/deathrow/PhysicalQInput.py b/IPython/deathrow/PhysicalQInput.py index fd53e8a..aac8788 100644 --- a/IPython/deathrow/PhysicalQInput.py +++ b/IPython/deathrow/PhysicalQInput.py @@ -18,7 +18,7 @@ Authors - Fernando Perez """ #***************************************************************************** -# Copyright (C) 2008-2009 The IPython Development Team +# Copyright (C) 2008-2011 The IPython Development Team # Copyright (C) 2001-2007 Fernando Perez # # Distributed under the terms of the BSD License. The full license is in diff --git a/IPython/deathrow/PhysicalQInteractive.py b/IPython/deathrow/PhysicalQInteractive.py index 45817bc..338bb4d 100644 --- a/IPython/deathrow/PhysicalQInteractive.py +++ b/IPython/deathrow/PhysicalQInteractive.py @@ -14,7 +14,7 @@ Authors """ #***************************************************************************** -# Copyright (C) 2008-2009 The IPython Development Team +# Copyright (C) 2008-2011 The IPython Development Team # Copyright (C) 2001-2007 Fernando Perez # # Distributed under the terms of the BSD License. The full license is in diff --git a/IPython/deathrow/Shell.py b/IPython/deathrow/Shell.py index 7600f17..cd8bb0c 100644 --- a/IPython/deathrow/Shell.py +++ b/IPython/deathrow/Shell.py @@ -10,7 +10,7 @@ the new code in IPython.core.shell. """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/deathrow/iplib.py b/IPython/deathrow/iplib.py index 95dcc88..aae8ab9 100644 --- a/IPython/deathrow/iplib.py +++ b/IPython/deathrow/iplib.py @@ -10,7 +10,7 @@ the new code in IPython.core.iplib. """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/deathrow/oldfrontend/asyncfrontendbase.py b/IPython/deathrow/oldfrontend/asyncfrontendbase.py index 0ab79d5..649ff21 100644 --- a/IPython/deathrow/oldfrontend/asyncfrontendbase.py +++ b/IPython/deathrow/oldfrontend/asyncfrontendbase.py @@ -7,7 +7,7 @@ __docformat__ = "restructuredtext en" __test__ = {} #------------------------------------------------------------------------------- -# 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. diff --git a/IPython/deathrow/oldfrontend/cocoa/cocoa_frontend.py b/IPython/deathrow/oldfrontend/cocoa/cocoa_frontend.py index a4e773f..ca1e058 100644 --- a/IPython/deathrow/oldfrontend/cocoa/cocoa_frontend.py +++ b/IPython/deathrow/oldfrontend/cocoa/cocoa_frontend.py @@ -14,7 +14,7 @@ Author: Barry Wark __docformat__ = "restructuredtext en" #----------------------------------------------------------------------------- -# 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. diff --git a/IPython/deathrow/oldfrontend/cocoa/plugin/IPythonCocoaFrontendLoader.py b/IPython/deathrow/oldfrontend/cocoa/plugin/IPythonCocoaFrontendLoader.py index a3b5478..748a1c1 100644 --- a/IPython/deathrow/oldfrontend/cocoa/plugin/IPythonCocoaFrontendLoader.py +++ b/IPython/deathrow/oldfrontend/cocoa/plugin/IPythonCocoaFrontendLoader.py @@ -7,7 +7,7 @@ Author: Barry Wark __docformat__ = "restructuredtext en" #----------------------------------------------------------------------------- -# 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. diff --git a/IPython/deathrow/oldfrontend/cocoa/plugin/setup.py b/IPython/deathrow/oldfrontend/cocoa/plugin/setup.py index d761fc7..398f823 100644 --- a/IPython/deathrow/oldfrontend/cocoa/plugin/setup.py +++ b/IPython/deathrow/oldfrontend/cocoa/plugin/setup.py @@ -10,7 +10,7 @@ Author: Barry Wark __docformat__ = "restructuredtext en" #----------------------------------------------------------------------------- -# 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. diff --git a/IPython/deathrow/oldfrontend/cocoa/tests/test_cocoa_frontend.py b/IPython/deathrow/oldfrontend/cocoa/tests/test_cocoa_frontend.py index 58ceb3b..3640bfe 100644 --- a/IPython/deathrow/oldfrontend/cocoa/tests/test_cocoa_frontend.py +++ b/IPython/deathrow/oldfrontend/cocoa/tests/test_cocoa_frontend.py @@ -5,7 +5,7 @@ IPython.frontend.cocoa.cocoa_frontend module. __docformat__ = "restructuredtext en" #--------------------------------------------------------------------------- -# Copyright (C) 2005 The IPython Development Team +# Copyright (C) 2005-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/deathrow/oldfrontend/frontendbase.py b/IPython/deathrow/oldfrontend/frontendbase.py index 15921c4..3dc9f40 100644 --- a/IPython/deathrow/oldfrontend/frontendbase.py +++ b/IPython/deathrow/oldfrontend/frontendbase.py @@ -11,7 +11,7 @@ Author: Barry Wark __docformat__ = "restructuredtext en" #------------------------------------------------------------------------------- -# 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. diff --git a/IPython/deathrow/oldfrontend/linefrontendbase.py b/IPython/deathrow/oldfrontend/linefrontendbase.py index 251d9d5..fdf6a39 100644 --- a/IPython/deathrow/oldfrontend/linefrontendbase.py +++ b/IPython/deathrow/oldfrontend/linefrontendbase.py @@ -7,7 +7,7 @@ Currently this focuses on synchronous frontends. __docformat__ = "restructuredtext en" #------------------------------------------------------------------------------- -# 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. diff --git a/IPython/deathrow/oldfrontend/prefilterfrontend.py b/IPython/deathrow/oldfrontend/prefilterfrontend.py index 269db63..81c043f 100644 --- a/IPython/deathrow/oldfrontend/prefilterfrontend.py +++ b/IPython/deathrow/oldfrontend/prefilterfrontend.py @@ -11,7 +11,7 @@ refactoring. """ #------------------------------------------------------------------------------- -# 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. diff --git a/IPython/deathrow/oldfrontend/process/pipedprocess.py b/IPython/deathrow/oldfrontend/process/pipedprocess.py index 85b078c..ab160c1 100644 --- a/IPython/deathrow/oldfrontend/process/pipedprocess.py +++ b/IPython/deathrow/oldfrontend/process/pipedprocess.py @@ -6,7 +6,7 @@ stderr and stdin. __docformat__ = "restructuredtext en" #------------------------------------------------------------------------------- -# 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. diff --git a/IPython/deathrow/oldfrontend/tests/test_asyncfrontendbase.py b/IPython/deathrow/oldfrontend/tests/test_asyncfrontendbase.py index 2b59f1d..0b7e486 100644 --- a/IPython/deathrow/oldfrontend/tests/test_asyncfrontendbase.py +++ b/IPython/deathrow/oldfrontend/tests/test_asyncfrontendbase.py @@ -2,7 +2,7 @@ """This file contains unittests for the asyncfrontendbase module.""" #--------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/deathrow/oldfrontend/tests/test_frontendbase.py b/IPython/deathrow/oldfrontend/tests/test_frontendbase.py index ea2d6f6..a78e084 100644 --- a/IPython/deathrow/oldfrontend/tests/test_frontendbase.py +++ b/IPython/deathrow/oldfrontend/tests/test_frontendbase.py @@ -6,7 +6,7 @@ Test the basic functionality of frontendbase. __docformat__ = "restructuredtext en" #------------------------------------------------------------------------------- -# 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. diff --git a/IPython/deathrow/oldfrontend/tests/test_linefrontend.py b/IPython/deathrow/oldfrontend/tests/test_linefrontend.py index ea3f42e..78bc58c 100644 --- a/IPython/deathrow/oldfrontend/tests/test_linefrontend.py +++ b/IPython/deathrow/oldfrontend/tests/test_linefrontend.py @@ -6,7 +6,7 @@ Test the LineFrontEnd __docformat__ = "restructuredtext en" #------------------------------------------------------------------------------- -# 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. diff --git a/IPython/deathrow/oldfrontend/tests/test_prefilterfrontend.py b/IPython/deathrow/oldfrontend/tests/test_prefilterfrontend.py index f22bf80..d1353ad 100644 --- a/IPython/deathrow/oldfrontend/tests/test_prefilterfrontend.py +++ b/IPython/deathrow/oldfrontend/tests/test_prefilterfrontend.py @@ -6,7 +6,7 @@ Test process execution and IO redirection. __docformat__ = "restructuredtext en" #------------------------------------------------------------------------------- -# 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. diff --git a/IPython/deathrow/oldfrontend/tests/test_process.py b/IPython/deathrow/oldfrontend/tests/test_process.py index f7ca511..df96626 100644 --- a/IPython/deathrow/oldfrontend/tests/test_process.py +++ b/IPython/deathrow/oldfrontend/tests/test_process.py @@ -6,7 +6,7 @@ Test process execution and IO redirection. __docformat__ = "restructuredtext en" #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/deathrow/oldfrontend/wx/console_widget.py b/IPython/deathrow/oldfrontend/wx/console_widget.py index a556419..e4ec901 100644 --- a/IPython/deathrow/oldfrontend/wx/console_widget.py +++ b/IPython/deathrow/oldfrontend/wx/console_widget.py @@ -9,7 +9,7 @@ restricted to after the last prompt. __docformat__ = "restructuredtext en" #------------------------------------------------------------------------------- -# 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. diff --git a/IPython/deathrow/oldfrontend/wx/wx_frontend.py b/IPython/deathrow/oldfrontend/wx/wx_frontend.py index 7a80a89..8a3cb6f 100644 --- a/IPython/deathrow/oldfrontend/wx/wx_frontend.py +++ b/IPython/deathrow/oldfrontend/wx/wx_frontend.py @@ -12,7 +12,7 @@ widget to provide a text-rendering widget suitable for a terminal. __docformat__ = "restructuredtext en" #------------------------------------------------------------------------------- -# 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. diff --git a/IPython/deathrow/oldfrontend/zopeinterface.py b/IPython/deathrow/oldfrontend/zopeinterface.py index d3aa94f..9a92458 100644 --- a/IPython/deathrow/oldfrontend/zopeinterface.py +++ b/IPython/deathrow/oldfrontend/zopeinterface.py @@ -10,7 +10,7 @@ Interface, Attribute, implements, classProvides __docformat__ = "restructuredtext en" #------------------------------------------------------------------------------- -# 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. diff --git a/IPython/deathrow/quitter.py b/IPython/deathrow/quitter.py index 19f7da0..2617ac1 100644 --- a/IPython/deathrow/quitter.py +++ b/IPython/deathrow/quitter.py @@ -9,7 +9,7 @@ Authors """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/extensions/parallelmagic.py b/IPython/extensions/parallelmagic.py index 39faffa..45bdb1e 100644 --- a/IPython/extensions/parallelmagic.py +++ b/IPython/extensions/parallelmagic.py @@ -24,7 +24,7 @@ Usage """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/frontend/terminal/embed.py b/IPython/frontend/terminal/embed.py index 60b7a82..db483c7 100644 --- a/IPython/frontend/terminal/embed.py +++ b/IPython/frontend/terminal/embed.py @@ -12,7 +12,7 @@ Notes """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/frontend/terminal/interactiveshell.py b/IPython/frontend/terminal/interactiveshell.py index 36b0a08..1f73691 100644 --- a/IPython/frontend/terminal/interactiveshell.py +++ b/IPython/frontend/terminal/interactiveshell.py @@ -4,7 +4,7 @@ #----------------------------------------------------------------------------- # Copyright (C) 2001 Janko Hauser # Copyright (C) 2001-2007 Fernando Perez. -# Copyright (C) 2008-2010 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. diff --git a/IPython/frontend/terminal/ipapp.py b/IPython/frontend/terminal/ipapp.py index b9e5a44..3d9ced3 100755 --- a/IPython/frontend/terminal/ipapp.py +++ b/IPython/frontend/terminal/ipapp.py @@ -13,7 +13,7 @@ Authors """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2010 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. diff --git a/IPython/lib/__init__.py b/IPython/lib/__init__.py index dc07221..c631c01 100644 --- a/IPython/lib/__init__.py +++ b/IPython/lib/__init__.py @@ -4,7 +4,7 @@ Extra capabilities for IPython """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/lib/guisupport.py b/IPython/lib/guisupport.py index 068a470..cdcfaf0 100644 --- a/IPython/lib/guisupport.py +++ b/IPython/lib/guisupport.py @@ -58,7 +58,7 @@ so you don't have to depend on IPython. """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2010 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. diff --git a/IPython/lib/inputhook.py b/IPython/lib/inputhook.py index 7e9b954..c7d6744 100644 --- a/IPython/lib/inputhook.py +++ b/IPython/lib/inputhook.py @@ -4,7 +4,7 @@ Inputhook management for GUI event loop integration. """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/lib/inputhookglut.py b/IPython/lib/inputhookglut.py index 7d59cc7..c68675f 100644 --- a/IPython/lib/inputhookglut.py +++ b/IPython/lib/inputhookglut.py @@ -4,7 +4,7 @@ GLUT Inputhook support functions """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/lib/inputhookgtk.py b/IPython/lib/inputhookgtk.py index 358293d..2b4b656 100644 --- a/IPython/lib/inputhookgtk.py +++ b/IPython/lib/inputhookgtk.py @@ -6,7 +6,7 @@ Authors: Brian Granger """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/lib/inputhookpyglet.py b/IPython/lib/inputhookpyglet.py index b5a8361..160a33c 100644 --- a/IPython/lib/inputhookpyglet.py +++ b/IPython/lib/inputhookpyglet.py @@ -10,7 +10,7 @@ Authors """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/lib/inputhookwx.py b/IPython/lib/inputhookwx.py index 4b9bd02..1eff4ce 100644 --- a/IPython/lib/inputhookwx.py +++ b/IPython/lib/inputhookwx.py @@ -7,7 +7,7 @@ Authors: Robin Dunn, Brian Granger, Ondrej Certik """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/lib/latextools.py b/IPython/lib/latextools.py index f3b2164..df136e6 100644 --- a/IPython/lib/latextools.py +++ b/IPython/lib/latextools.py @@ -6,7 +6,7 @@ Authors: * Brian Granger """ #----------------------------------------------------------------------------- -# Copyright (c) 2010, IPython Development Team. +# Copyright (C) 2010-2011, IPython Development Team. # # Distributed under the terms of the Modified BSD License. # diff --git a/IPython/lib/pylabtools.py b/IPython/lib/pylabtools.py index c64cbf3..4cda8a5 100644 --- a/IPython/lib/pylabtools.py +++ b/IPython/lib/pylabtools.py @@ -9,7 +9,7 @@ Authors """ #----------------------------------------------------------------------------- -# 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/parallel/controller/hub.py b/IPython/parallel/controller/hub.py index b0a6c44..ea82988 100644 --- a/IPython/parallel/controller/hub.py +++ b/IPython/parallel/controller/hub.py @@ -7,7 +7,7 @@ Authors: * Min RK """ #----------------------------------------------------------------------------- -# Copyright (C) 2010 The IPython Development Team +# Copyright (C) 2010-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/parallel/scripts/__init__.py b/IPython/parallel/scripts/__init__.py index 4e77672..fcdb8a9 100644 --- a/IPython/parallel/scripts/__init__.py +++ b/IPython/parallel/scripts/__init__.py @@ -5,7 +5,7 @@ __docformat__ = "restructuredtext en" #------------------------------------------------------------------------------- -# 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. diff --git a/IPython/testing/__init__.py b/IPython/testing/__init__.py index ea70b45..64cf23c 100644 --- a/IPython/testing/__init__.py +++ b/IPython/testing/__init__.py @@ -2,7 +2,7 @@ """ #----------------------------------------------------------------------------- -# 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/testing/_paramtestpy2.py b/IPython/testing/_paramtestpy2.py index d9a05d9..368ab09 100644 --- a/IPython/testing/_paramtestpy2.py +++ b/IPython/testing/_paramtestpy2.py @@ -2,7 +2,7 @@ """ #----------------------------------------------------------------------------- -# 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/testing/_paramtestpy3.py b/IPython/testing/_paramtestpy3.py index 661fcad..5956b5f 100644 --- a/IPython/testing/_paramtestpy3.py +++ b/IPython/testing/_paramtestpy3.py @@ -5,7 +5,7 @@ mailing list. """ #----------------------------------------------------------------------------- -# 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/testing/decorators.py b/IPython/testing/decorators.py index 661a9f1..7f8621c 100644 --- a/IPython/testing/decorators.py +++ b/IPython/testing/decorators.py @@ -37,7 +37,7 @@ Authors """ #----------------------------------------------------------------------------- -# Copyright (C) 2009-2010 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/testing/globalipapp.py b/IPython/testing/globalipapp.py index 82b33c4..8176aca 100644 --- a/IPython/testing/globalipapp.py +++ b/IPython/testing/globalipapp.py @@ -9,7 +9,7 @@ from __future__ import absolute_import from __future__ import print_function #----------------------------------------------------------------------------- -# Copyright (C) 2009-2010 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/testing/iptest.py b/IPython/testing/iptest.py index 1ce0c37..e4fddb6 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/testing/ipunittest.py b/IPython/testing/ipunittest.py index 952c5e6..67f0f83 100644 --- a/IPython/testing/ipunittest.py +++ b/IPython/testing/ipunittest.py @@ -25,7 +25,7 @@ Authors from __future__ import absolute_import #----------------------------------------------------------------------------- -# 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/testing/nosepatch.py b/IPython/testing/nosepatch.py index c630fb7..423688e 100644 --- a/IPython/testing/nosepatch.py +++ b/IPython/testing/nosepatch.py @@ -6,7 +6,7 @@ Once this is fixed in upstream nose we can disable it. Note: merely importing this module causes the monkeypatch to be applied.""" #----------------------------------------------------------------------------- -# 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/testing/tests/test_ipunittest.py b/IPython/testing/tests/test_ipunittest.py index edd2564..30610d5 100644 --- a/IPython/testing/tests/test_ipunittest.py +++ b/IPython/testing/tests/test_ipunittest.py @@ -34,7 +34,7 @@ Authors """ #----------------------------------------------------------------------------- -# 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/testing/tests/test_tools.py b/IPython/testing/tests/test_tools.py index 8ceb9b3..5226c8c 100644 --- a/IPython/testing/tests/test_tools.py +++ b/IPython/testing/tests/test_tools.py @@ -4,7 +4,7 @@ Tests for testing.tools """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/testing/tools.py b/IPython/testing/tools.py index fa0b7e4..d67c441 100644 --- a/IPython/testing/tools.py +++ b/IPython/testing/tools.py @@ -18,7 +18,7 @@ Authors from __future__ import absolute_import #----------------------------------------------------------------------------- -# 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/_process_common.py b/IPython/utils/_process_common.py index 66eb0d0..0843e89 100644 --- a/IPython/utils/_process_common.py +++ b/IPython/utils/_process_common.py @@ -5,7 +5,7 @@ of subprocess utilities, and it contains tools that are common to all of them. """ #----------------------------------------------------------------------------- -# Copyright (C) 2010 The IPython Development Team +# Copyright (C) 2010-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/_process_posix.py b/IPython/utils/_process_posix.py index e782ad9..b859d21 100644 --- a/IPython/utils/_process_posix.py +++ b/IPython/utils/_process_posix.py @@ -4,7 +4,7 @@ This file is only meant to be imported by process.py, not by end-users. """ #----------------------------------------------------------------------------- -# Copyright (C) 2010 The IPython Development Team +# Copyright (C) 2010-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/_process_win32.py b/IPython/utils/_process_win32.py index f1dd502..d26df21 100644 --- a/IPython/utils/_process_win32.py +++ b/IPython/utils/_process_win32.py @@ -4,7 +4,7 @@ This file is only meant to be imported by process.py, not by end-users. """ #----------------------------------------------------------------------------- -# Copyright (C) 2010 The IPython Development Team +# Copyright (C) 2010-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/attic.py b/IPython/utils/attic.py index 5af351a..7b580a8 100644 --- a/IPython/utils/attic.py +++ b/IPython/utils/attic.py @@ -7,7 +7,7 @@ TO ANOTHER APPROPRIATE MODULE IN IPython.utils. """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/utils/codeutil.py b/IPython/utils/codeutil.py index 8c45796..b8968bf 100644 --- a/IPython/utils/codeutil.py +++ b/IPython/utils/codeutil.py @@ -13,7 +13,7 @@ Reference: A. Tremols, P Cogolo, "Python Cookbook," p 302-305 __docformat__ = "restructuredtext en" #------------------------------------------------------------------------------- -# 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. diff --git a/IPython/utils/cursesimport.py b/IPython/utils/cursesimport.py index 9431120..4d58d55 100644 --- a/IPython/utils/cursesimport.py +++ b/IPython/utils/cursesimport.py @@ -4,7 +4,7 @@ See if we have curses. """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/utils/data.py b/IPython/utils/data.py index ad6a8a5..2b7a404 100644 --- a/IPython/utils/data.py +++ b/IPython/utils/data.py @@ -3,7 +3,7 @@ """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/utils/decorators.py b/IPython/utils/decorators.py index d468aa5..b96379f 100644 --- a/IPython/utils/decorators.py +++ b/IPython/utils/decorators.py @@ -7,7 +7,7 @@ go into another topical module in :mod:`IPython.utils`. """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/utils/dir2.py b/IPython/utils/dir2.py index b82b62c..54d6cf6 100644 --- a/IPython/utils/dir2.py +++ b/IPython/utils/dir2.py @@ -3,7 +3,7 @@ """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/utils/doctestreload.py b/IPython/utils/doctestreload.py index b9fd764..1c20586 100644 --- a/IPython/utils/doctestreload.py +++ b/IPython/utils/doctestreload.py @@ -4,7 +4,7 @@ A utility for handling the reloading of doctest. """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/utils/frame.py b/IPython/utils/frame.py index 9ac37db..2fb6142 100644 --- a/IPython/utils/frame.py +++ b/IPython/utils/frame.py @@ -4,7 +4,7 @@ Utilities for working with stack frames. """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/utils/generics.py b/IPython/utils/generics.py index b65496a..419e27b 100644 --- a/IPython/utils/generics.py +++ b/IPython/utils/generics.py @@ -5,7 +5,7 @@ See http://cheeseshop.python.org/pypi/simplegeneric. """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/utils/growl.py b/IPython/utils/growl.py index 6b8cb6a..db1279b 100644 --- a/IPython/utils/growl.py +++ b/IPython/utils/growl.py @@ -4,7 +4,7 @@ Utilities using Growl on OS X for notifications. """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/utils/importstring.py b/IPython/utils/importstring.py index e7e1da2..55d4456 100644 --- a/IPython/utils/importstring.py +++ b/IPython/utils/importstring.py @@ -8,7 +8,7 @@ Authors: """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/utils/io.py b/IPython/utils/io.py index e46d34f..6df4ab6 100644 --- a/IPython/utils/io.py +++ b/IPython/utils/io.py @@ -4,7 +4,7 @@ IO related utilities. """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/utils/ipstruct.py b/IPython/utils/ipstruct.py index 3700146..c39a021 100644 --- a/IPython/utils/ipstruct.py +++ b/IPython/utils/ipstruct.py @@ -8,7 +8,7 @@ Authors: """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/utils/jsonutil.py b/IPython/utils/jsonutil.py index 52ac240..b2332ad 100644 --- a/IPython/utils/jsonutil.py +++ b/IPython/utils/jsonutil.py @@ -1,7 +1,7 @@ """Utilities to manipulate JSON objects. """ #----------------------------------------------------------------------------- -# Copyright (C) 2010 The IPython Development Team +# Copyright (C) 2010-2011 The IPython Development Team # # Distributed under the terms of the BSD License. The full license is in # the file COPYING.txt, distributed as part of this software. diff --git a/IPython/utils/localinterfaces.py b/IPython/utils/localinterfaces.py index fbf6f73..1fb8186 100644 --- a/IPython/utils/localinterfaces.py +++ b/IPython/utils/localinterfaces.py @@ -7,7 +7,7 @@ LOCALHOST : The loopback interface, or the first interface that points to this LOCAL_IPS : A list of IP addresses, loopback first, that point to this machine. """ #----------------------------------------------------------------------------- -# Copyright (C) 2010 The IPython Development Team +# Copyright (C) 2010-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/newserialized.py b/IPython/utils/newserialized.py index 1c4d9fb..b960b16 100644 --- a/IPython/utils/newserialized.py +++ b/IPython/utils/newserialized.py @@ -9,7 +9,7 @@ __docformat__ = "restructuredtext en" __test__ = {} #------------------------------------------------------------------------------- -# 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. diff --git a/IPython/utils/notification.py b/IPython/utils/notification.py index b9af495..42c54a0 100644 --- a/IPython/utils/notification.py +++ b/IPython/utils/notification.py @@ -12,7 +12,7 @@ Authors: """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/utils/path.py b/IPython/utils/path.py index 96e96a2..cc54397 100644 --- a/IPython/utils/path.py +++ b/IPython/utils/path.py @@ -4,7 +4,7 @@ Utilities for path handling. """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/utils/pickleutil.py b/IPython/utils/pickleutil.py index d081351..2a18953 100644 --- a/IPython/utils/pickleutil.py +++ b/IPython/utils/pickleutil.py @@ -5,7 +5,7 @@ __docformat__ = "restructuredtext en" #------------------------------------------------------------------------------- -# 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. diff --git a/IPython/utils/process.py b/IPython/utils/process.py index 61469de..3e18640 100644 --- a/IPython/utils/process.py +++ b/IPython/utils/process.py @@ -4,7 +4,7 @@ Utilities for working with external processes. """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/utils/sysinfo.py b/IPython/utils/sysinfo.py index b9b7c74..af862a9 100644 --- a/IPython/utils/sysinfo.py +++ b/IPython/utils/sysinfo.py @@ -4,7 +4,7 @@ Utilities for getting information about IPython and the system it's running in. """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/utils/syspathcontext.py b/IPython/utils/syspathcontext.py index d931378..ae5eac4 100644 --- a/IPython/utils/syspathcontext.py +++ b/IPython/utils/syspathcontext.py @@ -8,7 +8,7 @@ Authors: """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/utils/terminal.py b/IPython/utils/terminal.py index a25a481..b27d73a 100644 --- a/IPython/utils/terminal.py +++ b/IPython/utils/terminal.py @@ -10,7 +10,7 @@ Authors: """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/utils/tests/test_io.py b/IPython/utils/tests/test_io.py index 0a01bce..eb49e40 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. diff --git a/IPython/utils/tests/test_jsonutil.py b/IPython/utils/tests/test_jsonutil.py index d81eafc..cb79f80 100644 --- a/IPython/utils/tests/test_jsonutil.py +++ b/IPython/utils/tests/test_jsonutil.py @@ -1,7 +1,7 @@ """Test suite for our JSON utilities. """ #----------------------------------------------------------------------------- -# Copyright (C) 2010 The IPython Development Team +# Copyright (C) 2010-2011 The IPython Development Team # # Distributed under the terms of the BSD License. The full license is in # the file COPYING.txt, distributed as part of this software. diff --git a/IPython/utils/tests/test_module_paths.py b/IPython/utils/tests/test_module_paths.py index b63f581..6299097 100644 --- a/IPython/utils/tests/test_module_paths.py +++ b/IPython/utils/tests/test_module_paths.py @@ -2,7 +2,7 @@ """Tests for IPython.utils.path.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. diff --git a/IPython/utils/tests/test_notification.py b/IPython/utils/tests/test_notification.py index df9070f..d710509 100644 --- a/IPython/utils/tests/test_notification.py +++ b/IPython/utils/tests/test_notification.py @@ -3,7 +3,7 @@ """This file contains unittests for the notification.py module.""" #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/utils/tests/test_path.py b/IPython/utils/tests/test_path.py index 9881bff..3b00a81 100644 --- a/IPython/utils/tests/test_path.py +++ b/IPython/utils/tests/test_path.py @@ -2,7 +2,7 @@ """Tests for IPython.utils.path.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. diff --git a/IPython/utils/tests/test_process.py b/IPython/utils/tests/test_process.py index 1da772e..21af0ef 100644 --- a/IPython/utils/tests/test_process.py +++ b/IPython/utils/tests/test_process.py @@ -4,7 +4,7 @@ Tests for platutils.py """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/utils/tests/test_traitlets.py b/IPython/utils/tests/test_traitlets.py index ec7b0b6..7ed9f68 100644 --- a/IPython/utils/tests/test_traitlets.py +++ b/IPython/utils/tests/test_traitlets.py @@ -11,7 +11,7 @@ Authors: """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/utils/text.py b/IPython/utils/text.py index 6ec0d7b..df836ce 100644 --- a/IPython/utils/text.py +++ b/IPython/utils/text.py @@ -4,7 +4,7 @@ Utilities for working with strings and text. """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/utils/timing.py b/IPython/utils/timing.py index 581a335..afa4b57 100644 --- a/IPython/utils/timing.py +++ b/IPython/utils/timing.py @@ -4,7 +4,7 @@ Utilities for timing code execution. """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/utils/traitlets.py b/IPython/utils/traitlets.py index 0829450..8d96749 100644 --- a/IPython/utils/traitlets.py +++ b/IPython/utils/traitlets.py @@ -37,7 +37,7 @@ Authors: """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/utils/warn.py b/IPython/utils/warn.py index ab5ff86..d34a262 100644 --- a/IPython/utils/warn.py +++ b/IPython/utils/warn.py @@ -4,7 +4,7 @@ Utilities for warnings. Shoudn't we just use the built in warnings module. """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2009 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. diff --git a/IPython/zmq/__init__.py b/IPython/zmq/__init__.py index 553bb6d..5936c93 100644 --- a/IPython/zmq/__init__.py +++ b/IPython/zmq/__init__.py @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# Copyright (C) 2010 The IPython Development Team +# Copyright (C) 2010-2011 The IPython Development Team # # Distributed under the terms of the BSD License. The full license is in # the file COPYING.txt, distributed as part of this software. diff --git a/IPython/zmq/blockingkernelmanager.py b/IPython/zmq/blockingkernelmanager.py index 362632d..9dbe1c3 100644 --- a/IPython/zmq/blockingkernelmanager.py +++ b/IPython/zmq/blockingkernelmanager.py @@ -3,7 +3,7 @@ Useful for test suites and blocking terminal interfaces. """ #----------------------------------------------------------------------------- -# Copyright (C) 2010 The IPython Development Team +# Copyright (C) 2010-2011 The IPython Development Team # # Distributed under the terms of the BSD License. The full license is in # the file COPYING.txt, distributed as part of this software. diff --git a/IPython/zmq/gui/__init__.py b/IPython/zmq/gui/__init__.py index 91037ba..1351f3c 100644 --- a/IPython/zmq/gui/__init__.py +++ b/IPython/zmq/gui/__init__.py @@ -6,7 +6,7 @@ toolkits. """ #----------------------------------------------------------------------------- -# Copyright (C) 2010 The IPython Development Team. +# Copyright (C) 2010-2011 The IPython Development Team. # # Distributed under the terms of the BSD License. # diff --git a/IPython/zmq/gui/gtkembed.py b/IPython/zmq/gui/gtkembed.py index 4d33663..cb11301 100644 --- a/IPython/zmq/gui/gtkembed.py +++ b/IPython/zmq/gui/gtkembed.py @@ -1,7 +1,7 @@ """GUI support for the IPython ZeroMQ kernel - GTK toolkit support. """ #----------------------------------------------------------------------------- -# Copyright (C) 2010 The IPython Development Team +# Copyright (C) 2010-2011 The IPython Development Team # # Distributed under the terms of the BSD License. The full license is in # the file COPYING.txt, distributed as part of this software. diff --git a/IPython/zmq/heartbeat.py b/IPython/zmq/heartbeat.py index aaa6b76..20509ec 100644 --- a/IPython/zmq/heartbeat.py +++ b/IPython/zmq/heartbeat.py @@ -2,7 +2,7 @@ """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2010 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. diff --git a/IPython/zmq/kernelmanager.py b/IPython/zmq/kernelmanager.py index e5670bf..f7f856d 100644 --- a/IPython/zmq/kernelmanager.py +++ b/IPython/zmq/kernelmanager.py @@ -5,7 +5,7 @@ TODO """ #----------------------------------------------------------------------------- -# Copyright (C) 2008-2010 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. diff --git a/IPython/zmq/tests/test_message_spec.py b/IPython/zmq/tests/test_message_spec.py index fbc9d8d..9e38163 100644 --- a/IPython/zmq/tests/test_message_spec.py +++ b/IPython/zmq/tests/test_message_spec.py @@ -1,7 +1,7 @@ """Test suite for our zeromq-based messaging specification. """ #----------------------------------------------------------------------------- -# Copyright (C) 2010 The IPython Development Team +# Copyright (C) 2010-2011 The IPython Development Team # # Distributed under the terms of the BSD License. The full license is in # the file COPYING.txt, distributed as part of this software.