mirror of
https://github.com/lunarmodules/lua-iconv.git
synced 2025-06-22 20:24:36 +02:00
Changing e-mail address
git-svn-id: file:///var/svn/lua-iconv/trunk@45 9538949d-8f27-0410-946f-ce01ef448559
This commit is contained in:
parent
26d609d7be
commit
49ea4854ff
2
COPYING
2
COPYING
@ -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
|
||||
and commercial purposes at absolutely no cost. There are no royalties
|
||||
|
6
README
6
README
@ -1,6 +1,6 @@
|
||||
|
||||
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/
|
||||
|
||||
|
||||
@ -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 <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
|
||||
and commercial purposes at absolutely no cost. There are no royalties
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* 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
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
Loading…
x
Reference in New Issue
Block a user