Author: sebb Date: Wed Apr 2 11:51:50 2008 New Revision: 644009 URL: http://svn.apache.org/viewvc?rev=644009&view=rev Log: Add missing AL headers
Modified: jakarta/cactus/trunk/integration/maven/build.properties.sample jakarta/cactus/trunk/samples/servlet/src/main/resources/conf/logging_client.properties jakarta/cactus/trunk/samples/servlet/src/main/resources/conf/logging_server.properties Modified: jakarta/cactus/trunk/integration/maven/build.properties.sample URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/maven/build.properties.sample?rev=644009&r1=644008&r2=644009&view=diff ============================================================================== --- jakarta/cactus/trunk/integration/maven/build.properties.sample (original) +++ jakarta/cactus/trunk/integration/maven/build.properties.sample Wed Apr 2 11:51:50 2008 @@ -6,6 +6,21 @@ # $Id: build.properties.sample 239203 2005-08-17 04:58:05Z felipeal $ # ----------------------------------------------------------------------------- +# 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. + # Properties required to upload the Cactus plugin web site maven.username = vmassol maven.ssh.executable = tortoiseplink Modified: jakarta/cactus/trunk/samples/servlet/src/main/resources/conf/logging_client.properties URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/servlet/src/main/resources/conf/logging_client.properties?rev=644009&r1=644008&r2=644009&view=diff ============================================================================== --- jakarta/cactus/trunk/samples/servlet/src/main/resources/conf/logging_client.properties (original) +++ jakarta/cactus/trunk/samples/servlet/src/main/resources/conf/logging_client.properties Wed Apr 2 11:51:50 2008 @@ -1,6 +1,21 @@ # Properties for configuring Log4j # This is the configuring for logging on the JUnit side (i.e. the client side) +# 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. + log4j.appender.cactus = org.apache.log4j.FileAppender log4j.appender.cactus.File = cactus_client.log log4j.appender.cactus.Append = false Modified: jakarta/cactus/trunk/samples/servlet/src/main/resources/conf/logging_server.properties URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/servlet/src/main/resources/conf/logging_server.properties?rev=644009&r1=644008&r2=644009&view=diff ============================================================================== --- jakarta/cactus/trunk/samples/servlet/src/main/resources/conf/logging_server.properties (original) +++ jakarta/cactus/trunk/samples/servlet/src/main/resources/conf/logging_server.properties Wed Apr 2 11:51:50 2008 @@ -1,6 +1,21 @@ # Properties for configuring Log4j # This is the configuring for logging on the server side +# 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. + log4j.appender.cactus = org.apache.log4j.FileAppender log4j.appender.cactus.File = cactus_server.log log4j.appender.cactus.Append = false --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]