From e4f2aed55dfa80dff30da6609cf8c2e8aad126c6 Mon Sep 17 00:00:00 2001 From: rjung Date: Sat, 2 Jan 2010 13:26:32 +0000 Subject: [PATCH] Change license header in two tomcat-lite java source files using the copy2license.pl script. Although the previous form is what the license file states how to correctly apply ASL 2.0, usually the ASF copyright notice is not applied to every source file. See http://www.apache.org/legal/src-headers.html#headers for details. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@895189 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/coyote/servlet/FilterChainImpl.java | 11 ++++++----- .../java/org/apache/tomcat/lite/servlet/FilterChainImpl.java | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/modules/tomcat-lite/java/org/apache/coyote/servlet/FilterChainImpl.java b/modules/tomcat-lite/java/org/apache/coyote/servlet/FilterChainImpl.java index 7cbb54af8..d4e587b4b 100644 --- a/modules/tomcat-lite/java/org/apache/coyote/servlet/FilterChainImpl.java +++ b/modules/tomcat-lite/java/org/apache/coyote/servlet/FilterChainImpl.java @@ -1,9 +1,10 @@ /* - * Copyright 2009 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 * diff --git a/modules/tomcat-lite/java/org/apache/tomcat/lite/servlet/FilterChainImpl.java b/modules/tomcat-lite/java/org/apache/tomcat/lite/servlet/FilterChainImpl.java index 5f9034dfd..ab99ee4cc 100644 --- a/modules/tomcat-lite/java/org/apache/tomcat/lite/servlet/FilterChainImpl.java +++ b/modules/tomcat-lite/java/org/apache/tomcat/lite/servlet/FilterChainImpl.java @@ -1,9 +1,10 @@ /* - * Copyright 2009 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 * -- 2.11.0