Author: germuska Date: Sun Feb 6 20:18:18 2005 New Revision: 151677 URL: http://svn.apache.org/viewcvs?view=rev&rev=151677 Log: Add ASF license.
Modified: struts/core/trunk/src/share/org/apache/struts/chain/commands/servlet/CreateAction.java struts/core/trunk/src/share/org/apache/struts/chain/commands/servlet/CreateActionForm.java Modified: struts/core/trunk/src/share/org/apache/struts/chain/commands/servlet/CreateAction.java URL: http://svn.apache.org/viewcvs/struts/core/trunk/src/share/org/apache/struts/chain/commands/servlet/CreateAction.java?view=diff&r1=151676&r2=151677 ============================================================================== --- struts/core/trunk/src/share/org/apache/struts/chain/commands/servlet/CreateAction.java (original) +++ struts/core/trunk/src/share/org/apache/struts/chain/commands/servlet/CreateAction.java Sun Feb 6 20:18:18 2005 @@ -1,9 +1,21 @@ /* - * Created on Jan 17, 2005 - * - * TODO To change the template for this generated file go to - * Window - Preferences - Java - Code Style - Code Templates + * $Id$ + * + * Copyright 2005 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.struts.chain.commands.servlet; import java.util.HashMap; Modified: struts/core/trunk/src/share/org/apache/struts/chain/commands/servlet/CreateActionForm.java URL: http://svn.apache.org/viewcvs/struts/core/trunk/src/share/org/apache/struts/chain/commands/servlet/CreateActionForm.java?view=diff&r1=151676&r2=151677 ============================================================================== --- struts/core/trunk/src/share/org/apache/struts/chain/commands/servlet/CreateActionForm.java (original) +++ struts/core/trunk/src/share/org/apache/struts/chain/commands/servlet/CreateActionForm.java Sun Feb 6 20:18:18 2005 @@ -1,9 +1,21 @@ /* - * Created on Jan 17, 2005 - * - * TODO To change the template for this generated file go to - * Window - Preferences - Java - Code Style - Code Templates + * $Id$ + * + * Copyright 2005 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.struts.chain.commands.servlet; import org.apache.commons.logging.Log; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]