diff options
author | Popa Adrian Marius <mapopa@reea.net> | 2015-01-22 10:16:51 +0200 |
---|---|---|
committer | Popa Adrian Marius <mapopa@reea.net> | 2015-01-22 10:16:51 +0200 |
commit | 56c5b8e399683754323016dc5d9732aaea8beee6 (patch) | |
tree | 91cf977a7c150f0b3b4f8cf48a3deb6ee54b7ee8 | |
parent | 4e0ae4dbbc2f52d5df6912c3b02ba634dee20e3d (diff) | |
download | php-git-56c5b8e399683754323016dc5d9732aaea8beee6.tar.gz |
Revert "Remove Jouni Ahto from maintainers and files as requested , anyway we have git blame/history"
This reverts commit 7cf1450df14b8da0c3c255470ebe4c237fb49b88.
-rw-r--r-- | ext/interbase/CREDITS | 4 | ||||
-rw-r--r-- | ext/interbase/interbase.c | 3 | ||||
-rw-r--r-- | ext/interbase/php_ibase_includes.h | 3 | ||||
-rw-r--r-- | ext/interbase/php_interbase.h | 3 |
4 files changed, 8 insertions, 5 deletions
diff --git a/ext/interbase/CREDITS b/ext/interbase/CREDITS index 5090766077..d66f13b5f3 100644 --- a/ext/interbase/CREDITS +++ b/ext/interbase/CREDITS @@ -1,2 +1,2 @@ -Firebird/InterBase -Andrew Avdeev, Ard Biesheuvel +InterBase +Jouni Ahto, Andrew Avdeev, Ard Biesheuvel diff --git a/ext/interbase/interbase.c b/ext/interbase/interbase.c index db4895d1a0..8f88d6017a 100644 --- a/ext/interbase/interbase.c +++ b/ext/interbase/interbase.c @@ -12,7 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andrew Avdeev <andy@rsc.mv.ru> | + | Authors: Jouni Ahto <jouni.ahto@exdec.fi> | + | Andrew Avdeev <andy@rsc.mv.ru> | | Ard Biesheuvel <a.k.biesheuvel@ewi.tudelft.nl> | +----------------------------------------------------------------------+ */ diff --git a/ext/interbase/php_ibase_includes.h b/ext/interbase/php_ibase_includes.h index 2a1db4f0cd..1853c40051 100644 --- a/ext/interbase/php_ibase_includes.h +++ b/ext/interbase/php_ibase_includes.h @@ -12,7 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andrew Avdeev <andy@simgts.mv.ru> | + | Authors: Jouni Ahto <jouni.ahto@exdec.fi> | + | Andrew Avdeev <andy@simgts.mv.ru> | | Ard Biesheuvel <a.k.biesheuvel@ewi.tudelft.nl> | +----------------------------------------------------------------------+ */ diff --git a/ext/interbase/php_interbase.h b/ext/interbase/php_interbase.h index 077963fc34..65e1fa8c0b 100644 --- a/ext/interbase/php_interbase.h +++ b/ext/interbase/php_interbase.h @@ -12,7 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andrew Avdeev <andy@simgts.mv.ru> | + | Authors: Jouni Ahto <jouni.ahto@exdec.fi> | + | Andrew Avdeev <andy@simgts.mv.ru> | | Ard Biesheuvel <a.k.biesheuvel@its.tudelft.nl> | +----------------------------------------------------------------------+ */ |