Browse Source

weaken regexp enough to pick up all Copyright lines

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@442328 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 19 years ago
parent
commit
9a48ac8f87
57 changed files with 252 additions and 162 deletions
  1. +1
    -2
      docs/manual/CoreTasks/antcall.html
  2. +1
    -2
      docs/manual/CoreTasks/antstructure.html
  3. +1
    -2
      docs/manual/CoreTasks/apply.html
  4. +1
    -2
      docs/manual/CoreTasks/available.html
  5. +1
    -2
      docs/manual/CoreTasks/buildnumber.html
  6. +1
    -2
      docs/manual/CoreTasks/changelog.html
  7. +1
    -2
      docs/manual/CoreTasks/checksum.html
  8. +1
    -6
      docs/manual/CoreTasks/concat.html
  9. +1
    -3
      docs/manual/CoreTasks/condition.html
  10. +1
    -3
      docs/manual/CoreTasks/conditions.html
  11. +1
    -2
      docs/manual/CoreTasks/copy.html
  12. +1
    -2
      docs/manual/CoreTasks/copydir.html
  13. +1
    -2
      docs/manual/CoreTasks/copyfile.html
  14. +1
    -3
      docs/manual/CoreTasks/cvs.html
  15. +1
    -2
      docs/manual/CoreTasks/cvstagdiff.html
  16. +1
    -3
      docs/manual/CoreTasks/cvsversion.html
  17. +1
    -2
      docs/manual/CoreTasks/delete.html
  18. +1
    -2
      docs/manual/CoreTasks/deltree.html
  19. +1
    -4
      docs/manual/CoreTasks/import.html
  20. +1
    -3
      docs/manual/CoreTasks/macrodef.html
  21. +0
    -2
      docs/manual/CoreTasks/presetdef.html
  22. +1
    -2
      docs/manual/CoreTasks/recorder.html
  23. +1
    -3
      docs/manual/CoreTasks/typedef.html
  24. +1
    -2
      docs/manual/CoreTasks/waitfor.html
  25. +1
    -3
      docs/manual/CoreTypes/antlib.html
  26. +0
    -2
      docs/manual/CoreTypes/custom-programming.html
  27. +1
    -4
      docs/manual/CoreTypes/filterchain.html
  28. +1
    -4
      docs/manual/CoreTypes/filterset.html
  29. +1
    -3
      docs/manual/CoreTypes/namespace.html
  30. +1
    -3
      docs/manual/CoreTypes/selectors-program.html
  31. +1
    -3
      docs/manual/CoreTypes/selectors.html
  32. +1
    -3
      docs/manual/CoreTypes/tarfileset.html
  33. +1
    -4
      docs/manual/CoreTypes/xmlcatalog.html
  34. +1
    -3
      docs/manual/CoreTypes/zipfileset.html
  35. +1
    -3
      docs/manual/Integration/Antidote.html
  36. +199
    -12
      docs/manual/LICENSE
  37. +0
    -2
      docs/manual/OptionalTasks/BorlandEJBTasks.html
  38. +0
    -3
      docs/manual/OptionalTasks/BorlandGenerateClient.html
  39. +1
    -3
      docs/manual/OptionalTasks/attrib.html
  40. +1
    -3
      docs/manual/OptionalTasks/chgrp.html
  41. +1
    -3
      docs/manual/OptionalTasks/chown.html
  42. +0
    -3
      docs/manual/OptionalTasks/clearcase.html
  43. +0
    -3
      docs/manual/OptionalTasks/dotnet.html
  44. +1
    -3
      docs/manual/OptionalTasks/image.html
  45. +1
    -2
      docs/manual/OptionalTasks/jarlib-available.html
  46. +1
    -2
      docs/manual/OptionalTasks/jarlib-display.html
  47. +1
    -2
      docs/manual/OptionalTasks/jarlib-manifest.html
  48. +1
    -2
      docs/manual/OptionalTasks/jarlib-resolve.html
  49. +1
    -2
      docs/manual/OptionalTasks/mimemail.html
  50. +0
    -2
      docs/manual/OptionalTasks/pvcstask.html
  51. +1
    -2
      docs/manual/OptionalTasks/scp.html
  52. +1
    -2
      docs/manual/OptionalTasks/sshexec.html
  53. +1
    -4
      docs/manual/OptionalTasks/starteam.html
  54. +1
    -2
      docs/manual/OptionalTasks/symlink.html
  55. +0
    -2
      docs/manual/OptionalTasks/vss.html
  56. +1
    -3
      docs/manual/dirtasks.html
  57. +6
    -5
      docs/manual/stylesheets/antmanual.css

