[cig-commits] r17103 - in short/3D/PyLith/trunk: . applications applications/utilities doc doc/developer doc/install doc/presentations doc/refguide doc/releasenotes doc/userguide examples examples/3d examples/3d/hex8 examples/3d/hex8/output examples/3d/tet4 examples/bar_shearwave examples/bar_shearwave/hex8 examples/bar_shearwave/hex8/output examples/bar_shearwave/quad4 examples/bar_shearwave/quad4/output examples/bar_shearwave/tet4 examples/bar_shearwave/tet4/output examples/bar_shearwave/tri3 examples/bar_shearwave/tri3/output examples/greensfns examples/greensfns/hex8 examples/greensfns/hex8/gfimpulses examples/greensfns/hex8/gfresponses examples/meshing examples/meshing/surface_nurbs examples/meshing/surface_nurbs/contours examples/meshing/surface_nurbs/contours/journal examples/meshing/surface_nurbs/dem examples/meshing/surface_nurbs/dem/ulines examples/meshing/surface_nurbs/dem/vlines examples/meshing/surface_nurbs/triangles examples/twocells examples/twocells/twohex8 examples/twocells/twoquad4 examples/twocells/twotet4 examples/twocells/twotet4-geoproj examples/twocells/twotri3 libsrc libsrc/bc libsrc/faults libsrc/feassemble libsrc/friction libsrc/materials libsrc/meshio libsrc/problems libsrc/topology libsrc/utils modulesrc modulesrc/bc modulesrc/faults modulesrc/feassemble modulesrc/friction modulesrc/include modulesrc/materials modulesrc/meshio modulesrc/mpi modulesrc/problems modulesrc/topology modulesrc/utils playpen/closure playpen/euler playpen/memcheck playpen/postproc playpen/postproc/fault playpen/powerlaw playpen/savpres_ss playpen/tsurf playpen/verification pylith pylith/apps pylith/bc pylith/faults pylith/feassemble pylith/friction pylith/materials pylith/meshio pylith/mpi pylith/perf pylith/problems pylith/tests pylith/topology pylith/utils share templates templates/friction templates/friction/tests templates/materials templates/materials/tests tests tests/2d tests/2d/maxwell tests/2d/slipdir tests/3d tests/3d/matprops tests/3d/slipdir tests/distribute tests_auto tests_auto/1d tests_auto/1d/line2 tests_auto/1d/line3 tests_auto/2d tests_auto/2d/quad4 tests_auto/2d/tri3 tests_auto/3d tests_auto/3d/hex8 tests_auto/3d/tet4 tests_auto/3dnew/hex8 tests_auto/petsc unittests unittests/libtests unittests/libtests/bc unittests/libtests/bc/data unittests/libtests/faults unittests/libtests/faults/data unittests/libtests/feassemble unittests/libtests/feassemble/data unittests/libtests/friction unittests/libtests/friction/data unittests/libtests/materials unittests/libtests/materials/data unittests/libtests/meshio unittests/libtests/meshio/data unittests/libtests/topology unittests/libtests/topology/data unittests/libtests/utils unittests/pytests unittests/pytests/bc unittests/pytests/bc/data unittests/pytests/faults unittests/pytests/faults/data unittests/pytests/feassemble unittests/pytests/feassemble/data unittests/pytests/friction unittests/pytests/friction/data unittests/pytests/materials unittests/pytests/materials/data unittests/pytests/meshio unittests/pytests/meshio/data unittests/pytests/mpi unittests/pytests/problems unittests/pytests/problems/data unittests/pytests/topology unittests/pytests/topology/data unittests/pytests/utils

brad at geodynamics.org brad at geodynamics.org
Fri Aug 20 17:20:26 PDT 2010


Author: brad
Date: 2010-08-20 17:20:22 -0700 (Fri, 20 Aug 2010)
New Revision: 17103

