Here is the minimum comment that you need for a plugin to be recognized.
<?php /* Plugin Name: Example Plugin */
Here is the a sample of a plugin with more of the information that is recommended.
<?php /* Plugin Name: Example Plugin Plugin URI: http://wpcms.ninja/ Description: Example Plugin Description Author: Greg Whitehead Author URI: http://wpcms.ninja Version: 1 */