diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2010-01-11 15:15:11 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2010-01-11 15:15:11 -0200 |
commit | 03b556b963e0d657dc455c07515cd5da3a4c4312 (patch) | |
tree | fbf71068b31261456f3c22f09fbdc196551c01fa | |
parent | 572b94bbcb753d10cd5a8357f15dd845bd03d235 (diff) | |
download | lua-03b556b963e0d657dc455c07515cd5da3a4c4312.tar.gz lua-03b556b963e0d657dc455c07515cd5da3a4c4312.tar.bz2 lua-03b556b963e0d657dc455c07515cd5da3a4c4312.zip |
corrected copyright notice to 2010
-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.259 2010/01/06 14:42:35 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.260 2010/01/06 15:08:00 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 |
@@ -19,7 +19,7 @@ | |||
19 | #define LUA_VERSION "Lua 5.2" | 19 | #define LUA_VERSION "Lua 5.2" |
20 | #define LUA_RELEASE "Lua 5.2.0" | 20 | #define LUA_RELEASE "Lua 5.2.0" |
21 | #define LUA_VERSION_NUM 502 | 21 | #define LUA_VERSION_NUM 502 |
22 | #define LUA_COPYRIGHT LUA_RELEASE " Copyright (C) 1994-2008 Lua.org, PUC-Rio" | 22 | #define LUA_COPYRIGHT LUA_RELEASE " Copyright (C) 1994-2010 Lua.org, PUC-Rio" |
23 | #define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo, W. Celes" | 23 | #define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo, W. Celes" |
24 | 24 | ||
25 | 25 | ||
@@ -395,7 +395,7 @@ struct lua_Debug { | |||
395 | 395 | ||
396 | 396 | ||
397 | /****************************************************************************** | 397 | /****************************************************************************** |
398 | * Copyright (C) 1994-2008 Lua.org, PUC-Rio. All rights reserved. | 398 | * Copyright (C) 1994-2010 Lua.org, PUC-Rio. All rights reserved. |
399 | * | 399 | * |
400 | * Permission is hereby granted, free of charge, to any person obtaining | 400 | * Permission is hereby granted, free of charge, to any person obtaining |
401 | * a copy of this software and associated documentation files (the | 401 | * a copy of this software and associated documentation files (the |