+ 1
- 2
docs/manual/CoreTasks/antcall.html View File

@@ -185,8 +185,7 @@ targets so specified, in the order specified.</p>
<p>will copy the parent's definition of <code>path1</code> into the
new project using the id <code>path2</code>.</p>

<hr><p align="center">Copyright &copy; 2000-2005 The Apache Software Foundation. All rights
Reserved.</p>


</body>
</html>

+ 1
- 2
docs/manual/CoreTasks/antstructure.html View File

@@ -96,8 +96,7 @@ public class MyPrinter implements AntStructure.StructurePrinter {
<p>Your own StructurePrinter can accept attributes and nested elements
just like any other Ant type or task.</p>

<hr><p align="center">Copyright &copy; 2000-2002,2004-2005 The Apache Software Foundation. All rights
Reserved.</p>


</body>
</html>


+ 1
- 2
docs/manual/CoreTasks/apply.html View File

@@ -444,8 +444,7 @@ to the <code>jsmin</code> program, the <code>addsourcefile</code> is set to



<hr><p align="center">Copyright &copy; 2000-2005 The Apache Software Foundation. All rights
Reserved.</p>


</body>
</html>

+ 1
- 2
docs/manual/CoreTasks/available.html View File

@@ -153,8 +153,7 @@ if the class <code>javax.xml.transform.Transformer</code> is found in the classp
<p>sets the <code>have.extras</code> property to the value &quot;true&quot;
if the resource-file <code>extratasks.properties</code> is found.
</p>
<hr><p align="center">Copyright &copy; 2000-2002,2004-2006 The Apache Software Foundation. All rights
Reserved.</p>


</body>
</html>


+ 1
- 2
docs/manual/CoreTasks/buildnumber.html View File

@@ -67,8 +67,7 @@ the number format.)
<p>Read, increment, and write a build number to the file
<code>mybuild.number</code>.</p>

<hr><p align="center">Copyright &copy; 2002,2004-2005 The Apache Software Foundation.
All rights Reserved.</p>


</body>
</html>


+ 1
- 2
docs/manual/CoreTasks/changelog.html View File

@@ -237,8 +237,7 @@ This allows templates to be stored inside jar]]&gt;&lt;/msg&gt;
&lt;/changelog&gt;
</pre>

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


</body>
</html>


+ 1
- 2
docs/manual/CoreTasks/checksum.html View File

@@ -234,8 +234,7 @@ When working with more than one file, if condition and/or verifyproperty is used
the result will be true only if the checksums matched correctly for all files being
considered.

<hr><p align="center">Copyright &copy; 2001-2005 The Apache Software Foundation. All rights
Reserved.</p>


</body>
</html>


+ 1
- 6
docs/manual/CoreTasks/concat.html View File

@@ -287,12 +287,7 @@ Resource Collection</a>s are used to
&lt;/concat&gt;
</pre>

<hr>

<p align="center">
Copyright &copy; 2002-2005 The Apache Software Foundation. All
Rights Reserved.
</p>

</body>



+ 1
- 3
docs/manual/CoreTasks/condition.html View File

@@ -104,9 +104,7 @@ in the Unix family as well.</p>
<p>sets the property <code>isSunOSonSparc</code> if the current
operating system is SunOS and if it is running on a sparc architecture.</p>

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


</body>
</html>

+ 1
- 3
docs/manual/CoreTasks/conditions.html View File

@@ -780,9 +780,7 @@ must match. <b>Since Ant 1.7</b>
<p>Looks for the method trimToSize in the ArrayList class.</p>


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


</body>
</html>

+ 1
- 2
docs/manual/CoreTasks/copy.html View File

@@ -335,7 +335,6 @@ the file in the destination directory before you copy it.
</p>

<hr><p align="center">Copyright &copy; 2000-2006 The Apache Software Foundation.
All rights Reserved.</p>


