summaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1995-10-31 15:05:35 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1995-10-31 15:05:35 -0200
commit024f2374abf963a9cf130286fd406fc03323558b (patch)
treea866d96add3b20cc84ec687b84934624f076087e /lua.h
parent9d9f9c48ffea08f90768a24ceb38e551d48e17e2 (diff)
downloadlua-024f2374abf963a9cf130286fd406fc03323558b.tar.gz
lua-024f2374abf963a9cf130286fd406fc03323558b.tar.bz2
lua-024f2374abf963a9cf130286fd406fc03323558b.zip
"AUTHORS" separated from COPYRIGHT.
Diffstat (limited to 'lua.h')
-rw-r--r--lua.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lua.h b/lua.h
index 7ab5204f..2699780a 100644
--- a/lua.h
+++ b/lua.h
@@ -2,7 +2,7 @@
2** LUA - Linguagem para Usuarios de Aplicacao 2** LUA - Linguagem para Usuarios de Aplicacao
3** Grupo de Tecnologia em Computacao Grafica 3** Grupo de Tecnologia em Computacao Grafica
4** TeCGraf - PUC-Rio 4** TeCGraf - PUC-Rio
5** $Id: lua.h,v 3.18 1995/10/17 14:12:45 roberto Exp roberto $ 5** $Id: lua.h,v 3.19 1995/10/25 13:05:51 roberto Exp roberto $
6*/ 6*/
7 7
8 8
@@ -10,8 +10,8 @@
10#define lua_h 10#define lua_h
11 11
12#define LUA_VERSION "Lua 2.1" 12#define LUA_VERSION "Lua 2.1"
13#define LUA_COPYRIGHT "Copyright (C) 1994, 1995 TeCGraf \n\ 13#define LUA_COPYRIGHT "Copyright (C) 1994, 1995 TeCGraf"
14(written by W. Celes, R. Ierusalimschy & L. H. de Figueiredo)" 14#define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo"
15 15
16 16
17/* Private Part */ 17/* Private Part */