You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by gr...@apache.org on 2006/02/21 00:43:52 UTC

svn commit: r379287 - /struts/sandbox/trunk/tiles/src/java/org/apache/tiles/listener/TilesListener.java

Author: greddin
Date: Mon Feb 20 15:43:52 2006
New Revision: 379287

URL: http://svn.apache.org/viewcvs?rev=379287&view=rev
Log:
Forgot to add license, etc. to file.


Modified:
    struts/sandbox/trunk/tiles/src/java/org/apache/tiles/listener/TilesListener.java

Modified: struts/sandbox/trunk/tiles/src/java/org/apache/tiles/listener/TilesListener.java
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/tiles/src/java/org/apache/tiles/listener/TilesListener.java?rev=379287&r1=379286&r2=379287&view=diff
==============================================================================
--- struts/sandbox/trunk/tiles/src/java/org/apache/tiles/listener/TilesListener.java (original)
+++ struts/sandbox/trunk/tiles/src/java/org/apache/tiles/listener/TilesListener.java Mon Feb 20 15:43:52 2006
@@ -1,3 +1,21 @@
+/*
+ * Copyright 2004-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.
+ *
+ * $Id$
+ */
+
 package org.apache.tiles.listener;
 
 import java.util.Map;
@@ -17,7 +35,7 @@
 
 /**
  * @author mraible
- * @version $Revision$ $Date$
+ * @version $Rev$ $Date$
  */
 public class TilesListener implements ServletContextListener {
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org