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/11/02 08:35:40 UTC

svn commit: r470262 - in /xalan/java/trunk/samples: AppletXMLtoHTML/ DOM2DOM/ Pipe/ SAX2SAX/ SimpleTransform/ Trace/ TransformThread/ UseStylesheetPI/ UseStylesheetParam/ UseXMLFilters/ Validate/ extensions/ extensions/sql/basic-connection/ extensions/...

Author: minchau
Date: Wed Nov  1 23:35:38 2006
New Revision: 470262

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

Modified:
    xalan/java/trunk/samples/AppletXMLtoHTML/s1ToHTML.xsl
    xalan/java/trunk/samples/DOM2DOM/birds.xsl
    xalan/java/trunk/samples/Pipe/foo1.xsl
    xalan/java/trunk/samples/Pipe/foo2.xsl
    xalan/java/trunk/samples/Pipe/foo3.xsl
    xalan/java/trunk/samples/SAX2SAX/birds.xsl
    xalan/java/trunk/samples/SAX2SAX/foo.xsl
    xalan/java/trunk/samples/SimpleTransform/birds.xsl
    xalan/java/trunk/samples/SimpleTransform/foo.xsl
    xalan/java/trunk/samples/Trace/foo.xsl
    xalan/java/trunk/samples/TransformThread/foo0.xsl
    xalan/java/trunk/samples/TransformThread/foo1.xsl
    xalan/java/trunk/samples/UseStylesheetPI/foo.xsl
    xalan/java/trunk/samples/UseStylesheetParam/foo.xsl
    xalan/java/trunk/samples/UseXMLFilters/foo1.xsl
    xalan/java/trunk/samples/UseXMLFilters/foo2.xsl
    xalan/java/trunk/samples/UseXMLFilters/foo3.xsl
    xalan/java/trunk/samples/Validate/birds.xsl
    xalan/java/trunk/samples/extensions/1-redir.xsl
    xalan/java/trunk/samples/extensions/2-basicJscript.xsl
    xalan/java/trunk/samples/extensions/3-java-namespace.xsl
    xalan/java/trunk/samples/extensions/4-numlistJava.xsl
    xalan/java/trunk/samples/extensions/5-numlistJscript.xsl
    xalan/java/trunk/samples/extensions/sql/basic-connection/DumpSQL.xsl
    xalan/java/trunk/samples/extensions/sql/basic-connection/dbtest-cinfo.xsl
    xalan/java/trunk/samples/extensions/sql/basic-connection/dbtest.xsl
    xalan/java/trunk/samples/extensions/sql/ext-connection/dbtest.xsl
    xalan/java/trunk/samples/extensions/sql/show-error/invalidConn.xsl
    xalan/java/trunk/samples/extensions/sql/show-error/invalidPQuery.xsl
    xalan/java/trunk/samples/extensions/sql/show-error/invalidQuery.xsl
    xalan/java/trunk/samples/extensions/sql/streamable/cachedNodes.xsl
    xalan/java/trunk/samples/extensions/sql/streamable/pivot.xsl
    xalan/java/trunk/samples/extensions/sql/streamable/streamNodes.xsl
    xalan/java/trunk/samples/servlet/birds.xsl
    xalan/java/trunk/samples/servlet/booklist1.xsl
    xalan/java/trunk/samples/servlet/booklist2.xsl
    xalan/java/trunk/samples/servlet/default.xsl
    xalan/java/trunk/samples/servlet/default2.xsl
    xalan/java/trunk/samples/servlet/fooparam.xsl
    xalan/java/trunk/samples/translets/todo.xsl
    xalan/java/trunk/samples/trax/xsl/baz.xsl
    xalan/java/trunk/samples/trax/xsl/foo.xsl
    xalan/java/trunk/samples/trax/xsl/foo2.xsl
    xalan/java/trunk/samples/trax/xsl/foo3.xsl
    xalan/java/trunk/samples/trax/xsl/inc1/inc1.xsl
    xalan/java/trunk/samples/trax/xsl/inc1/inc2/inc2.xsl

Modified: xalan/java/trunk/samples/AppletXMLtoHTML/s1ToHTML.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/AppletXMLtoHTML/s1ToHTML.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/AppletXMLtoHTML/s1ToHTML.xsl (original)
+++ xalan/java/trunk/samples/AppletXMLtoHTML/s1ToHTML.xsl Wed Nov  1 23:35:38 2006
@@ -1,5 +1,23 @@
 <?xml version="1.0"?>
 
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   <xsl:output method="html" indent="yes"/>
     