Modified:
   short/3D/PyLith/trunk/COPYING
   short/3D/PyLith/trunk/Makefile.am
   short/3D/PyLith/trunk/applications/Makefile.am
   short/3D/PyLith/trunk/applications/pylith.in
   short/3D/PyLith/trunk/applications/pylith_prepmesh.in
   short/3D/PyLith/trunk/applications/utilities/Makefile.am
   short/3D/PyLith/trunk/applications/utilities/powerlaw_gendb.py
   short/3D/PyLith/trunk/applications/utilities/pylithinfo
   short/3D/PyLith/trunk/configure.ac
   short/3D/PyLith/trunk/doc/Makefile.am
   short/3D/PyLith/trunk/doc/developer/Makefile.am
   short/3D/PyLith/trunk/doc/install/Makefile.am
   short/3D/PyLith/trunk/doc/presentations/Makefile.am
   short/3D/PyLith/trunk/doc/refguide/Makefile.am
   short/3D/PyLith/trunk/doc/releasenotes/Makefile.am
   short/3D/PyLith/trunk/doc/userguide/Makefile.am
   short/3D/PyLith/trunk/doc/userguide/license.lyx
   short/3D/PyLith/trunk/examples/3d/Makefile.am
   short/3D/PyLith/trunk/examples/3d/hex8/Makefile.am
   short/3D/PyLith/trunk/examples/3d/hex8/output/Makefile.am
   short/3D/PyLith/trunk/examples/3d/tet4/Makefile.am
   short/3D/PyLith/trunk/examples/Makefile.am
   short/3D/PyLith/trunk/examples/bar_shearwave/Makefile.am
   short/3D/PyLith/trunk/examples/bar_shearwave/hex8/Makefile.am
   short/3D/PyLith/trunk/examples/bar_shearwave/hex8/output/Makefile.am
   short/3D/PyLith/trunk/examples/bar_shearwave/quad4/Makefile.am
   short/3D/PyLith/trunk/examples/bar_shearwave/quad4/output/Makefile.am
   short/3D/PyLith/trunk/examples/bar_shearwave/tet4/Makefile.am
   short/3D/PyLith/trunk/examples/bar_shearwave/tet4/output/Makefile.am
   short/3D/PyLith/trunk/examples/bar_shearwave/tri3/Makefile.am
   short/3D/PyLith/trunk/examples/bar_shearwave/tri3/output/Makefile.am
   short/3D/PyLith/trunk/examples/greensfns/Makefile.am
   short/3D/PyLith/trunk/examples/greensfns/hex8/Makefile.am
   short/3D/PyLith/trunk/examples/greensfns/hex8/gfimpulses/Makefile.am
   short/3D/PyLith/trunk/examples/greensfns/hex8/gfresponses/Makefile.am
   short/3D/PyLith/trunk/examples/meshing/Makefile.am
   short/3D/PyLith/trunk/examples/meshing/surface_nurbs/Makefile.am
   short/3D/PyLith/trunk/examples/meshing/surface_nurbs/contours/Makefile.am
   short/3D/PyLith/trunk/examples/meshing/surface_nurbs/contours/journal/Makefile.am
   short/3D/PyLith/trunk/examples/meshing/surface_nurbs/dem/Makefile.am
   short/3D/PyLith/trunk/examples/meshing/surface_nurbs/dem/ulines/Makefile.am
   short/3D/PyLith/trunk/examples/meshing/surface_nurbs/dem/vlines/Makefile.am
   short/3D/PyLith/trunk/examples/meshing/surface_nurbs/triangles/Makefile.am
   short/3D/PyLith/trunk/examples/twocells/Makefile.am
   short/3D/PyLith/trunk/examples/twocells/twohex8/Makefile.am
   short/3D/PyLith/trunk/examples/twocells/twoquad4/Makefile.am
   short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/Makefile.am
   short/3D/PyLith/trunk/examples/twocells/twotet4/Makefile.am
   short/3D/PyLith/trunk/examples/twocells/twotri3/Makefile.am
   short/3D/PyLith/trunk/libsrc/Makefile.am
   short/3D/PyLith/trunk/libsrc/bc/AbsorbingDampers.cc
   short/3D/PyLith/trunk/libsrc/bc/AbsorbingDampers.hh
   short/3D/PyLith/trunk/libsrc/bc/AbsorbingDampers.icc
   short/3D/PyLith/trunk/libsrc/bc/BCIntegratorSubMesh.cc
   short/3D/PyLith/trunk/libsrc/bc/BCIntegratorSubMesh.hh
   short/3D/PyLith/trunk/libsrc/bc/BCIntegratorSubMesh.icc
   short/3D/PyLith/trunk/libsrc/bc/BoundaryCondition.cc
   short/3D/PyLith/trunk/libsrc/bc/BoundaryCondition.hh
   short/3D/PyLith/trunk/libsrc/bc/BoundaryCondition.icc
   short/3D/PyLith/trunk/libsrc/bc/BoundaryConditionPoints.cc
   short/3D/PyLith/trunk/libsrc/bc/BoundaryConditionPoints.hh
   short/3D/PyLith/trunk/libsrc/bc/DirichletBC.cc
   short/3D/PyLith/trunk/libsrc/bc/DirichletBC.hh
   short/3D/PyLith/trunk/libsrc/bc/DirichletBC.icc
   short/3D/PyLith/trunk/libsrc/bc/DirichletBoundary.cc
   short/3D/PyLith/trunk/libsrc/bc/DirichletBoundary.hh
   short/3D/PyLith/trunk/libsrc/bc/DirichletBoundary.icc
   short/3D/PyLith/trunk/libsrc/bc/Makefile.am
   short/3D/PyLith/trunk/libsrc/bc/Neumann.cc
   short/3D/PyLith/trunk/libsrc/bc/Neumann.hh
   short/3D/PyLith/trunk/libsrc/bc/Neumann.icc
   short/3D/PyLith/trunk/libsrc/bc/PointForce.cc
   short/3D/PyLith/trunk/libsrc/bc/PointForce.hh
   short/3D/PyLith/trunk/libsrc/bc/PointForce.icc
   short/3D/PyLith/trunk/libsrc/bc/TimeDependent.cc
   short/3D/PyLith/trunk/libsrc/bc/TimeDependent.hh
   short/3D/PyLith/trunk/libsrc/bc/TimeDependent.icc
   short/3D/PyLith/trunk/libsrc/bc/TimeDependentPoints.cc
   short/3D/PyLith/trunk/libsrc/bc/TimeDependentPoints.hh
   short/3D/PyLith/trunk/libsrc/bc/TimeDependentPoints.icc
   short/3D/PyLith/trunk/libsrc/bc/bcfwd.hh
   short/3D/PyLith/trunk/libsrc/faults/BruneSlipFn.cc
   short/3D/PyLith/trunk/libsrc/faults/BruneSlipFn.hh
   short/3D/PyLith/trunk/libsrc/faults/BruneSlipFn.icc
   short/3D/PyLith/trunk/libsrc/faults/CohesiveTopology.cc
   short/3D/PyLith/trunk/libsrc/faults/CohesiveTopology.hh
   short/3D/PyLith/trunk/libsrc/faults/ConstRateSlipFn.cc
   short/3D/PyLith/trunk/libsrc/faults/ConstRateSlipFn.hh
   short/3D/PyLith/trunk/libsrc/faults/ConstRateSlipFn.icc
   short/3D/PyLith/trunk/libsrc/faults/EqKinSrc.cc
   short/3D/PyLith/trunk/libsrc/faults/EqKinSrc.hh
   short/3D/PyLith/trunk/libsrc/faults/Fault.cc
   short/3D/PyLith/trunk/libsrc/faults/Fault.hh
   short/3D/PyLith/trunk/libsrc/faults/Fault.icc
   short/3D/PyLith/trunk/libsrc/faults/FaultCohesive.cc
   short/3D/PyLith/trunk/libsrc/faults/FaultCohesive.hh
   short/3D/PyLith/trunk/libsrc/faults/FaultCohesive.icc
   short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveDyn.cc
   short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveDyn.hh
   short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.cc
   short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.hh
   short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveLagrange.cc
   short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveLagrange.hh
   short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveTract.cc
   short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveTract.hh
   short/3D/PyLith/trunk/libsrc/faults/LiuCosSlipFn.cc
   short/3D/PyLith/trunk/libsrc/faults/LiuCosSlipFn.hh
   short/3D/PyLith/trunk/libsrc/faults/LiuCosSlipFn.icc
   short/3D/PyLith/trunk/libsrc/faults/Makefile.am
   short/3D/PyLith/trunk/libsrc/faults/SlipTimeFn.cc
   short/3D/PyLith/trunk/libsrc/faults/SlipTimeFn.hh
   short/3D/PyLith/trunk/libsrc/faults/StepSlipFn.cc
   short/3D/PyLith/trunk/libsrc/faults/StepSlipFn.hh
   short/3D/PyLith/trunk/libsrc/faults/StepSlipFn.icc
   short/3D/PyLith/trunk/libsrc/faults/TimeHistorySlipFn.cc
   short/3D/PyLith/trunk/libsrc/faults/TimeHistorySlipFn.hh
   short/3D/PyLith/trunk/libsrc/faults/TimeHistorySlipFn.icc
   short/3D/PyLith/trunk/libsrc/faults/TopologyOps.cc
   short/3D/PyLith/trunk/libsrc/faults/TopologyOps.hh
   short/3D/PyLith/trunk/libsrc/faults/TopologyVisitors.cc
   short/3D/PyLith/trunk/libsrc/faults/TopologyVisitors.hh
   short/3D/PyLith/trunk/libsrc/faults/faultsfwd.hh
   short/3D/PyLith/trunk/libsrc/feassemble/CellGeometry.cc
   short/3D/PyLith/trunk/libsrc/feassemble/CellGeometry.hh
   short/3D/PyLith/trunk/libsrc/feassemble/CellGeometry.icc
   short/3D/PyLith/trunk/libsrc/feassemble/Constraint.cc
   short/3D/PyLith/trunk/libsrc/feassemble/Constraint.hh
   short/3D/PyLith/trunk/libsrc/feassemble/Constraint.icc
   short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicit.cc
   short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicit.hh
   short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicitLgDeform.cc
   short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicitLgDeform.hh
   short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicitTet4.cc
   short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicitTet4.hh
   short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicitTri3.cc
   short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicitTri3.hh
   short/3D/PyLith/trunk/libsrc/feassemble/ElasticityImplicit.cc
   short/3D/PyLith/trunk/libsrc/feassemble/ElasticityImplicit.hh
   short/3D/PyLith/trunk/libsrc/feassemble/ElasticityImplicitLgDeform.cc
   short/3D/PyLith/trunk/libsrc/feassemble/ElasticityImplicitLgDeform.hh
   short/3D/PyLith/trunk/libsrc/feassemble/GeometryHex3D.cc
   short/3D/PyLith/trunk/libsrc/feassemble/GeometryHex3D.hh
   short/3D/PyLith/trunk/libsrc/feassemble/GeometryLine1D.cc
   short/3D/PyLith/trunk/libsrc/feassemble/GeometryLine1D.hh
   short/3D/PyLith/trunk/libsrc/feassemble/GeometryLine2D.cc
   short/3D/PyLith/trunk/libsrc/feassemble/GeometryLine2D.hh
   short/3D/PyLith/trunk/libsrc/feassemble/GeometryLine3D.cc
   short/3D/PyLith/trunk/libsrc/feassemble/GeometryLine3D.hh
   short/3D/PyLith/trunk/libsrc/feassemble/GeometryPoint1D.cc
   short/3D/PyLith/trunk/libsrc/feassemble/GeometryPoint1D.hh
   short/3D/PyLith/trunk/libsrc/feassemble/GeometryPoint2D.cc
   short/3D/PyLith/trunk/libsrc/feassemble/GeometryPoint2D.hh
   short/3D/PyLith/trunk/libsrc/feassemble/GeometryPoint3D.cc
   short/3D/PyLith/trunk/libsrc/feassemble/GeometryPoint3D.hh
   short/3D/PyLith/trunk/libsrc/feassemble/GeometryQuad2D.cc
   short/3D/PyLith/trunk/libsrc/feassemble/GeometryQuad2D.hh
   short/3D/PyLith/trunk/libsrc/feassemble/GeometryQuad3D.cc
   short/3D/PyLith/trunk/libsrc/feassemble/GeometryQuad3D.hh
   short/3D/PyLith/trunk/libsrc/feassemble/GeometryTet3D.cc
   short/3D/PyLith/trunk/libsrc/feassemble/GeometryTet3D.hh
   short/3D/PyLith/trunk/libsrc/feassemble/GeometryTri2D.cc
   short/3D/PyLith/trunk/libsrc/feassemble/GeometryTri2D.hh
   short/3D/PyLith/trunk/libsrc/feassemble/GeometryTri3D.cc
   short/3D/PyLith/trunk/libsrc/feassemble/GeometryTri3D.hh
   short/3D/PyLith/trunk/libsrc/feassemble/Integrator.cc
   short/3D/PyLith/trunk/libsrc/feassemble/Integrator.hh
   short/3D/PyLith/trunk/libsrc/feassemble/Integrator.icc
   short/3D/PyLith/trunk/libsrc/feassemble/IntegratorElasticity.cc
   short/3D/PyLith/trunk/libsrc/feassemble/IntegratorElasticity.hh
   short/3D/PyLith/trunk/libsrc/feassemble/IntegratorElasticityLgDeform.cc
   short/3D/PyLith/trunk/libsrc/feassemble/IntegratorElasticityLgDeform.hh
   short/3D/PyLith/trunk/libsrc/feassemble/Makefile.am
   short/3D/PyLith/trunk/libsrc/feassemble/Quadrature.cc
   short/3D/PyLith/trunk/libsrc/feassemble/Quadrature.hh
   short/3D/PyLith/trunk/libsrc/feassemble/Quadrature.icc
   short/3D/PyLith/trunk/libsrc/feassemble/Quadrature0D.cc
   short/3D/PyLith/trunk/libsrc/feassemble/Quadrature0D.hh
   short/3D/PyLith/trunk/libsrc/feassemble/Quadrature0D.icc
   short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1D.cc
   short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1D.hh
   short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1D.icc
   short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1Din2D.cc
   short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1Din2D.hh
   short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1Din2D.icc
   short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1Din3D.cc
   short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1Din3D.hh
   short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1Din3D.icc
   short/3D/PyLith/trunk/libsrc/feassemble/Quadrature2D.cc
   short/3D/PyLith/trunk/libsrc/feassemble/Quadrature2D.hh
   short/3D/PyLith/trunk/libsrc/feassemble/Quadrature2D.icc
   short/3D/PyLith/trunk/libsrc/feassemble/Quadrature2Din3D.cc
   short/3D/PyLith/trunk/libsrc/feassemble/Quadrature2Din3D.hh
   short/3D/PyLith/trunk/libsrc/feassemble/Quadrature2Din3D.icc
   short/3D/PyLith/trunk/libsrc/feassemble/Quadrature3D.cc
   short/3D/PyLith/trunk/libsrc/feassemble/Quadrature3D.hh
   short/3D/PyLith/trunk/libsrc/feassemble/Quadrature3D.icc
   short/3D/PyLith/trunk/libsrc/feassemble/QuadratureEngine.cc
   short/3D/PyLith/trunk/libsrc/feassemble/QuadratureEngine.hh
   short/3D/PyLith/trunk/libsrc/feassemble/QuadratureEngine.icc
   short/3D/PyLith/trunk/libsrc/feassemble/QuadratureRefCell.cc
   short/3D/PyLith/trunk/libsrc/feassemble/QuadratureRefCell.hh
   short/3D/PyLith/trunk/libsrc/feassemble/QuadratureRefCell.icc
   short/3D/PyLith/trunk/libsrc/feassemble/feassemblefwd.hh
   short/3D/PyLith/trunk/libsrc/friction/FrictionModel.cc
   short/3D/PyLith/trunk/libsrc/friction/FrictionModel.hh
   short/3D/PyLith/trunk/libsrc/friction/FrictionModel.icc
   short/3D/PyLith/trunk/libsrc/friction/Makefile.am
   short/3D/PyLith/trunk/libsrc/friction/RateStateAgeing.cc
   short/3D/PyLith/trunk/libsrc/friction/RateStateAgeing.hh
   short/3D/PyLith/trunk/libsrc/friction/SlipWeakening.cc
   short/3D/PyLith/trunk/libsrc/friction/SlipWeakening.hh
   short/3D/PyLith/trunk/libsrc/friction/StaticFriction.cc
   short/3D/PyLith/trunk/libsrc/friction/StaticFriction.hh
   short/3D/PyLith/trunk/libsrc/friction/frictionfwd.hh
   short/3D/PyLith/trunk/libsrc/materials/DruckerPrager3D.cc
   short/3D/PyLith/trunk/libsrc/materials/DruckerPrager3D.hh
   short/3D/PyLith/trunk/libsrc/materials/DruckerPrager3D.icc
   short/3D/PyLith/trunk/libsrc/materials/EffectiveStress.hh
   short/3D/PyLith/trunk/libsrc/materials/EffectiveStress.icc
   short/3D/PyLith/trunk/libsrc/materials/ElasticIsotropic3D.cc
   short/3D/PyLith/trunk/libsrc/materials/ElasticIsotropic3D.hh
   short/3D/PyLith/trunk/libsrc/materials/ElasticIsotropic3D.icc
   short/3D/PyLith/trunk/libsrc/materials/ElasticMaterial.cc
   short/3D/PyLith/trunk/libsrc/materials/ElasticMaterial.hh
   short/3D/PyLith/trunk/libsrc/materials/ElasticMaterial.icc
   short/3D/PyLith/trunk/libsrc/materials/ElasticPlaneStrain.cc
   short/3D/PyLith/trunk/libsrc/materials/ElasticPlaneStrain.hh
   short/3D/PyLith/trunk/libsrc/materials/ElasticPlaneStress.cc
   short/3D/PyLith/trunk/libsrc/materials/ElasticPlaneStress.hh
   short/3D/PyLith/trunk/libsrc/materials/ElasticStrain1D.cc
   short/3D/PyLith/trunk/libsrc/materials/ElasticStrain1D.hh
   short/3D/PyLith/trunk/libsrc/materials/ElasticStress1D.cc
   short/3D/PyLith/trunk/libsrc/materials/ElasticStress1D.hh
   short/3D/PyLith/trunk/libsrc/materials/GenMaxwellIsotropic3D.cc
   short/3D/PyLith/trunk/libsrc/materials/GenMaxwellIsotropic3D.hh
   short/3D/PyLith/trunk/libsrc/materials/GenMaxwellIsotropic3D.icc
   short/3D/PyLith/trunk/libsrc/materials/Makefile.am
   short/3D/PyLith/trunk/libsrc/materials/Material.cc
   short/3D/PyLith/trunk/libsrc/materials/Material.hh
   short/3D/PyLith/trunk/libsrc/materials/Material.icc
   short/3D/PyLith/trunk/libsrc/materials/MaxwellIsotropic3D.cc
   short/3D/PyLith/trunk/libsrc/materials/MaxwellIsotropic3D.hh
   short/3D/PyLith/trunk/libsrc/materials/MaxwellIsotropic3D.icc
   short/3D/PyLith/trunk/libsrc/materials/MaxwellPlaneStrain.cc
   short/3D/PyLith/trunk/libsrc/materials/MaxwellPlaneStrain.hh
   short/3D/PyLith/trunk/libsrc/materials/MaxwellPlaneStrain.icc
   short/3D/PyLith/trunk/libsrc/materials/Metadata.cc
   short/3D/PyLith/trunk/libsrc/materials/Metadata.hh
   short/3D/PyLith/trunk/libsrc/materials/Metadata.icc
   short/3D/PyLith/trunk/libsrc/materials/PowerLaw3D.cc
   short/3D/PyLith/trunk/libsrc/materials/PowerLaw3D.hh
   short/3D/PyLith/trunk/libsrc/materials/PowerLaw3D.icc
   short/3D/PyLith/trunk/libsrc/materials/ViscoelasticMaxwell.cc
   short/3D/PyLith/trunk/libsrc/materials/ViscoelasticMaxwell.hh
   short/3D/PyLith/trunk/libsrc/materials/materialsfwd.hh
   short/3D/PyLith/trunk/libsrc/meshio/BinaryIO.cc
   short/3D/PyLith/trunk/libsrc/meshio/BinaryIO.hh
   short/3D/PyLith/trunk/libsrc/meshio/CellFilter.cc
   short/3D/PyLith/trunk/libsrc/meshio/CellFilter.hh
   short/3D/PyLith/trunk/libsrc/meshio/CellFilterAvg.cc
   short/3D/PyLith/trunk/libsrc/meshio/CellFilterAvg.hh
   short/3D/PyLith/trunk/libsrc/meshio/DataWriter.cc
   short/3D/PyLith/trunk/libsrc/meshio/DataWriter.hh
   short/3D/PyLith/trunk/libsrc/meshio/DataWriterVTK.cc
   short/3D/PyLith/trunk/libsrc/meshio/DataWriterVTK.hh
   short/3D/PyLith/trunk/libsrc/meshio/DataWriterVTK.icc
   short/3D/PyLith/trunk/libsrc/meshio/GMVFile.cc
   short/3D/PyLith/trunk/libsrc/meshio/GMVFile.hh
   short/3D/PyLith/trunk/libsrc/meshio/GMVFileAscii.cc
   short/3D/PyLith/trunk/libsrc/meshio/GMVFileAscii.hh
   short/3D/PyLith/trunk/libsrc/meshio/GMVFileAscii.icc
   short/3D/PyLith/trunk/libsrc/meshio/GMVFileBinary.cc
   short/3D/PyLith/trunk/libsrc/meshio/GMVFileBinary.hh
   short/3D/PyLith/trunk/libsrc/meshio/HDF5.cc
   short/3D/PyLith/trunk/libsrc/meshio/HDF5.hh
   short/3D/PyLith/trunk/libsrc/meshio/Makefile.am
   short/3D/PyLith/trunk/libsrc/meshio/MeshBuilder.cc
   short/3D/PyLith/trunk/libsrc/meshio/MeshBuilder.hh
   short/3D/PyLith/trunk/libsrc/meshio/MeshIO.cc
   short/3D/PyLith/trunk/libsrc/meshio/MeshIO.hh
   short/3D/PyLith/trunk/libsrc/meshio/MeshIO.icc
   short/3D/PyLith/trunk/libsrc/meshio/MeshIOAscii.cc
   short/3D/PyLith/trunk/libsrc/meshio/MeshIOAscii.hh
   short/3D/PyLith/trunk/libsrc/meshio/MeshIOAscii.icc
   short/3D/PyLith/trunk/libsrc/meshio/MeshIOCubit.cc
   short/3D/PyLith/trunk/libsrc/meshio/MeshIOCubit.hh
   short/3D/PyLith/trunk/libsrc/meshio/MeshIOCubit.icc
   short/3D/PyLith/trunk/libsrc/meshio/MeshIOHDF5.cc
   short/3D/PyLith/trunk/libsrc/meshio/MeshIOHDF5.hh
   short/3D/PyLith/trunk/libsrc/meshio/MeshIOHDF5.icc
   short/3D/PyLith/trunk/libsrc/meshio/MeshIOLagrit.cc
   short/3D/PyLith/trunk/libsrc/meshio/MeshIOLagrit.hh
   short/3D/PyLith/trunk/libsrc/meshio/MeshIOLagrit.icc
   short/3D/PyLith/trunk/libsrc/meshio/MeshIOSieve.cc
   short/3D/PyLith/trunk/libsrc/meshio/MeshIOSieve.hh
   short/3D/PyLith/trunk/libsrc/meshio/MeshIOSieve.icc
   short/3D/PyLith/trunk/libsrc/meshio/OutputManager.cc
   short/3D/PyLith/trunk/libsrc/meshio/OutputManager.hh
   short/3D/PyLith/trunk/libsrc/meshio/OutputSolnSubset.cc
   short/3D/PyLith/trunk/libsrc/meshio/OutputSolnSubset.hh
   short/3D/PyLith/trunk/libsrc/meshio/PsetFile.cc
   short/3D/PyLith/trunk/libsrc/meshio/PsetFile.hh
   short/3D/PyLith/trunk/libsrc/meshio/PsetFileAscii.cc
   short/3D/PyLith/trunk/libsrc/meshio/PsetFileAscii.hh
   short/3D/PyLith/trunk/libsrc/meshio/PsetFileAscii.icc
   short/3D/PyLith/trunk/libsrc/meshio/PsetFileBinary.cc
   short/3D/PyLith/trunk/libsrc/meshio/PsetFileBinary.hh
   short/3D/PyLith/trunk/libsrc/meshio/UCDFaultFile.cc
   short/3D/PyLith/trunk/libsrc/meshio/UCDFaultFile.hh
   short/3D/PyLith/trunk/libsrc/meshio/VertexFilter.cc
   short/3D/PyLith/trunk/libsrc/meshio/VertexFilter.hh
   short/3D/PyLith/trunk/libsrc/meshio/VertexFilterVecNorm.cc
   short/3D/PyLith/trunk/libsrc/meshio/VertexFilterVecNorm.hh
   short/3D/PyLith/trunk/libsrc/meshio/meshiofwd.hh
   short/3D/PyLith/trunk/libsrc/problems/Explicit.cc
   short/3D/PyLith/trunk/libsrc/problems/Explicit.hh
   short/3D/PyLith/trunk/libsrc/problems/Formulation.cc
   short/3D/PyLith/trunk/libsrc/problems/Formulation.hh
   short/3D/PyLith/trunk/libsrc/problems/Implicit.cc
   short/3D/PyLith/trunk/libsrc/problems/Implicit.hh
   short/3D/PyLith/trunk/libsrc/problems/Makefile.am
   short/3D/PyLith/trunk/libsrc/problems/Solver.cc
   short/3D/PyLith/trunk/libsrc/problems/Solver.hh
   short/3D/PyLith/trunk/libsrc/problems/SolverLinear.cc
   short/3D/PyLith/trunk/libsrc/problems/SolverLinear.hh
   short/3D/PyLith/trunk/libsrc/problems/SolverLumped.cc
   short/3D/PyLith/trunk/libsrc/problems/SolverLumped.hh
   short/3D/PyLith/trunk/libsrc/problems/SolverNonlinear.cc
   short/3D/PyLith/trunk/libsrc/problems/SolverNonlinear.hh
   short/3D/PyLith/trunk/libsrc/problems/problemsfwd.hh
   short/3D/PyLith/trunk/libsrc/topology/Distributor.cc
   short/3D/PyLith/trunk/libsrc/topology/Distributor.hh
   short/3D/PyLith/trunk/libsrc/topology/Field.cc
   short/3D/PyLith/trunk/libsrc/topology/Field.hh
   short/3D/PyLith/trunk/libsrc/topology/Field.icc
   short/3D/PyLith/trunk/libsrc/topology/FieldBase.cc
   short/3D/PyLith/trunk/libsrc/topology/FieldBase.hh
   short/3D/PyLith/trunk/libsrc/topology/Fields.hh
   short/3D/PyLith/trunk/libsrc/topology/Fields.icc
   short/3D/PyLith/trunk/libsrc/topology/Jacobian.cc
   short/3D/PyLith/trunk/libsrc/topology/Jacobian.hh
   short/3D/PyLith/trunk/libsrc/topology/Makefile.am
   short/3D/PyLith/trunk/libsrc/topology/Mesh.cc
   short/3D/PyLith/trunk/libsrc/topology/Mesh.hh
   short/3D/PyLith/trunk/libsrc/topology/Mesh.icc
   short/3D/PyLith/trunk/libsrc/topology/MeshOps.cc
   short/3D/PyLith/trunk/libsrc/topology/MeshOps.hh
   short/3D/PyLith/trunk/libsrc/topology/RefineUniform.cc
   short/3D/PyLith/trunk/libsrc/topology/RefineUniform.hh
   short/3D/PyLith/trunk/libsrc/topology/ReverseCuthillMcKee.cc
   short/3D/PyLith/trunk/libsrc/topology/ReverseCuthillMcKee.hh
   short/3D/PyLith/trunk/libsrc/topology/SolutionFields.cc
   short/3D/PyLith/trunk/libsrc/topology/SolutionFields.hh
   short/3D/PyLith/trunk/libsrc/topology/SubMesh.cc
   short/3D/PyLith/trunk/libsrc/topology/SubMesh.hh
   short/3D/PyLith/trunk/libsrc/topology/SubMesh.icc
   short/3D/PyLith/trunk/libsrc/topology/topologyfwd.hh
   short/3D/PyLith/trunk/libsrc/utils/EventLogger.cc
   short/3D/PyLith/trunk/libsrc/utils/EventLogger.hh
   short/3D/PyLith/trunk/libsrc/utils/EventLogger.icc
   short/3D/PyLith/trunk/libsrc/utils/Makefile.am
   short/3D/PyLith/trunk/libsrc/utils/TestArray.cc
   short/3D/PyLith/trunk/libsrc/utils/TestArray.hh
   short/3D/PyLith/trunk/libsrc/utils/array.hh
   short/3D/PyLith/trunk/libsrc/utils/arrayfwd.hh
   short/3D/PyLith/trunk/libsrc/utils/constdefs.h
   short/3D/PyLith/trunk/libsrc/utils/lapack.h
   short/3D/PyLith/trunk/libsrc/utils/macrodefs.h
   short/3D/PyLith/trunk/libsrc/utils/petscerror.h
   short/3D/PyLith/trunk/libsrc/utils/petscfwd.h
   short/3D/PyLith/trunk/libsrc/utils/sievefwd.hh
   short/3D/PyLith/trunk/libsrc/utils/sievetypes.hh
   short/3D/PyLith/trunk/libsrc/utils/utilsfwd.hh
   short/3D/PyLith/trunk/modulesrc/Makefile.am
   short/3D/PyLith/trunk/modulesrc/bc/AbsorbingDampers.i
   short/3D/PyLith/trunk/modulesrc/bc/BCIntegratorSubMesh.i
   short/3D/PyLith/trunk/modulesrc/bc/BoundaryCondition.i
   short/3D/PyLith/trunk/modulesrc/bc/BoundaryConditionPoints.i
   short/3D/PyLith/trunk/modulesrc/bc/DirichletBC.i
   short/3D/PyLith/trunk/modulesrc/bc/DirichletBoundary.i
   short/3D/PyLith/trunk/modulesrc/bc/Makefile.am
   short/3D/PyLith/trunk/modulesrc/bc/Neumann.i
   short/3D/PyLith/trunk/modulesrc/bc/PointForce.i
   short/3D/PyLith/trunk/modulesrc/bc/TimeDependent.i
   short/3D/PyLith/trunk/modulesrc/bc/TimeDependentPoints.i
   short/3D/PyLith/trunk/modulesrc/bc/bc.i
   short/3D/PyLith/trunk/modulesrc/faults/BruneSlipFn.i
   short/3D/PyLith/trunk/modulesrc/faults/ConstRateSlipFn.i
   short/3D/PyLith/trunk/modulesrc/faults/EqKinSrc.i
   short/3D/PyLith/trunk/modulesrc/faults/Fault.i
   short/3D/PyLith/trunk/modulesrc/faults/FaultCohesive.i
   short/3D/PyLith/trunk/modulesrc/faults/FaultCohesiveDyn.i
   short/3D/PyLith/trunk/modulesrc/faults/FaultCohesiveKin.i
   short/3D/PyLith/trunk/modulesrc/faults/FaultCohesiveLagrange.i
   short/3D/PyLith/trunk/modulesrc/faults/FaultCohesiveTract.i
   short/3D/PyLith/trunk/modulesrc/faults/LiuCosSlipFn.i
   short/3D/PyLith/trunk/modulesrc/faults/Makefile.am
   short/3D/PyLith/trunk/modulesrc/faults/SlipTimeFn.i
   short/3D/PyLith/trunk/modulesrc/faults/StepSlipFn.i
   short/3D/PyLith/trunk/modulesrc/faults/TimeHistorySlipFn.i
   short/3D/PyLith/trunk/modulesrc/faults/faults.i
   short/3D/PyLith/trunk/modulesrc/feassemble/CellGeometry.i
   short/3D/PyLith/trunk/modulesrc/feassemble/Constraint.i
   short/3D/PyLith/trunk/modulesrc/feassemble/ElasticityExplicit.i
   short/3D/PyLith/trunk/modulesrc/feassemble/ElasticityExplicitLgDeform.i
   short/3D/PyLith/trunk/modulesrc/feassemble/ElasticityExplicitTet4.i
   short/3D/PyLith/trunk/modulesrc/feassemble/ElasticityExplicitTri3.i
   short/3D/PyLith/trunk/modulesrc/feassemble/ElasticityImplicit.i
   short/3D/PyLith/trunk/modulesrc/feassemble/ElasticityImplicitLgDeform.i
   short/3D/PyLith/trunk/modulesrc/feassemble/GeometryHex3D.i
   short/3D/PyLith/trunk/modulesrc/feassemble/GeometryLine1D.i
   short/3D/PyLith/trunk/modulesrc/feassemble/GeometryLine2D.i
   short/3D/PyLith/trunk/modulesrc/feassemble/GeometryLine3D.i
   short/3D/PyLith/trunk/modulesrc/feassemble/GeometryPoint1D.i
   short/3D/PyLith/trunk/modulesrc/feassemble/GeometryPoint2D.i
   short/3D/PyLith/trunk/modulesrc/feassemble/GeometryPoint3D.i
   short/3D/PyLith/trunk/modulesrc/feassemble/GeometryQuad2D.i
   short/3D/PyLith/trunk/modulesrc/feassemble/GeometryQuad3D.i
   short/3D/PyLith/trunk/modulesrc/feassemble/GeometryTet3D.i
   short/3D/PyLith/trunk/modulesrc/feassemble/GeometryTri2D.i
   short/3D/PyLith/trunk/modulesrc/feassemble/GeometryTri3D.i
   short/3D/PyLith/trunk/modulesrc/feassemble/Integrator.i
   short/3D/PyLith/trunk/modulesrc/feassemble/IntegratorElasticity.i
   short/3D/PyLith/trunk/modulesrc/feassemble/IntegratorElasticityLgDeform.i
   short/3D/PyLith/trunk/modulesrc/feassemble/Makefile.am
   short/3D/PyLith/trunk/modulesrc/feassemble/Quadrature.i
   short/3D/PyLith/trunk/modulesrc/feassemble/QuadratureRefCell.i
   short/3D/PyLith/trunk/modulesrc/feassemble/feassemble.i
   short/3D/PyLith/trunk/modulesrc/friction/FrictionModel.i
   short/3D/PyLith/trunk/modulesrc/friction/Makefile.am
   short/3D/PyLith/trunk/modulesrc/friction/RateStateAgeing.i
   short/3D/PyLith/trunk/modulesrc/friction/SlipWeakening.i
   short/3D/PyLith/trunk/modulesrc/friction/StaticFriction.i
   short/3D/PyLith/trunk/modulesrc/friction/friction.i
   short/3D/PyLith/trunk/modulesrc/include/Makefile.am
   short/3D/PyLith/trunk/modulesrc/include/chararray.i
   short/3D/PyLith/trunk/modulesrc/include/doublearray.i
   short/3D/PyLith/trunk/modulesrc/include/eqkinsrcarray.i
   short/3D/PyLith/trunk/modulesrc/include/integratorarray.i
   short/3D/PyLith/trunk/modulesrc/include/submeshfield.i
   short/3D/PyLith/trunk/modulesrc/materials/DruckerPrager3D.i
   short/3D/PyLith/trunk/modulesrc/materials/ElasticIsotropic3D.i
   short/3D/PyLith/trunk/modulesrc/materials/ElasticMaterial.i
   short/3D/PyLith/trunk/modulesrc/materials/ElasticPlaneStrain.i
   short/3D/PyLith/trunk/modulesrc/materials/ElasticPlaneStress.i
   short/3D/PyLith/trunk/modulesrc/materials/ElasticStrain1D.i
   short/3D/PyLith/trunk/modulesrc/materials/ElasticStress1D.i
   short/3D/PyLith/trunk/modulesrc/materials/GenMaxwellIsotropic3D.i
   short/3D/PyLith/trunk/modulesrc/materials/Makefile.am
   short/3D/PyLith/trunk/modulesrc/materials/Material.i
   short/3D/PyLith/trunk/modulesrc/materials/MaxwellIsotropic3D.i
   short/3D/PyLith/trunk/modulesrc/materials/MaxwellPlaneStrain.i
   short/3D/PyLith/trunk/modulesrc/materials/PowerLaw3D.i
   short/3D/PyLith/trunk/modulesrc/materials/materials.i
   short/3D/PyLith/trunk/modulesrc/meshio/CellFilter.i
   short/3D/PyLith/trunk/modulesrc/meshio/CellFilterAvg.i
   short/3D/PyLith/trunk/modulesrc/meshio/DataWriter.i
   short/3D/PyLith/trunk/modulesrc/meshio/DataWriterVTK.i
   short/3D/PyLith/trunk/modulesrc/meshio/Makefile.am
   short/3D/PyLith/trunk/modulesrc/meshio/MeshIOAscii.i
   short/3D/PyLith/trunk/modulesrc/meshio/MeshIOCubit.i
   short/3D/PyLith/trunk/modulesrc/meshio/MeshIOLagrit.i
   short/3D/PyLith/trunk/modulesrc/meshio/MeshIOObj.i
   short/3D/PyLith/trunk/modulesrc/meshio/MeshIOSieve.i
   short/3D/PyLith/trunk/modulesrc/meshio/OutputManager.i
   short/3D/PyLith/trunk/modulesrc/meshio/OutputSolnSubset.i
   short/3D/PyLith/trunk/modulesrc/meshio/VertexFilter.i
   short/3D/PyLith/trunk/modulesrc/meshio/VertexFilterVecNorm.i
   short/3D/PyLith/trunk/modulesrc/meshio/meshio.i
   short/3D/PyLith/trunk/modulesrc/mpi/Makefile.am
   short/3D/PyLith/trunk/modulesrc/mpi/mpi.i
   short/3D/PyLith/trunk/modulesrc/mpi/mpi_comm.i
   short/3D/PyLith/trunk/modulesrc/problems/Explicit.i
   short/3D/PyLith/trunk/modulesrc/problems/Formulation.i
   short/3D/PyLith/trunk/modulesrc/problems/Implicit.i
   short/3D/PyLith/trunk/modulesrc/problems/Makefile.am
   short/3D/PyLith/trunk/modulesrc/problems/Solver.i
   short/3D/PyLith/trunk/modulesrc/problems/SolverLinear.i
   short/3D/PyLith/trunk/modulesrc/problems/SolverLumped.i
   short/3D/PyLith/trunk/modulesrc/problems/SolverNonlinear.i
   short/3D/PyLith/trunk/modulesrc/problems/problems.i
   short/3D/PyLith/trunk/modulesrc/topology/Distributor.i
   short/3D/PyLith/trunk/modulesrc/topology/Field.i
   short/3D/PyLith/trunk/modulesrc/topology/FieldBase.i
   short/3D/PyLith/trunk/modulesrc/topology/Fields.i
   short/3D/PyLith/trunk/modulesrc/topology/Jacobian.i
   short/3D/PyLith/trunk/modulesrc/topology/Makefile.am
   short/3D/PyLith/trunk/modulesrc/topology/Mesh.i
   short/3D/PyLith/trunk/modulesrc/topology/MeshOps.i
   short/3D/PyLith/trunk/modulesrc/topology/RefineUniform.i
   short/3D/PyLith/trunk/modulesrc/topology/ReverseCuthillMcKee.i
   short/3D/PyLith/trunk/modulesrc/topology/SolutionFields.i
   short/3D/PyLith/trunk/modulesrc/topology/SubMesh.i
   short/3D/PyLith/trunk/modulesrc/topology/topology.i
   short/3D/PyLith/trunk/modulesrc/utils/EventLogger.i
   short/3D/PyLith/trunk/modulesrc/utils/Makefile.am
   short/3D/PyLith/trunk/modulesrc/utils/TestArray.i
   short/3D/PyLith/trunk/modulesrc/utils/petsc.i
   short/3D/PyLith/trunk/modulesrc/utils/petsc_general.i
   short/3D/PyLith/trunk/modulesrc/utils/petsc_mat.i
   short/3D/PyLith/trunk/modulesrc/utils/petsc_memory.i
   short/3D/PyLith/trunk/modulesrc/utils/utils.i
   short/3D/PyLith/trunk/playpen/closure/Makefile.am
   short/3D/PyLith/trunk/playpen/closure/TestClosure.cc
   short/3D/PyLith/trunk/playpen/closure/TestClosure.hh
   short/3D/PyLith/trunk/playpen/closure/test_cubit.cc
   short/3D/PyLith/trunk/playpen/closure/test_lagrit.cc
   short/3D/PyLith/trunk/playpen/euler/euler.py
   short/3D/PyLith/trunk/playpen/euler/grabfaces.py
   short/3D/PyLith/trunk/playpen/euler/grabpoints.py
   short/3D/PyLith/trunk/playpen/euler/poleconvert.py
   short/3D/PyLith/trunk/playpen/euler/transform.py
   short/3D/PyLith/trunk/playpen/memcheck/Makefile.am
   short/3D/PyLith/trunk/playpen/memcheck/configure.ac
   short/3D/PyLith/trunk/playpen/memcheck/memory_usage.py
   short/3D/PyLith/trunk/playpen/memcheck/runtet4.cc
   short/3D/PyLith/trunk/playpen/memcheck/tidy.sh
   short/3D/PyLith/trunk/playpen/postproc/fault/faultinfo.py
   short/3D/PyLith/trunk/playpen/postproc/vtkcff.py
   short/3D/PyLith/trunk/playpen/postproc/vtkdiff.py
   short/3D/PyLith/trunk/playpen/powerlaw/powerlaw_gendb.py
   short/3D/PyLith/trunk/playpen/savpres_ss/savpres_ss.py
   short/3D/PyLith/trunk/playpen/tsurf/tsurftooff
   short/3D/PyLith/trunk/playpen/verification/verify.py
   short/3D/PyLith/trunk/pylith/Makefile.am
   short/3D/PyLith/trunk/pylith/__init__.py
   short/3D/PyLith/trunk/pylith/apps/PetscApplication.py
   short/3D/PyLith/trunk/pylith/apps/PrepMeshApp.py
   short/3D/PyLith/trunk/pylith/apps/PyLithApp.py
   short/3D/PyLith/trunk/pylith/apps/__init__.py
   short/3D/PyLith/trunk/pylith/bc/AbsorbingDampers.py
   short/3D/PyLith/trunk/pylith/bc/BoundaryCondition.py
   short/3D/PyLith/trunk/pylith/bc/DirichletBC.py
   short/3D/PyLith/trunk/pylith/bc/DirichletBoundary.py
   short/3D/PyLith/trunk/pylith/bc/Neumann.py
   short/3D/PyLith/trunk/pylith/bc/PointForce.py
   short/3D/PyLith/trunk/pylith/bc/TimeDependent.py
   short/3D/PyLith/trunk/pylith/bc/TimeDependentPoints.py
   short/3D/PyLith/trunk/pylith/bc/ZeroDispDB.py
   short/3D/PyLith/trunk/pylith/bc/__init__.py
   short/3D/PyLith/trunk/pylith/faults/BruneSlipFn.py
   short/3D/PyLith/trunk/pylith/faults/ConstRateSlipFn.py
   short/3D/PyLith/trunk/pylith/faults/EqKinSrc.py
   short/3D/PyLith/trunk/pylith/faults/Fault.py
   short/3D/PyLith/trunk/pylith/faults/FaultCohesive.py
   short/3D/PyLith/trunk/pylith/faults/FaultCohesiveDyn.py
   short/3D/PyLith/trunk/pylith/faults/FaultCohesiveKin.py
   short/3D/PyLith/trunk/pylith/faults/FaultCohesiveTract.py
   short/3D/PyLith/trunk/pylith/faults/LiuCosSlipFn.py
   short/3D/PyLith/trunk/pylith/faults/SingleRupture.py
   short/3D/PyLith/trunk/pylith/faults/SlipTimeFn.py
   short/3D/PyLith/trunk/pylith/faults/StepSlipFn.py
   short/3D/PyLith/trunk/pylith/faults/TimeHistorySlipFn.py
   short/3D/PyLith/trunk/pylith/faults/__init__.py
   short/3D/PyLith/trunk/pylith/feassemble/CellGeometry.py
   short/3D/PyLith/trunk/pylith/feassemble/Constraint.py
   short/3D/PyLith/trunk/pylith/feassemble/ElasticityExplicit.py
   short/3D/PyLith/trunk/pylith/feassemble/ElasticityExplicitLgDeform.py
   short/3D/PyLith/trunk/pylith/feassemble/ElasticityExplicitTet4.py
   short/3D/PyLith/trunk/pylith/feassemble/ElasticityExplicitTri3.py
   short/3D/PyLith/trunk/pylith/feassemble/ElasticityImplicit.py
   short/3D/PyLith/trunk/pylith/feassemble/ElasticityImplicitLgDeform.py
   short/3D/PyLith/trunk/pylith/feassemble/FIATLagrange.py
   short/3D/PyLith/trunk/pylith/feassemble/FIATSimplex.py
   short/3D/PyLith/trunk/pylith/feassemble/Integrator.py
   short/3D/PyLith/trunk/pylith/feassemble/IntegratorElasticity.py
   short/3D/PyLith/trunk/pylith/feassemble/IntegratorElasticityLgDeform.py
   short/3D/PyLith/trunk/pylith/feassemble/Quadrature.py
   short/3D/PyLith/trunk/pylith/feassemble/ReferenceCell.py
   short/3D/PyLith/trunk/pylith/feassemble/__init__.py
   short/3D/PyLith/trunk/pylith/friction/FrictionModel.py
   short/3D/PyLith/trunk/pylith/friction/RateStateAgeing.py
   short/3D/PyLith/trunk/pylith/friction/SlipWeakening.py
   short/3D/PyLith/trunk/pylith/friction/StaticFriction.py
   short/3D/PyLith/trunk/pylith/friction/__init__.py
   short/3D/PyLith/trunk/pylith/materials/DruckerPrager3D.py
   short/3D/PyLith/trunk/pylith/materials/ElasticIsotropic3D.py
   short/3D/PyLith/trunk/pylith/materials/ElasticMaterial.py
   short/3D/PyLith/trunk/pylith/materials/ElasticPlaneStrain.py
   short/3D/PyLith/trunk/pylith/materials/ElasticPlaneStress.py
   short/3D/PyLith/trunk/pylith/materials/ElasticStrain1D.py
   short/3D/PyLith/trunk/pylith/materials/ElasticStress1D.py
   short/3D/PyLith/trunk/pylith/materials/GenMaxwellIsotropic3D.py
   short/3D/PyLith/trunk/pylith/materials/Homogeneous.py
   short/3D/PyLith/trunk/pylith/materials/Material.py
   short/3D/PyLith/trunk/pylith/materials/MaxwellIsotropic3D.py
   short/3D/PyLith/trunk/pylith/materials/MaxwellPlaneStrain.py
   short/3D/PyLith/trunk/pylith/materials/PowerLaw3D.py
   short/3D/PyLith/trunk/pylith/materials/__init__.py
   short/3D/PyLith/trunk/pylith/meshio/CellFilter.py
   short/3D/PyLith/trunk/pylith/meshio/CellFilterAvgMesh.py
   short/3D/PyLith/trunk/pylith/meshio/CellFilterAvgSubMesh.py
   short/3D/PyLith/trunk/pylith/meshio/DataWriter.py
   short/3D/PyLith/trunk/pylith/meshio/DataWriterVTK.py
   short/3D/PyLith/trunk/pylith/meshio/DataWriterVTKMesh.py
   short/3D/PyLith/trunk/pylith/meshio/DataWriterVTKSubMesh.py
   short/3D/PyLith/trunk/pylith/meshio/DataWriterVTKSubSubMesh.py
   short/3D/PyLith/trunk/pylith/meshio/MeshIOAscii.py
   short/3D/PyLith/trunk/pylith/meshio/MeshIOCubit.py
   short/3D/PyLith/trunk/pylith/meshio/MeshIOLagrit.py
   short/3D/PyLith/trunk/pylith/meshio/MeshIOObj.py
   short/3D/PyLith/trunk/pylith/meshio/MeshIOSieve.py
   short/3D/PyLith/trunk/pylith/meshio/OutputDirichlet.py
   short/3D/PyLith/trunk/pylith/meshio/OutputFaultDyn.py
   short/3D/PyLith/trunk/pylith/meshio/OutputFaultKin.py
   short/3D/PyLith/trunk/pylith/meshio/OutputManager.py
   short/3D/PyLith/trunk/pylith/meshio/OutputManagerMesh.py
   short/3D/PyLith/trunk/pylith/meshio/OutputManagerSubMesh.py
   short/3D/PyLith/trunk/pylith/meshio/OutputMatElastic.py
   short/3D/PyLith/trunk/pylith/meshio/OutputNeumann.py
   short/3D/PyLith/trunk/pylith/meshio/OutputSoln.py
   short/3D/PyLith/trunk/pylith/meshio/OutputSolnSubset.py
   short/3D/PyLith/trunk/pylith/meshio/SingleOutput.py
   short/3D/PyLith/trunk/pylith/meshio/VertexFilter.py
   short/3D/PyLith/trunk/pylith/meshio/VertexFilterVecNormMesh.py
   short/3D/PyLith/trunk/pylith/meshio/VertexFilterVecNormSubMesh.py
   short/3D/PyLith/trunk/pylith/meshio/__init__.py
   short/3D/PyLith/trunk/pylith/mpi/Communicator.py
   short/3D/PyLith/trunk/pylith/mpi/__init__.py
   short/3D/PyLith/trunk/pylith/perf/Fault.py
   short/3D/PyLith/trunk/pylith/perf/Field.py
   short/3D/PyLith/trunk/pylith/perf/GlobalOrder.py
   short/3D/PyLith/trunk/pylith/perf/Jacobian.py
   short/3D/PyLith/trunk/pylith/perf/Logger.py
   short/3D/PyLith/trunk/pylith/perf/Material.py
   short/3D/PyLith/trunk/pylith/perf/Memory.py
   short/3D/PyLith/trunk/pylith/perf/MemoryLogger.py
   short/3D/PyLith/trunk/pylith/perf/Mesh.py
   short/3D/PyLith/trunk/pylith/perf/VertexGroup.py
   short/3D/PyLith/trunk/pylith/perf/__init__.py
   short/3D/PyLith/trunk/pylith/problems/Explicit.py
   short/3D/PyLith/trunk/pylith/problems/ExplicitLgDeform.py
   short/3D/PyLith/trunk/pylith/problems/ExplicitLumped.py
   short/3D/PyLith/trunk/pylith/problems/ExplicitLumpedTet4.py
   short/3D/PyLith/trunk/pylith/problems/ExplicitLumpedTri3.py
   short/3D/PyLith/trunk/pylith/problems/Formulation.py
   short/3D/PyLith/trunk/pylith/problems/Implicit.py
   short/3D/PyLith/trunk/pylith/problems/ImplicitLgDeform.py
   short/3D/PyLith/trunk/pylith/problems/Problem.py
   short/3D/PyLith/trunk/pylith/problems/Solver.py
   short/3D/PyLith/trunk/pylith/problems/SolverLinear.py
   short/3D/PyLith/trunk/pylith/problems/SolverLumped.py
   short/3D/PyLith/trunk/pylith/problems/SolverNonlinear.py
   short/3D/PyLith/trunk/pylith/problems/TimeDependent.py
   short/3D/PyLith/trunk/pylith/problems/TimeStep.py
   short/3D/PyLith/trunk/pylith/problems/TimeStepAdapt.py
   short/3D/PyLith/trunk/pylith/problems/TimeStepUniform.py
   short/3D/PyLith/trunk/pylith/problems/TimeStepUser.py
   short/3D/PyLith/trunk/pylith/problems/__init__.py
   short/3D/PyLith/trunk/pylith/tests/Fault.py
   short/3D/PyLith/trunk/pylith/tests/PhysicalProperties.py
   short/3D/PyLith/trunk/pylith/tests/Solution.py
   short/3D/PyLith/trunk/pylith/tests/StateVariables.py
   short/3D/PyLith/trunk/pylith/tests/__init__.py
   short/3D/PyLith/trunk/pylith/topology/Distributor.py
   short/3D/PyLith/trunk/pylith/topology/Field.py
   short/3D/PyLith/trunk/pylith/topology/Fields.py
   short/3D/PyLith/trunk/pylith/topology/Jacobian.py
   short/3D/PyLith/trunk/pylith/topology/JacobianViewer.py
   short/3D/PyLith/trunk/pylith/topology/Mesh.py
   short/3D/PyLith/trunk/pylith/topology/MeshGenSimple.py
   short/3D/PyLith/trunk/pylith/topology/MeshGenerator.py
   short/3D/PyLith/trunk/pylith/topology/MeshImporter.py
   short/3D/PyLith/trunk/pylith/topology/MeshImporterDist.py
   short/3D/PyLith/trunk/pylith/topology/MeshRefiner.py
   short/3D/PyLith/trunk/pylith/topology/RefineUniform.py
   short/3D/PyLith/trunk/pylith/topology/ReverseCuthillMcKee.py
   short/3D/PyLith/trunk/pylith/topology/SolutionFields.py
   short/3D/PyLith/trunk/pylith/topology/SubMesh.py
   short/3D/PyLith/trunk/pylith/topology/__init__.py
   short/3D/PyLith/trunk/pylith/utils/CheckpointTimer.py
   short/3D/PyLith/trunk/pylith/utils/CppData.py
   short/3D/PyLith/trunk/pylith/utils/EmptyBin.py
   short/3D/PyLith/trunk/pylith/utils/EventLogger.py
   short/3D/PyLith/trunk/pylith/utils/NullComponent.py
   short/3D/PyLith/trunk/pylith/utils/PetscComponent.py
   short/3D/PyLith/trunk/pylith/utils/PetscManager.py
   short/3D/PyLith/trunk/pylith/utils/VTKDataReader.py
   short/3D/PyLith/trunk/pylith/utils/__init__.py
   short/3D/PyLith/trunk/pylith/utils/importing.py
   short/3D/PyLith/trunk/pylith/utils/profiling.py
   short/3D/PyLith/trunk/pylith/utils/testarray.py
   short/3D/PyLith/trunk/setup.py
   short/3D/PyLith/trunk/share/Makefile.am
   short/3D/PyLith/trunk/subpackage.am
   short/3D/PyLith/trunk/templates/Makefile.am
   short/3D/PyLith/trunk/templates/friction/Makefile.am
   short/3D/PyLith/trunk/templates/friction/ViscousFriction.cc
   short/3D/PyLith/trunk/templates/friction/ViscousFriction.hh
   short/3D/PyLith/trunk/templates/friction/ViscousFriction.i
   short/3D/PyLith/trunk/templates/friction/ViscousFriction.py
   short/3D/PyLith/trunk/templates/friction/__init__.py
   short/3D/PyLith/trunk/templates/friction/configure.ac
   short/3D/PyLith/trunk/templates/friction/frictioncontrib.i
   short/3D/PyLith/trunk/templates/friction/tests/Makefile.am
   short/3D/PyLith/trunk/templates/friction/tests/TestViscousFriction.py
   short/3D/PyLith/trunk/templates/friction/tests/testcontrib.py
   short/3D/PyLith/trunk/templates/materials/Makefile.am
   short/3D/PyLith/trunk/templates/materials/PlaneStrainState.cc
   short/3D/PyLith/trunk/templates/materials/PlaneStrainState.hh
   short/3D/PyLith/trunk/templates/materials/PlaneStrainState.i
   short/3D/PyLith/trunk/templates/materials/PlaneStrainState.py
   short/3D/PyLith/trunk/templates/materials/__init__.py
   short/3D/PyLith/trunk/templates/materials/configure.ac
   short/3D/PyLith/trunk/templates/materials/materialscontrib.i
   short/3D/PyLith/trunk/templates/materials/tests/Makefile.am
   short/3D/PyLith/trunk/templates/materials/tests/TestPlaneStrainState.py
   short/3D/PyLith/trunk/templates/materials/tests/testcontrib.py
   short/3D/PyLith/trunk/tests/2d/Makefile.am
   short/3D/PyLith/trunk/tests/2d/maxwell/Makefile.am
   short/3D/PyLith/trunk/tests/2d/slipdir/Makefile.am
   short/3D/PyLith/trunk/tests/3d/Makefile.am
   short/3D/PyLith/trunk/tests/3d/matprops/Makefile.am
   short/3D/PyLith/trunk/tests/3d/slipdir/Makefile.am
   short/3D/PyLith/trunk/tests/Makefile.am
   short/3D/PyLith/trunk/tests/distribute/MesherApp.py
   short/3D/PyLith/trunk/tests/distribute/testdistribute.py
   short/3D/PyLith/trunk/tests_auto/1d/Makefile.am
   short/3D/PyLith/trunk/tests_auto/1d/line2/Makefile.am
   short/3D/PyLith/trunk/tests_auto/1d/line2/TestDislocation.py
   short/3D/PyLith/trunk/tests_auto/1d/line2/TestExtensionDisp.py
   short/3D/PyLith/trunk/tests_auto/1d/line2/TestExtensionForce.py
   short/3D/PyLith/trunk/tests_auto/1d/line2/TestLine2.py
   short/3D/PyLith/trunk/tests_auto/1d/line2/testpylith.py
   short/3D/PyLith/trunk/tests_auto/1d/line3/Makefile.am
   short/3D/PyLith/trunk/tests_auto/1d/line3/TestAxial.py
   short/3D/PyLith/trunk/tests_auto/1d/line3/TestDislocation.py
   short/3D/PyLith/trunk/tests_auto/1d/line3/TestLine3.py
   short/3D/PyLith/trunk/tests_auto/1d/line3/testpylith.py
   short/3D/PyLith/trunk/tests_auto/2d/Makefile.am
   short/3D/PyLith/trunk/tests_auto/2d/quad4/Makefile.am
   short/3D/PyLith/trunk/tests_auto/2d/quad4/TestAxialDisp.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/TestDislocation.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/TestDislocation2.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/TestFrictionCompression.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/TestFrictionOpening.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/TestFrictionShearSliding.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/TestFrictionShearStick.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/TestLgDeformRigidBody.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/TestLgDeformTraction.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/TestQuad4.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/TestShearDisp.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/TestSlipWeakeningCompression.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/TestSlipWeakeningOpening.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/TestSlipWeakeningShearSliding.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/TestSlipWeakeningShearStick.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/axialdisp_gendb.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/axialdisp_soln.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/dislocation2_soln.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/dislocation_soln.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/friction_compression_soln.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/friction_opening_soln.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/friction_shear_sliding_soln.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/friction_shear_stick_soln.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/lgdeformtraction_soln.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/rigidbody_gendb.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/rigidbody_soln.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/sheardisp_gendb.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/sheardisp_soln.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/slipweakening_compression_soln.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/slipweakening_opening_soln.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/slipweakening_shear_sliding_soln.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/slipweakening_shear_stick_soln.py
   short/3D/PyLith/trunk/tests_auto/2d/quad4/testpylith.py
   short/3D/PyLith/trunk/tests_auto/2d/tri3/Makefile.am
   short/3D/PyLith/trunk/tests_auto/2d/tri3/TestAxialDisp.py
   short/3D/PyLith/trunk/tests_auto/2d/tri3/TestDislocation.py
   short/3D/PyLith/trunk/tests_auto/2d/tri3/TestDislocation2.py
   short/3D/PyLith/trunk/tests_auto/2d/tri3/TestShearDisp.py
   short/3D/PyLith/trunk/tests_auto/2d/tri3/TestTri3.py
   short/3D/PyLith/trunk/tests_auto/2d/tri3/axialdisp_gendb.py
   short/3D/PyLith/trunk/tests_auto/2d/tri3/axialdisp_soln.py
   short/3D/PyLith/trunk/tests_auto/2d/tri3/sheardisp_gendb.py
   short/3D/PyLith/trunk/tests_auto/2d/tri3/sheardisp_soln.py
   short/3D/PyLith/trunk/tests_auto/2d/tri3/testpylith.py
   short/3D/PyLith/trunk/tests_auto/3d/Makefile.am
   short/3D/PyLith/trunk/tests_auto/3d/hex8/Makefile.am
   short/3D/PyLith/trunk/tests_auto/3d/hex8/TestAxialElasticIsotropic.py
   short/3D/PyLith/trunk/tests_auto/3d/hex8/TestShearElasticIsotropic.py
   short/3D/PyLith/trunk/tests_auto/3d/hex8/TestShearPlaneStrain.py
   short/3D/PyLith/trunk/tests_auto/3d/hex8/testpylith.py
   short/3D/PyLith/trunk/tests_auto/3d/tet4/Makefile.am
   short/3D/PyLith/trunk/tests_auto/3d/tet4/TestAxialElasticIsotropic.py
   short/3D/PyLith/trunk/tests_auto/3d/tet4/TestDislocation.py
   short/3D/PyLith/trunk/tests_auto/3d/tet4/TestShearElasticIsotropic.py
   short/3D/PyLith/trunk/tests_auto/3d/tet4/testpylith.py
   short/3D/PyLith/trunk/tests_auto/3dnew/hex8/Makefile.am
   short/3D/PyLith/trunk/tests_auto/3dnew/hex8/TestHex8.py
   short/3D/PyLith/trunk/tests_auto/3dnew/hex8/TestLgDeformRigidBody.py
   short/3D/PyLith/trunk/tests_auto/3dnew/hex8/TestLgDeformTraction.py
   short/3D/PyLith/trunk/tests_auto/3dnew/hex8/lgdeformtraction_soln.py
   short/3D/PyLith/trunk/tests_auto/3dnew/hex8/rigidbody_gendb.py
   short/3D/PyLith/trunk/tests_auto/3dnew/hex8/rigidbody_soln.py
   short/3D/PyLith/trunk/tests_auto/3dnew/hex8/testpylith.py
   short/3D/PyLith/trunk/tests_auto/Makefile.am
   short/3D/PyLith/trunk/tests_auto/petsc/Makefile.am
   short/3D/PyLith/trunk/tests_auto/petsc/TestPetscApp.py
   short/3D/PyLith/trunk/tests_auto/petsc/testpetsc.py
   short/3D/PyLith/trunk/tidy.sh
   short/3D/PyLith/trunk/unittests/Makefile.am
   short/3D/PyLith/trunk/unittests/libtests/Makefile.am
   short/3D/PyLith/trunk/unittests/libtests/bc/Makefile.am
   short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampers.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampers.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersLine2.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersLine2.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryCondition.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryCondition.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryConditionPoints.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryConditionPoints.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMesh.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMesh.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBC.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBC.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCLine2.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCLine2.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCLine2b.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCLine2b.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCMulti.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCMulti.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCMultiTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCMultiTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCMultiTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCMultiTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundary.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundary.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumann.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumann.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannLine2.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannLine2.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForce.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForce.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceLine2.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceLine2.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestTimeDependent.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestTimeDependent.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/TestTimeDependentPoints.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/TestTimeDependentPoints.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersData.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersData.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataLine2.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataLine2.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshData.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshData.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletData.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletData.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataLine2.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataLine2.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataLine2b.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataLine2b.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataMulti.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataMulti.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataMultiTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataMultiTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataMultiTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataMultiTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/Makefile.am
   short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannData.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannData.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataLine2.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataLine2.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceData.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceData.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataLine2.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataLine2.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/bc/data/absorbingdampers.py
   short/3D/PyLith/trunk/unittests/libtests/bc/test_bc.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/Makefile.am
   short/3D/PyLith/trunk/unittests/libtests/faults/TestBruneSlipFn.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestBruneSlipFn.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestConstRateSlipFn.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestConstRateSlipFn.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestEqKinSrc.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestEqKinSrc.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFault.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFault.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesive.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesive.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDyn.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDyn.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynTri3d.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynTri3d.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKin.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKin.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinLine2.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinLine2.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinQuad4e.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinQuad4e.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcs.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcs.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsLine2.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsLine2.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTet4e.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTet4e.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTet4f.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTet4f.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTri3d.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTri3d.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestLiuCosSlipFn.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestLiuCosSlipFn.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestStepSlipFn.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestStepSlipFn.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/TestTimeHistorySlipFn.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/TestTimeHistorySlipFn.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveData.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveData.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8Lagrange.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8Lagrange.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8b.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8b.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8c.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8c.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8d.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8d.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8e.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8e.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8f.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8f.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8g.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8g.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8h.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8h.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8i.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8i.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataLine2.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataLine2.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataLine2Lagrange.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataLine2Lagrange.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4Lagrange.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4Lagrange.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4b.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4b.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4c.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4c.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4d.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4d.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4e.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4e.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4f.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4f.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4g.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4g.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4h.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4h.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4Lagrange.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4Lagrange.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4b.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4b.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4c.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4c.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4d.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4d.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4f.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4f.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4g.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4g.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4h.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4h.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4i.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4i.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4j.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4j.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3Lagrange.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3Lagrange.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3b.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3b.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3c.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3c.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3d.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3d.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3e.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3e.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3f.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3f.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynData.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynData.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTri3d.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTri3d.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinData.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinData.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataLine2.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataLine2.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataQuad4e.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataQuad4e.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTet4e.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTet4e.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTet4f.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTet4f.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTri3d.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTri3d.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataLine2.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataLine2.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/faults/data/Makefile.am
   short/3D/PyLith/trunk/unittests/libtests/faults/test_faults.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/Makefile.am
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestCellGeometry.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestCellGeometry.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit1DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit1DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit1DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit1DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit2DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit2DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit2DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit2DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit3DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit3DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit3DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit3DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav1DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav1DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav1DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav1DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav2DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav2DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav2DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav2DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav3DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav3DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav3DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav3DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform1DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform1DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform1DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform1DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform2DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform2DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform2DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform2DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform3DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform3DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform3DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform3DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav1DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav1DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav1DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav1DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav2DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav2DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav2DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav2DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav3DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav3DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav3DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav3DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit1DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit1DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit1DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit1DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit2DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit2DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit2DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit2DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit3DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit3DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit3DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit3DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav1DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav1DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav1DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav1DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav2DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav2DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav2DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav2DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav3DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav3DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav3DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav3DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform1DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform1DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform1DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform1DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform2DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform2DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform2DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform2DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform3DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform3DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform3DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform3DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav1DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav1DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav1DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav1DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav2DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav2DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav2DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav2DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav3DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav3DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav3DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav3DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryHex3D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryHex3D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryLine1D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryLine1D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryLine2D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryLine2D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryLine3D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryLine3D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryPoint1D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryPoint1D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryPoint2D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryPoint2D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryPoint3D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryPoint3D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryQuad2D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryQuad2D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryQuad3D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryQuad3D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryTet3D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryTet3D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryTri2D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryTri2D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryTri3D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryTri3D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegrator.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegrator.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorElasticity.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorElasticity.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorElasticityLgDeform.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorElasticityLgDeform.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature0D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature0D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1Din2D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1Din2D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1Din3D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1Din3D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature2D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature2D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature2Din3D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature2Din3D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature3D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature3D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadratureEngine.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadratureEngine.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadratureRefCell.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadratureRefCell.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/CellGeomData.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/CellGeomData.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticIsotropic3D.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticPlaneStrain.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityApp.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicit.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitApp.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData1DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData1DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData1DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData1DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData2DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData2DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData2DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData2DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData3DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData3DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData3DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData3DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData1DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData1DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData1DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData1DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData2DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData2DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData2DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData2DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData3DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData3DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData3DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData3DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeform.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData1DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData1DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData1DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData1DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData2DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData2DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData2DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData2DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData3DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData3DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData3DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData3DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData1DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData1DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData1DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData1DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData2DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData2DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData2DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData2DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData3DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData3DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData3DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData3DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicit.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData1DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData1DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData1DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData1DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData2DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData2DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData2DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData2DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData3DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData3DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData3DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData3DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData1DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData1DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData1DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData1DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData2DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData2DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData2DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData2DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData3DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData3DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData3DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData3DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeform.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData1DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData1DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData1DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData1DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData2DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData2DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData2DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData2DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData3DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData3DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData3DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData3DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData1DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData1DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData1DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData1DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData2DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData2DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData2DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData2DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData3DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData3DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData3DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData3DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityLgDeformApp.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityLgDeformExplicitApp.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataHex3D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataHex3D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataLine1D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataLine1D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataLine2D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataLine2D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataLine3D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataLine3D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataPoint1D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataPoint1D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataPoint2D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataPoint2D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataPoint3D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataPoint3D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataQuad2D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataQuad2D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataQuad3D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataQuad3D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataTet3D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataTet3D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataTri2D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataTri2D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataTri3D.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataTri3D.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/IntegratorApp.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/IntegratorData.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/IntegratorData.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/IntegratorInertia1DQuadratic.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/IntegratorInertia3DLinear.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/IntegratorInertia3DQuadratic.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Makefile.am
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/MaterialElasticStrain1D.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh1DLinear.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh1DQuadratic.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh1Din2DLinear.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh1Din2DQuadratic.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh1Din3DLinear.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh1Din3DQuadratic.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2DLinear.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2DQuadratic.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2Din3DLinearXY.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2Din3DLinearXYZ.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2Din3DLinearXZ.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2Din3DLinearYZ.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2Din3DQuadratic.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh3DLinear.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh3DQuadratic.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature1DLinear.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature1DQuadratic.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature1Din2DLinear.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature1Din2DQuadratic.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature1Din3DLinear.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature1Din3DQuadratic.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature2DLinear.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature2DQuadratic.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature2Din3DLinear.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature2Din3DQuadratic.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature3DLinear.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature3DQuadratic.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureApp.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din2DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din2DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din2DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din2DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din3DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din3DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din3DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din3DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearXY.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearXY.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearXYZ.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearXYZ.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearXZ.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearXZ.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearYZ.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearYZ.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData3DLinear.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData3DLinear.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData3DQuadratic.cc
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData3DQuadratic.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Solution1DLinear.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Solution1DQuadratic.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Solution2DLinear.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Solution2DQuadratic.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Solution3DLinear.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Solution3DQuadratic.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/feutils.py
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/generate.sh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/data/header.hh
   short/3D/PyLith/trunk/unittests/libtests/feassemble/test_feassemble.cc
   short/3D/PyLith/trunk/unittests/libtests/friction/Makefile.am
   short/3D/PyLith/trunk/unittests/libtests/friction/TestFrictionModel.cc
   short/3D/PyLith/trunk/unittests/libtests/friction/TestFrictionModel.hh
   short/3D/PyLith/trunk/unittests/libtests/friction/TestRateStateAgeing.cc
   short/3D/PyLith/trunk/unittests/libtests/friction/TestRateStateAgeing.hh
   short/3D/PyLith/trunk/unittests/libtests/friction/TestSlipWeakening.cc
   short/3D/PyLith/trunk/unittests/libtests/friction/TestSlipWeakening.hh
   short/3D/PyLith/trunk/unittests/libtests/friction/TestStaticFriction.cc
   short/3D/PyLith/trunk/unittests/libtests/friction/TestStaticFriction.hh
   short/3D/PyLith/trunk/unittests/libtests/friction/data/FrictionModelData.cc
   short/3D/PyLith/trunk/unittests/libtests/friction/data/FrictionModelData.hh
   short/3D/PyLith/trunk/unittests/libtests/friction/data/Makefile.am
   short/3D/PyLith/trunk/unittests/libtests/friction/data/RateStateAgeingData.cc
   short/3D/PyLith/trunk/unittests/libtests/friction/data/RateStateAgeingData.hh
   short/3D/PyLith/trunk/unittests/libtests/friction/data/SlipWeakeningData.cc
   short/3D/PyLith/trunk/unittests/libtests/friction/data/SlipWeakeningData.hh
   short/3D/PyLith/trunk/unittests/libtests/friction/data/StaticFrictionData.cc
   short/3D/PyLith/trunk/unittests/libtests/friction/data/StaticFrictionData.hh
   short/3D/PyLith/trunk/unittests/libtests/friction/test_friction.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/Makefile.am
   short/3D/PyLith/trunk/unittests/libtests/materials/TestDruckerPrager3D.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/TestDruckerPrager3D.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/TestEffectiveStress.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/TestEffectiveStress.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticIsotropic3D.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticIsotropic3D.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticMaterial.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticMaterial.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticPlaneStrain.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticPlaneStrain.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticPlaneStress.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticPlaneStress.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticStrain1D.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticStrain1D.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticStress1D.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticStress1D.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/TestGenMaxwellIsotropic3D.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/TestGenMaxwellIsotropic3D.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/TestMaterial.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/TestMaterial.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/TestMaxwellIsotropic3D.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/TestMaxwellIsotropic3D.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/TestMaxwellPlaneStrain.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/TestMaxwellPlaneStrain.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/TestMetadata.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/TestMetadata.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/TestPowerLaw3D.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/TestPowerLaw3D.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/data/DruckerPrager3DElastic.py
   short/3D/PyLith/trunk/unittests/libtests/materials/data/DruckerPrager3DElasticData.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/data/DruckerPrager3DElasticData.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/data/DruckerPrager3DTimeDep.py
   short/3D/PyLith/trunk/unittests/libtests/materials/data/DruckerPrager3DTimeDepData.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/data/DruckerPrager3DTimeDepData.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticIsotropic3D.py
   short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticIsotropic3DData.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticIsotropic3DData.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticMaterialApp.py
   short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticMaterialData.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticMaterialData.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticPlaneStrain.py
   short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticPlaneStrainData.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticPlaneStrainData.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticPlaneStress.py
   short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticPlaneStressData.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticPlaneStressData.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticStrain1D.py
   short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticStrain1DData.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticStrain1DData.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticStress1D.py
   short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticStress1DData.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticStress1DData.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/data/GenMaxwellIsotropic3DElastic.py
   short/3D/PyLith/trunk/unittests/libtests/materials/data/GenMaxwellIsotropic3DElasticData.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/data/GenMaxwellIsotropic3DElasticData.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/data/GenMaxwellIsotropic3DTimeDep.py
   short/3D/PyLith/trunk/unittests/libtests/materials/data/GenMaxwellIsotropic3DTimeDepData.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/data/GenMaxwellIsotropic3DTimeDepData.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/data/Makefile.am
   short/3D/PyLith/trunk/unittests/libtests/materials/data/MaterialData.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/data/MaterialData.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DElastic.py
   short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DElasticData.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DElasticData.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DTimeDep.py
   short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DTimeDepData.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DTimeDepData.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellPlaneStrainElastic.py
   short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellPlaneStrainElasticData.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellPlaneStrainElasticData.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellPlaneStrainTimeDep.py
   short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellPlaneStrainTimeDepData.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellPlaneStrainTimeDepData.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/data/PowerLaw3DElastic.py
   short/3D/PyLith/trunk/unittests/libtests/materials/data/PowerLaw3DElasticData.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/data/PowerLaw3DElasticData.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/data/PowerLaw3DTimeDep.py
   short/3D/PyLith/trunk/unittests/libtests/materials/data/PowerLaw3DTimeDepData.cc
   short/3D/PyLith/trunk/unittests/libtests/materials/data/PowerLaw3DTimeDepData.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/data/generate.sh
   short/3D/PyLith/trunk/unittests/libtests/materials/data/header.hh
   short/3D/PyLith/trunk/unittests/libtests/materials/test_materials.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/Makefile.am
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestCellFilterAvg.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestCellFilterAvg.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTK.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTK.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMesh.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMesh.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMesh.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMesh.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshLine2.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshLine2.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMesh.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMesh.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshLine2.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshLine2.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMesh.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMesh.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshLine2.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshLine2.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIO.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIO.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIOAscii.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIOAscii.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIOCubit.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIOCubit.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIOLagrit.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIOLagrit.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestOutputManager.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestOutputManager.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestOutputSolnSubset.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestOutputSolnSubset.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestVertexFilterVecNorm.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestVertexFilterVecNorm.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKData.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKData.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshLine2.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshLine2.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshLine2.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshLine2.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshHex8.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshHex8.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshLine2.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshLine2.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshQuad4.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshQuad4.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshTet4.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshTet4.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshTri3.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshTri3.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/Makefile.am
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData1D.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData1D.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData1Din2D.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData1Din2D.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData1Din3D.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData1Din3D.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData2D.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData2D.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData2Din3D.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData2Din3D.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData3D.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData3D.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData3DIndexOne.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData3DIndexOne.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitHex.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitHex.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitQuad.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitQuad.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitTet.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitTet.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitTri.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitTri.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataLagritTet.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataLagritTet.hh
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/cube2.lagrit
   short/3D/PyLith/trunk/unittests/libtests/meshio/test_meshio.cc
   short/3D/PyLith/trunk/unittests/libtests/topology/Makefile.am
   short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldMesh.cc
   short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldMesh.hh
   short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldSubMesh.cc
   short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldSubMesh.hh
   short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldsMesh.cc
   short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldsMesh.hh
   short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldsSubMesh.cc
   short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldsSubMesh.hh
   short/3D/PyLith/trunk/unittests/libtests/topology/TestJacobian.cc
   short/3D/PyLith/trunk/unittests/libtests/topology/TestJacobian.hh
   short/3D/PyLith/trunk/unittests/libtests/topology/TestMesh.cc
   short/3D/PyLith/trunk/unittests/libtests/topology/TestMesh.hh
   short/3D/PyLith/trunk/unittests/libtests/topology/TestMeshOps.cc
   short/3D/PyLith/trunk/unittests/libtests/topology/TestMeshOps.hh
   short/3D/PyLith/trunk/unittests/libtests/topology/TestSolutionFields.cc
   short/3D/PyLith/trunk/unittests/libtests/topology/TestSolutionFields.hh
   short/3D/PyLith/trunk/unittests/libtests/topology/TestSubMesh.cc
   short/3D/PyLith/trunk/unittests/libtests/topology/TestSubMesh.hh
   short/3D/PyLith/trunk/unittests/libtests/topology/data/Makefile.am
   short/3D/PyLith/trunk/unittests/libtests/topology/test_topology.cc
   short/3D/PyLith/trunk/unittests/libtests/utils/Makefile.am
   short/3D/PyLith/trunk/unittests/libtests/utils/TestEventLogger.cc
   short/3D/PyLith/trunk/unittests/libtests/utils/TestEventLogger.hh
   short/3D/PyLith/trunk/unittests/libtests/utils/test_utils.cc
   short/3D/PyLith/trunk/unittests/pytests/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/bc/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/bc/TestAbsorbingDampers.py
   short/3D/PyLith/trunk/unittests/pytests/bc/TestDirichletBC.py
   short/3D/PyLith/trunk/unittests/pytests/bc/TestDirichletBoundary.py
   short/3D/PyLith/trunk/unittests/pytests/bc/TestNeumann.py
   short/3D/PyLith/trunk/unittests/pytests/bc/data/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/bc/testbc.py
   short/3D/PyLith/trunk/unittests/pytests/faults/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/faults/TestBruneSlipFn.py
   short/3D/PyLith/trunk/unittests/pytests/faults/TestConstRateSlipFn.py
   short/3D/PyLith/trunk/unittests/pytests/faults/TestEqKinSrc.py
   short/3D/PyLith/trunk/unittests/pytests/faults/TestFaultCohesiveDyn.py
   short/3D/PyLith/trunk/unittests/pytests/faults/TestFaultCohesiveKin.py
   short/3D/PyLith/trunk/unittests/pytests/faults/TestLiuCosSlipFn.py
   short/3D/PyLith/trunk/unittests/pytests/faults/TestSingleRupture.py
   short/3D/PyLith/trunk/unittests/pytests/faults/TestStepSlipFn.py
   short/3D/PyLith/trunk/unittests/pytests/faults/TestTimeHistorySlipFn.py
   short/3D/PyLith/trunk/unittests/pytests/faults/data/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/faults/testfaults.py
   short/3D/PyLith/trunk/unittests/pytests/feassemble/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/feassemble/TestCellGeometry.py
   short/3D/PyLith/trunk/unittests/pytests/feassemble/TestElasticityExplicit.py
   short/3D/PyLith/trunk/unittests/pytests/feassemble/TestElasticityExplicitLgDeform.py
   short/3D/PyLith/trunk/unittests/pytests/feassemble/TestElasticityImplicit.py
   short/3D/PyLith/trunk/unittests/pytests/feassemble/TestElasticityImplicitLgDeform.py
   short/3D/PyLith/trunk/unittests/pytests/feassemble/TestFIATLagrange.py
   short/3D/PyLith/trunk/unittests/pytests/feassemble/TestFIATSimplex.py
   short/3D/PyLith/trunk/unittests/pytests/feassemble/TestMeshQuadrature.py
   short/3D/PyLith/trunk/unittests/pytests/feassemble/TestSubMeshQuadrature.py
   short/3D/PyLith/trunk/unittests/pytests/feassemble/data/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/feassemble/testfeassemble.py
   short/3D/PyLith/trunk/unittests/pytests/friction/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/friction/TestFrictionModel.py
   short/3D/PyLith/trunk/unittests/pytests/friction/TestRateStateAgeing.py
   short/3D/PyLith/trunk/unittests/pytests/friction/TestSlipWeakening.py
   short/3D/PyLith/trunk/unittests/pytests/friction/TestStaticFriction.py
   short/3D/PyLith/trunk/unittests/pytests/friction/data/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/friction/testfriction.py
   short/3D/PyLith/trunk/unittests/pytests/materials/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/materials/TestDruckerPrager3D.py
   short/3D/PyLith/trunk/unittests/pytests/materials/TestElasticIsotropic3D.py
   short/3D/PyLith/trunk/unittests/pytests/materials/TestElasticMaterial.py
   short/3D/PyLith/trunk/unittests/pytests/materials/TestElasticPlaneStrain.py
   short/3D/PyLith/trunk/unittests/pytests/materials/TestElasticPlaneStress.py
   short/3D/PyLith/trunk/unittests/pytests/materials/TestElasticStrain1D.py
   short/3D/PyLith/trunk/unittests/pytests/materials/TestElasticStress1D.py
   short/3D/PyLith/trunk/unittests/pytests/materials/TestGenMaxwellIsotropic3D.py
   short/3D/PyLith/trunk/unittests/pytests/materials/TestHomogeneous.py
   short/3D/PyLith/trunk/unittests/pytests/materials/TestMaterial.py
   short/3D/PyLith/trunk/unittests/pytests/materials/TestMaxwellIsotropic3D.py
   short/3D/PyLith/trunk/unittests/pytests/materials/TestMaxwellPlaneStrain.py
   short/3D/PyLith/trunk/unittests/pytests/materials/TestPowerLaw3D.py
   short/3D/PyLith/trunk/unittests/pytests/materials/data/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/materials/testmaterials.py
   short/3D/PyLith/trunk/unittests/pytests/meshio/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/meshio/TestCellFilterAvg.py
   short/3D/PyLith/trunk/unittests/pytests/meshio/TestDataWriterVTK.py
   short/3D/PyLith/trunk/unittests/pytests/meshio/TestMeshIOAscii.py
   short/3D/PyLith/trunk/unittests/pytests/meshio/TestMeshIOCubit.py
   short/3D/PyLith/trunk/unittests/pytests/meshio/TestMeshIOLagrit.py
   short/3D/PyLith/trunk/unittests/pytests/meshio/TestOutputManagerMesh.py
   short/3D/PyLith/trunk/unittests/pytests/meshio/TestOutputManagerSubMesh.py
   short/3D/PyLith/trunk/unittests/pytests/meshio/TestOutputSolnSubset.py
   short/3D/PyLith/trunk/unittests/pytests/meshio/TestSingleOutput.py
   short/3D/PyLith/trunk/unittests/pytests/meshio/TestVertexFilterVecNorm.py
   short/3D/PyLith/trunk/unittests/pytests/meshio/data/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/meshio/testcubit.py
   short/3D/PyLith/trunk/unittests/pytests/meshio/testmeshio.py
   short/3D/PyLith/trunk/unittests/pytests/mpi/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/mpi/TestCommunicator.py
   short/3D/PyLith/trunk/unittests/pytests/mpi/testmpi.py
   short/3D/PyLith/trunk/unittests/pytests/problems/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/problems/TestTimeStep.py
   short/3D/PyLith/trunk/unittests/pytests/problems/TestTimeStepAdapt.py
   short/3D/PyLith/trunk/unittests/pytests/problems/TestTimeStepUniform.py
   short/3D/PyLith/trunk/unittests/pytests/problems/TestTimeStepUser.py
   short/3D/PyLith/trunk/unittests/pytests/problems/data/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/problems/testproblems.py
   short/3D/PyLith/trunk/unittests/pytests/topology/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/topology/TestFieldBase.py
   short/3D/PyLith/trunk/unittests/pytests/topology/TestJacobian.py
   short/3D/PyLith/trunk/unittests/pytests/topology/TestMesh.py
   short/3D/PyLith/trunk/unittests/pytests/topology/TestMeshField.py
   short/3D/PyLith/trunk/unittests/pytests/topology/TestMeshFields.py
   short/3D/PyLith/trunk/unittests/pytests/topology/TestMeshGenSimple.py
   short/3D/PyLith/trunk/unittests/pytests/topology/TestMeshGenerator.py
   short/3D/PyLith/trunk/unittests/pytests/topology/TestMeshImporter.py
   short/3D/PyLith/trunk/unittests/pytests/topology/TestSolutionFields.py
   short/3D/PyLith/trunk/unittests/pytests/topology/TestSubMesh.py
   short/3D/PyLith/trunk/unittests/pytests/topology/data/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/topology/testgensimple.py
   short/3D/PyLith/trunk/unittests/pytests/topology/testtopology.py
   short/3D/PyLith/trunk/unittests/pytests/utils/Makefile.am
   short/3D/PyLith/trunk/unittests/pytests/utils/TestEventLogger.py
   short/3D/PyLith/trunk/unittests/pytests/utils/TestPetscManager.py
   short/3D/PyLith/trunk/unittests/pytests/utils/testmanager.py
   short/3D/PyLith/trunk/unittests/pytests/utils/testutils.py
