mirror of
https://github.com/lunarmodules/lua-iconv.git
synced 2025-06-22 20:24:36 +02:00
Update email address
This commit is contained in:
parent
a46edb3206
commit
f80402c452
2
COPYING
2
COPYING
@ -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
|
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
|
||||||
|
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
|||||||
# luaiconv - Performs character set conversions in Lua
|
# 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
|
# 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
|
||||||
|
4
README
4
README
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
Lua-iconv: performs character set conversions in Lua
|
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/
|
Project page: http://lua-iconv.luaforge.net/
|
||||||
|
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ http://www.opengroup.org/onlinepubs/007908799/xsh/iconv.h.html
|
|||||||
|
|
||||||
=== LICENSE ===
|
=== 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
|
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
|
||||||
|
2
debian/copyright
vendored
2
debian/copyright
vendored
@ -5,7 +5,7 @@ It was downloaded from http://luaforge.net/frs/?group_id=131&release_id=1440
|
|||||||
|
|
||||||
Upstream Author:
|
Upstream Author:
|
||||||
|
|
||||||
Alexandre Erwin Ittner <aittner@gmail.com>
|
Alexandre Erwin Ittner <alexandre@ittner.com.br>
|
||||||
|
|
||||||
Copyright:
|
Copyright:
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* luaiconv - Performs character set conversions in Lua
|
* 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
|
* 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user