##// END OF EJS Templates
DOC: Add copyright comments.
Robert Kern -
Show More
@@ -32,6 +32,13 b' a function.'
32 See the `IPython.external.pretty` documentation for how to write
32 See the `IPython.external.pretty` documentation for how to write
33 pretty-printer functions.
33 pretty-printer functions.
34 """
34 """
35 #-----------------------------------------------------------------------------
36 # Copyright (c) 2010, IPython Development Team.
37 #
38 # Distributed under the terms of the Modified BSD License.
39 #
40 # The full license is in the file COPYING.txt, distributed with this software.
41 #-----------------------------------------------------------------------------
35
42
36 # Stdlib imports
43 # Stdlib imports
37 import abc
44 import abc
General Comments 0
You need to be logged in to leave comments. Login now