Missing CVS Header information in source files (1 Viewer)

A

Anonymous

Guest
Hi all,

I have checked out the source code and miss some CVS header information for each source file. Normaly it is a good style to have
a CVS header for each file like:

//---------------------------------------------------------------------------
// Project : ...
// FileName : $RCSfile:$
// Created : ...
// Last access : $Date:$
// Archive : $Source:$
// Copyright :
// Author :
// Compiler :
// Environment :
// Contents :
// Note :
// History :
// $Log$
//---------------------------------------------------------------------------

The Log information always usefull to see a history.

regards
elli
 

Mr.Mitchell

Retired Team Member
  • Premium Supporter
  • May 13, 2004
    227
    0
    the Netherlands
    Peronally I don't miss the headers, since most of the time I don't need that information and when needed all the information in there can be retrieved through your CVS client.
     

    Users who are viewing this thread

    Top Bottom