third_party:waf: update to upstream 2.0.4 release
[samba.git] / third_party / waf / waflib / Tools / fc_scan.py
index 5e4412609e75ef2fee386a3c57fa0e979a1e769b..e8c6eda962485569f35c60d1854e46fab9e3fd11 100644 (file)
@@ -5,7 +5,7 @@
 #! /usr/bin/env python
 # encoding: utf-8
 # DC 2008
-# Thomas Nagy 2016 (ita)
+# Thomas Nagy 2016-2018 (ita)
 
 import re
 
@@ -115,3 +115,4 @@ class fortran_parser(object):
                if not found:
                        if not filename in self.names:
                                self.names.append(filename)
+