You are viewing a plain text version of this content. The canonical link for it is here.
Posted to zeta-commits@incubator.apache.org by to...@apache.org on 2011/02/01 21:23:08 UTC

[zeta-commits] svn commit: r1066212 - /incubator/zetacomponents/trunk/Tree/tests/files/test_classes.php

Author: toby
Date: Tue Feb  1 21:23:08 2011
New Revision: 1066212

URL: http://svn.apache.org/viewvc?rev=1066212&view=rev
Log:
- Fixed: Added missing file level doc blocks in order to satisfy ASF license
  regulations.

Modified:
    incubator/zetacomponents/trunk/Tree/tests/files/test_classes.php

Modified: incubator/zetacomponents/trunk/Tree/tests/files/test_classes.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/Tree/tests/files/test_classes.php?rev=1066212&r1=1066211&r2=1066212&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/Tree/tests/files/test_classes.php (original)
+++ incubator/zetacomponents/trunk/Tree/tests/files/test_classes.php Tue Feb  1 21:23:08 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the Tree component.
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ * @package Tree
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 class TestTranslateDataStore extends ezcTreeMemoryDataStore implements ezcTreeDataStore
 {
     public function fetchDataForNode( ezcTreeNode $node )