Log:
Merge from trunk (updated header).

Modified: short/3D/PyLith/trunk/COPYING
===================================================================
--- short/3D/PyLith/trunk/COPYING	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/COPYING	2010-08-21 00:20:22 UTC (rev 17103)
@@ -1,4 +1,4 @@
-Copyright (c) 2004-2006 Rensselaer Polytechnic Institute
+Copyright (c) 2010 University of California, Davis
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the

Modified: short/3D/PyLith/trunk/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/applications/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/applications/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/applications/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/applications/pylith.in
===================================================================
--- short/3D/PyLith/trunk/applications/pylith.in	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/applications/pylith.in	2010-08-21 00:20:22 UTC (rev 17103)
@@ -3,11 +3,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/applications/pylith_prepmesh.in
===================================================================
--- short/3D/PyLith/trunk/applications/pylith_prepmesh.in	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/applications/pylith_prepmesh.in	2010-08-21 00:20:22 UTC (rev 17103)
@@ -3,11 +3,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/applications/utilities/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/applications/utilities/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/applications/utilities/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/applications/utilities/powerlaw_gendb.py
===================================================================
--- short/3D/PyLith/trunk/applications/utilities/powerlaw_gendb.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/applications/utilities/powerlaw_gendb.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/applications/utilities/pylithinfo
===================================================================
--- short/3D/PyLith/trunk/applications/utilities/pylithinfo	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/applications/utilities/pylithinfo	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/configure.ac
===================================================================
--- short/3D/PyLith/trunk/configure.ac	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/configure.ac	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 # Process this file with autoconf to produce a configure script.
 

