You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mi...@apache.org on 2006/10/28 08:56:06 UTC

svn commit: r468643 - /xalan/java/trunk/src/org/apache/xalan/templates/

Author: minchau
Date: Fri Oct 27 23:56:03 2006
New Revision: 468643

URL: http://svn.apache.org/viewvc?view=rev&rev=468643
Log:
Apache license update per XALANJ-2328.

Modified:
    xalan/java/trunk/src/org/apache/xalan/templates/AVT.java
    xalan/java/trunk/src/org/apache/xalan/templates/AVTPart.java
    xalan/java/trunk/src/org/apache/xalan/templates/AVTPartSimple.java
    xalan/java/trunk/src/org/apache/xalan/templates/AVTPartXPath.java
    xalan/java/trunk/src/org/apache/xalan/templates/AbsPathChecker.java
    xalan/java/trunk/src/org/apache/xalan/templates/Constants.java
    xalan/java/trunk/src/org/apache/xalan/templates/DecimalFormatProperties.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemApplyImport.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemApplyTemplates.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemAttribute.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemAttributeSet.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemCallTemplate.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemChoose.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemComment.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemCopy.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemCopyOf.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemElement.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemEmpty.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemExsltFuncResult.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemExsltFunction.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemExtensionCall.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemExtensionDecl.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemExtensionScript.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemFallback.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemForEach.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemIf.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemLiteralResult.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemMessage.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemNumber.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemOtherwise.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemPI.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemParam.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemSort.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemTemplate.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemTemplateElement.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemText.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemTextLiteral.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemUnknown.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemUse.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemValueOf.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemVariable.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemVariablePsuedo.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemWhen.java
    xalan/java/trunk/src/org/apache/xalan/templates/ElemWithParam.java
    xalan/java/trunk/src/org/apache/xalan/templates/FuncDocument.java
    xalan/java/trunk/src/org/apache/xalan/templates/FuncFormatNumb.java
    xalan/java/trunk/src/org/apache/xalan/templates/FuncKey.java
    xalan/java/trunk/src/org/apache/xalan/templates/KeyDeclaration.java
    xalan/java/trunk/src/org/apache/xalan/templates/NamespaceAlias.java
    xalan/java/trunk/src/org/apache/xalan/templates/OutputProperties.java
    xalan/java/trunk/src/org/apache/xalan/templates/RedundentExprEliminator.java
    xalan/java/trunk/src/org/apache/xalan/templates/Stylesheet.java
    xalan/java/trunk/src/org/apache/xalan/templates/StylesheetComposed.java
    xalan/java/trunk/src/org/apache/xalan/templates/StylesheetRoot.java
    xalan/java/trunk/src/org/apache/xalan/templates/TemplateList.java
    xalan/java/trunk/src/org/apache/xalan/templates/TemplateSubPatternAssociation.java
    xalan/java/trunk/src/org/apache/xalan/templates/VarNameCollector.java
    xalan/java/trunk/src/org/apache/xalan/templates/WhiteSpaceInfo.java
    xalan/java/trunk/src/org/apache/xalan/templates/XMLNSDecl.java
    xalan/java/trunk/src/org/apache/xalan/templates/XSLTVisitable.java
    xalan/java/trunk/src/org/apache/xalan/templates/XSLTVisitor.java
    xalan/java/trunk/src/org/apache/xalan/templates/XUnresolvedVariable.java
    xalan/java/trunk/src/org/apache/xalan/templates/XUnresolvedVariableSimple.java
    xalan/java/trunk/src/org/apache/xalan/templates/package.html

