[cig-commits] r22225 - in short/3D/PyLith/trunk: doc/developer examples/2d/greensfns/reverse examples/2d/greensfns/strikeslip examples/2d/subduction examples/meshing/cubit_cellsize examples/meshing/surface_nurbs/merge_surfs

brad at geodynamics.org brad at geodynamics.org
Tue Jun 11 16:09:27 PDT 2013


Author: brad
Date: 2013-06-11 16:09:27 -0700 (Tue, 11 Jun 2013)
New Revision: 22225

Modified:
   short/3D/PyLith/trunk/doc/developer/update_copyright.sh
   short/3D/PyLith/trunk/examples/2d/greensfns/reverse/geometry.jou
   short/3D/PyLith/trunk/examples/2d/greensfns/strikeslip/createbc.jou
   short/3D/PyLith/trunk/examples/2d/greensfns/strikeslip/geometry.jou
   short/3D/PyLith/trunk/examples/2d/greensfns/strikeslip/gradient.jou
   short/3D/PyLith/trunk/examples/2d/greensfns/strikeslip/mesh_tri3.jou
   short/3D/PyLith/trunk/examples/2d/subduction/createbc.jou
   short/3D/PyLith/trunk/examples/2d/subduction/geometry.jou
   short/3D/PyLith/trunk/examples/2d/subduction/mesh_tri3.jou
   short/3D/PyLith/trunk/examples/meshing/cubit_cellsize/geometry.jou
   short/3D/PyLith/trunk/examples/meshing/cubit_cellsize/mesh_cellsize.jou
   short/3D/PyLith/trunk/examples/meshing/cubit_cellsize/mesh_size_analyticfn.jou
   short/3D/PyLith/trunk/examples/meshing/cubit_cellsize/mesh_size_spatialdb.jou
   short/3D/PyLith/trunk/examples/meshing/surface_nurbs/merge_surfs/geometry.jou
   short/3D/PyLith/trunk/examples/meshing/surface_nurbs/merge_surfs/mesh.jou
Log:
Updated copyright in journal files.

Modified: short/3D/PyLith/trunk/doc/developer/update_copyright.sh
===================================================================
--- short/3D/PyLith/trunk/doc/developer/update_copyright.sh	2013-06-11 22:05:50 UTC (rev 22224)
+++ short/3D/PyLith/trunk/doc/developer/update_copyright.sh	2013-06-11 23:09:27 UTC (rev 22225)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-for suffix in .cc .icc .hh .h .am .py .i; do
+for suffix in .cc .icc .hh .h .am .py .i .jou; do
   for f in `find . -name "*$suffix"` configure.ac aclocal.m4 COPYING; do
     sed -e "s/Copyright (c) 2010-2011 University of California, Davis/Copyright (c) 2010-2013 University of California, Davis/g" $f > tmp && mv -f tmp $f
     sed -e "s/Copyright (c) 2010-2012 University of California, Davis/Copyright (c) 2010-2013 University of California, Davis/g" $f > tmp && mv -f tmp $f

Modified: short/3D/PyLith/trunk/examples/2d/greensfns/reverse/geometry.jou
===================================================================
--- short/3D/PyLith/trunk/examples/2d/greensfns/reverse/geometry.jou	2013-06-11 22:05:50 UTC (rev 22224)
+++ short/3D/PyLith/trunk/examples/2d/greensfns/reverse/geometry.jou	2013-06-11 23:09:27 UTC (rev 22225)
@@ -8,7 +8,7 @@
 # This code was developed as part of the Computational Infrastructure
 # for Geodynamics (http://geodynamics.org).
 #
-# Copyright (c) 2010-2011 University of California, Davis
+# Copyright (c) 2010-2013 University of California, Davis
 #
 # See COPYING for license information.
 #

Modified: short/3D/PyLith/trunk/examples/2d/greensfns/strikeslip/createbc.jou
===================================================================
--- short/3D/PyLith/trunk/examples/2d/greensfns/strikeslip/createbc.jou	2013-06-11 22:05:50 UTC (rev 22224)
+++ short/3D/PyLith/trunk/examples/2d/greensfns/strikeslip/createbc.jou	2013-06-11 23:09:27 UTC (rev 22225)
@@ -8,7 +8,7 @@
 # This code was developed as part of the Computational Infrastructure
 # for Geodynamics (http://geodynamics.org).
 #
-# Copyright (c) 2010-2011 University of California, Davis
+# Copyright (c) 2010-2013 University of California, Davis
 #
 # See COPYING for license information.
 #

