Browse Source

2004

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275892 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
08d430255d
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      docs/manual/CoreTasks/macrodef.html
  2. +1
    -1
      docs/manual/CoreTypes/propertyset.html
  3. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/MacroDef.java

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

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


</body> </body>


+ 1
- 1
docs/manual/CoreTypes/propertyset.html View File

@@ -108,7 +108,7 @@ keys, for example:
changes the names to start with &quot;bar&quot; instead.</p> changes the names to start with &quot;bar&quot; instead.</p>


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


</body> </body>


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/MacroDef.java View File

@@ -1,7 +1,7 @@
/* /*
* The Apache Software License, Version 1.1 * The Apache Software License, Version 1.1
* *
* Copyright (c) 2003 The Apache Software Foundation. All rights
* Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved. * reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without


Loading…
Cancel
Save