[cig-commits] r21466 - short/3D/PyLith/trunk/doc/developer

brad at geodynamics.org brad at geodynamics.org
Thu Mar 7 14:56:07 PST 2013


Author: brad
Date: 2013-03-07 14:56:07 -0800 (Thu, 07 Mar 2013)
New Revision: 21466

Modified:
   short/3D/PyLith/trunk/doc/developer/updatecopyright.sh
Log:
Updated copyright script for 2013.

Modified: short/3D/PyLith/trunk/doc/developer/updatecopyright.sh
===================================================================
--- short/3D/PyLith/trunk/doc/developer/updatecopyright.sh	2013-03-07 21:25:15 UTC (rev 21465)
+++ short/3D/PyLith/trunk/doc/developer/updatecopyright.sh	2013-03-07 22:56:07 UTC (rev 21466)
@@ -1,7 +1,8 @@
 #!/bin/bash
 
-for suffix in .cc .hh .am .py .i; do
+for suffix in .cc .hh .h .am .py .i; do
   for f in `find . -name "*$suffix"` configure.ac aclocal.m4 COPYING; do
-    sed -e "s/Copyright (c) 2010-2011 University of California, Davis/Copyright (c) 2010-2012 University of California, Davis/g" $f > tmp && mv -f tmp $f
+    sed -e "s/Copyright (c) 2010-2011 University of California, Davis/Copyright (c) 2010-2013 University of California, Davis/g" $f > tmp && mv -f tmp $f
+    sed -e "s/Copyright (c) 2010-2012 University of California, Davis/Copyright (c) 2010-2013 University of California, Davis/g" $f > tmp && mv -f tmp $f
   done
 done



More information about the CIG-COMMITS mailing list