[svn:parrot] r45999 - trunk/include/parrot

petdance at svn.parrot.org petdance at svn.parrot.org
Sun Apr 25 02:29:15 UTC 2010


Author: petdance
Date: Sun Apr 25 02:29:14 2010
New Revision: 45999
URL: https://trac.parrot.org/parrot/changeset/45999

Log:
removing unused boilerplate comments

Modified:
   trunk/include/parrot/hash.h
   trunk/include/parrot/sub.h
   trunk/include/parrot/vtables.h

Modified: trunk/include/parrot/hash.h
==============================================================================
--- trunk/include/parrot/hash.h	Sat Apr 24 22:57:42 2010	(r45998)
+++ trunk/include/parrot/hash.h	Sun Apr 25 02:29:14 2010	(r45999)
@@ -1,13 +1,9 @@
 /* hash.h
- *  Copyright (C) 2001-2003, Parrot Foundation.
+ *  Copyright (C) 2001-2010, Parrot Foundation.
  *  SVN Info
  *     $Id$
  *  Overview:
  *     Hashtable implementation
- *  Data Structure and Algorithms:
- *  History:
- *  Notes:
- *  References:
  */
 
 #ifndef PARROT_HASH_H_GUARD

Modified: trunk/include/parrot/sub.h
==============================================================================
--- trunk/include/parrot/sub.h	Sat Apr 24 22:57:42 2010	(r45998)
+++ trunk/include/parrot/sub.h	Sun Apr 25 02:29:14 2010	(r45999)
@@ -2,14 +2,9 @@
  *  Copyright (C) 2001-2008, Parrot Foundation.
  *  SVN Info
  *     $Id$
- *  Overview:
  *  Data Structure and Algorithms:
  *     Subroutine, coroutine, closure and continuation structures
  *     and related routines.
- *  History:
- *     Initial version by Melvin on on 2002/06/6
- *  Notes:
- *  References:
  */
 
 #ifndef PARROT_SUB_H_GUARD

Modified: trunk/include/parrot/vtables.h
==============================================================================
--- trunk/include/parrot/vtables.h	Sat Apr 24 22:57:42 2010	(r45998)
+++ trunk/include/parrot/vtables.h	Sun Apr 25 02:29:14 2010	(r45999)
@@ -1,13 +1,9 @@
 /* vtables.h
- *  Copyright (C) 2001-2003, Parrot Foundation.
+ *  Copyright (C) 2001-2010, Parrot Foundation.
  *  SVN Info
  *     $Id$
  *  Overview:
  *     Vtable manipulation code. Not to be confused with vtable.h
- *  Data Structure and Algorithms:
- *  History:
- *  Notes:
- *  References:
  */
 
 #ifndef PARROT_VTABLES_H_GUARD


More information about the parrot-commits mailing list