third_party:waf: update to upstream 2.0.4 release
[samba.git] / third_party / waf / waflib / Tools / lua.py
index f864970e47c1418023be7ae35cb1d686c8cf9aca..9c6a234447af99e10ed56b07b29c7f4aef9a8fe5 100644 (file)
@@ -5,7 +5,7 @@
 #!/usr/bin/env python
 # encoding: utf-8
 # Sebastian Schlingmann, 2008
-# Thomas Nagy, 2008-2016 (ita)
+# Thomas Nagy, 2008-2018 (ita)
 
 """
 Lua support.
@@ -39,3 +39,4 @@ def configure(conf):
        Detect the luac compiler and set *conf.env.LUAC*
        """
        conf.find_program('luac', var='LUAC')
+