From dd6911ef15fcdda7a99d50a29a1f315993c33991 Mon Sep 17 00:00:00 2001
From: Peter Melnichenko
Copyright © 2003 Kepler Project.
+Copyright © 2003 - 2017 Kepler Project.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/src/lfs.c b/src/lfs.c index 886add0..be6977e 100644 --- a/src/lfs.c +++ b/src/lfs.c @@ -1,6 +1,6 @@ /* ** 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. ** 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. */ 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_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"); diff --git a/src/lfs.h b/src/lfs.h index 7f7d2ab..4587564 100644 --- a/src/lfs.h +++ b/src/lfs.h @@ -1,6 +1,6 @@ /* ** 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 */ -- cgit v1.2.3-55-g6feb