summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lua.h b/lua.h
index 3f5d447f..3b4f21b6 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.169 2002/12/04 17:28:27 roberto Exp roberto $ 2** $Id: lua.h,v 1.170 2002/12/19 11:11:55 roberto Exp roberto $
3** Lua - An Extensible Extension Language 3** Lua - An Extensible Extension Language
4** Tecgraf: Computer Graphics Technology Group, PUC-Rio, Brazil 4** Tecgraf: Computer Graphics Technology Group, PUC-Rio, Brazil
5** http://www.lua.org mailto:info@lua.org 5** http://www.lua.org mailto:info@lua.org
@@ -14,8 +14,8 @@
14#include <stddef.h> 14#include <stddef.h>
15 15
16 16
17#define LUA_VERSION "Lua 5.0 (beta)" 17#define LUA_VERSION "Lua 5.0"
18#define LUA_COPYRIGHT "Copyright (C) 1994-2002 Tecgraf, PUC-Rio" 18#define LUA_COPYRIGHT "Copyright (C) 1994-2003 Tecgraf, PUC-Rio"
19#define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo & W. Celes" 19#define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo & W. Celes"
20 20
21 21
@@ -365,7 +365,7 @@ struct lua_Debug {
365 365
366 366
367/****************************************************************************** 367/******************************************************************************
368* Copyright (C) 2002 Tecgraf, PUC-Rio. All rights reserved. 368* Copyright (C) 1994-2003 Tecgraf, PUC-Rio. All rights reserved.
369* 369*
370* Permission is hereby granted, free of charge, to any person obtaining 370* Permission is hereby granted, free of charge, to any person obtaining
371* a copy of this software and associated documentation files (the 371* a copy of this software and associated documentation files (the