From cc583a17df76a363e419c960d72422169fae816d Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 20 Feb 2019 10:24:56 -0300 Subject: Removed extra information from RCS keyword strings Version numbers and dates from RCS keyword strings removed from all source files; keeps only the file name. --- test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test.lua') diff --git a/test.lua b/test.lua index 51c5204..476da0a 100755 --- a/test.lua +++ b/test.lua @@ -1,6 +1,6 @@ #!/usr/bin/env lua --- $Id: test.lua,v 1.114 2018/06/04 16:21:19 roberto Exp $ +-- $Id: test.lua $ -- require"strict" -- just to be pedantic -- cgit v1.2.3-55-g6feb