diff --git a/src/site/site.xml b/src/site/site.xml index 3498646..5ac8f70 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,4 +1,24 @@ + + + Commons Logging diff --git a/src/test/org/apache/commons/logging/config/nopriority/commons-logging.properties b/src/test/org/apache/commons/logging/config/nopriority/commons-logging.properties index 236941d..98d1177 100644 --- a/src/test/org/apache/commons/logging/config/nopriority/commons-logging.properties +++ b/src/test/org/apache/commons/logging/config/nopriority/commons-logging.properties @@ -1 +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. + configId=nopriority diff --git a/src/test/org/apache/commons/logging/config/priority10/commons-logging.properties b/src/test/org/apache/commons/logging/config/priority10/commons-logging.properties index f994634..fa10f1a 100644 --- a/src/test/org/apache/commons/logging/config/priority10/commons-logging.properties +++ b/src/test/org/apache/commons/logging/config/priority10/commons-logging.properties @@ -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. + priority=10.5 configId=priority10 diff --git a/src/test/org/apache/commons/logging/config/priority20/commons-logging.properties b/src/test/org/apache/commons/logging/config/priority20/commons-logging.properties index 22d8071..4ead91f 100644 --- a/src/test/org/apache/commons/logging/config/priority20/commons-logging.properties +++ b/src/test/org/apache/commons/logging/config/priority20/commons-logging.properties @@ -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. + priority=20.6 configId=priority20 diff --git a/src/test/org/apache/commons/logging/config/priority20a/commons-logging.properties b/src/test/org/apache/commons/logging/config/priority20a/commons-logging.properties index 4c48149..6a91d83 100644 --- a/src/test/org/apache/commons/logging/config/priority20a/commons-logging.properties +++ b/src/test/org/apache/commons/logging/config/priority20a/commons-logging.properties @@ -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. + priority=20.6 configId=priority20a diff --git a/src/test/org/apache/commons/logging/tccl/log/props_disable_tccl/commons-logging.properties b/src/test/org/apache/commons/logging/tccl/log/props_disable_tccl/commons-logging.properties index 3ca4a16..8f55b92 100644 --- a/src/test/org/apache/commons/logging/tccl/log/props_disable_tccl/commons-logging.properties +++ b/src/test/org/apache/commons/logging/tccl/log/props_disable_tccl/commons-logging.properties @@ -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. + use_tccl=false org.apache.commons.logging.Log=org.apache.commons.logging.tccl.custom.MyLog org.apache.commons.logging.diagnostics.dest=STDERR \ No newline at end of file diff --git a/src/test/org/apache/commons/logging/tccl/log/props_enable_tccl/commons-logging.properties b/src/test/org/apache/commons/logging/tccl/log/props_enable_tccl/commons-logging.properties index 679f7ba..440c764 100644 --- a/src/test/org/apache/commons/logging/tccl/log/props_enable_tccl/commons-logging.properties +++ b/src/test/org/apache/commons/logging/tccl/log/props_enable_tccl/commons-logging.properties @@ -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. + org.apache.commons.logging.Log=org.apache.commons.logging.tccl.custom.MyLog org.apache.commons.logging.diagnostics.dest=STDERR \ No newline at end of file diff --git a/src/test/org/apache/commons/logging/tccl/logfactory/props_disable_tccl/commons-logging.properties b/src/test/org/apache/commons/logging/tccl/logfactory/props_disable_tccl/commons-logging.properties index b970124..9d21a8c 100644 --- a/src/test/org/apache/commons/logging/tccl/logfactory/props_disable_tccl/commons-logging.properties +++ b/src/test/org/apache/commons/logging/tccl/logfactory/props_disable_tccl/commons-logging.properties @@ -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. + use_tccl=false org.apache.commons.logging.LogFactory=org.apache.commons.logging.tccl.custom.MyLogFactoryImpl diff --git a/src/test/org/apache/commons/logging/tccl/logfactory/props_enable_tccl/commons-logging.properties b/src/test/org/apache/commons/logging/tccl/logfactory/props_enable_tccl/commons-logging.properties index 5d560ad..29bc41a 100644 --- a/src/test/org/apache/commons/logging/tccl/logfactory/props_enable_tccl/commons-logging.properties +++ b/src/test/org/apache/commons/logging/tccl/logfactory/props_enable_tccl/commons-logging.properties @@ -1 +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. + org.apache.commons.logging.LogFactory=org.apache.commons.logging.tccl.custom.MyLogFactoryImpl diff --git a/xdocs/style/project.css b/xdocs/style/project.css index c1d541c..e1e7073 100644 --- a/xdocs/style/project.css +++ b/xdocs/style/project.css @@ -1 +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. +*/ + @import url("http://commons.apache.org/style/commons-maven.css");