Changing e-mail address

git-svn-id: file:///var/svn/lua-iconv/trunk@45 9538949d-8f27-0410-946f-ce01ef448559
This commit is contained in:
Alexandre Erwin Ittner 2008-05-11 14:15:54 +00:00
parent 26d609d7be
commit 49ea4854ff
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
Lua-iconv is (c) 2005-06 Alexandre Erwin Ittner <aittner@netuno.com.br> Lua-iconv is (c) 2005-06 Alexandre Erwin Ittner <aittner@gmail.com>
Lua-iconv is copyrighted free software: it can be used for both academic Lua-iconv is copyrighted free software: it can be used for both academic
and commercial purposes at absolutely no cost. There are no royalties and commercial purposes at absolutely no cost. There are no royalties

6
README
View File

@ -1,6 +1,6 @@
Lua-iconv: performs character set conversions in Lua Lua-iconv: performs character set conversions in Lua
(c) 2005-07 Alexandre Erwin Ittner <aittner@netuno.com.br> (c) 2005-07 Alexandre Erwin Ittner <aittner@gmail.com>
Project page: http://lua-iconv.luaforge.net/ 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 are those specified in the iconv.new() call that returned the conversion
descriptor, cd. 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). first release (lua-iconv-r1).
Details regarding iconv may be obtained from: Details regarding iconv may be obtained from:
@ -22,7 +22,7 @@ http://www.opengroup.org/onlinepubs/007908799/xsh/iconv.h.html
=== LICENSE === === LICENSE ===
Lua-iconv is (c) 2005-07 Alexandre Erwin Ittner <aittner@netuno.com.br> Lua-iconv is (c) 2005-08 Alexandre Erwin Ittner <aittner@gmail.com>
Lua-iconv is copyrighted free software: it can be used for both academic Lua-iconv is copyrighted free software: it can be used for both academic
and commercial purposes at absolutely no cost. There are no royalties and commercial purposes at absolutely no cost. There are no royalties

View File

@ -1,6 +1,6 @@
/* /*
* luaiconv - Performs character set conversions in Lua * luaiconv - Performs character set conversions in Lua
* (c) 2005-07 Alexandre Erwin Ittner <aittner@netuno.com.br> * (c) 2005-08 Alexandre Erwin Ittner <aittner@gmail.com>
* *
* Permission is hereby granted, free of charge, to any person obtaining * Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the * a copy of this software and associated documentation files (the