</body></html>

+ 1
- 2
docs/manual/CoreTasks/copydir.html View File

@@ -129,8 +129,7 @@ recursively. All java files are copied, except for files with the name <code>Tes
<p>copies the directory <code>${src}/resources</code> to <code>${dist}</code>
recursively. All java files are copied, except for the files under the <code>mypackage/test</code>
directory.</p>
<hr><p align="center">Copyright &copy; 2000-2002,2004-2005 The Apache Software Foundation. All rights
Reserved.</p>


</body>
</html>


+ 1
- 2
docs/manual/CoreTasks/copyfile.html View File

@@ -66,8 +66,7 @@ does not exist.</p>
<p><code>&lt;copyfile src=&quot;test.java&quot; dest=&quot;subdir/test.java&quot;/&gt;</code></p>
<p><code>&lt;copyfile src=&quot;${src}/index.html&quot; dest=&quot;${dist}/help/index.html&quot;/&gt;</code></p>
</blockquote>
<hr><p align="center">Copyright &copy; 2000-2002,2004-2005 The Apache Software Foundation. All rights
Reserved.</p>


</body>
</html>


+ 1
- 3
docs/manual/CoreTasks/cvs.html View File

@@ -194,9 +194,7 @@ from the <code>&lt;cvs&gt;</code> element.
before the command, and any command options should appear after the command as in the diff example
above. See <a href="http://ximbiot.com/cvs/wiki/index.php?title=Category:User_Documentation" target="_top">the cvs manual</a> for details,
specifically the <a href="http://ximbiot.com/cvs/wiki/index.php?title=CVS--Concurrent_Versions_System_v1.12.12.1:_Guide_to_CVS_commands#SEC116" target="_top">Guide to CVS commands</a></p>
<hr>
<p align="center">Copyright &copy; 2000-2005 The Apache Software
Foundation. All rights Reserved.</p>


</body>
</html>


+ 1
- 2
docs/manual/CoreTasks/cvstagdiff.html View File

@@ -199,8 +199,7 @@ cvsroot=&quot;:pserver:anoncvs@cvs.apache.org:/home/cvspublic&quot; package=&quo
&lt;/tagdiff&gt;
</pre>

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


</body>
</html>


+ 1
- 3
docs/manual/CoreTasks/cvsversion.html View File

@@ -102,9 +102,7 @@ This task allows to retrieve a CVS client and server version.
<p>finds out the cvs client and server versions and stores the versions in the
properties called apachecvsversion and localcvsversion</p>

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


</body>
</html>


+ 1
- 2
docs/manual/CoreTasks/delete.html View File

@@ -190,8 +190,7 @@ and any subdirectories.</p>
is on of the <a href="../dirtasks.html#defaultexcludes">default excludes</a> you have to use the
<code>defaultexcludes</code> flag, otherwise Ant wont delete these directories and the files in it.</p>

<hr><p align="center">Copyright &copy; 2000-2002, 2004-2006 The Apache Software Foundation.
All rights Reserved.</p>


</body>
</html>

+ 1
- 2
docs/manual/CoreTasks/deltree.html View File

@@ -49,8 +49,7 @@ subdirectories.</p>
<pre> &lt;deltree dir=&quot;${dist}&quot;/&gt;</pre>
<p>deletes the directory <code>${dist}</code>, including its files and
subdirectories.</p>
<hr><p align="center">Copyright &copy; 2000-2001,2004-2005 The Apache Software Foundation. All rights
Reserved.</p>


</body>
</html>


+ 1
- 4
docs/manual/CoreTasks/import.html View File

@@ -164,9 +164,6 @@ directory.</p>

<p>Imports the project defined by the property deploy-platform</p>

<hr>
<p align="center">Copyright &copy; 2003-2005 The Apache Software
Foundation. All rights
Reserved.</p>

</body>
</html>

+ 1
- 3
docs/manual/CoreTasks/macrodef.html View File

@@ -376,9 +376,7 @@
&lt;test one="test"/&gt;
</pre>
</blockquote>
<hr>
<p align="center">Copyright &copy; 2003-2006 The Apache Software
Foundation. All rights Reserved.</p>


</body>
</html>

+ 0
- 2
docs/manual/CoreTasks/presetdef.html View File

