--- trunk/doc/examples/pyvisi/streamline.py 2008/01/11 07:45:58 1388 +++ trunk/doc/examples/pyvisi/streamline.py 2008/09/25 23:11:13 1811 @@ -1,3 +1,24 @@ + +######################################################## +# +# Copyright (c) 2003-2008 by University of Queensland +# Earth Systems Science Computational Center (ESSCC) +# http://www.uq.edu.au/esscc +# +# Primary Business: Queensland, Australia +# Licensed under the Open Software License version 3.0 +# http://www.opensource.org/licenses/osl-3.0.php +# +######################################################## + +__copyright__="""Copyright (c) 2003-2008 by University of Queensland +Earth Systems Science Computational Center (ESSCC) +http://www.uq.edu.au/esscc +Primary Business: Queensland, Australia""" +__license__="""Licensed under the Open Software License version 3.0 +http://www.opensource.org/licenses/osl-3.0.php""" +__url__="http://www.uq.edu.au/esscc/escript-finley" + """ Author: John Ngui, john.ngui@uq.edu.au """