aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2004-03-24 10:55:46 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2004-03-24 10:55:46 -0300
commit227bddafe83955d2cc871b76e3f9e2fb106450e4 (patch)
treedc506eccf33b97e237d186edc7d42a22a9166456
parent5008e3d7d1aea4fe669d4cdbc614856e18298e4a (diff)
downloadlua-227bddafe83955d2cc871b76e3f9e2fb106450e4.tar.gz
lua-227bddafe83955d2cc871b76e3f9e2fb106450e4.tar.bz2
lua-227bddafe83955d2cc871b76e3f9e2fb106450e4.zip
new copyright year
-rw-r--r--lua.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lua.h b/lua.h
index 1bf74610..937e7e6d 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.186 2003/12/10 11:04:54 roberto Exp roberto $ 2** $Id: lua.h,v 1.187 2004/03/09 17:34:35 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
@@ -15,7 +15,7 @@
15 15
16 16
17#define LUA_VERSION "Lua 5.1 (work)" 17#define LUA_VERSION "Lua 5.1 (work)"
18#define LUA_COPYRIGHT "Copyright (C) 1994-2003 Tecgraf, PUC-Rio" 18#define LUA_COPYRIGHT "Copyright (C) 1994-2004 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
@@ -391,7 +391,7 @@ struct lua_Debug {
391 391
392 392
393/****************************************************************************** 393/******************************************************************************
394* Copyright (C) 1994-2003 Tecgraf, PUC-Rio. All rights reserved. 394* Copyright (C) 1994-2004 Tecgraf, PUC-Rio. All rights reserved.
395* 395*
396* Permission is hereby granted, free of charge, to any person obtaining 396* Permission is hereby granted, free of charge, to any person obtaining
397* a copy of this software and associated documentation files (the 397* a copy of this software and associated documentation files (the