From 44e60e8b0c66e97916f04cff2f8112fbafa887b6 Mon Sep 17 00:00:00 2001 From: carregal Date: Fri, 10 Mar 2006 23:37:32 +0000 Subject: Comments update - minor details --- src/lfs.c | 4 ++-- src/lfs.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/lfs.c b/src/lfs.c index 877fb1e..4a2da2d 100644 --- a/src/lfs.c +++ b/src/lfs.c @@ -1,6 +1,6 @@ /* ** LuaFileSystem -** Copyright Kepler Project 2003-2006 (http://www.keplerproject.org/luafilesystem) +** Copyright Kepler Project 2004-2006 (http://www.keplerproject.org/luafilesystem) ** ** File system manipulation library. ** This library offers these functions: @@ -14,7 +14,7 @@ ** lfs.touch (filepath [, atime [, mtime]]) ** lfs.unlock (fh) ** -** $Id: lfs.c,v 1.29 2006/03/10 22:38:11 carregal Exp $ +** $Id: lfs.c,v 1.30 2006/03/10 23:37:32 carregal Exp $ */ #include diff --git a/src/lfs.h b/src/lfs.h index 8ab47a2..62ae79f 100644 --- a/src/lfs.h +++ b/src/lfs.h @@ -1,8 +1,8 @@ /* ** LuaFileSystem -** Copyright Kepler Project 2003-2006 (http://www.keplerproject.org/luafilesystem) +** Copyright Kepler Project 2004-2006 (http://www.keplerproject.org/luafilesystem) ** -** $Id: lfs.h,v 1.2 2006/03/10 22:38:11 carregal Exp $ +** $Id: lfs.h,v 1.3 2006/03/10 23:37:32 carregal Exp $ */ /* Define 'chdir' for systems that do not implement it */ -- cgit v1.2.3-55-g6feb