Author: carnold Date: Fri Jun 13 12:53:20 2008 New Revision: 667630 URL: http://svn.apache.org/viewvc?rev=667630&view=rev Log: Bug 45165: Change copyright notice to license notice
Modified: logging/sandbox/log4j/multifile/pom.xml logging/sandbox/log4j/multifile/src/main/java/org/apache/log4j/multifile/FileNamePolicy.java logging/sandbox/log4j/multifile/src/main/java/org/apache/log4j/multifile/MultiFileAppender.java logging/sandbox/log4j/multifile/src/main/java/org/apache/log4j/multifile/MultiFileAppenderListener.java logging/sandbox/log4j/multifile/src/main/java/org/apache/log4j/multifile/PatternFileNamePolicy.java logging/sandbox/log4j/multifile/src/main/java/org/apache/log4j/multifile/SizeBasedFileNamePolicy.java logging/sandbox/log4j/multifile/src/test/java/org/apache/log4j/multifile/PatternFileNamePolicyTest.java logging/sandbox/log4j/multifile/src/test/java/org/apache/log4j/multifile/SizeBasedFileNamePolicyTest.java Modified: logging/sandbox/log4j/multifile/pom.xml URL: http://svn.apache.org/viewvc/logging/sandbox/log4j/multifile/pom.xml?rev=667630&r1=667629&r2=667630&view=diff ============================================================================== --- logging/sandbox/log4j/multifile/pom.xml (original) +++ logging/sandbox/log4j/multifile/pom.xml Fri Jun 13 12:53:20 2008 @@ -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. + +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> Modified: logging/sandbox/log4j/multifile/src/main/java/org/apache/log4j/multifile/FileNamePolicy.java URL: http://svn.apache.org/viewvc/logging/sandbox/log4j/multifile/src/main/java/org/apache/log4j/multifile/FileNamePolicy.java?rev=667630&r1=667629&r2=667630&view=diff ============================================================================== --- logging/sandbox/log4j/multifile/src/main/java/org/apache/log4j/multifile/FileNamePolicy.java (original) +++ logging/sandbox/log4j/multifile/src/main/java/org/apache/log4j/multifile/FileNamePolicy.java Fri Jun 13 12:53:20 2008 @@ -1,9 +1,10 @@ /* - * Copyright 2006 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: logging/sandbox/log4j/multifile/src/main/java/org/apache/log4j/multifile/MultiFileAppender.java URL: http://svn.apache.org/viewvc/logging/sandbox/log4j/multifile/src/main/java/org/apache/log4j/multifile/MultiFileAppender.java?rev=667630&r1=667629&r2=667630&view=diff ============================================================================== --- logging/sandbox/log4j/multifile/src/main/java/org/apache/log4j/multifile/MultiFileAppender.java (original) +++ logging/sandbox/log4j/multifile/src/main/java/org/apache/log4j/multifile/MultiFileAppender.java Fri Jun 13 12:53:20 2008 @@ -1,9 +1,10 @@ /* - * Copyright 2008 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: logging/sandbox/log4j/multifile/src/main/java/org/apache/log4j/multifile/MultiFileAppenderListener.java URL: http://svn.apache.org/viewvc/logging/sandbox/log4j/multifile/src/main/java/org/apache/log4j/multifile/MultiFileAppenderListener.java?rev=667630&r1=667629&r2=667630&view=diff ============================================================================== --- logging/sandbox/log4j/multifile/src/main/java/org/apache/log4j/multifile/MultiFileAppenderListener.java (original) +++ logging/sandbox/log4j/multifile/src/main/java/org/apache/log4j/multifile/MultiFileAppenderListener.java Fri Jun 13 12:53:20 2008 @@ -1,9 +1,10 @@ /* - * Copyright 2006 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: logging/sandbox/log4j/multifile/src/main/java/org/apache/log4j/multifile/PatternFileNamePolicy.java URL: http://svn.apache.org/viewvc/logging/sandbox/log4j/multifile/src/main/java/org/apache/log4j/multifile/PatternFileNamePolicy.java?rev=667630&r1=667629&r2=667630&view=diff ============================================================================== --- logging/sandbox/log4j/multifile/src/main/java/org/apache/log4j/multifile/PatternFileNamePolicy.java (original) +++ logging/sandbox/log4j/multifile/src/main/java/org/apache/log4j/multifile/PatternFileNamePolicy.java Fri Jun 13 12:53:20 2008 @@ -1,9 +1,10 @@ /* - * Copyright 2006 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: logging/sandbox/log4j/multifile/src/main/java/org/apache/log4j/multifile/SizeBasedFileNamePolicy.java URL: http://svn.apache.org/viewvc/logging/sandbox/log4j/multifile/src/main/java/org/apache/log4j/multifile/SizeBasedFileNamePolicy.java?rev=667630&r1=667629&r2=667630&view=diff ============================================================================== --- logging/sandbox/log4j/multifile/src/main/java/org/apache/log4j/multifile/SizeBasedFileNamePolicy.java (original) +++ logging/sandbox/log4j/multifile/src/main/java/org/apache/log4j/multifile/SizeBasedFileNamePolicy.java Fri Jun 13 12:53:20 2008 @@ -1,9 +1,10 @@ /* - * Copyright 2006 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: logging/sandbox/log4j/multifile/src/test/java/org/apache/log4j/multifile/PatternFileNamePolicyTest.java URL: http://svn.apache.org/viewvc/logging/sandbox/log4j/multifile/src/test/java/org/apache/log4j/multifile/PatternFileNamePolicyTest.java?rev=667630&r1=667629&r2=667630&view=diff ============================================================================== --- logging/sandbox/log4j/multifile/src/test/java/org/apache/log4j/multifile/PatternFileNamePolicyTest.java (original) +++ logging/sandbox/log4j/multifile/src/test/java/org/apache/log4j/multifile/PatternFileNamePolicyTest.java Fri Jun 13 12:53:20 2008 @@ -1,9 +1,10 @@ /* - * Copyright 2006 The Apache Software Foundation. - * - * Licensed 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 + * 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 * Modified: logging/sandbox/log4j/multifile/src/test/java/org/apache/log4j/multifile/SizeBasedFileNamePolicyTest.java URL: http://svn.apache.org/viewvc/logging/sandbox/log4j/multifile/src/test/java/org/apache/log4j/multifile/SizeBasedFileNamePolicyTest.java?rev=667630&r1=667629&r2=667630&view=diff ============================================================================== --- logging/sandbox/log4j/multifile/src/test/java/org/apache/log4j/multifile/SizeBasedFileNamePolicyTest.java (original) +++ logging/sandbox/log4j/multifile/src/test/java/org/apache/log4j/multifile/SizeBasedFileNamePolicyTest.java Fri Jun 13 12:53:20 2008 @@ -1,9 +1,10 @@ /* - * Copyright 2006 The Apache Software Foundation. - * - * Licensed 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 + * 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 * --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]