From e8737642541a4d31f784e6bb29980baa80784cfc Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Mon, 24 May 2010 14:00:48 +0000 Subject: Add in missing license headers to a few files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@947644 13f79535-47bb-0310-9956-ffa450edef68 --- src/testcases/org/apache/poi/util/data/test_properties1 | 17 ++++++++++++++++- src/testcases/org/apache/poi/util/data/test_properties2 | 17 ++++++++++++++++- src/testcases/org/apache/poi/util/data/test_properties3 | 17 ++++++++++++++++- 3 files changed, 48 insertions(+), 3 deletions(-) (limited to 'src/testcases/org/apache/poi/util/data') diff --git a/src/testcases/org/apache/poi/util/data/test_properties1 b/src/testcases/org/apache/poi/util/data/test_properties1 index 41385a88ba..5c88809b70 100644 --- a/src/testcases/org/apache/poi/util/data/test_properties1 +++ b/src/testcases/org/apache/poi/util/data/test_properties1 @@ -1,3 +1,18 @@ +# 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. + # Set root category priority to DEBUG and its only appender to A1. log4j.rootCategory=DEBUG, A1 @@ -8,4 +23,4 @@ log4j.appender.A1.File=p1.log # A1 uses PatternLayout. log4j.appender.A1.layout=org.apache.log4j.PatternLayout log4j.appender.A1.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n -#log4j.category.org.apache.cocoon.poi=WARN \ No newline at end of file +#log4j.category.org.apache.cocoon.poi=WARN diff --git a/src/testcases/org/apache/poi/util/data/test_properties2 b/src/testcases/org/apache/poi/util/data/test_properties2 index 5e0e2c5dd9..dbf3f81e16 100644 --- a/src/testcases/org/apache/poi/util/data/test_properties2 +++ b/src/testcases/org/apache/poi/util/data/test_properties2 @@ -1,3 +1,18 @@ +# 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. + # Set root category priority to DEBUG and its only appender to A2. log4j.rootCategory=DEBUG, A2 @@ -8,4 +23,4 @@ log4j.appender.A2.File=p2.log # A2 uses PatternLayout. log4j.appender.A2.layout=org.apache.log4j.PatternLayout log4j.appender.A2.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n -#log4j.category.org.apache.cocoon.poi=WARN \ No newline at end of file +#log4j.category.org.apache.cocoon.poi=WARN diff --git a/src/testcases/org/apache/poi/util/data/test_properties3 b/src/testcases/org/apache/poi/util/data/test_properties3 index cb75ef0f97..84ba40da05 100644 --- a/src/testcases/org/apache/poi/util/data/test_properties3 +++ b/src/testcases/org/apache/poi/util/data/test_properties3 @@ -1,3 +1,18 @@ +# 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. + # Set root category priority to DEBUG and its only appender to A3. log4j.rootCategory=DEBUG, A3 @@ -8,4 +23,4 @@ log4j.appender.A3.File=POILogger.log # A3 uses PatternLayout. log4j.appender.A3.layout=org.apache.log4j.PatternLayout log4j.appender.A3.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n -#log4j.category.org.apache.cocoon.poi=WARN \ No newline at end of file +#log4j.category.org.apache.cocoon.poi=WARN -- cgit v1.2.3