Modified: xalan/java/trunk/samples/DOM2DOM/birds.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/DOM2DOM/birds.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/DOM2DOM/birds.xsl (original)
+++ xalan/java/trunk/samples/DOM2DOM/birds.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
-<?xml version="1.0"?> 
+<?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   <xsl:output method="xml" indent="yes"/>
 

Modified: xalan/java/trunk/samples/Pipe/foo1.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/Pipe/foo1.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/Pipe/foo1.xsl (original)
+++ xalan/java/trunk/samples/Pipe/foo1.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0"?> 
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   <xsl:template match="doc">
     <out><xsl:value-of select="."/></out>

Modified: xalan/java/trunk/samples/Pipe/foo2.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/Pipe/foo2.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/Pipe/foo2.xsl (original)
+++ xalan/java/trunk/samples/Pipe/foo2.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0"?> 
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   <xsl:template match="out">
     <out><xsl:value-of select="."/> ...good to see you again!</out>

Modified: xalan/java/trunk/samples/Pipe/foo3.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/Pipe/foo3.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/Pipe/foo3.xsl (original)
+++ xalan/java/trunk/samples/Pipe/foo3.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0"?> 
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   <xsl:template match="out">
     <out><xsl:value-of select="."/> ...and goodby!</out>

Modified: xalan/java/trunk/samples/SAX2SAX/birds.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/SAX2SAX/birds.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/SAX2SAX/birds.xsl (original)
+++ xalan/java/trunk/samples/SAX2SAX/birds.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
-<?xml version="1.0"?> 
+<?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   <xsl:output method="xml" indent="yes"/>
 

Modified: xalan/java/trunk/samples/SAX2SAX/foo.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/SAX2SAX/foo.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/SAX2SAX/foo.xsl (original)
+++ xalan/java/trunk/samples/SAX2SAX/foo.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
-<?xml version="1.0"?> 
+<?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   <xsl:template match="doc">
     <out><xsl:value-of select="."/></out>

Modified: xalan/java/trunk/samples/SimpleTransform/birds.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/SimpleTransform/birds.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/SimpleTransform/birds.xsl (original)
+++ xalan/java/trunk/samples/SimpleTransform/birds.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
-<?xml version="1.0"?> 
+<?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   <xsl:output method="xml" indent="yes"/>
 

Modified: xalan/java/trunk/samples/SimpleTransform/foo.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/SimpleTransform/foo.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/SimpleTransform/foo.xsl (original)
+++ xalan/java/trunk/samples/SimpleTransform/foo.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
-<?xml version="1.0"?> 
+<?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   <xsl:template match="doc">
     <out><xsl:value-of select="."/></out>

Modified: xalan/java/trunk/samples/Trace/foo.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/Trace/foo.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/Trace/foo.xsl (original)
+++ xalan/java/trunk/samples/Trace/foo.xsl Wed Nov  1 23:35:38 2006
@@ -1,6 +1,25 @@
 <xsl:stylesheet
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
   xmlns="http://www.w3.org/TR/REC-html40">
+  
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+  
 
   <!-- FileName: misc-evans -->
   <!-- Document: http://www.w3.org/TR/xslt -->

Modified: xalan/java/trunk/samples/TransformThread/foo0.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/TransformThread/foo0.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/TransformThread/foo0.xsl (original)
+++ xalan/java/trunk/samples/TransformThread/foo0.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   <xsl:template match="doc">
     <out><xsl:value-of select="."/></out>

Modified: xalan/java/trunk/samples/TransformThread/foo1.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/TransformThread/foo1.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/TransformThread/foo1.xsl (original)
+++ xalan/java/trunk/samples/TransformThread/foo1.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   <xsl:template match="doc">
     <out><xsl:value-of select="."/></out>

Modified: xalan/java/trunk/samples/UseStylesheetPI/foo.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/UseStylesheetPI/foo.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/UseStylesheetPI/foo.xsl (original)
+++ xalan/java/trunk/samples/UseStylesheetPI/foo.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
-<?xml version="1.0"?> 
+<?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   <xsl:output indent="yes"/>
   <xsl:template match="doc">

Modified: xalan/java/trunk/samples/UseStylesheetParam/foo.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/UseStylesheetParam/foo.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/UseStylesheetParam/foo.xsl (original)
+++ xalan/java/trunk/samples/UseStylesheetParam/foo.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
-<?xml version="1.0"?> 
+<?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   <xsl:output indent="yes"/>
   <xsl:param name="param1" select="'default value'"/>

Modified: xalan/java/trunk/samples/UseXMLFilters/foo1.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/UseXMLFilters/foo1.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/UseXMLFilters/foo1.xsl (original)
+++ xalan/java/trunk/samples/UseXMLFilters/foo1.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
-<?xml version="1.0"?> 
+<?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   <xsl:template match="doc">
     <out><xsl:value-of select="."/></out>

