[cig-commits] commit 2517 by heister to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Mon Apr 14 07:56:09 PDT 2014


Revision 2517

update tasks

U   trunk/aspect/doc/release-tasklist


http://www.dealii.org/websvn/revision.php?repname=Aspect+Repository&path=%2F&rev=2517&peg=2517

Diff:
Modified: trunk/aspect/doc/release-tasklist
===================================================================
--- trunk/aspect/doc/release-tasklist	2014-04-14 14:55:02 UTC (rev 2516)
+++ trunk/aspect/doc/release-tasklist	2014-04-14 14:56:07 UTC (rev 2517)
@@ -5,9 +5,10 @@
   . fix doxygen errors:
     find include -name "*h" -print | xargs -n 1 deal-trunk/tests/scripts/checkdoxygen.py
   . fix formatting:
-    find . -name "*h" -print | while read file;do deal.II/contrib/utilities/wrapcomments.py $file >temp;mv temp $file;done
+    find . -name "*.h" -print | while read file;do deal.II/contrib/utilities/wrapcomments.py $file >temp;mv temp $file;done
   . apply astyle formatting, see doc/astyle.rc
   . update copyright years of all files
+    find . -name "*.h" -o -name "*.cc" -print | while read file;do sed -i 's/^.*Copyright.*/  Copyright (C) 2011 - 2014 by the authors of the ASPECT code./' $file; done
   . update changes.h in doc/modules:
     1. svn cp changes.h <oldversion>-<newversion>.h
     2. remove entries from changes.h


More information about the CIG-COMMITS mailing list