diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-02-09 13:59:22 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-02-09 13:59:22 -0200 |
commit | 77113ee02f383848cd4877e2780c36ffb4405b84 (patch) | |
tree | fc31027c71e75970c73d89b3b60e76ad9bc1dda5 /lua.h | |
parent | ad6c7b0dd4b31965ccf6f1c02448f4c306cc316b (diff) | |
download | lua-77113ee02f383848cd4877e2780c36ffb4405b84.tar.gz lua-77113ee02f383848cd4877e2780c36ffb4405b84.tar.bz2 lua-77113ee02f383848cd4877e2780c36ffb4405b84.zip |
new year for Copyright.
Diffstat (limited to 'lua.h')
-rw-r--r-- | lua.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.h,v 1.25 1998/12/15 14:59:43 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.26 1999/01/26 15:31:17 roberto Exp roberto $ |
3 | ** Lua - An Extensible Extension Language | 3 | ** Lua - An Extensible Extension Language |
4 | ** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil | 4 | ** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil |
5 | ** e-mail: lua@tecgraf.puc-rio.br | 5 | ** e-mail: lua@tecgraf.puc-rio.br |
@@ -12,7 +12,7 @@ | |||
12 | #define lua_h | 12 | #define lua_h |
13 | 13 | ||
14 | #define LUA_VERSION "Lua 3.2 (alpha)" | 14 | #define LUA_VERSION "Lua 3.2 (alpha)" |
15 | #define LUA_COPYRIGHT "Copyright (C) 1994-1998 TeCGraf, PUC-Rio" | 15 | #define LUA_COPYRIGHT "Copyright (C) 1994-1999 TeCGraf, PUC-Rio" |
16 | #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo" | 16 | #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo" |
17 | 17 | ||
18 | 18 | ||
@@ -155,7 +155,7 @@ lua_Object lua_setfallback (char *event, lua_CFunction fallback); | |||
155 | 155 | ||
156 | 156 | ||
157 | /****************************************************************************** | 157 | /****************************************************************************** |
158 | * Copyright (c) 1994-1998 TeCGraf, PUC-Rio. All rights reserved. | 158 | * Copyright (c) 1994-1999 TeCGraf, PUC-Rio. All rights reserved. |
159 | * | 159 | * |
160 | * Permission is hereby granted, without written agreement and without license | 160 | * Permission is hereby granted, without written agreement and without license |
161 | * or royalty fees, to use, copy, modify, and distribute this software and its | 161 | * or royalty fees, to use, copy, modify, and distribute this software and its |