Modified: short/3D/PyLith/trunk/examples/2d/greensfns/strikeslip/geometry.jou
===================================================================
--- short/3D/PyLith/trunk/examples/2d/greensfns/strikeslip/geometry.jou	2013-06-11 22:05:50 UTC (rev 22224)
+++ short/3D/PyLith/trunk/examples/2d/greensfns/strikeslip/geometry.jou	2013-06-11 23:09:27 UTC (rev 22225)
@@ -8,7 +8,7 @@
 # This code was developed as part of the Computational Infrastructure
 # for Geodynamics (http://geodynamics.org).
 #
-# Copyright (c) 2010-2011 University of California, Davis
+# Copyright (c) 2010-2013 University of California, Davis
 #
 # See COPYING for license information.
 #

Modified: short/3D/PyLith/trunk/examples/2d/greensfns/strikeslip/gradient.jou
===================================================================
--- short/3D/PyLith/trunk/examples/2d/greensfns/strikeslip/gradient.jou	2013-06-11 22:05:50 UTC (rev 22224)
+++ short/3D/PyLith/trunk/examples/2d/greensfns/strikeslip/gradient.jou	2013-06-11 23:09:27 UTC (rev 22225)
@@ -8,7 +8,7 @@
 # This code was developed as part of the Computational Infrastructure
 # for Geodynamics (http://geodynamics.org).
 #
-# Copyright (c) 2010-2011 University of California, Davis
+# Copyright (c) 2010-2013 University of California, Davis
 #
 # See COPYING for license information.
 #

Modified: short/3D/PyLith/trunk/examples/2d/greensfns/strikeslip/mesh_tri3.jou
===================================================================
--- short/3D/PyLith/trunk/examples/2d/greensfns/strikeslip/mesh_tri3.jou	2013-06-11 22:05:50 UTC (rev 22224)
+++ short/3D/PyLith/trunk/examples/2d/greensfns/strikeslip/mesh_tri3.jou	2013-06-11 23:09:27 UTC (rev 22225)
@@ -8,7 +8,7 @@
 # This code was developed as part of the Computational Infrastructure
 # for Geodynamics (http://geodynamics.org).
 #
-# Copyright (c) 2010-2011 University of California, Davis
+# Copyright (c) 2010-2013 University of California, Davis
 #
 # See COPYING for license information.
 #

Modified: short/3D/PyLith/trunk/examples/2d/subduction/createbc.jou
===================================================================
--- short/3D/PyLith/trunk/examples/2d/subduction/createbc.jou	2013-06-11 22:05:50 UTC (rev 22224)
+++ short/3D/PyLith/trunk/examples/2d/subduction/createbc.jou	2013-06-11 23:09:27 UTC (rev 22225)
@@ -8,7 +8,7 @@
 # This code was developed as part of the Computational Infrastructure
 # for Geodynamics (http://geodynamics.org).
 #
-# Copyright (c) 2010-2011 University of California, Davis
+# Copyright (c) 2010-2013 University of California, Davis
 #
 # See COPYING for license information.
 #

Modified: short/3D/PyLith/trunk/examples/2d/subduction/geometry.jou
===================================================================
--- short/3D/PyLith/trunk/examples/2d/subduction/geometry.jou	2013-06-11 22:05:50 UTC (rev 22224)
+++ short/3D/PyLith/trunk/examples/2d/subduction/geometry.jou	2013-06-11 23:09:27 UTC (rev 22225)
@@ -8,7 +8,7 @@
 # This code was developed as part of the Computational Infrastructure
 # for Geodynamics (http://geodynamics.org).
 #
-# Copyright (c) 2010-2011 University of California, Davis
+# Copyright (c) 2010-2013 University of California, Davis
 #
 # See COPYING for license information.
 #

Modified: short/3D/PyLith/trunk/examples/2d/subduction/mesh_tri3.jou
===================================================================
--- short/3D/PyLith/trunk/examples/2d/subduction/mesh_tri3.jou	2013-06-11 22:05:50 UTC (rev 22224)
+++ short/3D/PyLith/trunk/examples/2d/subduction/mesh_tri3.jou	2013-06-11 23:09:27 UTC (rev 22225)
@@ -8,7 +8,7 @@
 # This code was developed as part of the Computational Infrastructure
 # for Geodynamics (http://geodynamics.org).
 #
-# Copyright (c) 2010-2011 University of California, Davis
+# Copyright (c) 2010-2013 University of California, Davis
 #
 # See COPYING for license information.
 #

