aboutsummaryrefslogtreecommitdiff
path: root/src/lfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lfs.h')
-rw-r--r--src/lfs.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lfs.h b/src/lfs.h
index 13b60a9..116b892 100644
--- a/src/lfs.h
+++ b/src/lfs.h
@@ -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 */