Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keplerproject/luafilesystem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2022-07-26 18:40:59 +0300
committerHisham Muhammad <hisham@gobolinux.org>2022-07-26 18:40:59 +0300
commit912e06714fc276c15b4d5d1b42bd2b11edb8deff (patch)
treeb9ed0919d1019349f19170e1904a432a30eae728
parente4eae33de5045e644c77fc3e1ae9b8373c82a1a2 (diff)
keplerproject -> lunarmodulesHEADmaster
-rw-r--r--LICENSE4
-rw-r--r--README.md8
-rw-r--r--docs/examples.html8
-rw-r--r--docs/index.html10
-rw-r--r--docs/license.html12
-rw-r--r--docs/manual.html8
-rw-r--r--luafilesystem-scm-1.rockspec2
-rw-r--r--src/lfs.c23
-rw-r--r--src/lfs.h7
9 files changed, 35 insertions, 47 deletions
diff --git a/LICENSE b/LICENSE
index 7fdfbf1..07ccdb1 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,5 @@
-Copyright © 2003-2014 Kepler Project.
-Copyright © 2014-2022 The LuaFileSystem authors.
+Copyright © 2003-2010 Kepler Project.
+Copyright © 2010-2022 The LuaFileSystem authors.
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
diff --git a/README.md b/README.md
index c791909..7e008b8 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
[![License](http://img.shields.io/badge/Licence-MIT-brightgreen.svg)](LICENSE)
-[![Build Status](https://github.com/keplerproject/luafilesystem/actions/workflows/ci.yml/badge.svg)](https://github.com/keplerproject/luafilesystem/actions)
+[![Build Status](https://github.com/lunarmodules/luafilesystem/actions/workflows/ci.yml/badge.svg)](https://github.com/lunarmodules/luafilesystem/actions)
[![Build status](https://ci.appveyor.com/api/projects/status/y04s4ms7u16trw8e?svg=true)](https://ci.appveyor.com/project/ignacio/luafilesystem)
-[![Coverage Status](https://coveralls.io/repos/keplerproject/luafilesystem/badge.png)](https://coveralls.io/r/keplerproject/luafilesystem)
+[![Coverage Status](https://coveralls.io/repos/lunarmodules/luafilesystem/badge.png)](https://coveralls.io/r/lunarmodules/luafilesystem)
# LuaFileSystem - File System Library for Lua
-https://keplerproject.github.io/luafilesystem
+https://lunarmodules.github.io/luafilesystem
# Description
@@ -23,4 +23,4 @@ luarocks install luafilesystem
# Documentation
-Please check the at `docs/` for more information, also available at the [project website](https://keplerproject.github.io/luafilesystem).
+Please check the at `docs/` for more information, also available at the [project website](https://lunarmodules.github.io/luafilesystem).
diff --git a/docs/examples.html b/docs/examples.html
index 68756c8..a41bd2a 100644
--- a/docs/examples.html
+++ b/docs/examples.html
@@ -13,7 +13,7 @@
<div id="product">
<div id="product_logo">
- <a href="http://keplerproject.github.io/luafilesystem">
+ <a href="http://lunarmodules.github.io/luafilesystem">
<img alt="LuaFileSystem" src="luafilesystem.png"/>
</a>
</div>
@@ -44,10 +44,10 @@
</ul>
</li>
<li><strong>Examples</strong></li>
- <li><a href="https://github.com/keplerproject/luafilesystem">Project</a>
+ <li><a href="https://github.com/lunarmodules/luafilesystem">Project</a>
<ul>
- <li><a href="https://github.com/keplerproject/luafilesystem/issues">Bug Tracker</a></li>
- <li><a href="https://github.com/keplerproject/luafilesystem">Git</a></li>
+ <li><a href="https://github.com/lunarmodules/luafilesystem/issues">Bug Tracker</a></li>
+ <li><a href="https://github.com/lunarmodules/luafilesystem">Git</a></li>
</ul>
</li>
<li><a href="license.html">License</a></li>
diff --git a/docs/index.html b/docs/index.html
index b4f056e..34e0730 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -13,7 +13,7 @@
<div id="product">
<div id="product_logo">
- <a href="http://keplerproject.github.io/luafilesystem">
+ <a href="http://lunarmodules.github.io/luafilesystem">
<img alt="LuaFileSystem" src="luafilesystem.png"/>
</a>
</div>
@@ -44,10 +44,10 @@
</ul>
</li>
<li><a href="examples.html">Examples</a></li>
- <li><a href="https://github.com/keplerproject/luafilesystem">Project</a>
+ <li><a href="https://github.com/lunarmodules/luafilesystem">Project</a>
<ul>
- <li><a href="https://github.com/keplerproject/luafilesystem/issues">Bug Tracker</a></li>
- <li><a href="https://github.com/keplerproject/luafilesystem">Git</a></li>
+ <li><a href="https://github.com/lunarmodules/luafilesystem/issues">Bug Tracker</a></li>
+ <li><a href="https://github.com/lunarmodules/luafilesystem">Git</a></li>
</ul>
</li>
<li><a href="license.html">License</a></li>
@@ -81,7 +81,7 @@ flavors of Unix (including Linux, BSDs, macOS) and Windows.</p>
$ luarocks install luafilesystem
</pre>
-<p>Its source can be found at its <a href="http://github.com/keplerproject/luafilesystem">GitHub</a> page.</p>
+<p>Its source can be found at its <a href="http://github.com/lunarmodules/luafilesystem">GitHub</a> page.</p>
<h2><a name="history"></a>History</h2>
diff --git a/docs/license.html b/docs/license.html
index bb66e48..78704b4 100644
--- a/docs/license.html
+++ b/docs/license.html
@@ -13,7 +13,7 @@
<div id="product">
<div id="product_logo">
- <a href="http://keplerproject.github.io/luafilesystem">
+ <a href="http://lunarmodules.github.io/luafilesystem">
<img alt="LuaFileSystem" src="luafilesystem.png"/>
</a>
</div>
@@ -44,10 +44,10 @@
</ul>
</li>
<li><a href="examples.html">Examples</a></li>
- <li><a href="https://github.com/keplerproject/luafilesystem">Project</a>
+ <li><a href="https://github.com/lunarmodules/luafilesystem">Project</a>
<ul>
- <li><a href="https://github.com/keplerproject/luafilesystem/issues">Bug Tracker</a></li>
- <li><a href="https://github.com/keplerproject/luafilesystem">Git</a></li>
+ <li><a href="https://github.com/lunarmodules/luafilesystem/issues">Bug Tracker</a></li>
+ <li><a href="https://github.com/lunarmodules/luafilesystem">Git</a></li>
</ul>
</li>
<li><strong>License</strong></li>
@@ -71,8 +71,8 @@ by many people -- see the Git history for detailed credits.
The implementation is not derived from any other licensed software.</p>
<hr/>
-<p>Copyright &copy; 2003 - 2014 Kepler Project.</p>
-<p>Copyright &copy; 2014 - 2022 The LuaFileSystem authors.</p>
+<p>Copyright &copy; 2003 - 2010 Kepler Project.</p>
+<p>Copyright &copy; 2010 - 2022 The LuaFileSystem authors.</p>
<p>Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
diff --git a/docs/manual.html b/docs/manual.html
index 1feb86a..0f84797 100644
--- a/docs/manual.html
+++ b/docs/manual.html
@@ -13,7 +13,7 @@
<div id="product">
<div id="product_logo">
- <a href="http://keplerproject.github.io/luafilesystem">
+ <a href="http://lunarmodules.github.io/luafilesystem">
<img alt="LuaFileSystem" src="luafilesystem.png"/>
</a>
</div>
@@ -44,10 +44,10 @@
</ul>
</li>
<li><a href="examples.html">Examples</a></li>
- <li><a href="https://github.com/keplerproject/luafilesystem">Project</a>
+ <li><a href="https://github.com/lunarmodules/luafilesystem">Project</a>
<ul>
- <li><a href="https://github.com/keplerproject/luafilesystem/issues">Bug Tracker</a></li>
- <li><a href="https://github.com/keplerproject/luafilesystem">Git</a></li>
+ <li><a href="https://github.com/lunarmodules/luafilesystem/issues">Bug Tracker</a></li>
+ <li><a href="https://github.com/lunarmodules/luafilesystem">Git</a></li>
</ul>
</li>
<li><a href="license.html">License</a></li>
diff --git a/luafilesystem-scm-1.rockspec b/luafilesystem-scm-1.rockspec
index 8a78605..19b6225 100644
--- a/luafilesystem-scm-1.rockspec
+++ b/luafilesystem-scm-1.rockspec
@@ -1,7 +1,7 @@
package = "luafilesystem"
version = "scm-1"
source = {
- url = "git+https://github.com/keplerproject/luafilesystem"
+ url = "git+https://github.com/lunarmodules/luafilesystem"
}
description = {
summary = "File System Library for the Lua Programming Language",
diff --git a/src/lfs.c b/src/lfs.c
index fb5e825..e5e5ee4 100644
--- a/src/lfs.c
+++ b/src/lfs.c
@@ -1,23 +1,10 @@
/*
** LuaFileSystem
-** Copyright Kepler Project 2003 - 2020
-** (http://keplerproject.github.io/luafilesystem)
+** File system manipulation library
**
-** File system manipulation library.
-** This library offers these functions:
-** lfs.attributes (filepath [, attributename | attributetable])
-** lfs.chdir (path)
-** lfs.currentdir ()
-** lfs.dir (path)
-** lfs.link (old, new[, symlink])
-** lfs.lock (fh, mode)
-** lfs.lock_dir (path)
-** lfs.mkdir (path)
-** lfs.rmdir (path)
-** lfs.setmode (filepath, mode)
-** lfs.symlinkattributes (filepath [, attributename])
-** lfs.touch (filepath [, atime [, mtime]])
-** lfs.unlock (fh)
+** Copyright (C) 2003-2010 Kepler Project.
+** Copyright (C) 2010-2022 The LuaFileSystem authors.
+** (http://lunarmodules.github.io/luafilesystem)
*/
#ifndef LFS_DO_NOT_USE_LARGE_FILE
@@ -1141,8 +1128,6 @@ static int link_info(lua_State * L)
*/
static void set_info(lua_State * L)
{
- lua_pushliteral(L, "Copyright (C) 2003-2017 Kepler Project");
- lua_setfield(L, -2, "_COPYRIGHT");
lua_pushliteral(L,
"LuaFileSystem is a Lua library developed to complement "
"the set of functions related to file systems offered by "
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 @@
/*
** LuaFileSystem
-** Copyright Kepler Project 2003 - 2020
-** (http://keplerproject.github.io/luafilesystem)
+** File system manipulation library
+**
+** Copyright (C) 2003-2010 Kepler Project.
+** Copyright (C) 2010-2022 The LuaFileSystem authors.
+** (http://lunarmodules.github.io/luafilesystem)
*/
/* Define 'chdir' for systems that do not implement it */