Modified: xalan/java/trunk/samples/UseXMLFilters/foo2.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/UseXMLFilters/foo2.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/UseXMLFilters/foo2.xsl (original)
+++ xalan/java/trunk/samples/UseXMLFilters/foo2.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
-<?xml version="1.0"?> 
+<?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   <xsl:template match="out">
     <out><xsl:value-of select="."/> ...good to see you again!</out>

Modified: xalan/java/trunk/samples/UseXMLFilters/foo3.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/UseXMLFilters/foo3.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/UseXMLFilters/foo3.xsl (original)
+++ xalan/java/trunk/samples/UseXMLFilters/foo3.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
-<?xml version="1.0"?> 
+<?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   <xsl:template match="out">
     <out><xsl:value-of select="."/> ...and goodby!</out>

Modified: xalan/java/trunk/samples/Validate/birds.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/Validate/birds.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/Validate/birds.xsl (original)
+++ xalan/java/trunk/samples/Validate/birds.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
-<?xml version="1.0"?> 
+<?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   <xsl:output method="xml" indent="yes"/>
 

Modified: xalan/java/trunk/samples/extensions/1-redir.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/extensions/1-redir.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/extensions/1-redir.xsl (original)
+++ xalan/java/trunk/samples/extensions/1-redir.xsl Wed Nov  1 23:35:38 2006
@@ -2,7 +2,25 @@
     version="1.0"
     xmlns:redirect="http://xml.apache.org/xalan/redirect"
     extension-element-prefixes="redirect">
-    
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
   <xsl:template match="/">
     <standard-out>
       Standard output:

Modified: xalan/java/trunk/samples/extensions/2-basicJscript.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/extensions/2-basicJscript.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/extensions/2-basicJscript.xsl (original)
+++ xalan/java/trunk/samples/extensions/2-basicJscript.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <!--Namespaces are global if you set them in the stylesheet element-->
 <xsl:stylesheet 
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 

Modified: xalan/java/trunk/samples/extensions/3-java-namespace.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/extensions/3-java-namespace.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/extensions/3-java-namespace.xsl (original)
+++ xalan/java/trunk/samples/extensions/3-java-namespace.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0"?> 
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 xmlns:java="http://xml.apache.org/xalan/java"
                 version="1.0">

Modified: xalan/java/trunk/samples/extensions/4-numlistJava.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/extensions/4-numlistJava.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/extensions/4-numlistJava.xsl (original)
+++ xalan/java/trunk/samples/extensions/4-numlistJava.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
-<?xml version="1.0"?> 
+<?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 xmlns:xalan="http://xml.apache.org/xalan"
                 xmlns:counter="MyCounter"

Modified: xalan/java/trunk/samples/extensions/5-numlistJscript.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/extensions/5-numlistJscript.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/extensions/5-numlistJscript.xsl (original)
+++ xalan/java/trunk/samples/extensions/5-numlistJscript.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
-<?xml version="1.0"?> 
+<?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 xmlns:xalan="http://xml.apache.org/xalan"
                 xmlns:counter="MyCounter"

Modified: xalan/java/trunk/samples/extensions/sql/basic-connection/DumpSQL.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/extensions/sql/basic-connection/DumpSQL.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/extensions/sql/basic-connection/DumpSQL.xsl (original)
+++ xalan/java/trunk/samples/extensions/sql/basic-connection/DumpSQL.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 version="1.0"
                 xmlns:sql="org.apache.xalan.lib.sql.XConnection"

Modified: xalan/java/trunk/samples/extensions/sql/basic-connection/dbtest-cinfo.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/extensions/sql/basic-connection/dbtest-cinfo.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/extensions/sql/basic-connection/dbtest-cinfo.xsl (original)
+++ xalan/java/trunk/samples/extensions/sql/basic-connection/dbtest-cinfo.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 version="1.0"
                 xmlns:sql="org.apache.xalan.lib.sql.XConnection"

Modified: xalan/java/trunk/samples/extensions/sql/basic-connection/dbtest.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/extensions/sql/basic-connection/dbtest.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/extensions/sql/basic-connection/dbtest.xsl (original)
+++ xalan/java/trunk/samples/extensions/sql/basic-connection/dbtest.xsl Wed Nov  1 23:35:38 2006
@@ -1,5 +1,23 @@
 <?xml version="1.0"?>
 
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 
                 version="1.0"

