Header comment blocks
All Drupal source code files should start with a header containing the RCS $Id$ keyword:
<?php
// $Id: CODING_STANDARDS,v 1.1 2001/11/05 07:32:17 natrak Exp $Note that everything after the starting $Id and before the closing $ is automatically generated by CVS - you shouldn't edit this manually. If you add a new file to CVS, just write
// $Id$.
