added compat 5.1 license copied from website
[rrdtool.git] / bindings / lua / compat-5.1r5 / compat-5.1.h
1 /*
2 ** Compat-5.1
3 ** Copyright Kepler Project 2004-2006 (http://www.keplerproject.org/compat/)
4 ** $Id$
5
6 Compat-5.1 is free software: it can be used for both academic and commercial
7 purposes at absolutely no cost. There are no royalties or GNU-like
8 "copyleft" restrictions. Compat-5.1 qualifies as Open Source software. Its
9 licenses are compatible with GPL. Compat-5.1 is not in the public domain and
10 the Kepler Project keep its copyright. The legal details are below.
11   
12 The spirit of the license is that you are free to use Compat-5.1 for any
13 purpose at no cost without having to ask us. The only requirement is that if
14 you do use Compat-5.1, then you should give us credit by including the
15 appropriate copyright notice somewhere in your product or its documentation.
16   
17 The Compat-5.1 library is designed and implemented by Roberto Ierusalimschy,
18 Diego Nehab, André Carregal and Tomás Guisasola. The implementation is not
19 derived from licensed software.
20
21 */
22
23 #ifndef COMPAT_H
24
25 LUALIB_API void luaL_module(lua_State *L, const char *libname,
26                                        const luaL_reg *l, int nup);
27 #define luaL_openlib luaL_module
28
29 #endif