aboutsummaryrefslogtreecommitdiff
path: root/src/lfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lfs.c')
-rw-r--r--src/lfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lfs.c b/src/lfs.c
index e361bd6..13c014e 100644
--- a/src/lfs.c
+++ b/src/lfs.c
@@ -14,7 +14,7 @@
14** lfs.touch (filepath [, atime [, mtime]]) 14** lfs.touch (filepath [, atime [, mtime]])
15** lfs.unlock (fh) 15** lfs.unlock (fh)
16** 16**
17** $Id: lfs.c,v 1.35 2006/12/04 15:28:53 mascarenhas Exp $ 17** $Id: lfs.c,v 1.36 2007/05/08 19:23:12 carregal Exp $
18*/ 18*/
19 19
20#include <errno.h> 20#include <errno.h>
@@ -554,7 +554,7 @@ static int file_info (lua_State *L) {
554*/ 554*/
555static void set_info (lua_State *L) { 555static void set_info (lua_State *L) {
556 lua_pushliteral (L, "_COPYRIGHT"); 556 lua_pushliteral (L, "_COPYRIGHT");
557 lua_pushliteral (L, "Copyright (C) 2003-2006 Kepler Project"); 557 lua_pushliteral (L, "Copyright (C) 2003-2007 Kepler Project");
558 lua_settable (L, -3); 558 lua_settable (L, -3);
559 lua_pushliteral (L, "_DESCRIPTION"); 559 lua_pushliteral (L, "_DESCRIPTION");
560 lua_pushliteral (L, "LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution"); 560 lua_pushliteral (L, "LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution");