git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277322 13f79535-47bb-0310-9956-ffa450edef68master
@@ -1,3 +1,19 @@ | |||||
<?xml version="1.0"?> | |||||
<!-- | |||||
Copyright 2000-2005 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. | |||||
--> | |||||
<project name="build-site" default="docs" basedir="."> | <project name="build-site" default="docs" basedir="."> | ||||
<description> | <description> | ||||
@@ -234,7 +234,7 @@ the copied file takes on the case of the original. The workaround is to | |||||
the file in the destination directory before you copy it. | the file in the destination directory before you copy it. | ||||
</p> | </p> | ||||
<hr><p align="center">Copyright © 2000-2004 The Apache Software Foundation. | |||||
<hr><p align="center">Copyright © 2000-2005 The Apache Software Foundation. | |||||
All rights Reserved.</p> | All rights Reserved.</p> | ||||
</body> | </body> | ||||
@@ -1,5 +1,5 @@ | |||||
/* | /* | ||||
* Copyright 2003-2004 The Apache Software Foundation | |||||
* Copyright 2003-2005 The Apache Software Foundation | |||||
* | * | ||||
* Licensed under the Apache License, Version 2.0 (the "License"); | * Licensed under the Apache License, Version 2.0 (the "License"); | ||||
* you may not use this file except in compliance with the License. | * you may not use this file except in compliance with the License. | ||||
@@ -1,6 +1,6 @@ | |||||
<?xml version="1.0"?> | <?xml version="1.0"?> | ||||
<!-- | <!-- | ||||
Copyright 2001-2004 The Apache Software Foundation | |||||
Copyright 2001-2005 The Apache Software Foundation | |||||
Licensed under the Apache License, Version 2.0 (the "License"); | Licensed under the Apache License, Version 2.0 (the "License"); | ||||
you may not use this file except in compliance with the License. | you may not use this file except in compliance with the License. | ||||
@@ -1,6 +1,6 @@ | |||||
<?xml version="1.0"?> | <?xml version="1.0"?> | ||||
<!-- | <!-- | ||||
Copyright 2001-2004 The Apache Software Foundation | |||||
Copyright 2001-2005 The Apache Software Foundation | |||||
Licensed under the Apache License, Version 2.0 (the "License"); | Licensed under the Apache License, Version 2.0 (the "License"); | ||||
you may not use this file except in compliance with the License. | you may not use this file except in compliance with the License. | ||||
@@ -1,5 +1,5 @@ | |||||
#* | #* | ||||
* Copyright 2000-2004 The Apache Software Foundation | |||||
* Copyright 2000-2005 The Apache Software Foundation | |||||
* | * | ||||
* Licensed under the Apache License, Version 2.0 (the "License"); | * Licensed under the Apache License, Version 2.0 (the "License"); | ||||
* you may not use this file except in compliance with the License. | * you may not use this file except in compliance with the License. | ||||
@@ -285,7 +285,7 @@ | |||||
#macro (footer) | #macro (footer) | ||||
<p class="copyright"> | <p class="copyright"> | ||||
Copyright © 2000-2004 The Apache Software Foundation. All rights reserved. | |||||
Copyright © 2000-2005 The Apache Software Foundation. All rights reserved. | |||||
<script type="text/javascript" language="JavaScript"><!-- | <script type="text/javascript" language="JavaScript"><!-- | ||||
document.write(" - "+"Last Published: " + document.lastModified); | document.write(" - "+"Last Published: " + document.lastModified); | ||||
// --> | // --> | ||||