Author: lgawron
Date: Sat Feb 26 00:26:18 2005
New Revision: 155390

URL: http://svn.apache.org/viewcvs?view=rev&rev=155390
Log:
missing license header

Modified:
    
cocoon/trunk/src/blocks/template/java/org/apache/cocoon/template/jxtg/instruction/MacroContext.java

Modified: 
cocoon/trunk/src/blocks/template/java/org/apache/cocoon/template/jxtg/instruction/MacroContext.java
URL: 
http://svn.apache.org/viewcvs/cocoon/trunk/src/blocks/template/java/org/apache/cocoon/template/jxtg/instruction/MacroContext.java?view=diff&r1=155389&r2=155390
==============================================================================
--- 
cocoon/trunk/src/blocks/template/java/org/apache/cocoon/template/jxtg/instruction/MacroContext.java
 (original)
+++ 
cocoon/trunk/src/blocks/template/java/org/apache/cocoon/template/jxtg/instruction/MacroContext.java
 Sat Feb 26 00:26:18 2005
@@ -1,13 +1,22 @@
 /*
- * Created on 2005-02-25
+ * Copyright 1999-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.cocoon.template.jxtg.instruction;
 
 import org.apache.cocoon.template.jxtg.script.event.Event;
 
-/**
- * @author lgawron
- */
 public class MacroContext {
     private final String macroQName;
     private final Event bodyStart;


Reply via email to