Modified: short/3D/PyLith/trunk/doc/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/doc/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/doc/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/doc/developer/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/doc/developer/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/doc/developer/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/doc/install/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/doc/install/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/doc/install/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/doc/presentations/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/doc/presentations/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/doc/presentations/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/doc/refguide/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/doc/refguide/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/doc/refguide/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/doc/releasenotes/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/doc/releasenotes/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/doc/releasenotes/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/doc/userguide/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/doc/userguide/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/doc/userguide/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/doc/userguide/license.lyx
===================================================================
--- short/3D/PyLith/trunk/doc/userguide/license.lyx	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/doc/userguide/license.lyx	2010-08-21 00:20:22 UTC (rev 17103)
@@ -1,11 +1,12 @@
-#LyX 1.5.1 created this file. For more info see http://www.lyx.org/
-\lyxformat 276
+#LyX 1.6.5 created this file. For more info see http://www.lyx.org/
+\lyxformat 345
 \begin_document
 \begin_header
 \textclass book
 \begin_preamble
 
 \end_preamble
+\use_default_options false
 \language english
 \inputencoding latin1
 \font_roman default
@@ -16,9 +17,11 @@
 \font_osf false
 \font_sf_scale 100
 \font_tt_scale 100
+
 \graphics default
 \paperfontsize default
 \spacing single
+\use_hyperref false
 \papersize default
 \use_geometry true
 \use_amsmath 1
@@ -41,6 +44,7 @@
 \tracking_changes false
 \output_changes false
 \author "" 
+\author "" 
 \end_header
 
 \begin_body
@@ -50,7 +54,7 @@
 \end_layout
 
 \begin_layout Standard
-Copyright (C) 2004-2008 Rensselaer Polytechnic Institute
+Copyright (C) 2010 University of California, Davis
 \end_layout
 
 \begin_layout Standard