@@ -178,8 +178,6 @@ properties to be available in child builds run with
&lt;showmessage-presetdef messageval="${message}"/&gt;
</pre></blockquote>
<hr></hr>
<p align="center">Copyright &copy; 2003-2005 Apache Software
Foundation. All rights Reserved.</p>
</body>
</html>


+ 1
- 2
docs/manual/CoreTasks/recorder.html View File

@@ -166,8 +166,7 @@ future. They include things like the following:</p>



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


</body>
</html>

+ 1
- 3
docs/manual/CoreTasks/typedef.html View File

@@ -234,9 +234,7 @@
</pre>
<hr>
<p align="center">Copyright &copy; 2001-2006 Apache Software
Foundation. All rights Reserved.</p>


</body>
</html>


+ 1
- 2
docs/manual/CoreTasks/waitfor.html View File

@@ -126,8 +126,7 @@ true within the specified time.</p>
<p>waits up to 10 seconds for a server on the dbserver machine to begin listening
on port 1521 and for the http://webserver/mypage.html web page
to become available.</p>
<hr><p align="center">Copyright &copy; 2001, 2004-2005 The Apache Software Foundation. All rights
Reserved.</p>


</body>
</html>


+ 1
- 3
docs/manual/CoreTypes/antlib.html View File

@@ -260,9 +260,7 @@
</pre>
</blockquote>
<hr>
<p align="center">Copyright &copy; 2003-2006 Apache Software
Foundation. All rights Reserved.</p>


</body>
</html>


+ 0
- 2
docs/manual/CoreTypes/custom-programming.html View File

