Author: markt Date: Sat Aug 4 20:16:50 2007 New Revision: 562811 URL: http://svn.apache.org/viewvc?view=rev&rev=562811 Log: Update to 2.0b licence header
Modified: tomcat/tc6.0.x/trunk/java/org/apache/juli/JdkLoggerFormatter.java (contents, props changed) tomcat/tc6.0.x/trunk/java/org/apache/juli/logging/DirectJDKLog.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/juli/JdkLoggerFormatter.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/juli/JdkLoggerFormatter.java?view=diff&rev=562811&r1=562810&r2=562811 ============================================================================== --- tomcat/tc6.0.x/trunk/java/org/apache/juli/JdkLoggerFormatter.java (original) +++ tomcat/tc6.0.x/trunk/java/org/apache/juli/JdkLoggerFormatter.java Sat Aug 4 20:16:50 2007 @@ -1,10 +1,10 @@ /* - * Copyright 2001-2004 The Apache Software Foundation. - * Copyright 2004 Costin Manolache - * - * 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 * @@ -13,7 +13,7 @@ * 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. - */ + */ package org.apache.juli; Propchange: tomcat/tc6.0.x/trunk/java/org/apache/juli/JdkLoggerFormatter.java ------------------------------------------------------------------------------ svn:eol-style = native Modified: tomcat/tc6.0.x/trunk/java/org/apache/juli/logging/DirectJDKLog.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/juli/logging/DirectJDKLog.java?view=diff&rev=562811&r1=562810&r2=562811 ============================================================================== --- tomcat/tc6.0.x/trunk/java/org/apache/juli/logging/DirectJDKLog.java (original) +++ tomcat/tc6.0.x/trunk/java/org/apache/juli/logging/DirectJDKLog.java Sat Aug 4 20:16:50 2007 @@ -1,10 +1,10 @@ /* - * Copyright 2001-2004 The Apache Software Foundation. - * Copyright 2004 Costin Manolache - * - * 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 * @@ -13,7 +13,7 @@ * 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. - */ + */ package org.apache.juli.logging; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]