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/01 21:52:47 UTC

svn commit: r470099 - in /xalan/test/trunk/tests/perf: basic/basic-all_well.xsl basic/basic-datetranscode.xsl output/outputHhref.xsl sort/sort-big.xsl sort/sort-numbers1.xsl sort/sort-words1.xsl

Author: minchau
Date: Wed Nov  1 12:52:46 2006
New Revision: 470099

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

Modified:
    xalan/test/trunk/tests/perf/basic/basic-all_well.xsl
    xalan/test/trunk/tests/perf/basic/basic-datetranscode.xsl
    xalan/test/trunk/tests/perf/output/outputHhref.xsl
    xalan/test/trunk/tests/perf/sort/sort-big.xsl
    xalan/test/trunk/tests/perf/sort/sort-numbers1.xsl
    xalan/test/trunk/tests/perf/sort/sort-words1.xsl

Modified: xalan/test/trunk/tests/perf/basic/basic-all_well.xsl
URL: http://svn.apache.org/viewvc/xalan/test/trunk/tests/perf/basic/basic-all_well.xsl?view=diff&rev=470099&r1=470098&r2=470099
==============================================================================
--- xalan/test/trunk/tests/perf/basic/basic-all_well.xsl (original)
+++ xalan/test/trunk/tests/perf/basic/basic-all_well.xsl Wed Nov  1 12:52:46 2006
@@ -156,12 +156,22 @@
 	</xsl:template>
 
 
-  <!-- Copyright 1999-2004 The Apache Software Foundation.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and limitations under the License. -->
+  <!--
+   * 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>

Modified: xalan/test/trunk/tests/perf/basic/basic-datetranscode.xsl
URL: http://svn.apache.org/viewvc/xalan/test/trunk/tests/perf/basic/basic-datetranscode.xsl?view=diff&rev=470099&r1=470098&r2=470099
==============================================================================
--- xalan/test/trunk/tests/perf/basic/basic-datetranscode.xsl (original)
+++ xalan/test/trunk/tests/perf/basic/basic-datetranscode.xsl Wed Nov  1 12:52:46 2006
@@ -31,12 +31,22 @@
 </xsl:template>
 
 
-  <!-- Copyright 1999-2004 The Apache Software Foundation.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and limitations under the License. -->
+  <!--
+   * 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>

Modified: xalan/test/trunk/tests/perf/output/outputHhref.xsl
URL: http://svn.apache.org/viewvc/xalan/test/trunk/tests/perf/output/outputHhref.xsl?view=diff&rev=470099&r1=470098&r2=470099
==============================================================================
--- xalan/test/trunk/tests/perf/output/outputHhref.xsl (original)
+++ xalan/test/trunk/tests/perf/output/outputHhref.xsl Wed Nov  1 12:52:46 2006
@@ -50,12 +50,22 @@
 </xsl:template>
   
 
-  <!-- Copyright 1999-2004 The Apache Software Foundation.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and limitations under the License. -->
+  <!--
+   * 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>

Modified: xalan/test/trunk/tests/perf/sort/sort-big.xsl
URL: http://svn.apache.org/viewvc/xalan/test/trunk/tests/perf/sort/sort-big.xsl?view=diff&rev=470099&r1=470098&r2=470099
==============================================================================
--- xalan/test/trunk/tests/perf/sort/sort-big.xsl (original)
+++ xalan/test/trunk/tests/perf/sort/sort-big.xsl Wed Nov  1 12:52:46 2006
@@ -11,12 +11,22 @@
 </xsl:template>
 
 
-  <!-- Copyright 1999-2004 The Apache Software Foundation.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and limitations under the License. -->
+  <!--
+   * 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>

Modified: xalan/test/trunk/tests/perf/sort/sort-numbers1.xsl
URL: http://svn.apache.org/viewvc/xalan/test/trunk/tests/perf/sort/sort-numbers1.xsl?view=diff&rev=470099&r1=470098&r2=470099
==============================================================================
--- xalan/test/trunk/tests/perf/sort/sort-numbers1.xsl (original)
+++ xalan/test/trunk/tests/perf/sort/sort-numbers1.xsl Wed Nov  1 12:52:46 2006
@@ -18,12 +18,22 @@
 </xsl:template>
 
 
-  <!-- Copyright 1999-2004 The Apache Software Foundation.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and limitations under the License. -->
+  <!--
+   * 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>

Modified: xalan/test/trunk/tests/perf/sort/sort-words1.xsl
URL: http://svn.apache.org/viewvc/xalan/test/trunk/tests/perf/sort/sort-words1.xsl?view=diff&rev=470099&r1=470098&r2=470099
==============================================================================
--- xalan/test/trunk/tests/perf/sort/sort-words1.xsl (original)
+++ xalan/test/trunk/tests/perf/sort/sort-words1.xsl Wed Nov  1 12:52:46 2006
@@ -18,12 +18,22 @@
 </xsl:template>
 
 
-  <!-- Copyright 1999-2004 The Apache Software Foundation.
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
-  Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and limitations under the License. -->
+  <!--
+   * 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>



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