Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 42989 invoked from network); 26 Feb 2005 08:26:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 26 Feb 2005 08:26:23 -0000 Received: (qmail 25649 invoked by uid 500); 26 Feb 2005 08:26:22 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 25601 invoked by uid 500); 26 Feb 2005 08:26:22 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: List-Post: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 25584 invoked by uid 99); 26 Feb 2005 08:26:21 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Sat, 26 Feb 2005 00:26:21 -0800 Received: (qmail 42940 invoked by uid 65534); 26 Feb 2005 08:26:20 -0000 Message-ID: <20050226082620.42939.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Mailer: svnmailer-1.0.0-dev Date: Sat, 26 Feb 2005 08:26:20 -0000 Subject: svn commit: r155390 - cocoon/trunk/src/blocks/template/java/org/apache/cocoon/template/jxtg/instruction/MacroContext.java To: cvs@cocoon.apache.org From: lgawron@apache.org X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: lgawron Date: Sat Feb 26 00:26:18 2005 New Revision: 155390 URL: http://svn.apache.org/viewcvs?view=3Drev&rev=3D155390 Log: missing license header Modified: cocoon/trunk/src/blocks/template/java/org/apache/cocoon/template/jxtg/i= nstruction/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/or= g/apache/cocoon/template/jxtg/instruction/MacroContext.java?view=3Ddiff&r1= =3D155389&r2=3D155390 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- cocoon/trunk/src/blocks/template/java/org/apache/cocoon/template/jxtg/i= nstruction/MacroContext.java (original) +++ cocoon/trunk/src/blocks/template/java/org/apache/cocoon/template/jxtg/i= nstruction/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. + *=20 + * 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 + *=20 + * http://www.apache.org/licenses/LICENSE-2.0 + *=20 + * 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; =20 import org.apache.cocoon.template.jxtg.script.event.Event; =20 -/** - * @author lgawron - */ public class MacroContext { private final String macroQName; private final Event bodyStart;