Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Update email address
Browse files Browse the repository at this point in the history
  • Loading branch information
ittner committed Sep 5, 2010
1 parent a46edb3 commit f80402c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -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/


Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion luaiconv.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f80402c

Please sign in to comment.