Browse Source

the last files with Copyright notices should be gone now

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@442338 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 19 years ago
parent
commit
db1217ff52
9 changed files with 78 additions and 62 deletions
  1. +16
    -4
      docs/ant2/features.html
  2. +0
    -8
      src/etc/coverage-frames.xsl
  3. +14
    -14
      src/etc/jdepend.xsl
  4. +0
    -9
      src/etc/log.xsl
  5. +0
    -8
      src/etc/maudit-frames.xsl
  6. +0
    -8
      src/etc/mmetrics-frames.xsl
  7. +16
    -5
      src/main/org/apache/tools/ant/taskdefs/optional/perforce/package.html
  8. +16
    -2
      src/main/org/apache/tools/ant/taskdefs/optional/sos/package.html
  9. +16
    -4
      src/main/org/apache/tools/ant/types/resolver/package.html

+ 16
- 4
docs/ant2/features.html View File

@@ -1,4 +1,20 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--
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.
-->
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
@@ -361,9 +377,5 @@
requests for new tasks or enhancements to existing tasks.&quot;
for this.</p>

<hr>
<p align="center">$Id$</p>
<p align="center">Copyright &copy; 2001 Apache Software
Foundation. All rights Reserved.</p>
</body>
</html>

+ 0
- 8
src/etc/coverage-frames.xsl View File

@@ -408,14 +408,6 @@

<!-- Page Footer -->
<xsl:template name="pageFooter">
<table width="100%">
<tr><td><hr noshade="yes" size="1"/></td></tr>
<tr><td>
<div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 1999-2001, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
</xsl:template>




+ 14
- 14
src/etc/jdepend.xsl View File

@@ -1,20 +1,20 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

<!--
Copyright 2002,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:output method="html" indent="yes" encoding="US-ASCII"/>


+ 0
- 9
src/etc/log.xsl View File

@@ -124,15 +124,6 @@

<xsl:apply-templates select="build"/>

<!-- FOOTER -->
<table width="100%">
<tr><td><hr noshade="yes" size="1"/></td></tr>
<tr><td>
<div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 2000-2006, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
</body>
</html>
</xsl:template>


+ 0
- 8
src/etc/maudit-frames.xsl View File

@@ -453,14 +453,6 @@

<!-- Page HEADER -->
<xsl:template name="pageFooter">
<table width="100%">
<tr><td><hr noshade="yes" size="1"/></td></tr>
<tr><td>
<div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 1999-2001, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
</xsl:template>




+ 0
- 8
src/etc/mmetrics-frames.xsl View File

@@ -799,14 +799,6 @@ will increase this number.

<!-- Page Footer -->
<xsl:template name="pageFooter">
<table width="100%">
<tr><td><hr noshade="yes" size="1"/></td></tr>
<tr><td>
<div align="center"><font color="#525D76" size="-1"><em>
Copyright &#169; 1999-2001, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
</xsl:template>

<!-- class header -->


+ 16
- 5
src/main/org/apache/tools/ant/taskdefs/optional/perforce/package.html View File

@@ -1,3 +1,19 @@
<!--
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.
-->
<body>
ANT Tasks for Perforce integration.

@@ -21,9 +37,4 @@ These tasks also require you to have the p4 (or p4.exe) client in your path.


@author <A HREF="mailto:leslie.hughes@rubus.com">Les Hughes</A>


<hr>
<p align="center">Copyright &copy; 2000-2001,2003 Apache Software Foundation. All rights
Reserved.</p>
</body>

+ 16
- 2
src/main/org/apache/tools/ant/taskdefs/optional/sos/package.html View File

@@ -1,4 +1,20 @@
<html>
<!--
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.
-->
<body>
<p>
Ant tasks for working with a SourceOffSite source control system.
@@ -9,7 +25,5 @@
The &lt;SOSCheckout&gt; Retreives and lock file(s) in a SOS database<br>
The &lt;SOSLabel&gt; Label a SOS database<br>
</p>
<p align="center">Copyright &copy; 2002 Apache Software Foundation. All rights
Reserved.</p>
</body>
</html>

+ 16
- 4
src/main/org/apache/tools/ant/types/resolver/package.html View File

@@ -1,3 +1,19 @@
<!--
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.
-->
<body>
Ant integration with xml-commons resolver.

@@ -16,8 +32,4 @@ the xml-commons resolver library is available on the classpath.</p>

@author <A HREF="mailto:cstrong@arielpartners.com">Craeg Strong</A>


<hr>
<p align="center">Copyright &copy; 2002 Apache Software Foundation. All rights
Reserved.</p>
</body>

Loading…
Cancel
Save