diff options
Diffstat (limited to 'src/lfs.h')
-rw-r--r-- | src/lfs.h | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,7 +1,10 @@ | |||
1 | /* | 1 | /* |
2 | ** LuaFileSystem | 2 | ** LuaFileSystem |
3 | ** Copyright Kepler Project 2003 - 2020 | 3 | ** File system manipulation library |
4 | ** (http://keplerproject.github.io/luafilesystem) | 4 | ** |
5 | ** Copyright (C) 2003-2010 Kepler Project. | ||
6 | ** Copyright (C) 2010-2022 The LuaFileSystem authors. | ||
7 | ** (http://lunarmodules.github.io/luafilesystem) | ||
5 | */ | 8 | */ |
6 | 9 | ||
7 | /* Define 'chdir' for systems that do not implement it */ | 10 | /* Define 'chdir' for systems that do not implement it */ |