diff options
author | N.N. <sevyves@users.sourceforge.net> | 2010-05-18 14:22:59 +0000 |
---|---|---|
committer | N.N. <sevyves@users.sourceforge.net> | 2010-05-18 14:22:59 +0000 |
commit | f539014b68b12bbfdce2b41ae45f641b29d0e2f9 (patch) | |
tree | 098d0a2cf616480c6ff29ea21a8d0cd3806b80a0 | |
parent | 81f0ab9f51bae69d4e3c54f903440e36e9a58dc9 (diff) |
simplify credits
svn path=/trunk/externals/pidip/; revision=13560
-rw-r--r-- | system/pidip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/pidip.c b/system/pidip.c index af1c559..ea894ee 100644 --- a/system/pidip.c +++ b/system/pidip.c @@ -115,7 +115,7 @@ extern "C" /* library setup routine */ void pidip_setup(void){ - post ("PiDiP : additional video processing objects for PDP\n\tversion " PDP_PIDIP_VERSION " ( ydegoyon@free.fr )"); + post ("PiDiP : additional video processing objects for PDP\n\tversion " PDP_PIDIP_VERSION " by Yves Degoyon and Lluis Gomez i Bigorda"); pdp_intrusion_setup(); pdp_yqt_setup(); |