diff --git a/COPYING b/COPYING index 36c919a..0f8717b 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Lua-iconv is (c) 2005-06 Alexandre Erwin Ittner +Lua-iconv is (c) 2005-10 Alexandre Erwin Ittner Lua-iconv is copyrighted free software: it can be used for both academic and commercial purposes at absolutely no cost. There are no royalties diff --git a/Makefile b/Makefile index f01cafb..b07eb06 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # luaiconv - Performs character set conversions in Lua -# (c) 2005-08 Alexandre Erwin Ittner +# (c) 2005-10 Alexandre Erwin Ittner # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the diff --git a/README b/README index e1a8545..251e2be 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Lua-iconv: performs character set conversions in Lua - (c) 2005-09 Alexandre Erwin Ittner + (c) 2005-10 Alexandre Erwin Ittner Project page: http://lua-iconv.luaforge.net/ @@ -22,7 +22,7 @@ http://www.opengroup.org/onlinepubs/007908799/xsh/iconv.h.html === LICENSE === -Lua-iconv is (c) 2005-09 Alexandre Erwin Ittner +Lua-iconv is (c) 2005-10 Alexandre Erwin Ittner Lua-iconv is copyrighted free software: it can be used for both academic and commercial purposes at absolutely no cost. There are no royalties diff --git a/debian/copyright b/debian/copyright index 38b6786..104b68d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,7 +5,7 @@ It was downloaded from http://luaforge.net/frs/?group_id=131&release_id=1440 Upstream Author: - Alexandre Erwin Ittner + Alexandre Erwin Ittner Copyright: diff --git a/luaiconv.c b/luaiconv.c index c2665eb..9469128 100644 --- a/luaiconv.c +++ b/luaiconv.c @@ -1,6 +1,6 @@ /* * luaiconv - Performs character set conversions in Lua - * (c) 2005-09 Alexandre Erwin Ittner + * (c) 2005-10 Alexandre Erwin Ittner * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the