third_party:waf: update to upstream 2.0.4 release
[sfrench/samba-autobuild/.git] / third_party / waf / waflib / Tools / ar.py
index 2ee1a0851bb2e04b868f06c88b8d51621432791e..bf5220d41c0f3a6c14f64b232fb47498cc7bdceb 100644 (file)
@@ -4,7 +4,7 @@
 
 #!/usr/bin/env python
 # encoding: utf-8
-# Thomas Nagy, 2006-2016 (ita)
+# Thomas Nagy, 2006-2018 (ita)
 # Ralf Habacker, 2006 (rh)
 
 """
@@ -25,3 +25,4 @@ def configure(conf):
        conf.add_os_flags('ARFLAGS')
        if not conf.env.ARFLAGS:
                conf.env.ARFLAGS = ['rcs']
+