@@ -410,8 +410,6 @@ public class AddLineNumber extends ChainableReaderFilter {


<hr></hr>
<p align="center">Copyright &copy; 2003-2005 The Apache Software Foundation. All rights
Reserved.</p>
</body>
</html>


+ 1
- 4
docs/manual/CoreTypes/filterchain.html View File

@@ -1434,7 +1434,4 @@ This may be used as follows:
&lt;/copy&gt;
</pre></blockquote>

<hr>

<p align=center>Copyright &copy; 2002-2006 The Apache Software Foundation. All rights
Reserved.</p></body></html>
</body></html>

+ 1
- 4
docs/manual/CoreTypes/filterset.html View File

@@ -178,7 +178,4 @@ but wish to replace the token <code>%DATE*</code> with today's date.</p>
&lt;filterset refid=&quot;myFilterSet&quot;/&gt;
&lt;/copy&gt;
</pre></blockquote>
<hr>

<p align=center>Copyright &copy; 2001-2005 The Apache Software Foundation.
All rights Reserved.</p></body></html>
</body></html>

+ 1
- 3
docs/manual/CoreTypes/namespace.html View File

@@ -215,9 +215,7 @@
1.6. Basically, you can "import" Antlibs simply by using a special
scheme for the namespace URI: the <tt>antlib</tt> scheme, which expects the package name in which a special <tt>antlib.xml</tt> file is located.
</p>
<hr>
<p align="center">Copyright &copy; 2003-2005 Apache Software
Foundation. All rights Reserved.</p>


</body>
</html>

+ 1
- 3
docs/manual/CoreTypes/selectors-program.html View File

@@ -258,9 +258,7 @@ public class MySelectorTest extends BaseSelectorTest {
</ul>
</p>

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

</html>

+ 1
- 3
docs/manual/CoreTypes/selectors.html View File

@@ -1474,9 +1474,7 @@ Select files whose filename length is even.
<p>For more details concerning writing your own selectors, consult
<a href="selectors-program.html">Programming Selectors in Ant</a>.</p>

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

</body>



+ 1
- 3
docs/manual/CoreTypes/tarfileset.html View File

@@ -155,8 +155,6 @@ some-dir and discards the rest of the archive. File timestamps will
be compared between the archive's entries and files inside the target
directory, no files get overwritten unless they are out-of-date.</p>

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

</body>
</html>

+ 1
- 4
docs/manual/CoreTypes/xmlcatalog.html View File

@@ -300,10 +300,7 @@ formats:</p>
&lt;/xslt&gt;
</pre></blockquote>

<hr>
<p align="center">Copyright &copy; 2002,2004-2005 The Apache Software Foundation. All
rights
Reserved.</p>


</body>
</html>

+ 1
- 3
docs/manual/CoreTypes/zipfileset.html View File

@@ -131,8 +131,6 @@ docs/ChangeLog.txt<br>
docs/examples/index.html<br>
</code></blockquote>

<hr>
<p align="center">Copyright &copy; 2003-2005 The Apache Software Foundation. All
rights Reserved.</p>

</body>
</html>

+ 1
- 3
docs/manual/Integration/Antidote.html View File

@@ -107,9 +107,7 @@
</UL>

<HR>
<P ALIGN="center">Copyright &copy; 2001,2003,2005 Apache Software Foundation. All
rights Reserved.</P>

</BODY>
</HTML>

+ 199
- 12
docs/manual/LICENSE View File

@@ -1,16 +1,203 @@
/*
* Copyright 2000-2002,2004 The Apache Software Foundation
/*
* Apache License
* Version 2.0, January 2004
* http://www.apache.org/licenses/
*
* 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
* TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
*
* http://www.apache.org/licenses/LICENSE-2.0
* 1. Definitions.
*
* 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.
*
* "License" shall mean the terms and conditions for use, reproduction,
* and distribution as defined by Sections 1 through 9 of this document.
*
* "Licensor" shall mean the copyright owner or entity authorized by
* the copyright owner that is granting the License.
*
* "Legal Entity" shall mean the union of the acting entity and all
* other entities that control, are controlled by, or are under common
* control with that entity. For the purposes of this definition,
* "control" means (i) the power, direct or indirect, to cause the
* direction or management of such entity, whether by contract or
* otherwise, or (ii) ownership of fifty percent (50%) or more of the
* outstanding shares, or (iii) beneficial ownership of such entity.
*
* "You" (or "Your") shall mean an individual or Legal Entity
* exercising permissions granted by this License.
*
* "Source" form shall mean the preferred form for making modifications,
* including but not limited to software source code, documentation
* source, and configuration files.
*
* "Object" form shall mean any form resulting from mechanical
* transformation or translation of a Source form, including but
* not limited to compiled object code, generated documentation,
* and conversions to other media types.
*
* "Work" shall mean the work of authorship, whether in Source or
* Object form, made available under the License, as indicated by a
* copyright notice that is included in or attached to the work
* (an example is provided in the Appendix below).
*
* "Derivative Works" shall mean any work, whether in Source or Object
* form, that is based on (or derived from) the Work and for which the
* editorial revisions, annotations, elaborations, or other modifications
* represent, as a whole, an original work of authorship. For the purposes
* of this License, Derivative Works shall not include works that remain
* separable from, or merely link (or bind by name) to the interfaces of,
* the Work and Derivative Works thereof.
*
* "Contribution" shall mean any work of authorship, including
* the original version of the Work and any modifications or additions
* to that Work or Derivative Works thereof, that is intentionally
* submitted to Licensor for inclusion in the Work by the copyright owner
* or by an individual or Legal Entity authorized to submit on behalf of
* the copyright owner. For the purposes of this definition, "submitted"
* means any form of electronic, verbal, or written communication sent
* to the Licensor or its representatives, including but not limited to
* communication on electronic mailing lists, source code control systems,
* and issue tracking systems that are managed by, or on behalf of, the
* Licensor for the purpose of discussing and improving the Work, but
* excluding communication that is conspicuously marked or otherwise
* designated in writing by the copyright owner as "Not a Contribution."
*
* "Contributor" shall mean Licensor and any individual or Legal Entity
* on behalf of whom a Contribution has been received by Licensor and
* subsequently incorporated within the Work.
*
* 2. Grant of Copyright License. Subject to the terms and conditions of
* this License, each Contributor hereby grants to You a perpetual,
* worldwide, non-exclusive, no-charge, royalty-free, irrevocable
* copyright license to reproduce, prepare Derivative Works of,
* publicly display, publicly perform, sublicense, and distribute the
* Work and such Derivative Works in Source or Object form.
*
* 3. Grant of Patent License. Subject to the terms and conditions of
* this License, each Contributor hereby grants to You a perpetual,
* worldwide, non-exclusive, no-charge, royalty-free, irrevocable
* (except as stated in this section) patent license to make, have made,
* use, offer to sell, sell, import, and otherwise transfer the Work,
* where such license applies only to those patent claims licensable
* by such Contributor that are necessarily infringed by their
* Contribution(s) alone or by combination of their Contribution(s)
* with the Work to which such Contribution(s) was submitted. If You
* institute patent litigation against any entity (including a
* cross-claim or counterclaim in a lawsuit) alleging that the Work
* or a Contribution incorporated within the Work constitutes direct
* or contributory patent infringement, then any patent licenses
* granted to You under this License for that Work shall terminate
* as of the date such litigation is filed.
*
* 4. Redistribution. You may reproduce and distribute copies of the
* Work or Derivative Works thereof in any medium, with or without
* modifications, and in Source or Object form, provided that You
* meet the following conditions:
*
* (a) You must give any other recipients of the Work or
* Derivative Works a copy of this License; and
*
* (b) You must cause any modified files to carry prominent notices
* stating that You changed the files; and
*
* (c) You must retain, in the Source form of any Derivative Works
* that You distribute, all copyright, patent, trademark, and
* attribution notices from the Source form of the Work,
* excluding those notices that do not pertain to any part of
* the Derivative Works; and
*
* (d) If the Work includes a "NOTICE" text file as part of its
* distribution, then any Derivative Works that You distribute must
* include a readable copy of the attribution notices contained
* within such NOTICE file, excluding those notices that do not
* pertain to any part of the Derivative Works, in at least one
* of the following places: within a NOTICE text file distributed
* as part of the Derivative Works; within the Source form or
* documentation, if provided along with the Derivative Works; or,
* within a display generated by the Derivative Works, if and
* wherever such third-party notices normally appear. The contents
* of the NOTICE file are for informational purposes only and
* do not modify the License. You may add Your own attribution
* notices within Derivative Works that You distribute, alongside
* or as an addendum to the NOTICE text from the Work, provided
* that such additional attribution notices cannot be construed
* as modifying the License.
*
* You may add Your own copyright statement to Your modifications and
* may provide additional or different license terms and conditions
* for use, reproduction, or distribution of Your modifications, or
* for any such Derivative Works as a whole, provided Your use,
* reproduction, and distribution of the Work otherwise complies with
* the conditions stated in this License.
*
* 5. Submission of Contributions. Unless You explicitly state otherwise,
* any Contribution intentionally submitted for inclusion in the Work
* by You to the Licensor shall be under the terms and conditions of
* this License, without any additional terms or conditions.
* Notwithstanding the above, nothing herein shall supersede or modify
* the terms of any separate license agreement you may have executed
* with Licensor regarding such Contributions.
*
* 6. Trademarks. This License does not grant permission to use the trade
* names, trademarks, service marks, or product names of the Licensor,
* except as required for reasonable and customary use in describing the
* origin of the Work and reproducing the content of the NOTICE file.
*
* 7. Disclaimer of Warranty. Unless required by applicable law or
* agreed to in writing, Licensor provides the Work (and each
* Contributor provides its Contributions) on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied, including, without limitation, any warranties or conditions
* of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
* PARTICULAR PURPOSE. You are solely responsible for determining the
* appropriateness of using or redistributing the Work and assume any
* risks associated with Your exercise of permissions under this License.
*
* 8. Limitation of Liability. In no event and under no legal theory,
* whether in tort (including negligence), contract, or otherwise,
* unless required by applicable law (such as deliberate and grossly
* negligent acts) or agreed to in writing, shall any Contributor be
* liable to You for damages, including any direct, indirect, special,
* incidental, or consequential damages of any character arising as a
* result of this License or out of the use or inability to use the
* Work (including but not limited to damages for loss of goodwill,
* work stoppage, computer failure or malfunction, or any and all
* other commercial damages or losses), even if such Contributor
* has been advised of the possibility of such damages.
*
* 9. Accepting Warranty or Additional Liability. While redistributing
* the Work or Derivative Works thereof, You may choose to offer,
* and charge a fee for, acceptance of support, warranty, indemnity,
* or other liability obligations and/or rights consistent with this
* License. However, in accepting such obligations, You may act only
* on Your own behalf and on Your sole responsibility, not on behalf
* of any other Contributor, and only if You agree to indemnify,
* defend, and hold each Contributor harmless for any liability
* incurred by, or claims asserted against, such Contributor by reason
* of your accepting any such warranty or additional liability.
*
* END OF TERMS AND CONDITIONS
*
* APPENDIX: How to apply the Apache License to your work.
*
* To apply the Apache License to your work, attach the following
* boilerplate notice, with the fields enclosed by brackets "[]"
* replaced with your own identifying information. (Don't include
* the brackets!) The text should be enclosed in the appropriate
* comment syntax for the file format. We also recommend that a
* file or class name and description of purpose be included on the
* same "printed page" as the copyright notice for easier
* identification within third-party archives.
*
* Copyright [yyyy] [name of copyright owner]
*
* 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.
*/

+ 0
- 2
docs/manual/OptionalTasks/BorlandEJBTasks.html View File

@@ -137,8 +137,6 @@ The verify phase is turned on and the generate client phase as well.
</pre>

<h3>&nbsp;</h3>
<p align="center">Copyright &copy; 2001-2005 The Apache Software Foundation. All rights
Reserved.</p>

</body>
</html>


+ 0
- 3
docs/manual/OptionalTasks/BorlandGenerateClient.html View File

@@ -85,9 +85,6 @@
</pre>
<pre>&nbsp;</pre>

<p align="center">Copyright &copy; 2001-2002,2004-2005 The Apache Software Foundation. All rights
Reserved.</p>

</body>
</html>


+ 1
- 3
docs/manual/OptionalTasks/attrib.html View File

@@ -138,9 +138,7 @@ directory tree), so you'll have to experiment a little.</p>
directory named trial) read-only and archived. In addition all files belonging
to a FileSet with <code>id</code> <code>other.shared.sources</code> get the
same attributes.</p>
<hr>
<p align="center">Copyright &copy; 2002-2003,2005 Apache Software
Foundation. All rights Reserved.</p>


