From: Wolfgang Bangerth Date: Wed, 17 Aug 2016 02:11:04 +0000 (-0600) Subject: Also include HTML files when updating copyright years. X-Git-Tag: v8.5.0-rc1~760^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2978%2Fhead;p=dealii.git Also include HTML files when updating copyright years. --- diff --git a/contrib/utilities/update-copyright b/contrib/utilities/update-copyright index a758599374..4bf745bf5d 100755 --- a/contrib/utilities/update-copyright +++ b/contrib/utilities/update-copyright @@ -1,7 +1,7 @@ #!/bin/bash ## --------------------------------------------------------------------- ## -## Copyright (C) 2015 by the deal.II authors +## Copyright (C) 2015, 2016 by the deal.II authors ## ## This file is part of the deal.II library. ## @@ -32,6 +32,7 @@ files="`echo include/deal.II/*/*h \ `find cmake/ | egrep '\.(cmake|in|cc)$'` `find . -name CMakeLists.txt` `find tests/ | egrep '\.(h|cc)$'` + `find doc/ | egrep '\.html$'` " for i in $files ; do