aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2011-04-18 11:15:48 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2011-04-18 11:15:48 -0300
commitc31f4946e91e237512bccd740cc9c5ffe02b2cb7 (patch)
tree0b454006d579e5fc6160b6a191786d82392b408f
parentc86586e866fc43c4fc82f51a6ad70b42cc45b1a3 (diff)
downloadlua-c31f4946e91e237512bccd740cc9c5ffe02b2cb7.tar.gz
lua-c31f4946e91e237512bccd740cc9c5ffe02b2cb7.tar.bz2
lua-c31f4946e91e237512bccd740cc9c5ffe02b2cb7.zip
copyright updated to 2011
-rw-r--r--lua.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lua.h b/lua.h
index aab6a4ec..d26df185 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.275 2010/10/25 20:31:11 roberto Exp roberto $ 2** $Id: lua.h,v 1.276 2010/10/26 19:32:19 roberto Exp roberto $
3** Lua - A Scripting Language 3** Lua - A Scripting Language
4** Lua.org, PUC-Rio, Brazil (http://www.lua.org) 4** Lua.org, PUC-Rio, Brazil (http://www.lua.org)
5** See Copyright Notice at the end of this file 5** See Copyright Notice at the end of this file
@@ -23,7 +23,7 @@
23#define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR 23#define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR
24#define LUA_RELEASE LUA_VERSION "." LUA_VERSION_RELEASE 24#define LUA_RELEASE LUA_VERSION "." LUA_VERSION_RELEASE
25#define LUA_VERSION_NUM 502 25#define LUA_VERSION_NUM 502
26#define LUA_COPYRIGHT LUA_RELEASE " Copyright (C) 1994-2010 Lua.org, PUC-Rio" 26#define LUA_COPYRIGHT LUA_RELEASE " Copyright (C) 1994-2011 Lua.org, PUC-Rio"
27#define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo, W. Celes" 27#define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo, W. Celes"
28 28
29 29
@@ -415,7 +415,7 @@ struct lua_Debug {
415 415
416 416
417/****************************************************************************** 417/******************************************************************************
418* Copyright (C) 1994-2010 Lua.org, PUC-Rio. All rights reserved. 418* Copyright (C) 1994-2011 Lua.org, PUC-Rio. All rights reserved.
419* 419*
420* Permission is hereby granted, free of charge, to any person obtaining 420* Permission is hereby granted, free of charge, to any person obtaining
421* a copy of this software and associated documentation files (the 421* a copy of this software and associated documentation files (the