Author: jgenender Date: Sun Feb 6 03:27:54 2005 New Revision: 151577 URL: http://svn.apache.org/viewcvs?view=rev&rev=151577 Log: Add proper headers
Modified: geronimo/trunk/modules/tomcat/src/java/org/apache/geronimo/tomcat/valve/PolicyContextValve.java Modified: geronimo/trunk/modules/tomcat/src/java/org/apache/geronimo/tomcat/valve/PolicyContextValve.java URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/tomcat/src/java/org/apache/geronimo/tomcat/valve/PolicyContextValve.java?view=diff&r1=151576&r2=151577 ============================================================================== --- geronimo/trunk/modules/tomcat/src/java/org/apache/geronimo/tomcat/valve/PolicyContextValve.java (original) +++ geronimo/trunk/modules/tomcat/src/java/org/apache/geronimo/tomcat/valve/PolicyContextValve.java Sun Feb 6 03:27:54 2005 @@ -1,3 +1,19 @@ +/** + * + * Copyright 2003-2004 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 + * + * 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. + */ package org.apache.geronimo.tomcat.valve; import org.apache.catalina.valves.ValveBase; @@ -9,12 +25,9 @@ import java.io.IOException; /** - * Created by IntelliJ IDEA. - * User: jeffgenender - * Date: Feb 5, 2005 - * Time: 6:00:02 PM - * To change this template use File | Settings | File Templates. + * @version $Rev: $ $Date: $ */ + public class PolicyContextValve extends ValveBase{ private final String policyContextID;