Update email address

This commit is contained in:
Alexandre Erwin Ittner 2010-09-05 13:58:36 -03:00
parent a46edb3206
commit f80402c452
5 changed files with 6 additions and 6 deletions

View File

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

View File

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

4
README
View File

@ -1,6 +1,6 @@
Lua-iconv: performs character set conversions in Lua
(c) 2005-09 Alexandre Erwin Ittner <aittner@gmail.com>
(c) 2005-10 Alexandre Erwin Ittner <alexandre@ittner.com.br>
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 <aittner@gmail.com>
Lua-iconv is (c) 2005-10 Alexandre Erwin Ittner <alexandre@ittner.com.br>
Lua-iconv is copyrighted free software: it can be used for both academic
and commercial purposes at absolutely no cost. There are no royalties

2
debian/copyright vendored
View File

@ -5,7 +5,7 @@ It was downloaded from http://luaforge.net/frs/?group_id=131&release_id=1440
Upstream Author:
Alexandre Erwin Ittner <aittner@gmail.com>
Alexandre Erwin Ittner <alexandre@ittner.com.br>
Copyright:

View File

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