diff options
author | Nick Burch <nick@apache.org> | 2010-05-24 14:00:48 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2010-05-24 14:00:48 +0000 |
commit | e8737642541a4d31f784e6bb29980baa80784cfc (patch) | |
tree | b8c6accc93eb707e950bb7973dbfce0062a1de8d /src/testcases/org/apache/poi/util/data | |
parent | 9f0cd544cf702c31cbcbc0ea944a22b38784f213 (diff) | |
download | poi-e8737642541a4d31f784e6bb29980baa80784cfc.tar.gz poi-e8737642541a4d31f784e6bb29980baa80784cfc.zip |
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
Diffstat (limited to 'src/testcases/org/apache/poi/util/data')
3 files changed, 48 insertions, 3 deletions
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 |