Modified: short/3D/PyLith/trunk/examples/meshing/cubit_cellsize/geometry.jou
===================================================================
--- short/3D/PyLith/trunk/examples/meshing/cubit_cellsize/geometry.jou	2013-06-11 22:05:50 UTC (rev 22224)
+++ short/3D/PyLith/trunk/examples/meshing/cubit_cellsize/geometry.jou	2013-06-11 23:09:27 UTC (rev 22225)
@@ -8,7 +8,7 @@
 # This code was developed as part of the Computational Infrastructure
 # for Geodynamics (http://geodynamics.org).
 #
-# Copyright (c) 2010-2012 University of California, Davis
+# Copyright (c) 2010-2013 University of California, Davis
 #
 # See COPYING for license information.
 #

Modified: short/3D/PyLith/trunk/examples/meshing/cubit_cellsize/mesh_cellsize.jou
===================================================================
--- short/3D/PyLith/trunk/examples/meshing/cubit_cellsize/mesh_cellsize.jou	2013-06-11 22:05:50 UTC (rev 22224)
+++ short/3D/PyLith/trunk/examples/meshing/cubit_cellsize/mesh_cellsize.jou	2013-06-11 23:09:27 UTC (rev 22225)
@@ -8,7 +8,7 @@
 # This code was developed as part of the Computational Infrastructure
 # for Geodynamics (http://geodynamics.org).
 #
-# Copyright (c) 2010-2012 University of California, Davis
+# Copyright (c) 2010-2013 University of California, Davis
 #
 # See COPYING for license information.
 #

Modified: short/3D/PyLith/trunk/examples/meshing/cubit_cellsize/mesh_size_analyticfn.jou
===================================================================
--- short/3D/PyLith/trunk/examples/meshing/cubit_cellsize/mesh_size_analyticfn.jou	2013-06-11 22:05:50 UTC (rev 22224)
+++ short/3D/PyLith/trunk/examples/meshing/cubit_cellsize/mesh_size_analyticfn.jou	2013-06-11 23:09:27 UTC (rev 22225)
@@ -8,7 +8,7 @@
 # This code was developed as part of the Computational Infrastructure
 # for Geodynamics (http://geodynamics.org).
 #
-# Copyright (c) 2010-2012 University of California, Davis
+# Copyright (c) 2010-2013 University of California, Davis
 #
 # See COPYING for license information.
 #

Modified: short/3D/PyLith/trunk/examples/meshing/cubit_cellsize/mesh_size_spatialdb.jou
===================================================================
--- short/3D/PyLith/trunk/examples/meshing/cubit_cellsize/mesh_size_spatialdb.jou	2013-06-11 22:05:50 UTC (rev 22224)
+++ short/3D/PyLith/trunk/examples/meshing/cubit_cellsize/mesh_size_spatialdb.jou	2013-06-11 23:09:27 UTC (rev 22225)
@@ -8,7 +8,7 @@
 # This code was developed as part of the Computational Infrastructure
 # for Geodynamics (http://geodynamics.org).
 #
-# Copyright (c) 2010-2012 University of California, Davis
+# Copyright (c) 2010-2013 University of California, Davis
 #
 # See COPYING for license information.
 #

Modified: short/3D/PyLith/trunk/examples/meshing/surface_nurbs/merge_surfs/geometry.jou
===================================================================
--- short/3D/PyLith/trunk/examples/meshing/surface_nurbs/merge_surfs/geometry.jou	2013-06-11 22:05:50 UTC (rev 22224)
+++ short/3D/PyLith/trunk/examples/meshing/surface_nurbs/merge_surfs/geometry.jou	2013-06-11 23:09:27 UTC (rev 22225)
@@ -8,7 +8,7 @@
 # This code was developed as part of the Computational Infrastructure
 # for Geodynamics (http://geodynamics.org).
 #
-# Copyright (c) 2010-2012 University of California, Davis
+# Copyright (c) 2010-2013 University of California, Davis
 #
 # See COPYING for license information.
 #

Modified: short/3D/PyLith/trunk/examples/meshing/surface_nurbs/merge_surfs/mesh.jou
===================================================================
--- short/3D/PyLith/trunk/examples/meshing/surface_nurbs/merge_surfs/mesh.jou	2013-06-11 22:05:50 UTC (rev 22224)
+++ short/3D/PyLith/trunk/examples/meshing/surface_nurbs/merge_surfs/mesh.jou	2013-06-11 23:09:27 UTC (rev 22225)
@@ -8,7 +8,7 @@
 # This code was developed as part of the Computational Infrastructure
 # for Geodynamics (http://geodynamics.org).
 #
-# Copyright (c) 2010-2012 University of California, Davis
+# Copyright (c) 2010-2013 University of California, Davis
 #
 # See COPYING for license information.
 #



More information about the CIG-COMMITS mailing list