From ca644f245281314922bfc09df14b46dcb43e5f53 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 16 Aug 2016 20:11:04 -0600 Subject: [PATCH] Also include HTML files when updating copyright years. --- contrib/utilities/update-copyright | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5