Modified: short/3D/PyLith/trunk/examples/3d/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/3d/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/3d/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/3d/hex8/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/3d/hex8/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/3d/hex8/output/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/output/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/3d/hex8/output/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/3d/tet4/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/3d/tet4/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/3d/tet4/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/hex8/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/hex8/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/hex8/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/hex8/output/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/hex8/output/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/hex8/output/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/quad4/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/quad4/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/quad4/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/quad4/output/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/quad4/output/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/quad4/output/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/tet4/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/tet4/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/tet4/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/tet4/output/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/tet4/output/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/tet4/output/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/tri3/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/tri3/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/tri3/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/tri3/output/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/tri3/output/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/tri3/output/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/greensfns/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/greensfns/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/greensfns/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/greensfns/hex8/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/greensfns/hex8/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/greensfns/hex8/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/greensfns/hex8/gfimpulses/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/greensfns/hex8/gfimpulses/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/greensfns/hex8/gfimpulses/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/greensfns/hex8/gfresponses/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/greensfns/hex8/gfresponses/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/greensfns/hex8/gfresponses/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/meshing/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/meshing/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/meshing/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/meshing/surface_nurbs/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/meshing/surface_nurbs/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/meshing/surface_nurbs/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/meshing/surface_nurbs/contours/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/meshing/surface_nurbs/contours/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/meshing/surface_nurbs/contours/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/meshing/surface_nurbs/contours/journal/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/meshing/surface_nurbs/contours/journal/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/meshing/surface_nurbs/contours/journal/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/meshing/surface_nurbs/dem/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/meshing/surface_nurbs/dem/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/meshing/surface_nurbs/dem/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/meshing/surface_nurbs/dem/ulines/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/meshing/surface_nurbs/dem/ulines/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/meshing/surface_nurbs/dem/ulines/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/meshing/surface_nurbs/dem/vlines/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/meshing/surface_nurbs/dem/vlines/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/meshing/surface_nurbs/dem/vlines/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/meshing/surface_nurbs/triangles/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/meshing/surface_nurbs/triangles/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/meshing/surface_nurbs/triangles/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/twocells/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/twocells/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/twocells/twohex8/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twohex8/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/twocells/twohex8/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/twocells/twoquad4/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twoquad4/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/twocells/twoquad4/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/twocells/twotet4/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotet4/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/twocells/twotet4/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/examples/twocells/twotri3/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotri3/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/examples/twocells/twotri3/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/libsrc/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/libsrc/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/libsrc/bc/AbsorbingDampers.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/AbsorbingDampers.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/AbsorbingDampers.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/AbsorbingDampers.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/AbsorbingDampers.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/AbsorbingDampers.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/AbsorbingDampers.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/AbsorbingDampers.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/AbsorbingDampers.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/BCIntegratorSubMesh.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/BCIntegratorSubMesh.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/BCIntegratorSubMesh.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/BCIntegratorSubMesh.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/BCIntegratorSubMesh.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/BCIntegratorSubMesh.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/BCIntegratorSubMesh.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/BCIntegratorSubMesh.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/BCIntegratorSubMesh.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/BoundaryCondition.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/BoundaryCondition.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/BoundaryCondition.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/BoundaryCondition.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/BoundaryCondition.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/BoundaryCondition.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/BoundaryCondition.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/BoundaryCondition.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/BoundaryCondition.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/BoundaryConditionPoints.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/BoundaryConditionPoints.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/BoundaryConditionPoints.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/BoundaryConditionPoints.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/BoundaryConditionPoints.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/BoundaryConditionPoints.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/DirichletBC.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/DirichletBC.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/DirichletBC.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/DirichletBC.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/DirichletBC.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/DirichletBC.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/DirichletBC.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/DirichletBC.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/DirichletBC.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/DirichletBoundary.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/DirichletBoundary.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/DirichletBoundary.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/DirichletBoundary.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/DirichletBoundary.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/DirichletBoundary.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/DirichletBoundary.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/DirichletBoundary.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/DirichletBoundary.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/libsrc/bc/Neumann.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/Neumann.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/Neumann.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/Neumann.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/Neumann.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/Neumann.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/Neumann.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/Neumann.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/Neumann.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/PointForce.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/PointForce.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/PointForce.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/PointForce.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/PointForce.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/PointForce.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/PointForce.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/PointForce.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/PointForce.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/TimeDependent.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/TimeDependent.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/TimeDependent.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/TimeDependent.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/TimeDependent.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/TimeDependent.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/TimeDependent.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/TimeDependent.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/TimeDependent.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/TimeDependentPoints.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/TimeDependentPoints.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/TimeDependentPoints.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/TimeDependentPoints.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/TimeDependentPoints.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/TimeDependentPoints.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/TimeDependentPoints.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/TimeDependentPoints.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/TimeDependentPoints.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/bc/bcfwd.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/bc/bcfwd.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/bc/bcfwd.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/BruneSlipFn.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/BruneSlipFn.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/BruneSlipFn.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/BruneSlipFn.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/BruneSlipFn.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/BruneSlipFn.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/BruneSlipFn.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/BruneSlipFn.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/BruneSlipFn.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/CohesiveTopology.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/CohesiveTopology.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/CohesiveTopology.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/CohesiveTopology.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/CohesiveTopology.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/CohesiveTopology.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/ConstRateSlipFn.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/ConstRateSlipFn.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/ConstRateSlipFn.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/ConstRateSlipFn.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/ConstRateSlipFn.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/ConstRateSlipFn.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/ConstRateSlipFn.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/ConstRateSlipFn.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/ConstRateSlipFn.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/EqKinSrc.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/EqKinSrc.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/EqKinSrc.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/EqKinSrc.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/EqKinSrc.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/EqKinSrc.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/Fault.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/Fault.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/Fault.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/Fault.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/Fault.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/Fault.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/Fault.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/Fault.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/Fault.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/FaultCohesive.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/FaultCohesive.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/FaultCohesive.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/FaultCohesive.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/FaultCohesive.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/FaultCohesive.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/FaultCohesive.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/FaultCohesive.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/FaultCohesive.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveDyn.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveDyn.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveDyn.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveDyn.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveDyn.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveDyn.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveKin.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveLagrange.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveLagrange.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveLagrange.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveLagrange.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveLagrange.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveLagrange.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveTract.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveTract.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveTract.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveTract.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveTract.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/FaultCohesiveTract.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/LiuCosSlipFn.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/LiuCosSlipFn.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/LiuCosSlipFn.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/LiuCosSlipFn.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/LiuCosSlipFn.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/LiuCosSlipFn.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/LiuCosSlipFn.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/LiuCosSlipFn.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/LiuCosSlipFn.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/libsrc/faults/SlipTimeFn.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/SlipTimeFn.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/SlipTimeFn.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/SlipTimeFn.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/SlipTimeFn.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/SlipTimeFn.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/StepSlipFn.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/StepSlipFn.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/StepSlipFn.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/StepSlipFn.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/StepSlipFn.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/StepSlipFn.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/StepSlipFn.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/StepSlipFn.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/StepSlipFn.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/TimeHistorySlipFn.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/TimeHistorySlipFn.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/TimeHistorySlipFn.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/TimeHistorySlipFn.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/TimeHistorySlipFn.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/TimeHistorySlipFn.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/TimeHistorySlipFn.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/TimeHistorySlipFn.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/TimeHistorySlipFn.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/TopologyOps.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/TopologyOps.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/TopologyOps.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/TopologyOps.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/TopologyOps.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/TopologyOps.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/TopologyVisitors.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/TopologyVisitors.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/TopologyVisitors.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/TopologyVisitors.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/TopologyVisitors.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/TopologyVisitors.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/faults/faultsfwd.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/faults/faultsfwd.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/faults/faultsfwd.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/CellGeometry.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/CellGeometry.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/CellGeometry.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/CellGeometry.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/CellGeometry.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/CellGeometry.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/CellGeometry.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/CellGeometry.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/CellGeometry.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Constraint.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Constraint.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Constraint.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Constraint.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Constraint.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Constraint.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Constraint.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Constraint.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Constraint.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicit.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicit.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicit.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicit.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicit.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicit.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicitLgDeform.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicitLgDeform.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicitLgDeform.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicitLgDeform.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicitLgDeform.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicitLgDeform.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicitTet4.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicitTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicitTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicitTet4.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicitTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicitTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicitTri3.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicitTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicitTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicitTri3.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicitTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/ElasticityExplicitTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/ElasticityImplicit.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/ElasticityImplicit.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/ElasticityImplicit.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/ElasticityImplicit.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/ElasticityImplicit.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/ElasticityImplicit.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/ElasticityImplicitLgDeform.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/ElasticityImplicitLgDeform.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/ElasticityImplicitLgDeform.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/ElasticityImplicitLgDeform.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/ElasticityImplicitLgDeform.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/ElasticityImplicitLgDeform.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/GeometryHex3D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/GeometryHex3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/GeometryHex3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/GeometryHex3D.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/GeometryHex3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/GeometryHex3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/GeometryLine1D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/GeometryLine1D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/GeometryLine1D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/GeometryLine1D.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/GeometryLine1D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/GeometryLine1D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/GeometryLine2D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/GeometryLine2D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/GeometryLine2D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/GeometryLine2D.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/GeometryLine2D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/GeometryLine2D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/GeometryLine3D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/GeometryLine3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/GeometryLine3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/GeometryLine3D.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/GeometryLine3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/GeometryLine3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/GeometryPoint1D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/GeometryPoint1D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/GeometryPoint1D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/GeometryPoint1D.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/GeometryPoint1D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/GeometryPoint1D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/GeometryPoint2D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/GeometryPoint2D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/GeometryPoint2D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/GeometryPoint2D.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/GeometryPoint2D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/GeometryPoint2D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/GeometryPoint3D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/GeometryPoint3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/GeometryPoint3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/GeometryPoint3D.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/GeometryPoint3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/GeometryPoint3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/GeometryQuad2D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/GeometryQuad2D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/GeometryQuad2D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/GeometryQuad2D.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/GeometryQuad2D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/GeometryQuad2D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/GeometryQuad3D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/GeometryQuad3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/GeometryQuad3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/GeometryQuad3D.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/GeometryQuad3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/GeometryQuad3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/GeometryTet3D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/GeometryTet3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/GeometryTet3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/GeometryTet3D.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/GeometryTet3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/GeometryTet3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/GeometryTri2D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/GeometryTri2D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/GeometryTri2D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/GeometryTri2D.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/GeometryTri2D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/GeometryTri2D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/GeometryTri3D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/GeometryTri3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/GeometryTri3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/GeometryTri3D.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/GeometryTri3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/GeometryTri3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Integrator.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Integrator.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Integrator.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Integrator.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Integrator.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Integrator.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Integrator.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Integrator.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Integrator.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/IntegratorElasticity.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/IntegratorElasticity.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/IntegratorElasticity.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/IntegratorElasticity.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/IntegratorElasticity.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/IntegratorElasticity.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/IntegratorElasticityLgDeform.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/IntegratorElasticityLgDeform.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/IntegratorElasticityLgDeform.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/IntegratorElasticityLgDeform.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/IntegratorElasticityLgDeform.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/IntegratorElasticityLgDeform.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Quadrature.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Quadrature.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Quadrature.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Quadrature.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Quadrature.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Quadrature.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Quadrature.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Quadrature.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Quadrature.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Quadrature0D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Quadrature0D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Quadrature0D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Quadrature0D.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Quadrature0D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Quadrature0D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Quadrature0D.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Quadrature0D.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Quadrature0D.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1D.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1D.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1D.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1D.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1Din2D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1Din2D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1Din2D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1Din2D.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1Din2D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1Din2D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1Din2D.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1Din2D.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1Din2D.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1Din3D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1Din3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1Din3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1Din3D.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1Din3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1Din3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1Din3D.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1Din3D.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Quadrature1Din3D.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Quadrature2D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Quadrature2D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Quadrature2D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Quadrature2D.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Quadrature2D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Quadrature2D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Quadrature2D.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Quadrature2D.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Quadrature2D.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Quadrature2Din3D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Quadrature2Din3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Quadrature2Din3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Quadrature2Din3D.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Quadrature2Din3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Quadrature2Din3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Quadrature2Din3D.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Quadrature2Din3D.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Quadrature2Din3D.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Quadrature3D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Quadrature3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Quadrature3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Quadrature3D.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Quadrature3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Quadrature3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/Quadrature3D.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/Quadrature3D.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/Quadrature3D.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/QuadratureEngine.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/QuadratureEngine.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/QuadratureEngine.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/QuadratureEngine.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/QuadratureEngine.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/QuadratureEngine.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/QuadratureEngine.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/QuadratureEngine.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/QuadratureEngine.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/QuadratureRefCell.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/QuadratureRefCell.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/QuadratureRefCell.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/QuadratureRefCell.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/QuadratureRefCell.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/QuadratureRefCell.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/QuadratureRefCell.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/QuadratureRefCell.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/QuadratureRefCell.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/feassemble/feassemblefwd.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/feassemblefwd.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/feassemble/feassemblefwd.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/friction/FrictionModel.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/friction/FrictionModel.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/friction/FrictionModel.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/friction/FrictionModel.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/friction/FrictionModel.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/friction/FrictionModel.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/friction/FrictionModel.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/friction/FrictionModel.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/friction/FrictionModel.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/friction/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/libsrc/friction/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/friction/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/libsrc/friction/RateStateAgeing.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/friction/RateStateAgeing.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/friction/RateStateAgeing.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/friction/RateStateAgeing.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/friction/RateStateAgeing.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/friction/RateStateAgeing.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/friction/SlipWeakening.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/friction/SlipWeakening.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/friction/SlipWeakening.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/friction/SlipWeakening.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/friction/SlipWeakening.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/friction/SlipWeakening.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/friction/StaticFriction.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/friction/StaticFriction.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/friction/StaticFriction.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/friction/StaticFriction.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/friction/StaticFriction.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/friction/StaticFriction.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/friction/frictionfwd.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/friction/frictionfwd.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/friction/frictionfwd.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/DruckerPrager3D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/DruckerPrager3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/DruckerPrager3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/DruckerPrager3D.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/DruckerPrager3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/DruckerPrager3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/DruckerPrager3D.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/DruckerPrager3D.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/DruckerPrager3D.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/EffectiveStress.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/EffectiveStress.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/EffectiveStress.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/EffectiveStress.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/EffectiveStress.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/EffectiveStress.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/ElasticIsotropic3D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/ElasticIsotropic3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/ElasticIsotropic3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/ElasticIsotropic3D.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/ElasticIsotropic3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/ElasticIsotropic3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/ElasticIsotropic3D.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/ElasticIsotropic3D.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/ElasticIsotropic3D.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/ElasticMaterial.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/ElasticMaterial.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/ElasticMaterial.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/ElasticMaterial.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/ElasticMaterial.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/ElasticMaterial.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/ElasticMaterial.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/ElasticMaterial.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/ElasticMaterial.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/ElasticPlaneStrain.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/ElasticPlaneStrain.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/ElasticPlaneStrain.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/ElasticPlaneStrain.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/ElasticPlaneStrain.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/ElasticPlaneStrain.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/ElasticPlaneStress.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/ElasticPlaneStress.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/ElasticPlaneStress.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/ElasticPlaneStress.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/ElasticPlaneStress.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/ElasticPlaneStress.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/ElasticStrain1D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/ElasticStrain1D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/ElasticStrain1D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/ElasticStrain1D.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/ElasticStrain1D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/ElasticStrain1D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/ElasticStress1D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/ElasticStress1D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/ElasticStress1D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/ElasticStress1D.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/ElasticStress1D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/ElasticStress1D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/GenMaxwellIsotropic3D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/GenMaxwellIsotropic3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/GenMaxwellIsotropic3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/GenMaxwellIsotropic3D.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/GenMaxwellIsotropic3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/GenMaxwellIsotropic3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/GenMaxwellIsotropic3D.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/GenMaxwellIsotropic3D.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/GenMaxwellIsotropic3D.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/libsrc/materials/Material.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/Material.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/Material.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/Material.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/Material.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/Material.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/Material.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/Material.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/Material.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/MaxwellIsotropic3D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/MaxwellIsotropic3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/MaxwellIsotropic3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/MaxwellIsotropic3D.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/MaxwellIsotropic3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/MaxwellIsotropic3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/MaxwellIsotropic3D.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/MaxwellIsotropic3D.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/MaxwellIsotropic3D.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/MaxwellPlaneStrain.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/MaxwellPlaneStrain.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/MaxwellPlaneStrain.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/MaxwellPlaneStrain.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/MaxwellPlaneStrain.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/MaxwellPlaneStrain.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/MaxwellPlaneStrain.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/MaxwellPlaneStrain.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/MaxwellPlaneStrain.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/Metadata.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/Metadata.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/Metadata.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/Metadata.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/Metadata.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/Metadata.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/Metadata.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/Metadata.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/Metadata.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/PowerLaw3D.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/PowerLaw3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/PowerLaw3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/PowerLaw3D.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/PowerLaw3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/PowerLaw3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/PowerLaw3D.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/PowerLaw3D.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/PowerLaw3D.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/ViscoelasticMaxwell.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/ViscoelasticMaxwell.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/ViscoelasticMaxwell.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/ViscoelasticMaxwell.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/ViscoelasticMaxwell.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/ViscoelasticMaxwell.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/libsrc/materials/materialsfwd.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/materials/materialsfwd.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/materials/materialsfwd.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/BinaryIO.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/BinaryIO.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/BinaryIO.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/BinaryIO.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/BinaryIO.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/BinaryIO.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/CellFilter.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/CellFilter.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/CellFilter.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/CellFilter.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/CellFilter.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/CellFilter.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/CellFilterAvg.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/CellFilterAvg.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/CellFilterAvg.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/CellFilterAvg.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/CellFilterAvg.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/CellFilterAvg.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/DataWriter.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/DataWriter.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/DataWriter.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/DataWriter.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/DataWriter.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/DataWriter.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/DataWriterVTK.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/DataWriterVTK.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/DataWriterVTK.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/DataWriterVTK.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/DataWriterVTK.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/DataWriterVTK.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/DataWriterVTK.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/DataWriterVTK.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/DataWriterVTK.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/GMVFile.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/GMVFile.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/GMVFile.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/GMVFile.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/GMVFile.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/GMVFile.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/GMVFileAscii.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/GMVFileAscii.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/GMVFileAscii.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/GMVFileAscii.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/GMVFileAscii.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/GMVFileAscii.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/GMVFileAscii.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/GMVFileAscii.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/GMVFileAscii.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/GMVFileBinary.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/GMVFileBinary.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/GMVFileBinary.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/GMVFileBinary.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/GMVFileBinary.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/GMVFileBinary.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/HDF5.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/HDF5.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/HDF5.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/HDF5.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/HDF5.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/HDF5.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/MeshBuilder.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/MeshBuilder.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/MeshBuilder.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/MeshBuilder.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/MeshBuilder.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/MeshBuilder.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/MeshIO.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/MeshIO.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/MeshIO.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/MeshIO.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/MeshIO.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/MeshIO.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/MeshIO.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/MeshIO.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/MeshIO.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/MeshIOAscii.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/MeshIOAscii.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/MeshIOAscii.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/MeshIOAscii.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/MeshIOAscii.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/MeshIOAscii.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/MeshIOAscii.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/MeshIOAscii.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/MeshIOAscii.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/MeshIOCubit.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/MeshIOCubit.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/MeshIOCubit.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/MeshIOCubit.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/MeshIOCubit.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/MeshIOCubit.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/MeshIOCubit.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/MeshIOCubit.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/MeshIOCubit.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/MeshIOHDF5.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/MeshIOHDF5.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/MeshIOHDF5.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/MeshIOHDF5.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/MeshIOHDF5.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/MeshIOHDF5.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/MeshIOHDF5.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/MeshIOHDF5.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/MeshIOHDF5.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/MeshIOLagrit.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/MeshIOLagrit.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/MeshIOLagrit.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/MeshIOLagrit.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/MeshIOLagrit.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/MeshIOLagrit.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/MeshIOLagrit.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/MeshIOLagrit.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/MeshIOLagrit.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/MeshIOSieve.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/MeshIOSieve.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/MeshIOSieve.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/MeshIOSieve.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/MeshIOSieve.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/MeshIOSieve.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/MeshIOSieve.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/MeshIOSieve.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/MeshIOSieve.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/OutputManager.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/OutputManager.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/OutputManager.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/OutputManager.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/OutputManager.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/OutputManager.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/OutputSolnSubset.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/OutputSolnSubset.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/OutputSolnSubset.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/OutputSolnSubset.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/OutputSolnSubset.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/OutputSolnSubset.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/PsetFile.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/PsetFile.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/PsetFile.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/PsetFile.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/PsetFile.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/PsetFile.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/PsetFileAscii.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/PsetFileAscii.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/PsetFileAscii.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/PsetFileAscii.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/PsetFileAscii.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/PsetFileAscii.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/PsetFileAscii.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/PsetFileAscii.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/PsetFileAscii.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/PsetFileBinary.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/PsetFileBinary.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/PsetFileBinary.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/PsetFileBinary.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/PsetFileBinary.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/PsetFileBinary.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/UCDFaultFile.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/UCDFaultFile.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/UCDFaultFile.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/UCDFaultFile.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/UCDFaultFile.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/UCDFaultFile.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/VertexFilter.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/VertexFilter.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/VertexFilter.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/VertexFilter.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/VertexFilter.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/VertexFilter.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/VertexFilterVecNorm.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/VertexFilterVecNorm.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/VertexFilterVecNorm.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/VertexFilterVecNorm.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/VertexFilterVecNorm.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/VertexFilterVecNorm.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/meshio/meshiofwd.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/meshio/meshiofwd.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/meshio/meshiofwd.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/problems/Explicit.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/problems/Explicit.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/problems/Explicit.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/problems/Explicit.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/problems/Explicit.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/problems/Explicit.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/problems/Formulation.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/problems/Formulation.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/problems/Formulation.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/problems/Formulation.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/problems/Formulation.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/problems/Formulation.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/problems/Implicit.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/problems/Implicit.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/problems/Implicit.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/problems/Implicit.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/problems/Implicit.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/problems/Implicit.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/problems/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/libsrc/problems/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/problems/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/libsrc/problems/Solver.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/problems/Solver.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/problems/Solver.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/problems/Solver.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/problems/Solver.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/problems/Solver.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/problems/SolverLinear.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/problems/SolverLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/problems/SolverLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/problems/SolverLinear.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/problems/SolverLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/problems/SolverLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/problems/SolverLumped.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/problems/SolverLumped.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/problems/SolverLumped.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/problems/SolverLumped.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/problems/SolverLumped.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/problems/SolverLumped.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/problems/SolverNonlinear.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/problems/SolverNonlinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/problems/SolverNonlinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/problems/SolverNonlinear.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/problems/SolverNonlinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/problems/SolverNonlinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/problems/problemsfwd.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/problems/problemsfwd.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/problems/problemsfwd.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/topology/Distributor.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/Distributor.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/topology/Distributor.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/topology/Distributor.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/Distributor.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/topology/Distributor.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/topology/Field.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/Field.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/topology/Field.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/topology/Field.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/Field.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/topology/Field.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/topology/Field.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/Field.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/topology/Field.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/topology/FieldBase.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/FieldBase.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/topology/FieldBase.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/topology/FieldBase.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/FieldBase.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/topology/FieldBase.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/topology/Fields.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/Fields.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/topology/Fields.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/topology/Fields.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/Fields.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/topology/Fields.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/topology/Jacobian.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/Jacobian.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/topology/Jacobian.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/topology/Jacobian.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/Jacobian.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/topology/Jacobian.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/topology/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/topology/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/libsrc/topology/Mesh.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/Mesh.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/topology/Mesh.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/topology/Mesh.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/Mesh.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/topology/Mesh.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/topology/Mesh.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/Mesh.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/topology/Mesh.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/topology/MeshOps.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/MeshOps.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/topology/MeshOps.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/topology/MeshOps.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/MeshOps.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/topology/MeshOps.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/topology/RefineUniform.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/RefineUniform.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/topology/RefineUniform.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/topology/RefineUniform.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/RefineUniform.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/topology/RefineUniform.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/topology/ReverseCuthillMcKee.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/ReverseCuthillMcKee.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/topology/ReverseCuthillMcKee.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/topology/ReverseCuthillMcKee.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/ReverseCuthillMcKee.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/topology/ReverseCuthillMcKee.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/topology/SolutionFields.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/SolutionFields.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/topology/SolutionFields.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/topology/SolutionFields.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/SolutionFields.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/topology/SolutionFields.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/topology/SubMesh.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/SubMesh.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/topology/SubMesh.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/topology/SubMesh.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/SubMesh.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/topology/SubMesh.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/topology/SubMesh.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/SubMesh.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/topology/SubMesh.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/topology/topologyfwd.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/topology/topologyfwd.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/topology/topologyfwd.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/utils/EventLogger.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/utils/EventLogger.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/utils/EventLogger.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/utils/EventLogger.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/utils/EventLogger.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/utils/EventLogger.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/utils/EventLogger.icc
===================================================================
--- short/3D/PyLith/trunk/libsrc/utils/EventLogger.icc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/utils/EventLogger.icc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/utils/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/libsrc/utils/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/utils/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/libsrc/utils/TestArray.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/utils/TestArray.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/utils/TestArray.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/utils/TestArray.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/utils/TestArray.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/utils/TestArray.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/utils/array.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/utils/array.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/utils/array.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/utils/arrayfwd.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/utils/arrayfwd.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/utils/arrayfwd.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/utils/constdefs.h
===================================================================
--- short/3D/PyLith/trunk/libsrc/utils/constdefs.h	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/utils/constdefs.h	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/utils/lapack.h
===================================================================
--- short/3D/PyLith/trunk/libsrc/utils/lapack.h	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/utils/lapack.h	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/utils/macrodefs.h
===================================================================
--- short/3D/PyLith/trunk/libsrc/utils/macrodefs.h	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/utils/macrodefs.h	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/utils/petscerror.h
===================================================================
--- short/3D/PyLith/trunk/libsrc/utils/petscerror.h	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/utils/petscerror.h	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/utils/petscfwd.h
===================================================================
--- short/3D/PyLith/trunk/libsrc/utils/petscfwd.h	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/utils/petscfwd.h	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/utils/sievefwd.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/utils/sievefwd.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/utils/sievefwd.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/utils/sievetypes.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/utils/sievetypes.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/utils/sievetypes.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/libsrc/utils/utilsfwd.hh
===================================================================
--- short/3D/PyLith/trunk/libsrc/utils/utilsfwd.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/libsrc/utils/utilsfwd.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/modulesrc/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/modulesrc/bc/AbsorbingDampers.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/bc/AbsorbingDampers.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/bc/AbsorbingDampers.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/bc/BCIntegratorSubMesh.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/bc/BCIntegratorSubMesh.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/bc/BCIntegratorSubMesh.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/bc/BoundaryCondition.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/bc/BoundaryCondition.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/bc/BoundaryCondition.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/bc/BoundaryConditionPoints.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/bc/BoundaryConditionPoints.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/bc/BoundaryConditionPoints.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/bc/DirichletBC.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/bc/DirichletBC.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/bc/DirichletBC.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/bc/DirichletBoundary.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/bc/DirichletBoundary.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/bc/DirichletBoundary.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/bc/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/modulesrc/bc/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/bc/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/modulesrc/bc/Neumann.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/bc/Neumann.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/bc/Neumann.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/bc/PointForce.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/bc/PointForce.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/bc/PointForce.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/bc/TimeDependent.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/bc/TimeDependent.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/bc/TimeDependent.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/bc/TimeDependentPoints.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/bc/TimeDependentPoints.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/bc/TimeDependentPoints.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/bc/bc.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/bc/bc.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/bc/bc.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/faults/BruneSlipFn.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/faults/BruneSlipFn.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/faults/BruneSlipFn.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/faults/ConstRateSlipFn.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/faults/ConstRateSlipFn.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/faults/ConstRateSlipFn.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/faults/EqKinSrc.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/faults/EqKinSrc.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/faults/EqKinSrc.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/faults/Fault.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/faults/Fault.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/faults/Fault.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/faults/FaultCohesive.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/faults/FaultCohesive.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/faults/FaultCohesive.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/faults/FaultCohesiveDyn.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/faults/FaultCohesiveDyn.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/faults/FaultCohesiveDyn.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/faults/FaultCohesiveKin.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/faults/FaultCohesiveKin.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/faults/FaultCohesiveKin.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/faults/FaultCohesiveLagrange.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/faults/FaultCohesiveLagrange.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/faults/FaultCohesiveLagrange.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/faults/FaultCohesiveTract.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/faults/FaultCohesiveTract.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/faults/FaultCohesiveTract.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/faults/LiuCosSlipFn.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/faults/LiuCosSlipFn.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/faults/LiuCosSlipFn.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/faults/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/modulesrc/faults/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/faults/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/modulesrc/faults/SlipTimeFn.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/faults/SlipTimeFn.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/faults/SlipTimeFn.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/faults/StepSlipFn.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/faults/StepSlipFn.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/faults/StepSlipFn.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/faults/TimeHistorySlipFn.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/faults/TimeHistorySlipFn.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/faults/TimeHistorySlipFn.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/faults/faults.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/faults/faults.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/faults/faults.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/CellGeometry.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/CellGeometry.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/CellGeometry.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/Constraint.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/Constraint.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/Constraint.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/ElasticityExplicit.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/ElasticityExplicit.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/ElasticityExplicit.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/ElasticityExplicitLgDeform.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/ElasticityExplicitLgDeform.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/ElasticityExplicitLgDeform.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/ElasticityExplicitTet4.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/ElasticityExplicitTet4.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/ElasticityExplicitTet4.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/ElasticityExplicitTri3.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/ElasticityExplicitTri3.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/ElasticityExplicitTri3.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/ElasticityImplicit.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/ElasticityImplicit.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/ElasticityImplicit.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/ElasticityImplicitLgDeform.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/ElasticityImplicitLgDeform.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/ElasticityImplicitLgDeform.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/GeometryHex3D.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/GeometryHex3D.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/GeometryHex3D.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/GeometryLine1D.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/GeometryLine1D.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/GeometryLine1D.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/GeometryLine2D.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/GeometryLine2D.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/GeometryLine2D.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/GeometryLine3D.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/GeometryLine3D.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/GeometryLine3D.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/GeometryPoint1D.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/GeometryPoint1D.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/GeometryPoint1D.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/GeometryPoint2D.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/GeometryPoint2D.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/GeometryPoint2D.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/GeometryPoint3D.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/GeometryPoint3D.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/GeometryPoint3D.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/GeometryQuad2D.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/GeometryQuad2D.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/GeometryQuad2D.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/GeometryQuad3D.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/GeometryQuad3D.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/GeometryQuad3D.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/GeometryTet3D.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/GeometryTet3D.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/GeometryTet3D.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/GeometryTri2D.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/GeometryTri2D.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/GeometryTri2D.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/GeometryTri3D.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/GeometryTri3D.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/GeometryTri3D.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/Integrator.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/Integrator.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/Integrator.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/IntegratorElasticity.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/IntegratorElasticity.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/IntegratorElasticity.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/IntegratorElasticityLgDeform.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/IntegratorElasticityLgDeform.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/IntegratorElasticityLgDeform.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/Quadrature.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/Quadrature.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/Quadrature.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/QuadratureRefCell.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/QuadratureRefCell.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/QuadratureRefCell.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/feassemble/feassemble.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/feassemble/feassemble.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/feassemble/feassemble.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/friction/FrictionModel.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/friction/FrictionModel.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/friction/FrictionModel.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/friction/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/modulesrc/friction/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/friction/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/modulesrc/friction/RateStateAgeing.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/friction/RateStateAgeing.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/friction/RateStateAgeing.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/friction/SlipWeakening.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/friction/SlipWeakening.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/friction/SlipWeakening.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/friction/StaticFriction.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/friction/StaticFriction.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/friction/StaticFriction.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/friction/friction.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/friction/friction.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/friction/friction.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/include/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/modulesrc/include/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/include/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/modulesrc/include/chararray.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/include/chararray.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/include/chararray.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/include/doublearray.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/include/doublearray.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/include/doublearray.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/include/eqkinsrcarray.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/include/eqkinsrcarray.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/include/eqkinsrcarray.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/include/integratorarray.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/include/integratorarray.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/include/integratorarray.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/include/submeshfield.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/include/submeshfield.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/include/submeshfield.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/materials/DruckerPrager3D.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/materials/DruckerPrager3D.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/materials/DruckerPrager3D.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/materials/ElasticIsotropic3D.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/materials/ElasticIsotropic3D.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/materials/ElasticIsotropic3D.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/materials/ElasticMaterial.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/materials/ElasticMaterial.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/materials/ElasticMaterial.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/materials/ElasticPlaneStrain.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/materials/ElasticPlaneStrain.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/materials/ElasticPlaneStrain.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/materials/ElasticPlaneStress.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/materials/ElasticPlaneStress.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/materials/ElasticPlaneStress.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/materials/ElasticStrain1D.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/materials/ElasticStrain1D.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/materials/ElasticStrain1D.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/materials/ElasticStress1D.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/materials/ElasticStress1D.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/materials/ElasticStress1D.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/materials/GenMaxwellIsotropic3D.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/materials/GenMaxwellIsotropic3D.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/materials/GenMaxwellIsotropic3D.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/materials/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/modulesrc/materials/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/materials/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/modulesrc/materials/Material.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/materials/Material.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/materials/Material.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/materials/MaxwellIsotropic3D.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/materials/MaxwellIsotropic3D.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/materials/MaxwellIsotropic3D.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/materials/MaxwellPlaneStrain.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/materials/MaxwellPlaneStrain.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/materials/MaxwellPlaneStrain.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/materials/PowerLaw3D.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/materials/PowerLaw3D.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/materials/PowerLaw3D.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/materials/materials.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/materials/materials.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/materials/materials.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/meshio/CellFilter.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/meshio/CellFilter.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/meshio/CellFilter.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/meshio/CellFilterAvg.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/meshio/CellFilterAvg.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/meshio/CellFilterAvg.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/meshio/DataWriter.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/meshio/DataWriter.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/meshio/DataWriter.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/meshio/DataWriterVTK.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/meshio/DataWriterVTK.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/meshio/DataWriterVTK.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/meshio/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/modulesrc/meshio/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/meshio/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/modulesrc/meshio/MeshIOAscii.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/meshio/MeshIOAscii.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/meshio/MeshIOAscii.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/meshio/MeshIOCubit.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/meshio/MeshIOCubit.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/meshio/MeshIOCubit.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/meshio/MeshIOLagrit.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/meshio/MeshIOLagrit.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/meshio/MeshIOLagrit.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/meshio/MeshIOObj.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/meshio/MeshIOObj.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/meshio/MeshIOObj.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/meshio/MeshIOSieve.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/meshio/MeshIOSieve.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/meshio/MeshIOSieve.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/meshio/OutputManager.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/meshio/OutputManager.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/meshio/OutputManager.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/meshio/OutputSolnSubset.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/meshio/OutputSolnSubset.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/meshio/OutputSolnSubset.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/meshio/VertexFilter.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/meshio/VertexFilter.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/meshio/VertexFilter.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/meshio/VertexFilterVecNorm.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/meshio/VertexFilterVecNorm.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/meshio/VertexFilterVecNorm.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/meshio/meshio.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/meshio/meshio.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/meshio/meshio.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/mpi/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/modulesrc/mpi/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/mpi/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/modulesrc/mpi/mpi.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/mpi/mpi.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/mpi/mpi.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/mpi/mpi_comm.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/mpi/mpi_comm.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/mpi/mpi_comm.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/problems/Explicit.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/problems/Explicit.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/problems/Explicit.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/problems/Formulation.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/problems/Formulation.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/problems/Formulation.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/problems/Implicit.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/problems/Implicit.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/problems/Implicit.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/problems/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/modulesrc/problems/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/problems/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/modulesrc/problems/Solver.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/problems/Solver.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/problems/Solver.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/problems/SolverLinear.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/problems/SolverLinear.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/problems/SolverLinear.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/problems/SolverLumped.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/problems/SolverLumped.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/problems/SolverLumped.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/problems/SolverNonlinear.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/problems/SolverNonlinear.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/problems/SolverNonlinear.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/problems/problems.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/problems/problems.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/problems/problems.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/topology/Distributor.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/topology/Distributor.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/topology/Distributor.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/topology/Field.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/topology/Field.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/topology/Field.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/topology/FieldBase.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/topology/FieldBase.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/topology/FieldBase.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/topology/Fields.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/topology/Fields.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/topology/Fields.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/topology/Jacobian.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/topology/Jacobian.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/topology/Jacobian.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/topology/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/modulesrc/topology/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/topology/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/modulesrc/topology/Mesh.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/topology/Mesh.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/topology/Mesh.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/topology/MeshOps.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/topology/MeshOps.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/topology/MeshOps.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/topology/RefineUniform.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/topology/RefineUniform.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/topology/RefineUniform.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/topology/ReverseCuthillMcKee.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/topology/ReverseCuthillMcKee.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/topology/ReverseCuthillMcKee.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/topology/SolutionFields.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/topology/SolutionFields.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/topology/SolutionFields.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/topology/SubMesh.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/topology/SubMesh.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/topology/SubMesh.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/topology/topology.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/topology/topology.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/topology/topology.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/utils/EventLogger.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/utils/EventLogger.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/utils/EventLogger.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/utils/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/modulesrc/utils/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/utils/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/modulesrc/utils/TestArray.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/utils/TestArray.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/utils/TestArray.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/utils/petsc.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/utils/petsc.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/utils/petsc.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/utils/petsc_general.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/utils/petsc_general.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/utils/petsc_general.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/utils/petsc_mat.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/utils/petsc_mat.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/utils/petsc_mat.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/utils/petsc_memory.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/utils/petsc_memory.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/utils/petsc_memory.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/modulesrc/utils/utils.i
===================================================================
--- short/3D/PyLith/trunk/modulesrc/utils/utils.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/modulesrc/utils/utils.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/playpen/closure/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/playpen/closure/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/playpen/closure/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/playpen/closure/TestClosure.cc
===================================================================
--- short/3D/PyLith/trunk/playpen/closure/TestClosure.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/playpen/closure/TestClosure.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/playpen/closure/TestClosure.hh
===================================================================
--- short/3D/PyLith/trunk/playpen/closure/TestClosure.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/playpen/closure/TestClosure.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/playpen/closure/test_cubit.cc
===================================================================
--- short/3D/PyLith/trunk/playpen/closure/test_cubit.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/playpen/closure/test_cubit.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/playpen/closure/test_lagrit.cc
===================================================================
--- short/3D/PyLith/trunk/playpen/closure/test_lagrit.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/playpen/closure/test_lagrit.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/playpen/euler/euler.py
===================================================================
--- short/3D/PyLith/trunk/playpen/euler/euler.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/playpen/euler/euler.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/playpen/euler/grabfaces.py
===================================================================
--- short/3D/PyLith/trunk/playpen/euler/grabfaces.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/playpen/euler/grabfaces.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/playpen/euler/grabpoints.py
===================================================================
--- short/3D/PyLith/trunk/playpen/euler/grabpoints.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/playpen/euler/grabpoints.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/playpen/euler/poleconvert.py
===================================================================
--- short/3D/PyLith/trunk/playpen/euler/poleconvert.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/playpen/euler/poleconvert.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/playpen/euler/transform.py
===================================================================
--- short/3D/PyLith/trunk/playpen/euler/transform.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/playpen/euler/transform.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/playpen/memcheck/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/playpen/memcheck/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/playpen/memcheck/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/playpen/memcheck/configure.ac
===================================================================
--- short/3D/PyLith/trunk/playpen/memcheck/configure.ac	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/playpen/memcheck/configure.ac	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 # Process this file with autoconf to produce a configure script.
 