Modified: xalan/java/trunk/samples/extensions/sql/ext-connection/dbtest.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/extensions/sql/ext-connection/dbtest.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/extensions/sql/ext-connection/dbtest.xsl (original)
+++ xalan/java/trunk/samples/extensions/sql/ext-connection/dbtest.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 version="1.0"
                 xmlns:sql="org.apache.xalan.lib.sql.XConnection"

Modified: xalan/java/trunk/samples/extensions/sql/show-error/invalidConn.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/extensions/sql/show-error/invalidConn.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/extensions/sql/show-error/invalidConn.xsl (original)
+++ xalan/java/trunk/samples/extensions/sql/show-error/invalidConn.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:sql="org.apache.xalan.lib.sql.XConnection" extension-element-prefixes="sql">
   <xsl:output method="html" indent="yes"/>
   <!-- ERROR ERROR ERROR ERROR ERROR ERROR ERROR ERROR ERROR ERROR ERROR ERROR

Modified: xalan/java/trunk/samples/extensions/sql/show-error/invalidPQuery.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/extensions/sql/show-error/invalidPQuery.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/extensions/sql/show-error/invalidPQuery.xsl (original)
+++ xalan/java/trunk/samples/extensions/sql/show-error/invalidPQuery.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 version="1.0"
                 xmlns:sql="org.apache.xalan.lib.sql.XConnection"

Modified: xalan/java/trunk/samples/extensions/sql/show-error/invalidQuery.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/extensions/sql/show-error/invalidQuery.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/extensions/sql/show-error/invalidQuery.xsl (original)
+++ xalan/java/trunk/samples/extensions/sql/show-error/invalidQuery.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 version="1.0"
                 xmlns:sql="org.apache.xalan.lib.sql.XConnection"

Modified: xalan/java/trunk/samples/extensions/sql/streamable/cachedNodes.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/extensions/sql/streamable/cachedNodes.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/extensions/sql/streamable/cachedNodes.xsl (original)
+++ xalan/java/trunk/samples/extensions/sql/streamable/cachedNodes.xsl Wed Nov  1 23:35:38 2006
@@ -1,5 +1,23 @@
 <?xml version="1.0"?>
 
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 
                 version="1.0"

Modified: xalan/java/trunk/samples/extensions/sql/streamable/pivot.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/extensions/sql/streamable/pivot.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/extensions/sql/streamable/pivot.xsl (original)
+++ xalan/java/trunk/samples/extensions/sql/streamable/pivot.xsl Wed Nov  1 23:35:38 2006
@@ -1,5 +1,23 @@
 <?xml version="1.0"?>
 
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 
                 version="1.0"

Modified: xalan/java/trunk/samples/extensions/sql/streamable/streamNodes.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/extensions/sql/streamable/streamNodes.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/extensions/sql/streamable/streamNodes.xsl (original)
+++ xalan/java/trunk/samples/extensions/sql/streamable/streamNodes.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 version="1.0"
                 xmlns:sql="org.apache.xalan.lib.sql.XConnection"

Modified: xalan/java/trunk/samples/servlet/birds.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/servlet/birds.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/servlet/birds.xsl (original)
+++ xalan/java/trunk/samples/servlet/birds.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
-<?xml version="1.0"?> 
+<?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   <xsl:output method="xml" indent="yes"/>
 

Modified: xalan/java/trunk/samples/servlet/booklist1.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/servlet/booklist1.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/servlet/booklist1.xsl (original)
+++ xalan/java/trunk/samples/servlet/booklist1.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <!-- 5630-A23, 5630-A22, (C) Copyright IBM Corporation, 1997, 2000 -->
 <!-- All rights reserved. Licensed Materials Property of IBM -->
 <!-- Note to US Government users: Documentation related to restricted rights -->

Modified: xalan/java/trunk/samples/servlet/booklist2.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/servlet/booklist2.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/servlet/booklist2.xsl (original)
+++ xalan/java/trunk/samples/servlet/booklist2.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <!-- 5630-A23, 5630-A22, (C) Copyright IBM Corporation, 1997, 2000 -->
 <!-- All rights reserved. Licensed Materials Property of IBM -->
 <!-- Note to US Government users: Documentation related to restricted rights -->

Modified: xalan/java/trunk/samples/servlet/default.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/servlet/default.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/servlet/default.xsl (original)
+++ xalan/java/trunk/samples/servlet/default.xsl Wed Nov  1 23:35:38 2006
@@ -1,5 +1,23 @@
 <?xml version="1.0"?>
 
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <!--                                                                                -->
 <!--  Default XSL stylesheet for use by com.lotus.xsl.server#DefaultApplyXSL.       -->
 <!--                                                                                -->

