Changed author credits to wrap email addresses in "<>" and not "()" chars.
--- a/archivers/dir.c Sun Sep 02 05:01:53 2001 +0000
+++ b/archivers/dir.c Fri Sep 14 22:55:44 2001 +0000
@@ -88,7 +88,7 @@
{
"DIR",
"non-archive directory I/O",
- "Ryan C. Gordon (icculus@clutteredmind.org)",
+ "Ryan C. Gordon <icculus@clutteredmind.org>",
"http://www.icculus.org/physfs/",
};
#endif
--- a/archivers/grp.c Sun Sep 02 05:01:53 2001 +0000
+++ b/archivers/grp.c Fri Sep 14 22:55:44 2001 +0000
@@ -109,7 +109,7 @@
{
"GRP",
"Build engine Groupfile format",
- "Ryan C. Gordon (icculus@clutteredmind.org)",
+ "Ryan C. Gordon <icculus@clutteredmind.org>",
"http://www.icculus.org/physfs/",
};
--- a/archivers/zip.c Sun Sep 02 05:01:53 2001 +0000
+++ b/archivers/zip.c Fri Sep 14 22:55:44 2001 +0000
@@ -110,7 +110,7 @@
{
"ZIP",
"PkZip/WinZip/Info-Zip compatible",
- "Ryan C. Gordon (icculus@clutteredmind.org)",
+ "Ryan C. Gordon <icculus@clutteredmind.org>",
"http://www.icculus.org/physfs/",
};