Modified: short/3D/PyLith/trunk/playpen/memcheck/memory_usage.py
===================================================================
--- short/3D/PyLith/trunk/playpen/memcheck/memory_usage.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/playpen/memcheck/memory_usage.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/playpen/memcheck/runtet4.cc
===================================================================
--- short/3D/PyLith/trunk/playpen/memcheck/runtet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/playpen/memcheck/runtet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/playpen/memcheck/tidy.sh
===================================================================
--- short/3D/PyLith/trunk/playpen/memcheck/tidy.sh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/playpen/memcheck/tidy.sh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/playpen/postproc/fault/faultinfo.py
===================================================================
--- short/3D/PyLith/trunk/playpen/postproc/fault/faultinfo.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/playpen/postproc/fault/faultinfo.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/playpen/postproc/vtkcff.py
===================================================================
--- short/3D/PyLith/trunk/playpen/postproc/vtkcff.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/playpen/postproc/vtkcff.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/playpen/postproc/vtkdiff.py
===================================================================
--- short/3D/PyLith/trunk/playpen/postproc/vtkdiff.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/playpen/postproc/vtkdiff.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/playpen/powerlaw/powerlaw_gendb.py
===================================================================
--- short/3D/PyLith/trunk/playpen/powerlaw/powerlaw_gendb.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/playpen/powerlaw/powerlaw_gendb.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/playpen/savpres_ss/savpres_ss.py
===================================================================
--- short/3D/PyLith/trunk/playpen/savpres_ss/savpres_ss.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/playpen/savpres_ss/savpres_ss.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/playpen/tsurf/tsurftooff
===================================================================
--- short/3D/PyLith/trunk/playpen/tsurf/tsurftooff	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/playpen/tsurf/tsurftooff	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/playpen/verification/verify.py
===================================================================
--- short/3D/PyLith/trunk/playpen/verification/verify.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/playpen/verification/verify.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/pylith/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/__init__.py
===================================================================
--- short/3D/PyLith/trunk/pylith/__init__.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/__init__.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/apps/PetscApplication.py
===================================================================
--- short/3D/PyLith/trunk/pylith/apps/PetscApplication.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/apps/PetscApplication.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/apps/PrepMeshApp.py
===================================================================
--- short/3D/PyLith/trunk/pylith/apps/PrepMeshApp.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/apps/PrepMeshApp.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/apps/PyLithApp.py
===================================================================
--- short/3D/PyLith/trunk/pylith/apps/PyLithApp.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/apps/PyLithApp.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/apps/__init__.py
===================================================================
--- short/3D/PyLith/trunk/pylith/apps/__init__.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/apps/__init__.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/bc/AbsorbingDampers.py
===================================================================
--- short/3D/PyLith/trunk/pylith/bc/AbsorbingDampers.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/bc/AbsorbingDampers.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/bc/BoundaryCondition.py
===================================================================
--- short/3D/PyLith/trunk/pylith/bc/BoundaryCondition.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/bc/BoundaryCondition.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/bc/DirichletBC.py
===================================================================
--- short/3D/PyLith/trunk/pylith/bc/DirichletBC.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/bc/DirichletBC.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/bc/DirichletBoundary.py
===================================================================
--- short/3D/PyLith/trunk/pylith/bc/DirichletBoundary.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/bc/DirichletBoundary.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/bc/Neumann.py
===================================================================
--- short/3D/PyLith/trunk/pylith/bc/Neumann.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/bc/Neumann.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/bc/PointForce.py
===================================================================
--- short/3D/PyLith/trunk/pylith/bc/PointForce.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/bc/PointForce.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/bc/TimeDependent.py
===================================================================
--- short/3D/PyLith/trunk/pylith/bc/TimeDependent.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/bc/TimeDependent.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/bc/TimeDependentPoints.py
===================================================================
--- short/3D/PyLith/trunk/pylith/bc/TimeDependentPoints.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/bc/TimeDependentPoints.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/bc/ZeroDispDB.py
===================================================================
--- short/3D/PyLith/trunk/pylith/bc/ZeroDispDB.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/bc/ZeroDispDB.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/bc/__init__.py
===================================================================
--- short/3D/PyLith/trunk/pylith/bc/__init__.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/bc/__init__.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/faults/BruneSlipFn.py
===================================================================
--- short/3D/PyLith/trunk/pylith/faults/BruneSlipFn.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/faults/BruneSlipFn.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/faults/ConstRateSlipFn.py
===================================================================
--- short/3D/PyLith/trunk/pylith/faults/ConstRateSlipFn.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/faults/ConstRateSlipFn.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/faults/EqKinSrc.py
===================================================================
--- short/3D/PyLith/trunk/pylith/faults/EqKinSrc.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/faults/EqKinSrc.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/faults/Fault.py
===================================================================
--- short/3D/PyLith/trunk/pylith/faults/Fault.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/faults/Fault.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/faults/FaultCohesive.py
===================================================================
--- short/3D/PyLith/trunk/pylith/faults/FaultCohesive.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/faults/FaultCohesive.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/faults/FaultCohesiveDyn.py
===================================================================
--- short/3D/PyLith/trunk/pylith/faults/FaultCohesiveDyn.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/faults/FaultCohesiveDyn.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/faults/FaultCohesiveKin.py
===================================================================
--- short/3D/PyLith/trunk/pylith/faults/FaultCohesiveKin.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/faults/FaultCohesiveKin.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/faults/FaultCohesiveTract.py
===================================================================
--- short/3D/PyLith/trunk/pylith/faults/FaultCohesiveTract.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/faults/FaultCohesiveTract.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/faults/LiuCosSlipFn.py
===================================================================
--- short/3D/PyLith/trunk/pylith/faults/LiuCosSlipFn.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/faults/LiuCosSlipFn.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/faults/SingleRupture.py
===================================================================
--- short/3D/PyLith/trunk/pylith/faults/SingleRupture.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/faults/SingleRupture.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/faults/SlipTimeFn.py
===================================================================
--- short/3D/PyLith/trunk/pylith/faults/SlipTimeFn.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/faults/SlipTimeFn.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/faults/StepSlipFn.py
===================================================================
--- short/3D/PyLith/trunk/pylith/faults/StepSlipFn.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/faults/StepSlipFn.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/faults/TimeHistorySlipFn.py
===================================================================
--- short/3D/PyLith/trunk/pylith/faults/TimeHistorySlipFn.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/faults/TimeHistorySlipFn.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/faults/__init__.py
===================================================================
--- short/3D/PyLith/trunk/pylith/faults/__init__.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/faults/__init__.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/feassemble/CellGeometry.py
===================================================================
--- short/3D/PyLith/trunk/pylith/feassemble/CellGeometry.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/feassemble/CellGeometry.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/feassemble/Constraint.py
===================================================================
--- short/3D/PyLith/trunk/pylith/feassemble/Constraint.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/feassemble/Constraint.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/feassemble/ElasticityExplicit.py
===================================================================
--- short/3D/PyLith/trunk/pylith/feassemble/ElasticityExplicit.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/feassemble/ElasticityExplicit.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/feassemble/ElasticityExplicitLgDeform.py
===================================================================
--- short/3D/PyLith/trunk/pylith/feassemble/ElasticityExplicitLgDeform.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/feassemble/ElasticityExplicitLgDeform.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/feassemble/ElasticityExplicitTet4.py
===================================================================
--- short/3D/PyLith/trunk/pylith/feassemble/ElasticityExplicitTet4.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/feassemble/ElasticityExplicitTet4.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/feassemble/ElasticityExplicitTri3.py
===================================================================
--- short/3D/PyLith/trunk/pylith/feassemble/ElasticityExplicitTri3.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/feassemble/ElasticityExplicitTri3.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/feassemble/ElasticityImplicit.py
===================================================================
--- short/3D/PyLith/trunk/pylith/feassemble/ElasticityImplicit.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/feassemble/ElasticityImplicit.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/feassemble/ElasticityImplicitLgDeform.py
===================================================================
--- short/3D/PyLith/trunk/pylith/feassemble/ElasticityImplicitLgDeform.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/feassemble/ElasticityImplicitLgDeform.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/feassemble/FIATLagrange.py
===================================================================
--- short/3D/PyLith/trunk/pylith/feassemble/FIATLagrange.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/feassemble/FIATLagrange.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/feassemble/FIATSimplex.py
===================================================================
--- short/3D/PyLith/trunk/pylith/feassemble/FIATSimplex.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/feassemble/FIATSimplex.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/feassemble/Integrator.py
===================================================================
--- short/3D/PyLith/trunk/pylith/feassemble/Integrator.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/feassemble/Integrator.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/feassemble/IntegratorElasticity.py
===================================================================
--- short/3D/PyLith/trunk/pylith/feassemble/IntegratorElasticity.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/feassemble/IntegratorElasticity.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/feassemble/IntegratorElasticityLgDeform.py
===================================================================
--- short/3D/PyLith/trunk/pylith/feassemble/IntegratorElasticityLgDeform.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/feassemble/IntegratorElasticityLgDeform.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/feassemble/Quadrature.py
===================================================================
--- short/3D/PyLith/trunk/pylith/feassemble/Quadrature.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/feassemble/Quadrature.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/feassemble/ReferenceCell.py
===================================================================
--- short/3D/PyLith/trunk/pylith/feassemble/ReferenceCell.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/feassemble/ReferenceCell.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/feassemble/__init__.py
===================================================================
--- short/3D/PyLith/trunk/pylith/feassemble/__init__.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/feassemble/__init__.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/friction/FrictionModel.py
===================================================================
--- short/3D/PyLith/trunk/pylith/friction/FrictionModel.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/friction/FrictionModel.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/friction/RateStateAgeing.py
===================================================================
--- short/3D/PyLith/trunk/pylith/friction/RateStateAgeing.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/friction/RateStateAgeing.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/friction/SlipWeakening.py
===================================================================
--- short/3D/PyLith/trunk/pylith/friction/SlipWeakening.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/friction/SlipWeakening.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/friction/StaticFriction.py
===================================================================
--- short/3D/PyLith/trunk/pylith/friction/StaticFriction.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/friction/StaticFriction.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/friction/__init__.py
===================================================================
--- short/3D/PyLith/trunk/pylith/friction/__init__.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/friction/__init__.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/materials/DruckerPrager3D.py
===================================================================
--- short/3D/PyLith/trunk/pylith/materials/DruckerPrager3D.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/materials/DruckerPrager3D.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/materials/ElasticIsotropic3D.py
===================================================================
--- short/3D/PyLith/trunk/pylith/materials/ElasticIsotropic3D.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/materials/ElasticIsotropic3D.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/materials/ElasticMaterial.py
===================================================================
--- short/3D/PyLith/trunk/pylith/materials/ElasticMaterial.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/materials/ElasticMaterial.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/materials/ElasticPlaneStrain.py
===================================================================
--- short/3D/PyLith/trunk/pylith/materials/ElasticPlaneStrain.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/materials/ElasticPlaneStrain.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/materials/ElasticPlaneStress.py
===================================================================
--- short/3D/PyLith/trunk/pylith/materials/ElasticPlaneStress.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/materials/ElasticPlaneStress.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/materials/ElasticStrain1D.py
===================================================================
--- short/3D/PyLith/trunk/pylith/materials/ElasticStrain1D.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/materials/ElasticStrain1D.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/materials/ElasticStress1D.py
===================================================================
--- short/3D/PyLith/trunk/pylith/materials/ElasticStress1D.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/materials/ElasticStress1D.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/materials/GenMaxwellIsotropic3D.py
===================================================================
--- short/3D/PyLith/trunk/pylith/materials/GenMaxwellIsotropic3D.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/materials/GenMaxwellIsotropic3D.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/materials/Homogeneous.py
===================================================================
--- short/3D/PyLith/trunk/pylith/materials/Homogeneous.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/materials/Homogeneous.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/materials/Material.py
===================================================================
--- short/3D/PyLith/trunk/pylith/materials/Material.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/materials/Material.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/materials/MaxwellIsotropic3D.py
===================================================================
--- short/3D/PyLith/trunk/pylith/materials/MaxwellIsotropic3D.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/materials/MaxwellIsotropic3D.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/materials/MaxwellPlaneStrain.py
===================================================================
--- short/3D/PyLith/trunk/pylith/materials/MaxwellPlaneStrain.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/materials/MaxwellPlaneStrain.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/materials/PowerLaw3D.py
===================================================================
--- short/3D/PyLith/trunk/pylith/materials/PowerLaw3D.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/materials/PowerLaw3D.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/materials/__init__.py
===================================================================
--- short/3D/PyLith/trunk/pylith/materials/__init__.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/materials/__init__.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/CellFilter.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/CellFilter.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/CellFilter.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/CellFilterAvgMesh.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/CellFilterAvgMesh.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/CellFilterAvgMesh.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/CellFilterAvgSubMesh.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/CellFilterAvgSubMesh.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/CellFilterAvgSubMesh.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/DataWriter.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/DataWriter.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/DataWriter.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/DataWriterVTK.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/DataWriterVTK.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/DataWriterVTK.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/DataWriterVTKMesh.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/DataWriterVTKMesh.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/DataWriterVTKMesh.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/DataWriterVTKSubMesh.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/DataWriterVTKSubMesh.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/DataWriterVTKSubMesh.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/DataWriterVTKSubSubMesh.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/DataWriterVTKSubSubMesh.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/DataWriterVTKSubSubMesh.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/MeshIOAscii.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/MeshIOAscii.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/MeshIOAscii.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/MeshIOCubit.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/MeshIOCubit.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/MeshIOCubit.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/MeshIOLagrit.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/MeshIOLagrit.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/MeshIOLagrit.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/MeshIOObj.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/MeshIOObj.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/MeshIOObj.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/MeshIOSieve.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/MeshIOSieve.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/MeshIOSieve.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/OutputDirichlet.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/OutputDirichlet.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/OutputDirichlet.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/OutputFaultDyn.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/OutputFaultDyn.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/OutputFaultDyn.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/OutputFaultKin.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/OutputFaultKin.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/OutputFaultKin.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/OutputManager.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/OutputManager.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/OutputManager.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/OutputManagerMesh.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/OutputManagerMesh.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/OutputManagerMesh.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/OutputManagerSubMesh.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/OutputManagerSubMesh.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/OutputManagerSubMesh.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/OutputMatElastic.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/OutputMatElastic.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/OutputMatElastic.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/OutputNeumann.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/OutputNeumann.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/OutputNeumann.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/OutputSoln.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/OutputSoln.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/OutputSoln.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/OutputSolnSubset.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/OutputSolnSubset.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/OutputSolnSubset.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/SingleOutput.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/SingleOutput.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/SingleOutput.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/VertexFilter.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/VertexFilter.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/VertexFilter.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/VertexFilterVecNormMesh.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/VertexFilterVecNormMesh.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/VertexFilterVecNormMesh.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/VertexFilterVecNormSubMesh.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/VertexFilterVecNormSubMesh.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/VertexFilterVecNormSubMesh.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/meshio/__init__.py
===================================================================
--- short/3D/PyLith/trunk/pylith/meshio/__init__.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/meshio/__init__.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/mpi/Communicator.py
===================================================================
--- short/3D/PyLith/trunk/pylith/mpi/Communicator.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/mpi/Communicator.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/mpi/__init__.py
===================================================================
--- short/3D/PyLith/trunk/pylith/mpi/__init__.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/mpi/__init__.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/perf/Fault.py
===================================================================
--- short/3D/PyLith/trunk/pylith/perf/Fault.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/perf/Fault.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/perf/Field.py
===================================================================
--- short/3D/PyLith/trunk/pylith/perf/Field.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/perf/Field.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/perf/GlobalOrder.py
===================================================================
--- short/3D/PyLith/trunk/pylith/perf/GlobalOrder.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/perf/GlobalOrder.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/perf/Jacobian.py
===================================================================
--- short/3D/PyLith/trunk/pylith/perf/Jacobian.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/perf/Jacobian.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/perf/Logger.py
===================================================================
--- short/3D/PyLith/trunk/pylith/perf/Logger.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/perf/Logger.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/perf/Material.py
===================================================================
--- short/3D/PyLith/trunk/pylith/perf/Material.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/perf/Material.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/perf/Memory.py
===================================================================
--- short/3D/PyLith/trunk/pylith/perf/Memory.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/perf/Memory.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/perf/MemoryLogger.py
===================================================================
--- short/3D/PyLith/trunk/pylith/perf/MemoryLogger.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/perf/MemoryLogger.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/perf/Mesh.py
===================================================================
--- short/3D/PyLith/trunk/pylith/perf/Mesh.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/perf/Mesh.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/perf/VertexGroup.py
===================================================================
--- short/3D/PyLith/trunk/pylith/perf/VertexGroup.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/perf/VertexGroup.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/perf/__init__.py
===================================================================
--- short/3D/PyLith/trunk/pylith/perf/__init__.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/perf/__init__.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/problems/Explicit.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/Explicit.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/problems/Explicit.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/problems/ExplicitLgDeform.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/ExplicitLgDeform.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/problems/ExplicitLgDeform.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/problems/ExplicitLumped.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/ExplicitLumped.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/problems/ExplicitLumped.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/problems/ExplicitLumpedTet4.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/ExplicitLumpedTet4.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/problems/ExplicitLumpedTet4.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/problems/ExplicitLumpedTri3.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/ExplicitLumpedTri3.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/problems/ExplicitLumpedTri3.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/problems/Formulation.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/Formulation.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/problems/Formulation.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/problems/Implicit.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/Implicit.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/problems/Implicit.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/problems/ImplicitLgDeform.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/ImplicitLgDeform.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/problems/ImplicitLgDeform.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/problems/Problem.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/Problem.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/problems/Problem.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/problems/Solver.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/Solver.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/problems/Solver.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/problems/SolverLinear.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/SolverLinear.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/problems/SolverLinear.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/problems/SolverLumped.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/SolverLumped.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/problems/SolverLumped.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/problems/SolverNonlinear.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/SolverNonlinear.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/problems/SolverNonlinear.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/problems/TimeDependent.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/TimeDependent.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/problems/TimeDependent.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/problems/TimeStep.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/TimeStep.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/problems/TimeStep.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/problems/TimeStepAdapt.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/TimeStepAdapt.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/problems/TimeStepAdapt.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/problems/TimeStepUniform.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/TimeStepUniform.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/problems/TimeStepUniform.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/problems/TimeStepUser.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/TimeStepUser.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/problems/TimeStepUser.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/problems/__init__.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/__init__.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/problems/__init__.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/tests/Fault.py
===================================================================
--- short/3D/PyLith/trunk/pylith/tests/Fault.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/tests/Fault.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/tests/PhysicalProperties.py
===================================================================
--- short/3D/PyLith/trunk/pylith/tests/PhysicalProperties.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/tests/PhysicalProperties.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/tests/Solution.py
===================================================================
--- short/3D/PyLith/trunk/pylith/tests/Solution.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/tests/Solution.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/tests/StateVariables.py
===================================================================
--- short/3D/PyLith/trunk/pylith/tests/StateVariables.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/tests/StateVariables.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/tests/__init__.py
===================================================================
--- short/3D/PyLith/trunk/pylith/tests/__init__.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/tests/__init__.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/topology/Distributor.py
===================================================================
--- short/3D/PyLith/trunk/pylith/topology/Distributor.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/topology/Distributor.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/topology/Field.py
===================================================================
--- short/3D/PyLith/trunk/pylith/topology/Field.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/topology/Field.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/topology/Fields.py
===================================================================
--- short/3D/PyLith/trunk/pylith/topology/Fields.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/topology/Fields.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/topology/Jacobian.py
===================================================================
--- short/3D/PyLith/trunk/pylith/topology/Jacobian.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/topology/Jacobian.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/topology/JacobianViewer.py
===================================================================
--- short/3D/PyLith/trunk/pylith/topology/JacobianViewer.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/topology/JacobianViewer.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/topology/Mesh.py
===================================================================
--- short/3D/PyLith/trunk/pylith/topology/Mesh.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/topology/Mesh.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/topology/MeshGenSimple.py
===================================================================
--- short/3D/PyLith/trunk/pylith/topology/MeshGenSimple.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/topology/MeshGenSimple.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/topology/MeshGenerator.py
===================================================================
--- short/3D/PyLith/trunk/pylith/topology/MeshGenerator.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/topology/MeshGenerator.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/topology/MeshImporter.py
===================================================================
--- short/3D/PyLith/trunk/pylith/topology/MeshImporter.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/topology/MeshImporter.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/topology/MeshImporterDist.py
===================================================================
--- short/3D/PyLith/trunk/pylith/topology/MeshImporterDist.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/topology/MeshImporterDist.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/topology/MeshRefiner.py
===================================================================
--- short/3D/PyLith/trunk/pylith/topology/MeshRefiner.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/topology/MeshRefiner.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/topology/RefineUniform.py
===================================================================
--- short/3D/PyLith/trunk/pylith/topology/RefineUniform.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/topology/RefineUniform.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/topology/ReverseCuthillMcKee.py
===================================================================
--- short/3D/PyLith/trunk/pylith/topology/ReverseCuthillMcKee.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/topology/ReverseCuthillMcKee.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/topology/SolutionFields.py
===================================================================
--- short/3D/PyLith/trunk/pylith/topology/SolutionFields.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/topology/SolutionFields.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/topology/SubMesh.py
===================================================================
--- short/3D/PyLith/trunk/pylith/topology/SubMesh.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/topology/SubMesh.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/topology/__init__.py
===================================================================
--- short/3D/PyLith/trunk/pylith/topology/__init__.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/topology/__init__.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/utils/CheckpointTimer.py
===================================================================
--- short/3D/PyLith/trunk/pylith/utils/CheckpointTimer.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/utils/CheckpointTimer.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/utils/CppData.py
===================================================================
--- short/3D/PyLith/trunk/pylith/utils/CppData.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/utils/CppData.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/utils/EmptyBin.py
===================================================================
--- short/3D/PyLith/trunk/pylith/utils/EmptyBin.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/utils/EmptyBin.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/utils/EventLogger.py
===================================================================
--- short/3D/PyLith/trunk/pylith/utils/EventLogger.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/utils/EventLogger.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/utils/NullComponent.py
===================================================================
--- short/3D/PyLith/trunk/pylith/utils/NullComponent.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/utils/NullComponent.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/utils/PetscComponent.py
===================================================================
--- short/3D/PyLith/trunk/pylith/utils/PetscComponent.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/utils/PetscComponent.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/utils/PetscManager.py
===================================================================
--- short/3D/PyLith/trunk/pylith/utils/PetscManager.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/utils/PetscManager.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/utils/VTKDataReader.py
===================================================================
--- short/3D/PyLith/trunk/pylith/utils/VTKDataReader.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/utils/VTKDataReader.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/utils/__init__.py
===================================================================
--- short/3D/PyLith/trunk/pylith/utils/__init__.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/utils/__init__.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/utils/importing.py
===================================================================
--- short/3D/PyLith/trunk/pylith/utils/importing.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/utils/importing.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/utils/profiling.py
===================================================================
--- short/3D/PyLith/trunk/pylith/utils/profiling.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/utils/profiling.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/pylith/utils/testarray.py
===================================================================
--- short/3D/PyLith/trunk/pylith/utils/testarray.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/pylith/utils/testarray.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/setup.py
===================================================================
--- short/3D/PyLith/trunk/setup.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/setup.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -1,3 +1,18 @@
+# ----------------------------------------------------------------------
+#
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
+#
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
+#
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
+# ----------------------------------------------------------------------
+#
 
 from archimedes import use_merlin
 use_merlin()

