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 2010/11/18 09:21:26 UTC

[zeta-commits] svn commit: r1036357 - in /incubator/zetacomponents/trunk/EventLog/tests: test_classes.php writers/data/syslog_tests.php

Author: toby
Date: Thu Nov 18 09:21:23 2010
New Revision: 1036357

URL: http://svn.apache.org/viewvc?rev=1036357&view=rev
Log:
- Fixed: Missing file level doc blocks with license in the EventLog component.

Modified:
    incubator/zetacomponents/trunk/EventLog/tests/test_classes.php
    incubator/zetacomponents/trunk/EventLog/tests/writers/data/syslog_tests.php

Modified: incubator/zetacomponents/trunk/EventLog/tests/test_classes.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/EventLog/tests/test_classes.php?rev=1036357&r1=1036356&r2=1036357&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/EventLog/tests/test_classes.php (original)
+++ incubator/zetacomponents/trunk/EventLog/tests/test_classes.php Thu Nov 18 09:21:23 2010
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the EventLog 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 EventLog
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 class testDelayedInitLog implements ezcBaseConfigurationInitializer
 {
     static function configureObject( $object )

Modified: incubator/zetacomponents/trunk/EventLog/tests/writers/data/syslog_tests.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/EventLog/tests/writers/data/syslog_tests.php?rev=1036357&r1=1036356&r2=1036357&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/EventLog/tests/writers/data/syslog_tests.php (original)
+++ incubator/zetacomponents/trunk/EventLog/tests/writers/data/syslog_tests.php Thu Nov 18 09:21:23 2010
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the EventLog 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 EventLog
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 require dirname( __FILE__ ) . '/../../../../Base/src/base.php';
 function __autoload( $className )
 {