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:53:54 UTC

svn commit: r468640 - /xalan/java/trunk/src/org/apache/xalan/processor/

Author: minchau
Date: Fri Oct 27 23:53:53 2006
New Revision: 468640

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

Modified:
    xalan/java/trunk/src/org/apache/xalan/processor/ProcessorAttributeSet.java
    xalan/java/trunk/src/org/apache/xalan/processor/ProcessorCharacters.java
    xalan/java/trunk/src/org/apache/xalan/processor/ProcessorDecimalFormat.java
    xalan/java/trunk/src/org/apache/xalan/processor/ProcessorExsltFuncResult.java
    xalan/java/trunk/src/org/apache/xalan/processor/ProcessorExsltFunction.java
    xalan/java/trunk/src/org/apache/xalan/processor/ProcessorGlobalParamDecl.java
    xalan/java/trunk/src/org/apache/xalan/processor/ProcessorGlobalVariableDecl.java
    xalan/java/trunk/src/org/apache/xalan/processor/ProcessorImport.java
    xalan/java/trunk/src/org/apache/xalan/processor/ProcessorInclude.java
    xalan/java/trunk/src/org/apache/xalan/processor/ProcessorKey.java
    xalan/java/trunk/src/org/apache/xalan/processor/ProcessorLRE.java
    xalan/java/trunk/src/org/apache/xalan/processor/ProcessorNamespaceAlias.java
    xalan/java/trunk/src/org/apache/xalan/processor/ProcessorOutputElem.java
    xalan/java/trunk/src/org/apache/xalan/processor/ProcessorPreserveSpace.java
    xalan/java/trunk/src/org/apache/xalan/processor/ProcessorStripSpace.java
    xalan/java/trunk/src/org/apache/xalan/processor/ProcessorStylesheetDoc.java
    xalan/java/trunk/src/org/apache/xalan/processor/ProcessorStylesheetElement.java
    xalan/java/trunk/src/org/apache/xalan/processor/ProcessorTemplate.java
    xalan/java/trunk/src/org/apache/xalan/processor/ProcessorTemplateElem.java
    xalan/java/trunk/src/org/apache/xalan/processor/ProcessorText.java
    xalan/java/trunk/src/org/apache/xalan/processor/ProcessorUnknown.java
    xalan/java/trunk/src/org/apache/xalan/processor/StylesheetHandler.java
    xalan/java/trunk/src/org/apache/xalan/processor/TransformerFactoryImpl.java
    xalan/java/trunk/src/org/apache/xalan/processor/WhitespaceInfoPaths.java
    xalan/java/trunk/src/org/apache/xalan/processor/XSLProcessorVersion.src
    xalan/java/trunk/src/org/apache/xalan/processor/XSLTAttributeDef.java
    xalan/java/trunk/src/org/apache/xalan/processor/XSLTElementDef.java
    xalan/java/trunk/src/org/apache/xalan/processor/XSLTElementProcessor.java
    xalan/java/trunk/src/org/apache/xalan/processor/XSLTSchema.java
    xalan/java/trunk/src/org/apache/xalan/processor/package.html