</body>
</html>


+ 1
- 3
docs/manual/OptionalTasks/chgrp.html View File

@@ -159,9 +159,7 @@ to webdev, but if there is a directory that ends in <code>.new</code> or a file
that begins with <code>test_</code> it will be unaffected.</p>


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


</body>
</html>


+ 1
- 3
docs/manual/OptionalTasks/chown.html View File

@@ -157,9 +157,7 @@ directories beginning with <code>private_</code> belong to the user named
webadmin. A directory ending in <code>.old</code> or a file beginning with
<code>private_</code> would remain unaffected.</p>

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


</body>
</html>


+ 0
- 3
docs/manual/OptionalTasks/clearcase.html View File

@@ -954,9 +954,6 @@ Since ant 1.6.1
</blockquote>
<p>Does a ClearCase <i>mkelem</i> on the file <i>c:/views/viewdir/afile</i> with
element type <i>text_file</i>. It also checks in the file after creation.</p>
<hr>

<p align="center">Copyright &copy; 2000-2005 The Apache Software Foundation. All rights
reserved.</p>
</body>
</html>

+ 0
- 3
docs/manual/OptionalTasks/dotnet.html View File

@@ -322,8 +322,5 @@ at this time.
<h4>Version 0.1</h4>
Initial proof of concept; very rudimentary support for CSC only.

