Author: ihabunek
Date: Fri Dec 9 12:58:39 2011
New Revision: 1212383
URL: http://svn.apache.org/viewvc?rev=1212383&view=rev
Log:
Added licence headers to all files which didn't have one.
Modified:
logging/log4php/trunk/src/site/cse.xml
logging/log4php/trunk/src/test/config/phpunit_to_surefire.xslt
logging/log4php/trunk/src/test/php/LoggerConfiguratorTest.php
logging/log4php/trunk/src/test/php/LoggerTestHelper.php
logging/log4php/trunk/src/test/php/configurators/LoggerConfigurationAdapterXMLTest.php
logging/log4php/trunk/src/test/resources/configs/adapters/ini/config_invalid_appender_declaration_1.ini
logging/log4php/trunk/src/test/resources/configs/adapters/ini/config_invalid_appender_declaration_2.ini
logging/log4php/trunk/src/test/resources/configs/adapters/ini/config_invalid_syntax.ini
logging/log4php/trunk/src/test/resources/configs/adapters/ini/config_valid.ini
logging/log4php/trunk/src/test/resources/configs/adapters/php/config_empty.php
logging/log4php/trunk/src/test/resources/configs/adapters/php/config_invalid_syntax.php
logging/log4php/trunk/src/test/resources/configs/adapters/php/config_not_an_array.php
logging/log4php/trunk/src/test/resources/configs/adapters/php/config_valid.php
logging/log4php/trunk/src/test/resources/configs/adapters/xml/config_duplicate_logger.xml
logging/log4php/trunk/src/test/resources/configs/adapters/xml/config_duplicate_renderer.xml
logging/log4php/trunk/src/test/resources/configs/adapters/xml/config_invalid_syntax.xml
logging/log4php/trunk/src/test/resources/configs/adapters/xml/config_valid.xml
logging/log4php/trunk/src/test/resources/configs/appenders/config_invalid_appender_class.xml
logging/log4php/trunk/src/test/resources/configs/appenders/config_invalid_filter_class.xml
logging/log4php/trunk/src/test/resources/configs/appenders/config_invalid_filter_parameters.xml
logging/log4php/trunk/src/test/resources/configs/appenders/config_invalid_layout_class.xml
logging/log4php/trunk/src/test/resources/configs/appenders/config_no_class.xml
logging/log4php/trunk/src/test/resources/configs/appenders/config_no_layout_class.xml
logging/log4php/trunk/src/test/resources/configs/appenders/config_not_existing_class.xml
logging/log4php/trunk/src/test/resources/configs/appenders/config_not_existing_filter_class.xml
logging/log4php/trunk/src/test/resources/configs/appenders/config_not_existing_layout_class.xml
logging/log4php/trunk/src/test/resources/configs/config.yml
logging/log4php/trunk/src/test/resources/configs/config1.xml
logging/log4php/trunk/src/test/resources/configs/loggers/config_invalid_additivity.xml
logging/log4php/trunk/src/test/resources/configs/loggers/config_not_existing_appenders.xml
logging/log4php/trunk/src/test/resources/configs/renderers/config_invalid_rendering_class.xml
logging/log4php/trunk/src/test/resources/configs/renderers/config_no_rendered_class.xml
logging/log4php/trunk/src/test/resources/configs/renderers/config_no_rendering_class.xml
logging/log4php/trunk/src/test/resources/configs/renderers/config_not_existing_rendered_class.xml
logging/log4php/trunk/src/test/resources/configs/renderers/config_not_existing_rendering_class.xml
Modified: logging/log4php/trunk/src/site/cse.xml
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/site/cse.xml?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
--- logging/log4php/trunk/src/site/cse.xml (original)
+++ logging/log4php/trunk/src/site/cse.xml Fri Dec 9 12:58:39 2011
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+ 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.
+-->
<GoogleCustomizations>
<CustomSearchEngine id="2bsldg43-_4" creator="016746456102595360368"
keywords="log4php PHP logging framework Apache logger appender" language="en"
encoding="UTF-8">
<Title>Apache log4php</Title>
Modified: logging/log4php/trunk/src/test/config/phpunit_to_surefire.xslt
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/config/phpunit_to_surefire.xslt?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
--- logging/log4php/trunk/src/test/config/phpunit_to_surefire.xslt (original)
+++ logging/log4php/trunk/src/test/config/phpunit_to_surefire.xslt Fri Dec 9
12:58:39 2011
@@ -1,28 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/**
- * 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.
- */
- -->
+<!--
+ 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.
+-->
<xsl:stylesheet version="2.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:fn="http://www.w3.org/2005/xpath-functions">
- <xsl:output method="xml" version="1.0" encoding="UTF-8"
- indent="yes" />
+ <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes" />
<xsl:param name="outputDir">.</xsl:param>
<xsl:template match="testsuites">
Modified: logging/log4php/trunk/src/test/php/LoggerConfiguratorTest.php
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/php/LoggerConfiguratorTest.php?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
--- logging/log4php/trunk/src/test/php/LoggerConfiguratorTest.php (original)
+++ logging/log4php/trunk/src/test/php/LoggerConfiguratorTest.php Fri Dec 9
12:58:39 2011
@@ -1,5 +1,28 @@
<?php
-
+
+/**
+ * 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.
+ *
+ * @category tests
+ * @package log4php
+ * @subpackage appenders
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License,
Version 2.0
+ * @version SVN: $Id$
+ * @link http://logging.apache.org/log4php
+ */
/**
*
Modified: logging/log4php/trunk/src/test/php/LoggerTestHelper.php
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/php/LoggerTestHelper.php?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
--- logging/log4php/trunk/src/test/php/LoggerTestHelper.php (original)
+++ logging/log4php/trunk/src/test/php/LoggerTestHelper.php Fri Dec 9 12:58:39
2011
@@ -1,5 +1,29 @@
<?php
+/**
+ * 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.
+ *
+ * @category tests
+ * @package log4php
+ * @subpackage appenders
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License,
Version 2.0
+ * @version SVN: $Id$
+ * @link http://logging.apache.org/log4php
+ */
+
/** A set of helper functions for running tests. */
class LoggerTestHelper {
Modified:
logging/log4php/trunk/src/test/php/configurators/LoggerConfigurationAdapterXMLTest.php
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/php/configurators/LoggerConfigurationAdapterXMLTest.php?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/php/configurators/LoggerConfigurationAdapterXMLTest.php
(original)
+++
logging/log4php/trunk/src/test/php/configurators/LoggerConfigurationAdapterXMLTest.php
Fri Dec 9 12:58:39 2011
@@ -122,7 +122,7 @@ class LoggerConfigurationAdapterXMLTest
/**
* Test exception is thrown when file contains invalid XML.
* @expectedException LoggerException
- * @expectedExceptionMessage Error loading configuration file:
Premature end of data in tag configuration line 2
+ * @expectedExceptionMessage Error loading configuration file:
Premature end of data in tag configuration line
*/
public function testInvalidXMLFile() {
$url = PHPUNIT_CONFIG_DIR .
'/adapters/xml/config_invalid_syntax.xml';
Modified:
logging/log4php/trunk/src/test/resources/configs/adapters/ini/config_invalid_appender_declaration_1.ini
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/adapters/ini/config_invalid_appender_declaration_1.ini?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/adapters/ini/config_invalid_appender_declaration_1.ini
(original)
+++
logging/log4php/trunk/src/test/resources/configs/adapters/ini/config_invalid_appender_declaration_1.ini
Fri Dec 9 12:58:39 2011
@@ -1,3 +1,20 @@
+;
+; 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.
+;
+
log4php.rootLogger = DEBUG, default
log4php.appender.default = LoggerAppenderEcho
Modified:
logging/log4php/trunk/src/test/resources/configs/adapters/ini/config_invalid_appender_declaration_2.ini
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/adapters/ini/config_invalid_appender_declaration_2.ini?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/adapters/ini/config_invalid_appender_declaration_2.ini
(original)
+++
logging/log4php/trunk/src/test/resources/configs/adapters/ini/config_invalid_appender_declaration_2.ini
Fri Dec 9 12:58:39 2011
@@ -1,3 +1,20 @@
+;
+; 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.
+;
+
log4php.rootLogger = DEBUG, default
log4php.appender.default = LoggerAppenderEcho
Modified:
logging/log4php/trunk/src/test/resources/configs/adapters/ini/config_invalid_syntax.ini
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/adapters/ini/config_invalid_syntax.ini?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/adapters/ini/config_invalid_syntax.ini
(original)
+++
logging/log4php/trunk/src/test/resources/configs/adapters/ini/config_invalid_syntax.ini
Fri Dec 9 12:58:39 2011
@@ -1,2 +1,19 @@
+;
+; 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.
+;
+
not a valid ini file ()
Modified:
logging/log4php/trunk/src/test/resources/configs/adapters/ini/config_valid.ini
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/adapters/ini/config_valid.ini?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/adapters/ini/config_valid.ini
(original)
+++
logging/log4php/trunk/src/test/resources/configs/adapters/ini/config_valid.ini
Fri Dec 9 12:58:39 2011
@@ -1,3 +1,20 @@
+;
+; 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.
+;
+
log4php.rootLogger = DEBUG, default
log4php.appender.default = LoggerAppenderEcho
Modified:
logging/log4php/trunk/src/test/resources/configs/adapters/php/config_empty.php
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/adapters/php/config_empty.php?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/adapters/php/config_empty.php
(original)
+++
logging/log4php/trunk/src/test/resources/configs/adapters/php/config_empty.php
Fri Dec 9 12:58:39 2011
@@ -1,5 +1,28 @@
<?php
+/**
+ * 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.
+ *
+ * @category tests
+ * @package log4php
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License,
Version 2.0
+ * @version SVN: $Id$
+ * @link http://logging.apache.org/log4php
+ */
+
// Empty config
?>
\ No newline at end of file
Modified:
logging/log4php/trunk/src/test/resources/configs/adapters/php/config_invalid_syntax.php
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/adapters/php/config_invalid_syntax.php?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/adapters/php/config_invalid_syntax.php
(original)
+++
logging/log4php/trunk/src/test/resources/configs/adapters/php/config_invalid_syntax.php
Fri Dec 9 12:58:39 2011
@@ -1,5 +1,27 @@
<?php
+/**
+ * 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.
+ *
+ * @category tests
+ * @package log4php
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License,
Version 2.0
+ * @version SVN: $Id$
+ * @link http://logging.apache.org/log4php
+ */
return array(
'rootLogger' => array(
Modified:
logging/log4php/trunk/src/test/resources/configs/adapters/php/config_not_an_array.php
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/adapters/php/config_not_an_array.php?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/adapters/php/config_not_an_array.php
(original)
+++
logging/log4php/trunk/src/test/resources/configs/adapters/php/config_not_an_array.php
Fri Dec 9 12:58:39 2011
@@ -1,5 +1,28 @@
<?php
+/**
+ * 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.
+ *
+ * @category tests
+ * @package log4php
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License,
Version 2.0
+ * @version SVN: $Id$
+ * @link http://logging.apache.org/log4php
+ */
+
// Not an array
return new Exception();
Modified:
logging/log4php/trunk/src/test/resources/configs/adapters/php/config_valid.php
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/adapters/php/config_valid.php?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/adapters/php/config_valid.php
(original)
+++
logging/log4php/trunk/src/test/resources/configs/adapters/php/config_valid.php
Fri Dec 9 12:58:39 2011
@@ -1,5 +1,28 @@
<?php
+/**
+ * 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.
+ *
+ * @category tests
+ * @package log4php
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License,
Version 2.0
+ * @version SVN: $Id$
+ * @link http://logging.apache.org/log4php
+ */
+
return array(
'rootLogger' => array(
'level' => 'info',
Modified:
logging/log4php/trunk/src/test/resources/configs/adapters/xml/config_duplicate_logger.xml
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/adapters/xml/config_duplicate_logger.xml?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/adapters/xml/config_duplicate_logger.xml
(original)
+++
logging/log4php/trunk/src/test/resources/configs/adapters/xml/config_duplicate_logger.xml
Fri Dec 9 12:58:39 2011
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
<configuration xmlns="http://logging.apache.org/log4php" threshold="debug">
<appender name="default" class="LoggerAppenderEcho">
Modified:
logging/log4php/trunk/src/test/resources/configs/adapters/xml/config_duplicate_renderer.xml
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/adapters/xml/config_duplicate_renderer.xml?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/adapters/xml/config_duplicate_renderer.xml
(original)
+++
logging/log4php/trunk/src/test/resources/configs/adapters/xml/config_duplicate_renderer.xml
Fri Dec 9 12:58:39 2011
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
<configuration>
<!-- Duplicate renderer -->
<renderer renderedClass="Fruit" renderingClass="FruitRenderer1" />
Modified:
logging/log4php/trunk/src/test/resources/configs/adapters/xml/config_invalid_syntax.xml
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/adapters/xml/config_invalid_syntax.xml?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/adapters/xml/config_invalid_syntax.xml
(original)
+++
logging/log4php/trunk/src/test/resources/configs/adapters/xml/config_invalid_syntax.xml
Fri Dec 9 12:58:39 2011
@@ -1,6 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<configuration xmlns="http://logging.apache.org/log4php" threshold="debug">
+<!--
+ 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.
+-->
+<configuration xmlns="http://logging.apache.org/log4php" threshold="debug">
<appender name="default" class="LoggerAppenderEcho">
<layout class="LoggerLayoutSimple"/>
</appender>
Modified:
logging/log4php/trunk/src/test/resources/configs/adapters/xml/config_valid.xml
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/adapters/xml/config_valid.xml?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/adapters/xml/config_valid.xml
(original)
+++
logging/log4php/trunk/src/test/resources/configs/adapters/xml/config_valid.xml
Fri Dec 9 12:58:39 2011
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
<configuration xmlns="http://logging.apache.org/log4php" threshold="debug">
<renderer renderedClass="Fruit" renderingClass="FruitRenderer" />
<renderer renderedClass="Beer" renderingClass="BeerRenderer" />
Modified:
logging/log4php/trunk/src/test/resources/configs/appenders/config_invalid_appender_class.xml
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/appenders/config_invalid_appender_class.xml?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/appenders/config_invalid_appender_class.xml
(original)
+++
logging/log4php/trunk/src/test/resources/configs/appenders/config_invalid_appender_class.xml
Fri Dec 9 12:58:39 2011
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
<configuration xmlns="http://logging.apache.org/log4php" threshold="debug">
<appender name="foo" class="stdClass"/>
Modified:
logging/log4php/trunk/src/test/resources/configs/appenders/config_invalid_filter_class.xml
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/appenders/config_invalid_filter_class.xml?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/appenders/config_invalid_filter_class.xml
(original)
+++
logging/log4php/trunk/src/test/resources/configs/appenders/config_invalid_filter_class.xml
Fri Dec 9 12:58:39 2011
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
<configuration xmlns="http://logging.apache.org/log4php">
<appender name="foo" class="LoggerAppenderConsole">
<filter class="stdClass" />
Modified:
logging/log4php/trunk/src/test/resources/configs/appenders/config_invalid_filter_parameters.xml
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/appenders/config_invalid_filter_parameters.xml?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/appenders/config_invalid_filter_parameters.xml
(original)
+++
logging/log4php/trunk/src/test/resources/configs/appenders/config_invalid_filter_parameters.xml
Fri Dec 9 12:58:39 2011
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
<configuration xmlns="http://logging.apache.org/log4php">
<appender name="foo" class="LoggerAppenderConsole">
<filter class="LoggerFilterStringMatch">
Modified:
logging/log4php/trunk/src/test/resources/configs/appenders/config_invalid_layout_class.xml
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/appenders/config_invalid_layout_class.xml?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/appenders/config_invalid_layout_class.xml
(original)
+++
logging/log4php/trunk/src/test/resources/configs/appenders/config_invalid_layout_class.xml
Fri Dec 9 12:58:39 2011
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
<configuration xmlns="http://logging.apache.org/log4php">
<appender name="foo" class="LoggerAppenderConsole">
<layout class="stdClass" />
Modified:
logging/log4php/trunk/src/test/resources/configs/appenders/config_no_class.xml
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/appenders/config_no_class.xml?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/appenders/config_no_class.xml
(original)
+++
logging/log4php/trunk/src/test/resources/configs/appenders/config_no_class.xml
Fri Dec 9 12:58:39 2011
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
<configuration xmlns="http://logging.apache.org/log4php" threshold="debug">
<appender name="foo" />
Modified:
logging/log4php/trunk/src/test/resources/configs/appenders/config_no_layout_class.xml
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/appenders/config_no_layout_class.xml?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/appenders/config_no_layout_class.xml
(original)
+++
logging/log4php/trunk/src/test/resources/configs/appenders/config_no_layout_class.xml
Fri Dec 9 12:58:39 2011
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
<configuration xmlns="http://logging.apache.org/log4php">
<appender name="foo" class="LoggerAppenderConsole">
<layout class="" />
Modified:
logging/log4php/trunk/src/test/resources/configs/appenders/config_not_existing_class.xml
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/appenders/config_not_existing_class.xml?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/appenders/config_not_existing_class.xml
(original)
+++
logging/log4php/trunk/src/test/resources/configs/appenders/config_not_existing_class.xml
Fri Dec 9 12:58:39 2011
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
<configuration xmlns="http://logging.apache.org/log4php" threshold="debug">
<appender name="foo" class="unknownClass"/>
Modified:
logging/log4php/trunk/src/test/resources/configs/appenders/config_not_existing_filter_class.xml
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/appenders/config_not_existing_filter_class.xml?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/appenders/config_not_existing_filter_class.xml
(original)
+++
logging/log4php/trunk/src/test/resources/configs/appenders/config_not_existing_filter_class.xml
Fri Dec 9 12:58:39 2011
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
<configuration xmlns="http://logging.apache.org/log4php">
<appender name="foo" class="LoggerAppenderConsole">
<filter class="Foo" />
Modified:
logging/log4php/trunk/src/test/resources/configs/appenders/config_not_existing_layout_class.xml
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/appenders/config_not_existing_layout_class.xml?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/appenders/config_not_existing_layout_class.xml
(original)
+++
logging/log4php/trunk/src/test/resources/configs/appenders/config_not_existing_layout_class.xml
Fri Dec 9 12:58:39 2011
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
<configuration xmlns="http://logging.apache.org/log4php">
<appender name="foo" class="LoggerAppenderConsole">
<layout class="Foo" />
Modified: logging/log4php/trunk/src/test/resources/configs/config.yml
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/config.yml?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
--- logging/log4php/trunk/src/test/resources/configs/config.yml (original)
+++ logging/log4php/trunk/src/test/resources/configs/config.yml Fri Dec 9
12:58:39 2011
@@ -0,0 +1,14 @@
+# 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.
Modified: logging/log4php/trunk/src/test/resources/configs/config1.xml
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/config1.xml?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
--- logging/log4php/trunk/src/test/resources/configs/config1.xml (original)
+++ logging/log4php/trunk/src/test/resources/configs/config1.xml Fri Dec 9
12:58:39 2011
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
<configuration xmlns="http://logging.apache.org/log4php" threshold="debug">
<renderer renderedClass="Fruit" renderingClass="FruitRenderer" />
<renderer renderedClass="Beer" renderingClass="BeerRenderer" />
Modified:
logging/log4php/trunk/src/test/resources/configs/loggers/config_invalid_additivity.xml
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/loggers/config_invalid_additivity.xml?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/loggers/config_invalid_additivity.xml
(original)
+++
logging/log4php/trunk/src/test/resources/configs/loggers/config_invalid_additivity.xml
Fri Dec 9 12:58:39 2011
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
<configuration xmlns="http://logging.apache.org/log4php" threshold="debug">
<appender name="default" class="LoggerAppenderEcho">
<layout class="LoggerLayoutTTCC"/>
Modified:
logging/log4php/trunk/src/test/resources/configs/loggers/config_not_existing_appenders.xml
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/loggers/config_not_existing_appenders.xml?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/loggers/config_not_existing_appenders.xml
(original)
+++
logging/log4php/trunk/src/test/resources/configs/loggers/config_not_existing_appenders.xml
Fri Dec 9 12:58:39 2011
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
<configuration xmlns="http://logging.apache.org/log4php" threshold="debug">
<logger name="myLogger">
<level value="warn" />
Modified:
logging/log4php/trunk/src/test/resources/configs/renderers/config_invalid_rendering_class.xml
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/renderers/config_invalid_rendering_class.xml?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/renderers/config_invalid_rendering_class.xml
(original)
+++
logging/log4php/trunk/src/test/resources/configs/renderers/config_invalid_rendering_class.xml
Fri Dec 9 12:58:39 2011
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
<configuration xmlns="http://logging.apache.org/log4php">
<appender name="foo" class="LoggerAppenderConsole">
<layout class="LoggerLayoutTTCC"/>
Modified:
logging/log4php/trunk/src/test/resources/configs/renderers/config_no_rendered_class.xml
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/renderers/config_no_rendered_class.xml?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/renderers/config_no_rendered_class.xml
(original)
+++
logging/log4php/trunk/src/test/resources/configs/renderers/config_no_rendered_class.xml
Fri Dec 9 12:58:39 2011
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
<configuration xmlns="http://logging.apache.org/log4php">
<appender name="foo" class="LoggerAppenderConsole">
<layout class="LoggerLayoutTTCC"/>
Modified:
logging/log4php/trunk/src/test/resources/configs/renderers/config_no_rendering_class.xml
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/renderers/config_no_rendering_class.xml?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/renderers/config_no_rendering_class.xml
(original)
+++
logging/log4php/trunk/src/test/resources/configs/renderers/config_no_rendering_class.xml
Fri Dec 9 12:58:39 2011
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
<configuration xmlns="http://logging.apache.org/log4php">
<appender name="foo" class="LoggerAppenderConsole">
<layout class="LoggerLayoutTTCC"/>
Modified:
logging/log4php/trunk/src/test/resources/configs/renderers/config_not_existing_rendered_class.xml
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/renderers/config_not_existing_rendered_class.xml?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/renderers/config_not_existing_rendered_class.xml
(original)
+++
logging/log4php/trunk/src/test/resources/configs/renderers/config_not_existing_rendered_class.xml
Fri Dec 9 12:58:39 2011
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
<configuration xmlns="http://logging.apache.org/log4php">
<appender name="foo" class="LoggerAppenderConsole">
<layout class="LoggerLayoutTTCC"/>
Modified:
logging/log4php/trunk/src/test/resources/configs/renderers/config_not_existing_rendering_class.xml
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/resources/configs/renderers/config_not_existing_rendering_class.xml?rev=1212383&r1=1212382&r2=1212383&view=diff
==============================================================================
---
logging/log4php/trunk/src/test/resources/configs/renderers/config_not_existing_rendering_class.xml
(original)
+++
logging/log4php/trunk/src/test/resources/configs/renderers/config_not_existing_rendering_class.xml
Fri Dec 9 12:58:39 2011
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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.
+-->
<configuration xmlns="http://logging.apache.org/log4php">
<appender name="foo" class="LoggerAppenderConsole">
<layout class="LoggerLayoutTTCC"/>