From 49ea4854ff1f92384e5459fcdd89ce4ad19cdd52 Mon Sep 17 00:00:00 2001 From: Alexandre Erwin Ittner Date: Sun, 11 May 2008 14:15:54 +0000 Subject: [PATCH] Changing e-mail address git-svn-id: file:///var/svn/lua-iconv/trunk@45 9538949d-8f27-0410-946f-ce01ef448559 --- COPYING | 2 +- README | 6 +++--- luaiconv.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/COPYING b/COPYING index 2bf33e4..36c919a 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Lua-iconv is (c) 2005-06 Alexandre Erwin Ittner +Lua-iconv is (c) 2005-06 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/README b/README index 4bde3c8..7f99af6 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Lua-iconv: performs character set conversions in Lua - (c) 2005-07 Alexandre Erwin Ittner + (c) 2005-07 Alexandre Erwin Ittner Project page: http://lua-iconv.luaforge.net/ @@ -12,7 +12,7 @@ sequence of corresponding characters in another codeset. The codesets are those specified in the iconv.new() call that returned the conversion descriptor, cd. -Lua-iconv r3 *requires* Lua 5.1. If you are using Lua 5.0, please use the +Lua-iconv r4 *requires* Lua 5.1. If you are using Lua 5.0, please use the first release (lua-iconv-r1). Details regarding iconv may be obtained from: @@ -22,7 +22,7 @@ http://www.opengroup.org/onlinepubs/007908799/xsh/iconv.h.html === LICENSE === -Lua-iconv is (c) 2005-07 Alexandre Erwin Ittner +Lua-iconv is (c) 2005-08 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/luaiconv.c b/luaiconv.c index 4cc7cf6..804400c 100644 --- a/luaiconv.c +++ b/luaiconv.c @@ -1,6 +1,6 @@ /* * luaiconv - Performs character set conversions in Lua - * (c) 2005-07 Alexandre Erwin Ittner + * (c) 2005-08 Alexandre Erwin Ittner * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the