<p align="center">Copyright &copy; 2000-2005 The Apache Software Foundation. All rights
Reserved.</p>

</body>
</html>

+ 1
- 3
docs/manual/OptionalTasks/image.html View File

@@ -231,9 +231,7 @@ and stores the <i>src</i>.</p>
<blockquote><pre>
</pre></blockquote>

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


</body>
</html>


+ 1
- 2
docs/manual/OptionalTasks/jarlib-available.html View File

@@ -128,8 +128,7 @@ sets of files to check for extension.</p>
&lt;/jarlib-available&gt;
</pre>

<hr><p align="center">Copyright &copy; 2002,2004-2005 The Apache Software Foundation.
All rights Reserved.</p>


</body>
</html>


+ 1
- 2
docs/manual/OptionalTasks/jarlib-display.html View File

@@ -74,8 +74,7 @@ http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html</a>.</p>
&lt;/jarlib-display&gt;
</pre>

<hr><p align="center">Copyright &copy; 2002,2004-2005 The Apache Software Foundation.
All rights Reserved.</p>


</body>
</html>


+ 1
- 2
docs/manual/OptionalTasks/jarlib-manifest.html View File

@@ -117,8 +117,7 @@ http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html</a>.</p>
&lt;/jarlib-manifest&gt;
</pre>