Modified: short/3D/PyLith/trunk/share/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/share/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/share/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/subpackage.am
===================================================================
--- short/3D/PyLith/trunk/subpackage.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/subpackage.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/templates/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/templates/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/templates/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/templates/friction/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/templates/friction/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/templates/friction/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/templates/friction/ViscousFriction.cc
===================================================================
--- short/3D/PyLith/trunk/templates/friction/ViscousFriction.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/templates/friction/ViscousFriction.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/templates/friction/ViscousFriction.hh
===================================================================
--- short/3D/PyLith/trunk/templates/friction/ViscousFriction.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/templates/friction/ViscousFriction.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/templates/friction/ViscousFriction.i
===================================================================
--- short/3D/PyLith/trunk/templates/friction/ViscousFriction.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/templates/friction/ViscousFriction.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/templates/friction/ViscousFriction.py
===================================================================
--- short/3D/PyLith/trunk/templates/friction/ViscousFriction.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/templates/friction/ViscousFriction.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/templates/friction/__init__.py
===================================================================
--- short/3D/PyLith/trunk/templates/friction/__init__.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/templates/friction/__init__.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/templates/friction/configure.ac
===================================================================
--- short/3D/PyLith/trunk/templates/friction/configure.ac	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/templates/friction/configure.ac	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/templates/friction/frictioncontrib.i
===================================================================
--- short/3D/PyLith/trunk/templates/friction/frictioncontrib.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/templates/friction/frictioncontrib.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/templates/friction/tests/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/templates/friction/tests/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/templates/friction/tests/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/templates/friction/tests/TestViscousFriction.py
===================================================================
--- short/3D/PyLith/trunk/templates/friction/tests/TestViscousFriction.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/templates/friction/tests/TestViscousFriction.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/templates/friction/tests/testcontrib.py
===================================================================
--- short/3D/PyLith/trunk/templates/friction/tests/testcontrib.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/templates/friction/tests/testcontrib.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/templates/materials/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/templates/materials/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/templates/materials/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/templates/materials/PlaneStrainState.cc
===================================================================
--- short/3D/PyLith/trunk/templates/materials/PlaneStrainState.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/templates/materials/PlaneStrainState.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/templates/materials/PlaneStrainState.hh
===================================================================
--- short/3D/PyLith/trunk/templates/materials/PlaneStrainState.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/templates/materials/PlaneStrainState.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/templates/materials/PlaneStrainState.i
===================================================================
--- short/3D/PyLith/trunk/templates/materials/PlaneStrainState.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/templates/materials/PlaneStrainState.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/templates/materials/PlaneStrainState.py
===================================================================
--- short/3D/PyLith/trunk/templates/materials/PlaneStrainState.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/templates/materials/PlaneStrainState.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/templates/materials/__init__.py
===================================================================
--- short/3D/PyLith/trunk/templates/materials/__init__.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/templates/materials/__init__.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/templates/materials/configure.ac
===================================================================
--- short/3D/PyLith/trunk/templates/materials/configure.ac	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/templates/materials/configure.ac	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/templates/materials/materialscontrib.i
===================================================================
--- short/3D/PyLith/trunk/templates/materials/materialscontrib.i	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/templates/materials/materialscontrib.i	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/templates/materials/tests/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/templates/materials/tests/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/templates/materials/tests/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/templates/materials/tests/TestPlaneStrainState.py
===================================================================
--- short/3D/PyLith/trunk/templates/materials/tests/TestPlaneStrainState.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/templates/materials/tests/TestPlaneStrainState.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/templates/materials/tests/testcontrib.py
===================================================================
--- short/3D/PyLith/trunk/templates/materials/tests/testcontrib.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/templates/materials/tests/testcontrib.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/tests/2d/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests/2d/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests/2d/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests/2d/maxwell/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests/2d/maxwell/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests/2d/maxwell/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests/2d/slipdir/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests/2d/slipdir/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests/2d/slipdir/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests/3d/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests/3d/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests/3d/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests/3d/matprops/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests/3d/matprops/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests/3d/matprops/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests/3d/slipdir/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests/3d/slipdir/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests/3d/slipdir/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests/distribute/MesherApp.py
===================================================================
--- short/3D/PyLith/trunk/tests/distribute/MesherApp.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests/distribute/MesherApp.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests/distribute/testdistribute.py
===================================================================
--- short/3D/PyLith/trunk/tests/distribute/testdistribute.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests/distribute/testdistribute.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -3,11 +3,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/1d/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests_auto/1d/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/1d/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/1d/line2/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests_auto/1d/line2/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/1d/line2/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/1d/line2/TestDislocation.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/1d/line2/TestDislocation.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/1d/line2/TestDislocation.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/1d/line2/TestExtensionDisp.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/1d/line2/TestExtensionDisp.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/1d/line2/TestExtensionDisp.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/1d/line2/TestExtensionForce.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/1d/line2/TestExtensionForce.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/1d/line2/TestExtensionForce.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/1d/line2/TestLine2.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/1d/line2/TestLine2.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/1d/line2/TestLine2.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/1d/line2/testpylith.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/1d/line2/testpylith.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/1d/line2/testpylith.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/1d/line3/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests_auto/1d/line3/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/1d/line3/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/1d/line3/TestAxial.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/1d/line3/TestAxial.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/1d/line3/TestAxial.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/1d/line3/TestDislocation.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/1d/line3/TestDislocation.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/1d/line3/TestDislocation.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/1d/line3/TestLine3.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/1d/line3/TestLine3.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/1d/line3/TestLine3.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/1d/line3/testpylith.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/1d/line3/testpylith.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/1d/line3/testpylith.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/TestAxialDisp.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/TestAxialDisp.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/TestAxialDisp.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/TestDislocation.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/TestDislocation.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/TestDislocation.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/TestDislocation2.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/TestDislocation2.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/TestDislocation2.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/TestFrictionCompression.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/TestFrictionCompression.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/TestFrictionCompression.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/TestFrictionOpening.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/TestFrictionOpening.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/TestFrictionOpening.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/TestFrictionShearSliding.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/TestFrictionShearSliding.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/TestFrictionShearSliding.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/TestFrictionShearStick.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/TestFrictionShearStick.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/TestFrictionShearStick.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/TestLgDeformRigidBody.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/TestLgDeformRigidBody.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/TestLgDeformRigidBody.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/TestLgDeformTraction.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/TestLgDeformTraction.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/TestLgDeformTraction.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/TestQuad4.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/TestQuad4.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/TestQuad4.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/TestShearDisp.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/TestShearDisp.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/TestShearDisp.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/TestSlipWeakeningCompression.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/TestSlipWeakeningCompression.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/TestSlipWeakeningCompression.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/TestSlipWeakeningOpening.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/TestSlipWeakeningOpening.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/TestSlipWeakeningOpening.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/TestSlipWeakeningShearSliding.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/TestSlipWeakeningShearSliding.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/TestSlipWeakeningShearSliding.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/TestSlipWeakeningShearStick.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/TestSlipWeakeningShearStick.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/TestSlipWeakeningShearStick.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/axialdisp_gendb.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/axialdisp_gendb.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/axialdisp_gendb.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/axialdisp_soln.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/axialdisp_soln.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/axialdisp_soln.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/dislocation2_soln.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/dislocation2_soln.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/dislocation2_soln.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/dislocation_soln.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/dislocation_soln.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/dislocation_soln.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/friction_compression_soln.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/friction_compression_soln.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/friction_compression_soln.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/friction_opening_soln.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/friction_opening_soln.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/friction_opening_soln.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/friction_shear_sliding_soln.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/friction_shear_sliding_soln.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/friction_shear_sliding_soln.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/friction_shear_stick_soln.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/friction_shear_stick_soln.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/friction_shear_stick_soln.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/lgdeformtraction_soln.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/lgdeformtraction_soln.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/lgdeformtraction_soln.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/rigidbody_gendb.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/rigidbody_gendb.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/rigidbody_gendb.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/rigidbody_soln.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/rigidbody_soln.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/rigidbody_soln.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/sheardisp_gendb.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/sheardisp_gendb.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/sheardisp_gendb.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/sheardisp_soln.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/sheardisp_soln.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/sheardisp_soln.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/slipweakening_compression_soln.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/slipweakening_compression_soln.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/slipweakening_compression_soln.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/slipweakening_opening_soln.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/slipweakening_opening_soln.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/slipweakening_opening_soln.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/slipweakening_shear_sliding_soln.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/slipweakening_shear_sliding_soln.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/slipweakening_shear_sliding_soln.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/slipweakening_shear_stick_soln.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/slipweakening_shear_stick_soln.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/slipweakening_shear_stick_soln.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/quad4/testpylith.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/quad4/testpylith.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/quad4/testpylith.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/tri3/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/tri3/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/tri3/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/tri3/TestAxialDisp.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/tri3/TestAxialDisp.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/tri3/TestAxialDisp.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/tri3/TestDislocation.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/tri3/TestDislocation.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/tri3/TestDislocation.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/tri3/TestDislocation2.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/tri3/TestDislocation2.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/tri3/TestDislocation2.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/tri3/TestShearDisp.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/tri3/TestShearDisp.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/tri3/TestShearDisp.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/tri3/TestTri3.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/tri3/TestTri3.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/tri3/TestTri3.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/tri3/axialdisp_gendb.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/tri3/axialdisp_gendb.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/tri3/axialdisp_gendb.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/tri3/axialdisp_soln.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/tri3/axialdisp_soln.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/tri3/axialdisp_soln.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/tri3/sheardisp_gendb.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/tri3/sheardisp_gendb.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/tri3/sheardisp_gendb.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/tri3/sheardisp_soln.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/tri3/sheardisp_soln.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/tri3/sheardisp_soln.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/2d/tri3/testpylith.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/2d/tri3/testpylith.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/2d/tri3/testpylith.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/3d/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests_auto/3d/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/3d/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/3d/hex8/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests_auto/3d/hex8/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/3d/hex8/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/3d/hex8/TestAxialElasticIsotropic.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/3d/hex8/TestAxialElasticIsotropic.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/3d/hex8/TestAxialElasticIsotropic.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/3d/hex8/TestShearElasticIsotropic.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/3d/hex8/TestShearElasticIsotropic.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/3d/hex8/TestShearElasticIsotropic.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/3d/hex8/TestShearPlaneStrain.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/3d/hex8/TestShearPlaneStrain.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/3d/hex8/TestShearPlaneStrain.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/3d/hex8/testpylith.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/3d/hex8/testpylith.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/3d/hex8/testpylith.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/3d/tet4/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests_auto/3d/tet4/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/3d/tet4/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/3d/tet4/TestAxialElasticIsotropic.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/3d/tet4/TestAxialElasticIsotropic.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/3d/tet4/TestAxialElasticIsotropic.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/3d/tet4/TestDislocation.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/3d/tet4/TestDislocation.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/3d/tet4/TestDislocation.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/3d/tet4/TestShearElasticIsotropic.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/3d/tet4/TestShearElasticIsotropic.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/3d/tet4/TestShearElasticIsotropic.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/3d/tet4/testpylith.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/3d/tet4/testpylith.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/3d/tet4/testpylith.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/3dnew/hex8/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests_auto/3dnew/hex8/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/3dnew/hex8/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/3dnew/hex8/TestHex8.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/3dnew/hex8/TestHex8.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/3dnew/hex8/TestHex8.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/3dnew/hex8/TestLgDeformRigidBody.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/3dnew/hex8/TestLgDeformRigidBody.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/3dnew/hex8/TestLgDeformRigidBody.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/3dnew/hex8/TestLgDeformTraction.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/3dnew/hex8/TestLgDeformTraction.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/3dnew/hex8/TestLgDeformTraction.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/3dnew/hex8/lgdeformtraction_soln.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/3dnew/hex8/lgdeformtraction_soln.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/3dnew/hex8/lgdeformtraction_soln.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/3dnew/hex8/rigidbody_gendb.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/3dnew/hex8/rigidbody_gendb.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/3dnew/hex8/rigidbody_gendb.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/3dnew/hex8/rigidbody_soln.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/3dnew/hex8/rigidbody_soln.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/3dnew/hex8/rigidbody_soln.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/3dnew/hex8/testpylith.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/3dnew/hex8/testpylith.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/3dnew/hex8/testpylith.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests_auto/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/petsc/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/tests_auto/petsc/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/petsc/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/petsc/TestPetscApp.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/petsc/TestPetscApp.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/petsc/TestPetscApp.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/tests_auto/petsc/testpetsc.py
===================================================================
--- short/3D/PyLith/trunk/tests_auto/petsc/testpetsc.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tests_auto/petsc/testpetsc.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/tidy.sh
===================================================================
--- short/3D/PyLith/trunk/tidy.sh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/tidy.sh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampers.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampers.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampers.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampers.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampers.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampers.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersLine2.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersLine2.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersLine2.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersLine2.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersLine2.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersLine2.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestAbsorbingDampersTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryCondition.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryCondition.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryCondition.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryCondition.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryCondition.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryCondition.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryConditionPoints.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryConditionPoints.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryConditionPoints.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryConditionPoints.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryConditionPoints.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryConditionPoints.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMesh.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMesh.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMesh.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMesh.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMesh.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMesh.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestBoundaryMeshTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBC.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBC.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBC.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBC.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBC.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBC.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCLine2.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCLine2.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCLine2.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCLine2.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCLine2.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCLine2.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCLine2b.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCLine2b.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCLine2b.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCLine2b.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCLine2b.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCLine2b.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCMulti.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCMulti.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCMulti.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCMulti.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCMulti.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCMulti.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCMultiTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCMultiTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCMultiTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCMultiTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCMultiTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCMultiTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCMultiTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCMultiTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCMultiTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCMultiTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCMultiTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCMultiTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBCTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundary.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundary.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundary.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundary.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundary.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundary.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestDirichletBoundaryTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumann.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumann.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumann.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumann.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumann.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumann.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannLine2.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannLine2.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannLine2.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannLine2.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannLine2.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannLine2.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestNeumannTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForce.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForce.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForce.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForce.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForce.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForce.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceLine2.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceLine2.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceLine2.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceLine2.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceLine2.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceLine2.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestPointForceTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestTimeDependent.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestTimeDependent.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestTimeDependent.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestTimeDependent.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestTimeDependent.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestTimeDependent.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestTimeDependentPoints.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestTimeDependentPoints.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestTimeDependentPoints.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/TestTimeDependentPoints.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/TestTimeDependentPoints.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/TestTimeDependentPoints.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataLine2.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataLine2.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataLine2.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataLine2.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataLine2.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataLine2.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/AbsorbingDampersDataTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/BoundaryMeshDataTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataLine2.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataLine2.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataLine2.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataLine2.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataLine2.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataLine2.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataLine2b.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataLine2b.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataLine2b.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataLine2b.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataLine2b.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataLine2b.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataMulti.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataMulti.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataMulti.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataMulti.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataMulti.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataMulti.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataMultiTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataMultiTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataMultiTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataMultiTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataMultiTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataMultiTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataMultiTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataMultiTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataMultiTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataMultiTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataMultiTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataMultiTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/DirichletDataTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataLine2.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataLine2.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataLine2.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataLine2.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataLine2.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataLine2.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/NeumannDataTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataLine2.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataLine2.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataLine2.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataLine2.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataLine2.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataLine2.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/PointForceDataTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/data/absorbingdampers.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/data/absorbingdampers.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/data/absorbingdampers.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/bc/test_bc.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/bc/test_bc.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/bc/test_bc.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestBruneSlipFn.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestBruneSlipFn.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestBruneSlipFn.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestBruneSlipFn.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestBruneSlipFn.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestBruneSlipFn.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestConstRateSlipFn.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestConstRateSlipFn.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestConstRateSlipFn.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestConstRateSlipFn.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestConstRateSlipFn.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestConstRateSlipFn.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestEqKinSrc.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestEqKinSrc.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestEqKinSrc.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestEqKinSrc.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestEqKinSrc.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestEqKinSrc.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFault.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFault.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFault.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFault.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFault.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFault.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesive.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesive.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesive.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesive.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesive.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesive.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDyn.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDyn.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDyn.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDyn.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDyn.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDyn.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynTri3d.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynTri3d.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynTri3d.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynTri3d.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynTri3d.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveDynTri3d.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKin.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKin.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKin.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKin.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKin.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKin.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinLine2.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinLine2.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinLine2.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinLine2.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinLine2.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinLine2.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinQuad4e.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinQuad4e.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinQuad4e.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinQuad4e.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinQuad4e.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinQuad4e.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcs.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcs.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcs.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcs.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcs.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcs.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsLine2.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsLine2.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsLine2.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsLine2.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsLine2.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsLine2.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinSrcsTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTet4e.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTet4e.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTet4e.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTet4e.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTet4e.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTet4e.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTet4f.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTet4f.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTet4f.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTet4f.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTet4f.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTet4f.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTri3d.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTri3d.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTri3d.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTri3d.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTri3d.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestFaultCohesiveKinTri3d.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestLiuCosSlipFn.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestLiuCosSlipFn.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestLiuCosSlipFn.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestLiuCosSlipFn.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestLiuCosSlipFn.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestLiuCosSlipFn.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestStepSlipFn.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestStepSlipFn.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestStepSlipFn.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestStepSlipFn.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestStepSlipFn.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestStepSlipFn.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestTimeHistorySlipFn.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestTimeHistorySlipFn.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestTimeHistorySlipFn.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/TestTimeHistorySlipFn.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/TestTimeHistorySlipFn.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/TestTimeHistorySlipFn.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8Lagrange.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8Lagrange.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8Lagrange.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8Lagrange.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8Lagrange.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8Lagrange.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8b.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8b.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8b.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8b.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8b.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8b.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8c.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8c.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8c.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8c.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8c.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8c.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8d.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8d.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8d.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8d.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8d.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8d.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8e.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8e.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8e.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8e.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8e.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8e.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8f.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8f.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8f.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8f.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8f.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8f.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8g.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8g.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8g.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8g.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8g.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8g.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8h.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8h.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8h.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8h.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8h.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8h.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8i.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8i.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8i.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8i.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8i.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataHex8i.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataLine2.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataLine2.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataLine2.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataLine2.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataLine2.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataLine2.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataLine2Lagrange.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataLine2Lagrange.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataLine2Lagrange.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataLine2Lagrange.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataLine2Lagrange.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataLine2Lagrange.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4Lagrange.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4Lagrange.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4Lagrange.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4Lagrange.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4Lagrange.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4Lagrange.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4b.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4b.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4b.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4b.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4b.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4b.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4c.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4c.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4c.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4c.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4c.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4c.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4d.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4d.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4d.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4d.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4d.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4d.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4e.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4e.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4e.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4e.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4e.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4e.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4f.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4f.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4f.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4f.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4f.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4f.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4g.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4g.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4g.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4g.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4g.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4g.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4h.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4h.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4h.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4h.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4h.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataQuad4h.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4Lagrange.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4Lagrange.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4Lagrange.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4Lagrange.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4Lagrange.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4Lagrange.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4b.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4b.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4b.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4b.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4b.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4b.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4c.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4c.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4c.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4c.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4c.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4c.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4d.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4d.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4d.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4d.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4d.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4d.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4f.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4f.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4f.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4f.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4f.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4f.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4g.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4g.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4g.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4g.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4g.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4g.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4h.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4h.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4h.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4h.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4h.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4h.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4i.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4i.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4i.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4i.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4i.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4i.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4j.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4j.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4j.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4j.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4j.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTet4j.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3Lagrange.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3Lagrange.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3Lagrange.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3Lagrange.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3Lagrange.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3Lagrange.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3b.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3b.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3b.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3b.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3b.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3b.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3c.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3c.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3c.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3c.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3c.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3c.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3d.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3d.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3d.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3d.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3d.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3d.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3e.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3e.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3e.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3e.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3e.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3e.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3f.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3f.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3f.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3f.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3f.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDataTri3f.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTri3d.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTri3d.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTri3d.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTri3d.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTri3d.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveDynDataTri3d.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataLine2.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataLine2.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataLine2.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataLine2.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataLine2.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataLine2.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataQuad4e.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataQuad4e.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataQuad4e.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataQuad4e.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataQuad4e.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataQuad4e.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTet4e.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTet4e.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTet4e.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTet4e.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTet4e.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTet4e.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTet4f.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTet4f.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTet4f.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTet4f.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTet4f.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTet4f.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTri3d.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTri3d.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTri3d.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTri3d.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTri3d.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinDataTri3d.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataLine2.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataLine2.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataLine2.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataLine2.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataLine2.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataLine2.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/CohesiveKinSrcsDataTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/data/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/data/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/data/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/faults/test_faults.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/faults/test_faults.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/faults/test_faults.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestCellGeometry.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestCellGeometry.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestCellGeometry.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestCellGeometry.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestCellGeometry.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestCellGeometry.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit1DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit1DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit1DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit1DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit1DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit1DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit1DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit1DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit1DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit1DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit1DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit1DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit2DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit2DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit2DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit2DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit2DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit2DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit2DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit2DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit2DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit2DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit2DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit2DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit3DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit3DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit3DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit3DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit3DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit3DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit3DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit3DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit3DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit3DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit3DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicit3DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav1DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav1DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav1DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav1DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav1DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav1DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav1DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav1DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav1DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav1DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav1DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav1DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav2DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav2DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav2DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav2DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav2DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav2DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav2DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav2DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav2DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav2DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav2DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav2DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav3DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav3DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav3DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav3DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav3DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav3DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav3DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav3DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav3DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav3DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav3DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitGrav3DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform1DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform1DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform1DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform1DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform1DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform1DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform1DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform1DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform1DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform1DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform1DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform1DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform2DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform2DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform2DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform2DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform2DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform2DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform2DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform2DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform2DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform2DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform2DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform2DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform3DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform3DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform3DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform3DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform3DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform3DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform3DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform3DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform3DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform3DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform3DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeform3DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav1DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav1DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav1DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav1DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav1DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav1DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav1DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav1DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav1DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav1DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav1DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav1DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav2DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav2DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav2DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav2DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav2DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav2DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav2DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav2DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav2DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav2DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav2DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav2DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav3DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav3DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav3DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav3DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav3DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav3DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav3DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav3DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav3DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav3DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav3DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitLgDeformGrav3DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityExplicitTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit1DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit1DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit1DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit1DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit1DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit1DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit1DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit1DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit1DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit1DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit1DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit1DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit2DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit2DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit2DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit2DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit2DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit2DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit2DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit2DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit2DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit2DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit2DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit2DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit3DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit3DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit3DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit3DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit3DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit3DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit3DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit3DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit3DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit3DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit3DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicit3DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav1DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav1DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav1DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav1DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav1DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav1DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav1DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav1DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav1DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav1DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav1DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav1DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav2DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav2DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav2DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav2DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav2DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav2DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav2DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav2DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav2DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav2DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav2DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav2DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav3DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav3DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav3DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav3DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav3DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav3DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav3DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav3DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav3DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav3DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav3DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitGrav3DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform1DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform1DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform1DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform1DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform1DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform1DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform1DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform1DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform1DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform1DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform1DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform1DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform2DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform2DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform2DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform2DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform2DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform2DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform2DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform2DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform2DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform2DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform2DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform2DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform3DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform3DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform3DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform3DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform3DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform3DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform3DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform3DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform3DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform3DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform3DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeform3DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav1DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav1DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav1DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav1DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav1DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav1DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav1DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav1DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav1DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav1DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav1DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav1DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav2DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav2DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav2DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav2DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav2DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav2DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav2DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav2DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav2DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav2DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav2DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav2DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav3DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav3DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav3DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav3DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav3DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav3DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav3DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav3DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav3DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav3DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav3DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestElasticityImplicitLgDeformGrav3DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryHex3D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryHex3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryHex3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryHex3D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryHex3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryHex3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryLine1D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryLine1D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryLine1D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryLine1D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryLine1D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryLine1D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryLine2D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryLine2D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryLine2D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryLine2D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryLine2D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryLine2D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryLine3D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryLine3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryLine3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryLine3D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryLine3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryLine3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryPoint1D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryPoint1D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryPoint1D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryPoint1D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryPoint1D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryPoint1D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryPoint2D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryPoint2D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryPoint2D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryPoint2D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryPoint2D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryPoint2D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryPoint3D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryPoint3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryPoint3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryPoint3D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryPoint3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryPoint3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryQuad2D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryQuad2D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryQuad2D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryQuad2D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryQuad2D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryQuad2D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryQuad3D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryQuad3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryQuad3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryQuad3D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryQuad3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryQuad3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryTet3D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryTet3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryTet3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryTet3D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryTet3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryTet3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryTri2D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryTri2D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryTri2D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryTri2D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryTri2D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryTri2D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryTri3D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryTri3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryTri3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryTri3D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryTri3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestGeometryTri3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegrator.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegrator.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegrator.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegrator.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegrator.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegrator.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorElasticity.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorElasticity.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorElasticity.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorElasticity.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorElasticity.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorElasticity.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorElasticityLgDeform.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorElasticityLgDeform.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorElasticityLgDeform.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorElasticityLgDeform.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorElasticityLgDeform.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestIntegratorElasticityLgDeform.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature0D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature0D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature0D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature0D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature0D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature0D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1Din2D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1Din2D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1Din2D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1Din2D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1Din2D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1Din2D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1Din3D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1Din3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1Din3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1Din3D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1Din3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature1Din3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature2D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature2D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature2D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature2D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature2D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature2D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature2Din3D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature2Din3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature2Din3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature2Din3D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature2Din3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature2Din3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature3D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature3D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadrature3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadratureEngine.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadratureEngine.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadratureEngine.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadratureEngine.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadratureEngine.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadratureEngine.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadratureRefCell.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadratureRefCell.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadratureRefCell.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadratureRefCell.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadratureRefCell.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/TestQuadratureRefCell.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/CellGeomData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/CellGeomData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/CellGeomData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/CellGeomData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/CellGeomData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/CellGeomData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticIsotropic3D.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticIsotropic3D.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticIsotropic3D.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticPlaneStrain.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticPlaneStrain.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticPlaneStrain.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityApp.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityApp.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityApp.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicit.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicit.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicit.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitApp.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitApp.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitApp.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData1DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData1DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData1DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData1DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData1DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData1DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData1DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData1DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData1DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData1DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData1DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData1DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData2DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData2DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData2DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData2DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData2DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData2DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData2DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData2DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData2DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData2DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData2DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData2DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData3DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData3DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData3DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData3DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData3DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData3DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData3DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData3DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData3DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData3DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData3DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitData3DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData1DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData1DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData1DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData1DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData1DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData1DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData1DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData1DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData1DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData1DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData1DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData1DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData2DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData2DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData2DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData2DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData2DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData2DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData2DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData2DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData2DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData2DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData2DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData2DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData3DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData3DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData3DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData3DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData3DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData3DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData3DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData3DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData3DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData3DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData3DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitGravData3DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeform.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeform.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeform.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData1DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData1DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData1DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData1DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData1DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData1DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData1DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData1DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData1DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData1DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData1DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData1DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData2DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData2DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData2DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData2DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData2DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData2DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData2DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData2DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData2DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData2DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData2DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData2DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData3DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData3DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData3DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData3DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData3DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData3DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData3DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData3DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData3DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData3DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData3DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformData3DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData1DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData1DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData1DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData1DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData1DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData1DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData1DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData1DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData1DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData1DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData1DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData1DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData2DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData2DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData2DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData2DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData2DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData2DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData2DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData2DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData2DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData2DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData2DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData2DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData3DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData3DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData3DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData3DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData3DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData3DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData3DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData3DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData3DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData3DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData3DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityExplicitLgDeformGravData3DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicit.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicit.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicit.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData1DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData1DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData1DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData1DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData1DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData1DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData1DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData1DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData1DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData1DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData1DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData1DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData2DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData2DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData2DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData2DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData2DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData2DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData2DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData2DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData2DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData2DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData2DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData2DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData3DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData3DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData3DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData3DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData3DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData3DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData3DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData3DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData3DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData3DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData3DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitData3DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData1DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData1DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData1DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData1DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData1DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData1DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData1DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData1DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData1DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData1DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData1DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData1DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData2DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData2DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData2DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData2DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData2DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData2DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData2DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData2DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData2DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData2DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData2DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData2DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData3DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData3DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData3DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData3DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData3DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData3DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData3DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData3DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData3DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData3DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData3DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitGravData3DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeform.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeform.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeform.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData1DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData1DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData1DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData1DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData1DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData1DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData1DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData1DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData1DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData1DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData1DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData1DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData2DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData2DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData2DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData2DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData2DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData2DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData2DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData2DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData2DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData2DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData2DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData2DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData3DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData3DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData3DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData3DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData3DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData3DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData3DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData3DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData3DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData3DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData3DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformData3DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData1DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData1DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData1DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData1DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData1DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData1DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData1DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData1DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData1DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData1DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData1DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData1DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData2DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData2DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData2DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData2DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData2DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData2DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData2DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData2DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData2DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData2DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData2DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData2DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData3DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData3DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData3DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData3DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData3DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData3DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData3DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData3DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData3DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData3DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData3DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityImplicitLgDeformGravData3DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityLgDeformApp.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityLgDeformApp.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityLgDeformApp.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityLgDeformExplicitApp.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityLgDeformExplicitApp.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/ElasticityLgDeformExplicitApp.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataHex3D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataHex3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataHex3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataHex3D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataHex3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataHex3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataLine1D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataLine1D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataLine1D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataLine1D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataLine1D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataLine1D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataLine2D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataLine2D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataLine2D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataLine2D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataLine2D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataLine2D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataLine3D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataLine3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataLine3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataLine3D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataLine3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataLine3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataPoint1D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataPoint1D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataPoint1D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataPoint1D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataPoint1D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataPoint1D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataPoint2D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataPoint2D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataPoint2D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataPoint2D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataPoint2D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataPoint2D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataPoint3D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataPoint3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataPoint3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataPoint3D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataPoint3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataPoint3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataQuad2D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataQuad2D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataQuad2D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataQuad2D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataQuad2D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataQuad2D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataQuad3D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataQuad3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataQuad3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataQuad3D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataQuad3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataQuad3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataTet3D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataTet3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataTet3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataTet3D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataTet3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataTet3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataTri2D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataTri2D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataTri2D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataTri2D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataTri2D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataTri2D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataTri3D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataTri3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataTri3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataTri3D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataTri3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/GeomDataTri3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/IntegratorApp.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/IntegratorApp.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/IntegratorApp.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/IntegratorData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/IntegratorData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/IntegratorData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/IntegratorData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/IntegratorData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/IntegratorData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/IntegratorInertia1DQuadratic.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/IntegratorInertia1DQuadratic.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/IntegratorInertia1DQuadratic.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/IntegratorInertia3DLinear.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/IntegratorInertia3DLinear.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/IntegratorInertia3DLinear.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/IntegratorInertia3DQuadratic.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/IntegratorInertia3DQuadratic.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/IntegratorInertia3DQuadratic.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/MaterialElasticStrain1D.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/MaterialElasticStrain1D.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/MaterialElasticStrain1D.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh1DLinear.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh1DLinear.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh1DLinear.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh1DQuadratic.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh1DQuadratic.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh1DQuadratic.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh1Din2DLinear.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh1Din2DLinear.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh1Din2DLinear.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh1Din2DQuadratic.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh1Din2DQuadratic.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh1Din2DQuadratic.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh1Din3DLinear.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh1Din3DLinear.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh1Din3DLinear.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh1Din3DQuadratic.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh1Din3DQuadratic.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh1Din3DQuadratic.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2DLinear.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2DLinear.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2DLinear.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2DQuadratic.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2DQuadratic.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2DQuadratic.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2Din3DLinearXY.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2Din3DLinearXY.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2Din3DLinearXY.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2Din3DLinearXYZ.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2Din3DLinearXYZ.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2Din3DLinearXYZ.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2Din3DLinearXZ.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2Din3DLinearXZ.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2Din3DLinearXZ.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2Din3DLinearYZ.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2Din3DLinearYZ.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2Din3DLinearYZ.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2Din3DQuadratic.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2Din3DQuadratic.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh2Din3DQuadratic.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh3DLinear.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh3DLinear.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh3DLinear.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh3DQuadratic.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh3DQuadratic.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Mesh3DQuadratic.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature1DLinear.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature1DLinear.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature1DLinear.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature1DQuadratic.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature1DQuadratic.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature1DQuadratic.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature1Din2DLinear.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature1Din2DLinear.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature1Din2DLinear.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature1Din2DQuadratic.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature1Din2DQuadratic.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature1Din2DQuadratic.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature1Din3DLinear.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature1Din3DLinear.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature1Din3DLinear.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature1Din3DQuadratic.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature1Din3DQuadratic.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature1Din3DQuadratic.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature2DLinear.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature2DLinear.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature2DLinear.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature2DQuadratic.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature2DQuadratic.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature2DQuadratic.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature2Din3DLinear.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature2Din3DLinear.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature2Din3DLinear.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature2Din3DQuadratic.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature2Din3DQuadratic.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature2Din3DQuadratic.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature3DLinear.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature3DLinear.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature3DLinear.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature3DQuadratic.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature3DQuadratic.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Quadrature3DQuadratic.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureApp.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureApp.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureApp.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din2DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din2DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din2DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din2DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din2DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din2DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din2DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din2DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din2DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din2DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din2DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din2DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din3DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din3DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din3DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din3DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din3DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din3DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din3DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din3DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din3DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din3DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din3DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData1Din3DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearXY.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearXY.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearXY.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearXY.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearXY.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearXY.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearXYZ.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearXYZ.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearXYZ.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearXYZ.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearXYZ.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearXYZ.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearXZ.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearXZ.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearXZ.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearXZ.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearXZ.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearXZ.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearYZ.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearYZ.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearYZ.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearYZ.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearYZ.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DLinearYZ.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData2Din3DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData3DLinear.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData3DLinear.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData3DLinear.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData3DLinear.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData3DLinear.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData3DLinear.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData3DQuadratic.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData3DQuadratic.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData3DQuadratic.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData3DQuadratic.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData3DQuadratic.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/QuadratureData3DQuadratic.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Solution1DLinear.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Solution1DLinear.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Solution1DLinear.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Solution1DQuadratic.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Solution1DQuadratic.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Solution1DQuadratic.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Solution2DLinear.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Solution2DLinear.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Solution2DLinear.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Solution2DQuadratic.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Solution2DQuadratic.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Solution2DQuadratic.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Solution3DLinear.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Solution3DLinear.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Solution3DLinear.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Solution3DQuadratic.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Solution3DQuadratic.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/Solution3DQuadratic.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/feutils.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/feutils.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/feutils.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/generate.sh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/generate.sh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/generate.sh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/data/header.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/data/header.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/data/header.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/feassemble/test_feassemble.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/feassemble/test_feassemble.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/feassemble/test_feassemble.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/friction/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/friction/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/friction/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/friction/TestFrictionModel.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/friction/TestFrictionModel.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/friction/TestFrictionModel.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/friction/TestFrictionModel.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/friction/TestFrictionModel.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/friction/TestFrictionModel.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/friction/TestRateStateAgeing.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/friction/TestRateStateAgeing.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/friction/TestRateStateAgeing.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/friction/TestRateStateAgeing.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/friction/TestRateStateAgeing.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/friction/TestRateStateAgeing.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/friction/TestSlipWeakening.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/friction/TestSlipWeakening.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/friction/TestSlipWeakening.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/friction/TestSlipWeakening.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/friction/TestSlipWeakening.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/friction/TestSlipWeakening.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/friction/TestStaticFriction.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/friction/TestStaticFriction.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/friction/TestStaticFriction.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/friction/TestStaticFriction.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/friction/TestStaticFriction.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/friction/TestStaticFriction.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/friction/data/FrictionModelData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/friction/data/FrictionModelData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/friction/data/FrictionModelData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/friction/data/FrictionModelData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/friction/data/FrictionModelData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/friction/data/FrictionModelData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/friction/data/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/friction/data/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/friction/data/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/friction/data/RateStateAgeingData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/friction/data/RateStateAgeingData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/friction/data/RateStateAgeingData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/friction/data/RateStateAgeingData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/friction/data/RateStateAgeingData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/friction/data/RateStateAgeingData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/friction/data/SlipWeakeningData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/friction/data/SlipWeakeningData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/friction/data/SlipWeakeningData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/friction/data/SlipWeakeningData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/friction/data/SlipWeakeningData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/friction/data/SlipWeakeningData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/friction/data/StaticFrictionData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/friction/data/StaticFrictionData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/friction/data/StaticFrictionData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/friction/data/StaticFrictionData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/friction/data/StaticFrictionData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/friction/data/StaticFrictionData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/friction/test_friction.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/friction/test_friction.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/friction/test_friction.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestDruckerPrager3D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestDruckerPrager3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestDruckerPrager3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestDruckerPrager3D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestDruckerPrager3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestDruckerPrager3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestEffectiveStress.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestEffectiveStress.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestEffectiveStress.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestEffectiveStress.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestEffectiveStress.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestEffectiveStress.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticIsotropic3D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticIsotropic3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticIsotropic3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticIsotropic3D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticIsotropic3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticIsotropic3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticMaterial.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticMaterial.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticMaterial.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticMaterial.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticMaterial.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticMaterial.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticPlaneStrain.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticPlaneStrain.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticPlaneStrain.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticPlaneStrain.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticPlaneStrain.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticPlaneStrain.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticPlaneStress.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticPlaneStress.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticPlaneStress.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticPlaneStress.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticPlaneStress.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticPlaneStress.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticStrain1D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticStrain1D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticStrain1D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticStrain1D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticStrain1D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticStrain1D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticStress1D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticStress1D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticStress1D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticStress1D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticStress1D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestElasticStress1D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestGenMaxwellIsotropic3D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestGenMaxwellIsotropic3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestGenMaxwellIsotropic3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestGenMaxwellIsotropic3D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestGenMaxwellIsotropic3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestGenMaxwellIsotropic3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestMaterial.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestMaterial.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestMaterial.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestMaterial.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestMaterial.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestMaterial.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestMaxwellIsotropic3D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestMaxwellIsotropic3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestMaxwellIsotropic3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestMaxwellIsotropic3D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestMaxwellIsotropic3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestMaxwellIsotropic3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestMaxwellPlaneStrain.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestMaxwellPlaneStrain.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestMaxwellPlaneStrain.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestMaxwellPlaneStrain.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestMaxwellPlaneStrain.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestMaxwellPlaneStrain.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestMetadata.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestMetadata.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestMetadata.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestMetadata.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestMetadata.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestMetadata.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestPowerLaw3D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestPowerLaw3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestPowerLaw3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/TestPowerLaw3D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/TestPowerLaw3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/TestPowerLaw3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/DruckerPrager3DElastic.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/DruckerPrager3DElastic.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/DruckerPrager3DElastic.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/DruckerPrager3DElasticData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/DruckerPrager3DElasticData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/DruckerPrager3DElasticData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/DruckerPrager3DElasticData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/DruckerPrager3DElasticData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/DruckerPrager3DElasticData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/DruckerPrager3DTimeDep.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/DruckerPrager3DTimeDep.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/DruckerPrager3DTimeDep.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/DruckerPrager3DTimeDepData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/DruckerPrager3DTimeDepData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/DruckerPrager3DTimeDepData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/DruckerPrager3DTimeDepData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/DruckerPrager3DTimeDepData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/DruckerPrager3DTimeDepData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticIsotropic3D.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticIsotropic3D.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticIsotropic3D.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticIsotropic3DData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticIsotropic3DData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticIsotropic3DData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticIsotropic3DData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticIsotropic3DData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticIsotropic3DData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticMaterialApp.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticMaterialApp.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticMaterialApp.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticMaterialData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticMaterialData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticMaterialData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticMaterialData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticMaterialData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticMaterialData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -3,11 +3,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticPlaneStrain.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticPlaneStrain.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticPlaneStrain.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticPlaneStrainData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticPlaneStrainData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticPlaneStrainData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticPlaneStrainData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticPlaneStrainData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticPlaneStrainData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticPlaneStress.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticPlaneStress.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticPlaneStress.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticPlaneStressData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticPlaneStressData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticPlaneStressData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticPlaneStressData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticPlaneStressData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticPlaneStressData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticStrain1D.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticStrain1D.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticStrain1D.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticStrain1DData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticStrain1DData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticStrain1DData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticStrain1DData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticStrain1DData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticStrain1DData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticStress1D.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticStress1D.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticStress1D.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticStress1DData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticStress1DData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticStress1DData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticStress1DData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticStress1DData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/ElasticStress1DData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/GenMaxwellIsotropic3DElastic.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/GenMaxwellIsotropic3DElastic.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/GenMaxwellIsotropic3DElastic.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/GenMaxwellIsotropic3DElasticData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/GenMaxwellIsotropic3DElasticData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/GenMaxwellIsotropic3DElasticData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/GenMaxwellIsotropic3DElasticData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/GenMaxwellIsotropic3DElasticData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/GenMaxwellIsotropic3DElasticData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/GenMaxwellIsotropic3DTimeDep.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/GenMaxwellIsotropic3DTimeDep.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/GenMaxwellIsotropic3DTimeDep.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/GenMaxwellIsotropic3DTimeDepData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/GenMaxwellIsotropic3DTimeDepData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/GenMaxwellIsotropic3DTimeDepData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/GenMaxwellIsotropic3DTimeDepData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/GenMaxwellIsotropic3DTimeDepData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/GenMaxwellIsotropic3DTimeDepData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/MaterialData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/MaterialData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/MaterialData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/MaterialData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/MaterialData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/MaterialData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DElastic.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DElastic.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DElastic.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DElasticData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DElasticData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DElasticData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DElasticData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DElasticData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DElasticData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DTimeDep.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DTimeDep.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DTimeDep.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DTimeDepData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DTimeDepData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DTimeDepData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DTimeDepData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DTimeDepData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellIsotropic3DTimeDepData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellPlaneStrainElastic.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellPlaneStrainElastic.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellPlaneStrainElastic.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellPlaneStrainElasticData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellPlaneStrainElasticData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellPlaneStrainElasticData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellPlaneStrainElasticData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellPlaneStrainElasticData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellPlaneStrainElasticData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellPlaneStrainTimeDep.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellPlaneStrainTimeDep.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellPlaneStrainTimeDep.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellPlaneStrainTimeDepData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellPlaneStrainTimeDepData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellPlaneStrainTimeDepData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellPlaneStrainTimeDepData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellPlaneStrainTimeDepData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/MaxwellPlaneStrainTimeDepData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/PowerLaw3DElastic.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/PowerLaw3DElastic.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/PowerLaw3DElastic.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/PowerLaw3DElasticData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/PowerLaw3DElasticData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/PowerLaw3DElasticData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/PowerLaw3DElasticData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/PowerLaw3DElasticData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/PowerLaw3DElasticData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/PowerLaw3DTimeDep.py
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/PowerLaw3DTimeDep.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/PowerLaw3DTimeDep.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/PowerLaw3DTimeDepData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/PowerLaw3DTimeDepData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/PowerLaw3DTimeDepData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/PowerLaw3DTimeDepData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/PowerLaw3DTimeDepData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/PowerLaw3DTimeDepData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/generate.sh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/generate.sh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/generate.sh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/data/header.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/data/header.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/data/header.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/materials/test_materials.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/materials/test_materials.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/materials/test_materials.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestCellFilterAvg.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestCellFilterAvg.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestCellFilterAvg.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestCellFilterAvg.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestCellFilterAvg.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestCellFilterAvg.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTK.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTK.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTK.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTK.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTK.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTK.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMesh.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMesh.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMesh.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMesh.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMesh.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMesh.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKBCMeshTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMesh.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMesh.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMesh.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMesh.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMesh.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMesh.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKFaultMeshTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshLine2.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshLine2.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshLine2.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshLine2.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshLine2.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshLine2.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMatMeshTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMesh.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMesh.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMesh.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMesh.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMesh.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMesh.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshLine2.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshLine2.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshLine2.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshLine2.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshLine2.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshLine2.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKMeshTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMesh.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMesh.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMesh.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMesh.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMesh.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMesh.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshLine2.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshLine2.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshLine2.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshLine2.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshLine2.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshLine2.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKSubMeshTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIO.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIO.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIO.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIO.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIO.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIO.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIOAscii.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIOAscii.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIOAscii.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIOAscii.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIOAscii.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIOAscii.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIOCubit.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIOCubit.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIOCubit.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIOCubit.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIOCubit.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIOCubit.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIOLagrit.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIOLagrit.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIOLagrit.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIOLagrit.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIOLagrit.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestMeshIOLagrit.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestOutputManager.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestOutputManager.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestOutputManager.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestOutputManager.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestOutputManager.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestOutputManager.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestOutputSolnSubset.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestOutputSolnSubset.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestOutputSolnSubset.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestOutputSolnSubset.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestOutputSolnSubset.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestOutputSolnSubset.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestVertexFilterVecNorm.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestVertexFilterVecNorm.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestVertexFilterVecNorm.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestVertexFilterVecNorm.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestVertexFilterVecNorm.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestVertexFilterVecNorm.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataBCMeshTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataFaultMeshTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshLine2.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshLine2.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshLine2.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshLine2.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshLine2.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshLine2.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMatMeshTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshLine2.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshLine2.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshLine2.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshLine2.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshLine2.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshLine2.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataMeshTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshHex8.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshHex8.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshHex8.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshHex8.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshHex8.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshHex8.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshLine2.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshLine2.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshLine2.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshLine2.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshLine2.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshLine2.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshQuad4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshQuad4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshQuad4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshQuad4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshQuad4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshQuad4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshTet4.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshTet4.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshTet4.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshTet4.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshTet4.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshTet4.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshTri3.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshTri3.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshTri3.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshTri3.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshTri3.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/DataWriterVTKDataSubMeshTri3.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData1D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData1D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData1D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData1D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData1D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData1D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData1Din2D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData1Din2D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData1Din2D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData1Din2D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData1Din2D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData1Din2D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData1Din3D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData1Din3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData1Din3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData1Din3D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData1Din3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData1Din3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData2D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData2D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData2D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData2D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData2D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData2D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData2Din3D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData2Din3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData2Din3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData2Din3D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData2Din3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData2Din3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData3D.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData3D.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData3D.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData3D.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData3D.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData3D.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData3DIndexOne.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData3DIndexOne.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData3DIndexOne.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData3DIndexOne.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData3DIndexOne.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshData3DIndexOne.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitHex.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitHex.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitHex.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitHex.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitHex.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitHex.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitQuad.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitQuad.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitQuad.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitQuad.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitQuad.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitQuad.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitTet.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitTet.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitTet.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitTet.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitTet.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitTet.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitTri.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitTri.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitTri.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitTri.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitTri.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataCubitTri.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataLagritTet.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataLagritTet.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataLagritTet.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataLagritTet.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataLagritTet.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/MeshDataLagritTet.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ======================================================================
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ======================================================================
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/cube2.lagrit
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/cube2.lagrit	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/cube2.lagrit	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 *
 * ----------------------------------------------------------------------
 *