Modified: xalan/java/trunk/samples/servlet/default2.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/servlet/default2.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/servlet/default2.xsl (original)
+++ xalan/java/trunk/samples/servlet/default2.xsl Wed Nov  1 23:35:38 2006
@@ -1,5 +1,23 @@
 <?xml version="1.0"?>
 
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <!--                                                                                -->
 <!--  Default XSL stylesheet for use by com.lotus.xsl.server#DefaultApplyXSL.       -->
 <!--                                                                                -->

Modified: xalan/java/trunk/samples/servlet/fooparam.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/servlet/fooparam.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/servlet/fooparam.xsl (original)
+++ xalan/java/trunk/samples/servlet/fooparam.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
-<?xml version="1.0"?> 
+<?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   <xsl:param name="param1" select="'default value'"/>
   <xsl:template match="doc">

Modified: xalan/java/trunk/samples/translets/todo.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/translets/todo.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/translets/todo.xsl (original)
+++ xalan/java/trunk/samples/translets/todo.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 <xsl:variable name="title" select="concat(todo/@project, ' ', todo/@major-version)"/>
   <xsl:template match="/">

Modified: xalan/java/trunk/samples/trax/xsl/baz.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/trax/xsl/baz.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/trax/xsl/baz.xsl (original)
+++ xalan/java/trunk/samples/trax/xsl/baz.xsl Wed Nov  1 23:35:38 2006
@@ -1,5 +1,24 @@
 <xsl:stylesheet 
       xmlns:xsl='http://www.w3.org/1999/XSL/Transform' version='1.0'>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
     
   <!-- same as foo.xsl but doesn't include the param because of a bug -->  
   <xsl:template match="/">

Modified: xalan/java/trunk/samples/trax/xsl/foo.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/trax/xsl/foo.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/trax/xsl/foo.xsl (original)
+++ xalan/java/trunk/samples/trax/xsl/foo.xsl Wed Nov  1 23:35:38 2006
@@ -2,6 +2,24 @@
       xmlns:xsl='http://www.w3.org/1999/XSL/Transform' version='1.0'
       xmlns:bar="http://apache.org/bar"
       exclude-result-prefixes="bar">
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
       
   <xsl:include href="inc1/inc1.xsl"/>
       

Modified: xalan/java/trunk/samples/trax/xsl/foo2.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/trax/xsl/foo2.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/trax/xsl/foo2.xsl (original)
+++ xalan/java/trunk/samples/trax/xsl/foo2.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
-<?xml version="1.0"?> 
+<?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
                 xmlns:bar="http://apache.org/bar">
   

Modified: xalan/java/trunk/samples/trax/xsl/foo3.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/trax/xsl/foo3.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/trax/xsl/foo3.xsl (original)
+++ xalan/java/trunk/samples/trax/xsl/foo3.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,23 @@
-<?xml version="1.0"?> 
+<?xml version="1.0"?>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
+
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   
   <xsl:template match="out">

Modified: xalan/java/trunk/samples/trax/xsl/inc1/inc1.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/trax/xsl/inc1/inc1.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/trax/xsl/inc1/inc1.xsl (original)
+++ xalan/java/trunk/samples/trax/xsl/inc1/inc1.xsl Wed Nov  1 23:35:38 2006
@@ -1,5 +1,23 @@
 <xsl:stylesheet 
       xmlns:xsl='http://www.w3.org/1999/XSL/Transform' version='1.0'>
+
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->
       
   <xsl:include href="inc2/inc2.xsl"/>
   

Modified: xalan/java/trunk/samples/trax/xsl/inc1/inc2/inc2.xsl
URL: http://svn.apache.org/viewvc/xalan/java/trunk/samples/trax/xsl/inc1/inc2/inc2.xsl?view=diff&rev=470262&r1=470261&r2=470262
==============================================================================
--- xalan/java/trunk/samples/trax/xsl/inc1/inc2/inc2.xsl (original)
+++ xalan/java/trunk/samples/trax/xsl/inc1/inc2/inc2.xsl Wed Nov  1 23:35:38 2006
@@ -1,4 +1,21 @@
 <xsl:stylesheet 
       xmlns:xsl='http://www.w3.org/1999/XSL/Transform' version='1.0'>
+  <!--
+   * 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
+   *
+   *     http://www.apache.org/licenses/LICENSE-2.0
+   *
+   * Unless required by applicable law or agreed to in writing, software
+   * distributed under the License is distributed on an "AS IS" BASIS,
+   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   * See the License for the specific language governing permissions and
+   * limitations under the License.
+  -->      
   <xsl:variable name="my-var" select="'text from my-var in inc2.xsl'"/>
 </xsl:stylesheet>



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