From e38c438771d10231e7ce1b74c027b4914acd6c78 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 3 Mar 2009 22:44:26 +0000 Subject: nixio: Use POSIX file functions introduce dup() introduce fork() wait() kill() more signal interrupt wrappers more POSIX / UNIX standard compliance --- libs/nixio/lua/nixio/util.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/nixio/lua') diff --git a/libs/nixio/lua/nixio/util.lua b/libs/nixio/lua/nixio/util.lua index a88af047e..f2ee2a27e 100644 --- a/libs/nixio/lua/nixio/util.lua +++ b/libs/nixio/lua/nixio/util.lua @@ -1,7 +1,7 @@ --[[ nixio - Linux I/O library for lua -Copyright 2008 Steven Barth +Copyright 2009 Steven Barth Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. -- cgit v1.2.3