Modified: xalan/java/trunk/src/org/apache/xalan/processor/ProcessorAttributeSet.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/ProcessorAttributeSet.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/ProcessorAttributeSet.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/ProcessorAttributeSet.java Fri Oct 27 23:53:53 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/processor/ProcessorCharacters.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/ProcessorCharacters.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/ProcessorCharacters.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/ProcessorCharacters.java Fri Oct 27 23:53:53 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/processor/ProcessorDecimalFormat.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/ProcessorDecimalFormat.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/ProcessorDecimalFormat.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/ProcessorDecimalFormat.java Fri Oct 27 23:53:53 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/processor/ProcessorExsltFuncResult.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/ProcessorExsltFuncResult.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/ProcessorExsltFuncResult.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/ProcessorExsltFuncResult.java Fri Oct 27 23:53:53 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/processor/ProcessorExsltFunction.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/ProcessorExsltFunction.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/ProcessorExsltFunction.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/ProcessorExsltFunction.java Fri Oct 27 23:53:53 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/processor/ProcessorGlobalParamDecl.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/ProcessorGlobalParamDecl.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/ProcessorGlobalParamDecl.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/ProcessorGlobalParamDecl.java Fri Oct 27 23:53:53 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/processor/ProcessorGlobalVariableDecl.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/ProcessorGlobalVariableDecl.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/ProcessorGlobalVariableDecl.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/ProcessorGlobalVariableDecl.java Fri Oct 27 23:53:53 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/processor/ProcessorImport.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/ProcessorImport.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/ProcessorImport.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/ProcessorImport.java Fri Oct 27 23:53:53 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/processor/ProcessorInclude.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/ProcessorInclude.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/ProcessorInclude.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/ProcessorInclude.java Fri Oct 27 23:53:53 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/processor/ProcessorKey.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/ProcessorKey.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/ProcessorKey.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/ProcessorKey.java Fri Oct 27 23:53:53 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/processor/ProcessorLRE.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/ProcessorLRE.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/ProcessorLRE.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/ProcessorLRE.java Fri Oct 27 23:53:53 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/processor/ProcessorNamespaceAlias.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/ProcessorNamespaceAlias.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/ProcessorNamespaceAlias.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/ProcessorNamespaceAlias.java Fri Oct 27 23:53:53 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/processor/ProcessorOutputElem.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/ProcessorOutputElem.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/ProcessorOutputElem.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/ProcessorOutputElem.java Fri Oct 27 23:53:53 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/processor/ProcessorPreserveSpace.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/ProcessorPreserveSpace.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/ProcessorPreserveSpace.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/ProcessorPreserveSpace.java Fri Oct 27 23:53:53 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/processor/ProcessorStripSpace.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/ProcessorStripSpace.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/ProcessorStripSpace.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/ProcessorStripSpace.java Fri Oct 27 23:53:53 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/processor/ProcessorStylesheetDoc.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/ProcessorStylesheetDoc.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/ProcessorStylesheetDoc.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/ProcessorStylesheetDoc.java Fri Oct 27 23:53:53 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/processor/ProcessorStylesheetElement.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/ProcessorStylesheetElement.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/ProcessorStylesheetElement.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/ProcessorStylesheetElement.java Fri Oct 27 23:53:53 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/processor/ProcessorTemplate.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/ProcessorTemplate.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/ProcessorTemplate.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/ProcessorTemplate.java Fri Oct 27 23:53:53 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/processor/ProcessorTemplateElem.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/ProcessorTemplateElem.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/ProcessorTemplateElem.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/ProcessorTemplateElem.java Fri Oct 27 23:53:53 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/processor/ProcessorText.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/ProcessorText.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/ProcessorText.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/ProcessorText.java Fri Oct 27 23:53:53 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/processor/ProcessorUnknown.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/ProcessorUnknown.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/ProcessorUnknown.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/ProcessorUnknown.java Fri Oct 27 23:53:53 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/processor/StylesheetHandler.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/StylesheetHandler.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/StylesheetHandler.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/StylesheetHandler.java Fri Oct 27 23:53:53 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/processor/TransformerFactoryImpl.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/TransformerFactoryImpl.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/TransformerFactoryImpl.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/TransformerFactoryImpl.java Fri Oct 27 23:53:53 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/processor/WhitespaceInfoPaths.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/WhitespaceInfoPaths.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/WhitespaceInfoPaths.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/WhitespaceInfoPaths.java Fri Oct 27 23:53:53 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/processor/XSLProcessorVersion.src
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/XSLProcessorVersion.src?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/XSLProcessorVersion.src (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/XSLProcessorVersion.src Fri Oct 27 23:53:53 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/processor/XSLTAttributeDef.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/XSLTAttributeDef.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/XSLTAttributeDef.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/XSLTAttributeDef.java Fri Oct 27 23:53:53 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/processor/XSLTElementDef.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/XSLTElementDef.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/XSLTElementDef.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/XSLTElementDef.java Fri Oct 27 23:53:53 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/processor/XSLTElementProcessor.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/XSLTElementProcessor.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/XSLTElementProcessor.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/XSLTElementProcessor.java Fri Oct 27 23:53:53 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/processor/XSLTSchema.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/XSLTSchema.java?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/XSLTSchema.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/XSLTSchema.java Fri Oct 27 23:53:53 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/processor/package.html
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/processor/package.html?view=diff&rev=468640&r1=468639&r2=468640
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/processor/package.html (original)
+++ xalan/java/trunk/src/org/apache/xalan/processor/package.html Fri Oct 27 23:53:53 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