-*                           Brad T. Aagaard
-*                        U.S. Geological Survey
+* Brad T. Aagaard, U.S. Geological Survey
+* Charles A. Williams, GNS Science
+* Matthew G. Knepley, University of Chicago
 *
-* <LicenseText>
+* This code was developed as part of the Computational Infrastructure
+* for Geodynamics (http://geodynamics.org).
 *
+* Copyright (c) 2010 University of California, Davis
+*
+* See COPYING for license information.
+*
 * ----------------------------------------------------------------------
 *
 * Mesh a double cube using tetrahedral elements.

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/test_meshio.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/test_meshio.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/test_meshio.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/topology/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/topology/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/topology/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldMesh.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldMesh.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldMesh.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldMesh.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldMesh.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldMesh.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldSubMesh.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldSubMesh.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldSubMesh.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldSubMesh.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldSubMesh.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldSubMesh.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldsMesh.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldsMesh.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldsMesh.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldsMesh.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldsMesh.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldsMesh.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldsSubMesh.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldsSubMesh.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldsSubMesh.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldsSubMesh.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldsSubMesh.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/topology/TestFieldsSubMesh.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/topology/TestJacobian.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/topology/TestJacobian.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/topology/TestJacobian.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/topology/TestJacobian.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/topology/TestJacobian.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/topology/TestJacobian.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/topology/TestMesh.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/topology/TestMesh.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/topology/TestMesh.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/topology/TestMesh.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/topology/TestMesh.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/topology/TestMesh.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/topology/TestMeshOps.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/topology/TestMeshOps.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/topology/TestMeshOps.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/topology/TestMeshOps.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/topology/TestMeshOps.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/topology/TestMeshOps.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/topology/TestSolutionFields.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/topology/TestSolutionFields.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/topology/TestSolutionFields.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/topology/TestSolutionFields.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/topology/TestSolutionFields.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/topology/TestSolutionFields.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/topology/TestSubMesh.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/topology/TestSubMesh.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/topology/TestSubMesh.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/topology/TestSubMesh.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/topology/TestSubMesh.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/topology/TestSubMesh.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/topology/data/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/topology/data/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/topology/data/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/topology/test_topology.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/topology/test_topology.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/topology/test_topology.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/utils/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/utils/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/utils/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/libtests/utils/TestEventLogger.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/utils/TestEventLogger.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/utils/TestEventLogger.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/utils/TestEventLogger.hh
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/utils/TestEventLogger.hh	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/utils/TestEventLogger.hh	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/libtests/utils/test_utils.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/utils/test_utils.cc	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/libtests/utils/test_utils.cc	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 //
 // ----------------------------------------------------------------------
 //
-//                           Brad T. Aagaard
-//                        U.S. Geological Survey
+// Brad T. Aagaard, U.S. Geological Survey
+// Charles A. Williams, GNS Science
+// Matthew G. Knepley, University of Chicago
 //
-// {LicenseText}
+// This code was developed as part of the Computational Infrastructure
+// for Geodynamics (http://geodynamics.org).
 //
+// Copyright (c) 2010 University of California, Davis
+//
+// See COPYING for license information.
+//
 // ----------------------------------------------------------------------
 //
 

Modified: short/3D/PyLith/trunk/unittests/pytests/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/bc/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/bc/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/bc/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/bc/TestAbsorbingDampers.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/bc/TestAbsorbingDampers.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/bc/TestAbsorbingDampers.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/bc/TestDirichletBC.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/bc/TestDirichletBC.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/bc/TestDirichletBC.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/bc/TestDirichletBoundary.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/bc/TestDirichletBoundary.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/bc/TestDirichletBoundary.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/bc/TestNeumann.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/bc/TestNeumann.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/bc/TestNeumann.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/bc/data/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/bc/data/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/bc/data/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/bc/testbc.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/bc/testbc.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/bc/testbc.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/faults/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/faults/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/faults/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/faults/TestBruneSlipFn.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/faults/TestBruneSlipFn.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/faults/TestBruneSlipFn.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/faults/TestConstRateSlipFn.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/faults/TestConstRateSlipFn.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/faults/TestConstRateSlipFn.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/faults/TestEqKinSrc.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/faults/TestEqKinSrc.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/faults/TestEqKinSrc.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/faults/TestFaultCohesiveDyn.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/faults/TestFaultCohesiveDyn.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/faults/TestFaultCohesiveDyn.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/faults/TestFaultCohesiveKin.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/faults/TestFaultCohesiveKin.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/faults/TestFaultCohesiveKin.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/faults/TestLiuCosSlipFn.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/faults/TestLiuCosSlipFn.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/faults/TestLiuCosSlipFn.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/faults/TestSingleRupture.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/faults/TestSingleRupture.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/faults/TestSingleRupture.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/faults/TestStepSlipFn.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/faults/TestStepSlipFn.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/faults/TestStepSlipFn.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/faults/TestTimeHistorySlipFn.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/faults/TestTimeHistorySlipFn.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/faults/TestTimeHistorySlipFn.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/faults/data/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/faults/data/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/faults/data/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/faults/testfaults.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/faults/testfaults.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/faults/testfaults.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/feassemble/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/feassemble/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/feassemble/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/feassemble/TestCellGeometry.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/feassemble/TestCellGeometry.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/feassemble/TestCellGeometry.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/feassemble/TestElasticityExplicit.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/feassemble/TestElasticityExplicit.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/feassemble/TestElasticityExplicit.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/feassemble/TestElasticityExplicitLgDeform.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/feassemble/TestElasticityExplicitLgDeform.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/feassemble/TestElasticityExplicitLgDeform.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/feassemble/TestElasticityImplicit.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/feassemble/TestElasticityImplicit.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/feassemble/TestElasticityImplicit.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/feassemble/TestElasticityImplicitLgDeform.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/feassemble/TestElasticityImplicitLgDeform.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/feassemble/TestElasticityImplicitLgDeform.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/feassemble/TestFIATLagrange.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/feassemble/TestFIATLagrange.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/feassemble/TestFIATLagrange.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/feassemble/TestFIATSimplex.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/feassemble/TestFIATSimplex.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/feassemble/TestFIATSimplex.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/feassemble/TestMeshQuadrature.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/feassemble/TestMeshQuadrature.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/feassemble/TestMeshQuadrature.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/feassemble/TestSubMeshQuadrature.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/feassemble/TestSubMeshQuadrature.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/feassemble/TestSubMeshQuadrature.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/feassemble/data/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/feassemble/data/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/feassemble/data/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/feassemble/testfeassemble.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/feassemble/testfeassemble.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/feassemble/testfeassemble.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/friction/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/friction/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/friction/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/friction/TestFrictionModel.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/friction/TestFrictionModel.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/friction/TestFrictionModel.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/friction/TestRateStateAgeing.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/friction/TestRateStateAgeing.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/friction/TestRateStateAgeing.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/friction/TestSlipWeakening.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/friction/TestSlipWeakening.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/friction/TestSlipWeakening.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/friction/TestStaticFriction.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/friction/TestStaticFriction.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/friction/TestStaticFriction.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/friction/data/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/friction/data/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/friction/data/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/friction/testfriction.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/friction/testfriction.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/friction/testfriction.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/materials/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/materials/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/materials/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/materials/TestDruckerPrager3D.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/materials/TestDruckerPrager3D.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/materials/TestDruckerPrager3D.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/materials/TestElasticIsotropic3D.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/materials/TestElasticIsotropic3D.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/materials/TestElasticIsotropic3D.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/materials/TestElasticMaterial.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/materials/TestElasticMaterial.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/materials/TestElasticMaterial.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/materials/TestElasticPlaneStrain.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/materials/TestElasticPlaneStrain.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/materials/TestElasticPlaneStrain.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/materials/TestElasticPlaneStress.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/materials/TestElasticPlaneStress.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/materials/TestElasticPlaneStress.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/materials/TestElasticStrain1D.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/materials/TestElasticStrain1D.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/materials/TestElasticStrain1D.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/materials/TestElasticStress1D.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/materials/TestElasticStress1D.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/materials/TestElasticStress1D.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/materials/TestGenMaxwellIsotropic3D.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/materials/TestGenMaxwellIsotropic3D.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/materials/TestGenMaxwellIsotropic3D.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/materials/TestHomogeneous.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/materials/TestHomogeneous.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/materials/TestHomogeneous.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/materials/TestMaterial.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/materials/TestMaterial.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/materials/TestMaterial.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/materials/TestMaxwellIsotropic3D.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/materials/TestMaxwellIsotropic3D.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/materials/TestMaxwellIsotropic3D.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/materials/TestMaxwellPlaneStrain.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/materials/TestMaxwellPlaneStrain.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/materials/TestMaxwellPlaneStrain.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/materials/TestPowerLaw3D.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/materials/TestPowerLaw3D.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/materials/TestPowerLaw3D.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/materials/data/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/materials/data/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/materials/data/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/materials/testmaterials.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/materials/testmaterials.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/materials/testmaterials.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/meshio/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/meshio/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/meshio/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/meshio/TestCellFilterAvg.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/meshio/TestCellFilterAvg.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/meshio/TestCellFilterAvg.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/meshio/TestDataWriterVTK.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/meshio/TestDataWriterVTK.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/meshio/TestDataWriterVTK.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/meshio/TestMeshIOAscii.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/meshio/TestMeshIOAscii.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/meshio/TestMeshIOAscii.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/meshio/TestMeshIOCubit.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/meshio/TestMeshIOCubit.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/meshio/TestMeshIOCubit.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/meshio/TestMeshIOLagrit.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/meshio/TestMeshIOLagrit.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/meshio/TestMeshIOLagrit.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/meshio/TestOutputManagerMesh.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/meshio/TestOutputManagerMesh.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/meshio/TestOutputManagerMesh.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/meshio/TestOutputManagerSubMesh.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/meshio/TestOutputManagerSubMesh.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/meshio/TestOutputManagerSubMesh.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/meshio/TestOutputSolnSubset.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/meshio/TestOutputSolnSubset.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/meshio/TestOutputSolnSubset.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/meshio/TestSingleOutput.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/meshio/TestSingleOutput.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/meshio/TestSingleOutput.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/meshio/TestVertexFilterVecNorm.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/meshio/TestVertexFilterVecNorm.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/meshio/TestVertexFilterVecNorm.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/meshio/data/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/meshio/data/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/meshio/data/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/meshio/testcubit.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/meshio/testcubit.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/meshio/testcubit.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/meshio/testmeshio.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/meshio/testmeshio.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/meshio/testmeshio.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/mpi/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/mpi/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/mpi/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/mpi/TestCommunicator.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/mpi/TestCommunicator.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/mpi/TestCommunicator.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/mpi/testmpi.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/mpi/testmpi.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/mpi/testmpi.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/problems/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/problems/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/problems/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/problems/TestTimeStep.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/problems/TestTimeStep.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/problems/TestTimeStep.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/problems/TestTimeStepAdapt.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/problems/TestTimeStepAdapt.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/problems/TestTimeStepAdapt.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/problems/TestTimeStepUniform.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/problems/TestTimeStepUniform.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/problems/TestTimeStepUniform.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/problems/TestTimeStepUser.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/problems/TestTimeStepUser.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/problems/TestTimeStepUser.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/problems/data/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/problems/data/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/problems/data/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/problems/testproblems.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/problems/testproblems.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/problems/testproblems.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/topology/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/topology/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/topology/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/topology/TestFieldBase.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/topology/TestFieldBase.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/topology/TestFieldBase.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/topology/TestJacobian.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/topology/TestJacobian.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/topology/TestJacobian.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/topology/TestMesh.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/topology/TestMesh.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/topology/TestMesh.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/topology/TestMeshField.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/topology/TestMeshField.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/topology/TestMeshField.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/topology/TestMeshFields.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/topology/TestMeshFields.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/topology/TestMeshFields.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/topology/TestMeshGenSimple.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/topology/TestMeshGenSimple.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/topology/TestMeshGenSimple.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/topology/TestMeshGenerator.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/topology/TestMeshGenerator.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/topology/TestMeshGenerator.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/topology/TestMeshImporter.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/topology/TestMeshImporter.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/topology/TestMeshImporter.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/topology/TestSolutionFields.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/topology/TestSolutionFields.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/topology/TestSolutionFields.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/topology/TestSubMesh.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/topology/TestSubMesh.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/topology/TestSubMesh.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/topology/data/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/topology/data/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/topology/data/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/topology/testgensimple.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/topology/testgensimple.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/topology/testgensimple.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/topology/testtopology.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/topology/testtopology.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/topology/testtopology.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/utils/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/utils/Makefile.am	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/utils/Makefile.am	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ----------------------------------------------------------------------
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# <LicenseText>
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ----------------------------------------------------------------------
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/utils/TestEventLogger.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/utils/TestEventLogger.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/utils/TestEventLogger.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/utils/TestPetscManager.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/utils/TestPetscManager.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/utils/TestPetscManager.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/utils/testmanager.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/utils/testmanager.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/utils/testmanager.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 

Modified: short/3D/PyLith/trunk/unittests/pytests/utils/testutils.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/utils/testutils.py	2010-08-21 00:04:26 UTC (rev 17102)
+++ short/3D/PyLith/trunk/unittests/pytests/utils/testutils.py	2010-08-21 00:20:22 UTC (rev 17103)
@@ -2,11 +2,17 @@
 #
 # ======================================================================
 #
-#                           Brad T. Aagaard
-#                        U.S. Geological Survey
+# Brad T. Aagaard, U.S. Geological Survey
+# Charles A. Williams, GNS Science
+# Matthew G. Knepley, University of Chicago
 #
-# {LicenseText}
+# This code was developed as part of the Computational Infrastructure
+# for Geodynamics (http://geodynamics.org).
 #
+# Copyright (c) 2010 University of California, Davis
+#
+# See COPYING for license information.
+#
 # ======================================================================
 #
 



More information about the CIG-COMMITS mailing list