diff options
Diffstat (limited to 'contrib/update-copyright.py')
-rwxr-xr-x | contrib/update-copyright.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py index f9852a8..85be1e1 100755 --- a/contrib/update-copyright.py +++ b/contrib/update-copyright.py @@ -591,6 +591,8 @@ class TestsuiteFilter (GenericFilter): # Similarly params/README. if filename == 'README' and os.path.basename (dir) == 'params': return True + if filename == 'pdt_5.f03' and os.path.basename (dir) == 'gfortran.dg': + return True return GenericFilter.skip_file (self, dir, filename) class LibCppFilter (GenericFilter): |