aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2010-01-11 15:15:11 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2010-01-11 15:15:11 -0200
commit03b556b963e0d657dc455c07515cd5da3a4c4312 (patch)
treefbf71068b31261456f3c22f09fbdc196551c01fa
parent572b94bbcb753d10cd5a8357f15dd845bd03d235 (diff)
downloadlua-03b556b963e0d657dc455c07515cd5da3a4c4312.tar.gz
lua-03b556b963e0d657dc455c07515cd5da3a4c4312.tar.bz2
lua-03b556b963e0d657dc455c07515cd5da3a4c4312.zip
corrected copyright notice to 2010
-rw-r--r--lua.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lua.h b/lua.h
index 242968b1..055a8687 100644
--- a/lua.h
+++ b/lua.h
@@ -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