<hr><p align="center">Copyright &copy; 2002,2004-2005 The Apache Software Foundation.
All rights Reserved.</p>


</body>
</html>


+ 1
- 2
docs/manual/OptionalTasks/jarlib-resolve.html View File

@@ -205,8 +205,7 @@ http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html</a>.</p>
&lt;/jarlib-resolve&gt;
</pre>

<hr><p align="center">Copyright &copy; 2002,2004-2005 The Apache Software Foundation.
All rights Reserved.</p>


</body>
</html>


+ 1
- 2
docs/manual/OptionalTasks/mimemail.html View File

@@ -108,8 +108,7 @@ Activation Framework</a> are required for this task.</p>
&lt;/fileset&gt;
&lt;/mimemail&gt;
</pre>
<hr><p align="center">Copyright &copy; 2001-2002,2004-2005 The Apache Software Foundation. All rights
Reserved.</p>


</body>
</html>


+ 0
- 2
docs/manual/OptionalTasks/pvcstask.html View File

@@ -290,8 +290,6 @@ repository from two projects using nested <code>&lt;pvcsproject&gt;</code> eleme
Total time: 22 seconds</pre>

<hr WIDTH="100%">
<p align="center">Copyright &copy; 2001-2005 Apache Software
Foundation. All rights Reserved.</p>
<p>PVCS is a registered trademark of MERANT.</p>
</body>
</html>

+ 1
- 2
docs/manual/OptionalTasks/scp.html View File

@@ -260,8 +260,7 @@ preserving copy function, use <code>&lt;exec executable="scp" ... &gt;</code>
instead.
</p>

<hr><p align="center">Copyright &copy; 2003-2006 The Apache Software Foundation.
All rights Reserved.</p>


</body>
</html>


+ 1
- 2
docs/manual/OptionalTasks/sshexec.html View File

@@ -174,8 +174,7 @@ Invoke ant with the following command line:
</pre>
</p>

<hr><p align="center">Copyright &copy; 2003-2005 The Apache Software Foundation.
All rights Reserved.</p>


</body>
</html>


+ 1
- 4
docs/manual/OptionalTasks/starteam.html View File

@@ -984,10 +984,7 @@ In the preceding three examples, assuming that the AProject project has a defaul
"AProject", the first example will check the files located in starteam under src/java out to a tree rooted at C:\dev\buildtest\co,
the second to a tree rooted at C:\dev\buildtest\co\AProject\src\java and the third to a tree rooted at C:\dev\buildtest\co\src\java.

<hr>
<p align="center">
Copyright &copy; 2001-2005 The Apache Software Foundation. All rights Reserved.
</p>


</body>
</html>

+ 1
- 2
docs/manual/OptionalTasks/symlink.html View File

@@ -134,8 +134,7 @@ set of links to record, or a set of property files to create links from. </p>
<code>link=subdir/foo.bar</code> and restored as
<code>link --> subdir/foo.bar</code></p>

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


</body>
</html>

+ 0
- 2
docs/manual/OptionalTasks/vss.html View File

@@ -819,7 +819,5 @@ directory (see vsscp).</p>
<hr>

<!-- Footer -->
<p align="center">Copyright &copy; 2000-2006 The Apache Software Foundation. All rights
Reserved.</p>
</body>
</html>

+ 1
- 3
docs/manual/dirtasks.html View File

@@ -293,9 +293,7 @@ attribute.</p>
default excludes by using the <a
href="CoreTasks/defaultexcludes.html">defaultexcludes</a> task.</p>

<hr>
<p align="center">Copyright &copy; 2000-2006 The Apache Software Foundation. All
rights Reserved.</p>


</body>
</html>


+ 6
- 5
docs/manual/stylesheets/antmanual.css View File

@@ -1,9 +1,10 @@
/*
* Copyright 2002-2004 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
* 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
*


Loading…
Cancel
Save