Before we go on, I know the structure of the main.php file's header information is to be laid out like the following code.
<?php
/*
Plugin Name: Name Of The Plugin
Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates
Description: A brief description of the Plugin.
Version: The Plugin's Version Number, e.g.: 1.0
Author: Name Of The Plugin Author
Author URI: http://URI_Of_The_Plugin_Author
License: A "Slug" license name e.g. GPL2
*/
?>
However, I haven't been able to find a good way of providing credit to multiple authors on the plugin page. If anyone has experience with this or a hook I should know about, please let me know.