mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-22 02:53:06 +00:00
Update copyright year [ci skip]
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
# LuaFileSystem - File System Library for Lua
|
# LuaFileSystem - File System Library for Lua
|
||||||
|
|
||||||
Copyright 2003-2016 Kepler Project
|
Copyright 2003-2017 Kepler Project
|
||||||
|
|
||||||
https://keplerproject.github.io/luafilesystem
|
https://keplerproject.github.io/luafilesystem
|
||||||
|
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ Ierusalimschy, André Carregal and Tomás Guisasola.
|
|||||||
The implementation is not derived from licensed software.</p>
|
The implementation is not derived from licensed software.</p>
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
<p>Copyright © 2003 Kepler Project.</p>
|
<p>Copyright © 2003 - 2017 Kepler Project.</p>
|
||||||
|
|
||||||
<p>Permission is hereby granted, free of charge, to any person
|
<p>Permission is hereby granted, free of charge, to any person
|
||||||
obtaining a copy of this software and associated documentation
|
obtaining a copy of this software and associated documentation
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
** LuaFileSystem
|
** LuaFileSystem
|
||||||
** Copyright Kepler Project 2003 - 2016 (http://keplerproject.github.io/luafilesystem)
|
** Copyright Kepler Project 2003 - 2017 (http://keplerproject.github.io/luafilesystem)
|
||||||
**
|
**
|
||||||
** File system manipulation library.
|
** File system manipulation library.
|
||||||
** This library offers these functions:
|
** This library offers these functions:
|
||||||
@@ -916,7 +916,7 @@ static int link_info (lua_State *L) {
|
|||||||
** Assumes the table is on top of the stack.
|
** Assumes the table is on top of the stack.
|
||||||
*/
|
*/
|
||||||
static void set_info (lua_State *L) {
|
static void set_info (lua_State *L) {
|
||||||
lua_pushliteral(L, "Copyright (C) 2003-2016 Kepler Project");
|
lua_pushliteral(L, "Copyright (C) 2003-2017 Kepler Project");
|
||||||
lua_setfield(L, -2, "_COPYRIGHT");
|
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 the standard Lua distribution");
|
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");
|
||||||
lua_setfield(L, -2, "_DESCRIPTION");
|
lua_setfield(L, -2, "_DESCRIPTION");
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
** LuaFileSystem
|
** LuaFileSystem
|
||||||
** Copyright Kepler Project 2003 - 2016 (http://keplerproject.github.io/luafilesystem)
|
** Copyright Kepler Project 2003 - 2017 (http://keplerproject.github.io/luafilesystem)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Define 'chdir' for systems that do not implement it */
|
/* Define 'chdir' for systems that do not implement it */
|
||||||
|
|||||||
Reference in New Issue
Block a user