[svn:parrot] r45356 - branches/avl_string_cache/include/parrot

mikehh at svn.parrot.org mikehh at svn.parrot.org
Wed Mar 31 13:32:07 UTC 2010


Author: mikehh
Date: Wed Mar 31 13:32:06 2010
New Revision: 45356
URL: https://trac.parrot.org/parrot/changeset/45356

Log:
parrot copyright and Id and svn properties

Modified:
   branches/avl_string_cache/include/parrot/avl_tree.h   (contents, props changed)

Modified: branches/avl_string_cache/include/parrot/avl_tree.h
==============================================================================
--- branches/avl_string_cache/include/parrot/avl_tree.h	Wed Mar 31 11:46:15 2010	(r45355)
+++ branches/avl_string_cache/include/parrot/avl_tree.h	Wed Mar 31 13:32:06 2010	(r45356)
@@ -1,3 +1,12 @@
+/*
+ * avl_tree.h
+ *
+ * Copyright (C) 2010, Parrot Foundation.
+ *
+ * $Id$
+ *
+ */
+
 /* tree.h -- AVL trees (in the spirit of BSD's 'queue.h')       -*- C -*-       */
 
 /* Copyright (c) 2005 Ian Piumarta


More information about the parrot-commits mailing list