Modified: xalan/java/trunk/src/org/apache/xalan/templates/AVT.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/AVT.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/AVT.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/AVT.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/AVTPart.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/AVTPart.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/AVTPart.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/AVTPart.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/AVTPartSimple.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/AVTPartSimple.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/AVTPartSimple.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/AVTPartSimple.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/AVTPartXPath.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/AVTPartXPath.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/AVTPartXPath.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/AVTPartXPath.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/AbsPathChecker.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/AbsPathChecker.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/AbsPathChecker.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/AbsPathChecker.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 2002-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/Constants.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/Constants.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/Constants.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/Constants.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/DecimalFormatProperties.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/DecimalFormatProperties.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/DecimalFormatProperties.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/DecimalFormatProperties.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemApplyImport.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemApplyImport.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemApplyImport.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemApplyImport.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemApplyTemplates.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemApplyTemplates.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemApplyTemplates.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemApplyTemplates.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemAttribute.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemAttribute.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemAttribute.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemAttribute.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemAttributeSet.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemAttributeSet.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemAttributeSet.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemAttributeSet.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemCallTemplate.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemCallTemplate.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemCallTemplate.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemCallTemplate.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemChoose.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemChoose.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemChoose.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemChoose.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemComment.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemComment.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemComment.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemComment.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemCopy.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemCopy.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemCopy.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemCopy.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemCopyOf.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemCopyOf.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemCopyOf.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemCopyOf.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemElement.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemElement.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemElement.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemElement.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemEmpty.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemEmpty.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemEmpty.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemEmpty.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemExsltFuncResult.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemExsltFuncResult.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemExsltFuncResult.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemExsltFuncResult.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemExsltFunction.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemExsltFunction.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemExsltFunction.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemExsltFunction.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemExtensionCall.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemExtensionCall.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemExtensionCall.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemExtensionCall.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemExtensionDecl.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemExtensionDecl.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemExtensionDecl.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemExtensionDecl.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemExtensionScript.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemExtensionScript.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemExtensionScript.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemExtensionScript.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemFallback.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemFallback.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemFallback.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemFallback.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemForEach.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemForEach.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemForEach.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemForEach.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemIf.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemIf.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemIf.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemIf.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemLiteralResult.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemLiteralResult.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemLiteralResult.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemLiteralResult.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemMessage.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemMessage.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemMessage.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemMessage.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemNumber.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemNumber.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemNumber.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemNumber.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemOtherwise.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemOtherwise.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemOtherwise.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemOtherwise.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemPI.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemPI.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemPI.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemPI.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemParam.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemParam.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemParam.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemParam.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemSort.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemSort.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemSort.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemSort.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemTemplate.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemTemplate.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemTemplate.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemTemplate.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemTemplateElement.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemTemplateElement.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemTemplateElement.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemTemplateElement.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemText.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemText.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemText.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemText.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemTextLiteral.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemTextLiteral.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemTextLiteral.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemTextLiteral.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemUnknown.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemUnknown.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemUnknown.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemUnknown.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemUse.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemUse.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemUse.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemUse.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemValueOf.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemValueOf.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemValueOf.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemValueOf.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemVariable.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemVariable.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemVariable.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemVariable.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemVariablePsuedo.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemVariablePsuedo.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemVariablePsuedo.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemVariablePsuedo.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemWhen.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemWhen.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemWhen.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemWhen.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/ElemWithParam.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/ElemWithParam.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/ElemWithParam.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/ElemWithParam.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/FuncDocument.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/FuncDocument.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/FuncDocument.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/FuncDocument.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/FuncFormatNumb.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/FuncFormatNumb.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/FuncFormatNumb.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/FuncFormatNumb.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/FuncKey.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/FuncKey.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/FuncKey.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/FuncKey.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/KeyDeclaration.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/KeyDeclaration.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/KeyDeclaration.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/KeyDeclaration.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/NamespaceAlias.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/NamespaceAlias.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/NamespaceAlias.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/NamespaceAlias.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/OutputProperties.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/OutputProperties.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/OutputProperties.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/OutputProperties.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/RedundentExprEliminator.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/RedundentExprEliminator.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/RedundentExprEliminator.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/RedundentExprEliminator.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 2002-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/Stylesheet.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/Stylesheet.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/Stylesheet.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/Stylesheet.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/StylesheetComposed.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/StylesheetComposed.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/StylesheetComposed.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/StylesheetComposed.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/StylesheetRoot.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/StylesheetRoot.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/StylesheetRoot.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/StylesheetRoot.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/TemplateList.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/TemplateList.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/TemplateList.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/TemplateList.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/TemplateSubPatternAssociation.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/TemplateSubPatternAssociation.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/TemplateSubPatternAssociation.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/TemplateSubPatternAssociation.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/VarNameCollector.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/VarNameCollector.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/VarNameCollector.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/VarNameCollector.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/WhiteSpaceInfo.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/WhiteSpaceInfo.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/WhiteSpaceInfo.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/WhiteSpaceInfo.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/XMLNSDecl.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/XMLNSDecl.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/XMLNSDecl.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/XMLNSDecl.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/XSLTVisitable.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/XSLTVisitable.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/XSLTVisitable.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/XSLTVisitable.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/XSLTVisitor.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/XSLTVisitor.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/XSLTVisitor.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/XSLTVisitor.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 2002-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/XUnresolvedVariable.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/XUnresolvedVariable.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/XUnresolvedVariable.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/XUnresolvedVariable.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/XUnresolvedVariableSimple.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/XUnresolvedVariableSimple.java?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/XUnresolvedVariableSimple.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/XUnresolvedVariableSimple.java Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *

Modified: xalan/java/trunk/src/org/apache/xalan/templates/package.html
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/templates/package.html?view=diff&rev=468643&r1=468642&r2=468643
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/templates/package.html (original)
+++ xalan/java/trunk/src/org/apache/xalan/templates/package.html Fri Oct 27 23:56:03 2006
@@ -1,7 +1,9 @@
 <!--
- * Copyright 2000-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you 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
  *



---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org