Author: sewardj
Date: 2008-02-11 11:32:40 +0000 (Mon, 11 Feb 2008)
New Revision: 7397

Log:
Update.


Modified:
   trunk/auxprogs/change-copyright-year


Modified: trunk/auxprogs/change-copyright-year
===================================================================
--- trunk/auxprogs/change-copyright-year        2008-02-11 11:23:12 UTC (rev 
7396)
+++ trunk/auxprogs/change-copyright-year        2008-02-11 11:32:40 UTC (rev 
7397)
@@ -19,7 +19,7 @@
 # change them.
 for i in `find . -name '*.[chS]' -type f -not -path '*.svn\/*'` ; do
     echo $i
-    sed "s/Copyright (C) 200\([0-9]\)-2006/Copyright (C) 200\1-2007/" < $i > 
tmp.$$
+    sed "s/Copyright (C) 200\([0-9]\)-2007/Copyright (C) 200\1-2008/" < $i > 
tmp.$$
     mv tmp.$$ $i
 done
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to