Author: lehmi
Date: Sun Jul 24 15:39:56 2011
New Revision: 1150417
URL: http://svn.apache.org/viewvc?rev=1150417&view=rev
Log:
PDFBOX-1056: added missing license header
Modified:
pdfbox/trunk/preflight/src/test/resources/log4j.xml
Modified: pdfbox/trunk/preflight/src/test/resources/log4j.xml
URL:
http://svn.apache.org/viewvc/pdfbox/trunk/preflight/src/test/resources/log4j.xml?rev=1150417&r1=1150416&r2=1150417&view=diff
==============================================================================
--- pdfbox/trunk/preflight/src/test/resources/log4j.xml (original)
+++ pdfbox/trunk/preflight/src/test/resources/log4j.xml Sun Jul 24 15:39:56 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.
+ !-->
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/"
threshold="all" debug="false">
<appender name="A1" class="org.apache.log4j.ConsoleAppender">