Browse Source

Copyright owner is The Apache Software Foundation

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276065 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 21 years ago
parent
commit
278781dcd6
100 changed files with 100 additions and 100 deletions
  1. +1
    -1
      src/etc/ant-update.xsl
  2. +1
    -1
      src/etc/changelog.xsl
  3. +1
    -1
      src/etc/checkstyle/checkstyle-frames.xsl
  4. +1
    -1
      src/etc/checkstyle/checkstyle-text.xsl
  5. +1
    -1
      src/etc/checkstyle/checkstyle-xdoc.xsl
  6. +1
    -1
      src/etc/coverage-frames.xsl
  7. +1
    -1
      src/etc/jdepend-frames.xsl
  8. +1
    -1
      src/etc/jdepend.xsl
  9. +1
    -1
      src/etc/junit-frames.xsl
  10. +1
    -1
      src/etc/junit-noframes.xsl
  11. +1
    -1
      src/etc/log.xsl
  12. +1
    -1
      src/etc/maudit-frames.xsl
  13. +1
    -1
      src/etc/mmetrics-frames.xsl
  14. +1
    -1
      src/etc/tagdiff.xsl
  15. +1
    -1
      src/etc/testcases/core/containersrc/test/SpecialSeq.java
  16. +1
    -1
      src/etc/testcases/taskdefs/optional/dotnet/jsharp.java
  17. +1
    -1
      src/etc/testcases/types/assertions/AssertionTest.java
  18. +1
    -1
      src/main/org/apache/tools/ant/AntClassLoader.java
  19. +1
    -1
      src/main/org/apache/tools/ant/AntTypeDefinition.java
  20. +1
    -1
      src/main/org/apache/tools/ant/BuildEvent.java
  21. +1
    -1
      src/main/org/apache/tools/ant/BuildException.java
  22. +1
    -1
      src/main/org/apache/tools/ant/BuildListener.java
  23. +1
    -1
      src/main/org/apache/tools/ant/BuildLogger.java
  24. +1
    -1
      src/main/org/apache/tools/ant/ComponentHelper.java
  25. +1
    -1
      src/main/org/apache/tools/ant/DefaultLogger.java
  26. +1
    -1
      src/main/org/apache/tools/ant/DemuxInputStream.java
  27. +1
    -1
      src/main/org/apache/tools/ant/DemuxOutputStream.java
  28. +1
    -1
      src/main/org/apache/tools/ant/Diagnostics.java
  29. +1
    -1
      src/main/org/apache/tools/ant/DirectoryScanner.java
  30. +1
    -1
      src/main/org/apache/tools/ant/DynamicConfigurator.java
  31. +1
    -1
      src/main/org/apache/tools/ant/ExitException.java
  32. +1
    -1
      src/main/org/apache/tools/ant/FileScanner.java
  33. +1
    -1
      src/main/org/apache/tools/ant/IntrospectionHelper.java
  34. +1
    -1
      src/main/org/apache/tools/ant/Location.java
  35. +1
    -1
      src/main/org/apache/tools/ant/MagicNames.java
  36. +1
    -1
      src/main/org/apache/tools/ant/Main.java
  37. +1
    -1
      src/main/org/apache/tools/ant/NoBannerLogger.java
  38. +1
    -1
      src/main/org/apache/tools/ant/PathTokenizer.java
  39. +1
    -1
      src/main/org/apache/tools/ant/Project.java
  40. +1
    -1
      src/main/org/apache/tools/ant/ProjectComponent.java
  41. +1
    -1
      src/main/org/apache/tools/ant/ProjectHelper.java
  42. +1
    -1
      src/main/org/apache/tools/ant/PropertyHelper.java
  43. +1
    -1
      src/main/org/apache/tools/ant/RuntimeConfigurable.java
  44. +1
    -1
      src/main/org/apache/tools/ant/Target.java
  45. +1
    -1
      src/main/org/apache/tools/ant/Task.java
  46. +1
    -1
      src/main/org/apache/tools/ant/TaskAdapter.java
  47. +1
    -1
      src/main/org/apache/tools/ant/TaskContainer.java
  48. +1
    -1
      src/main/org/apache/tools/ant/TypeAdapter.java
  49. +1
    -1
      src/main/org/apache/tools/ant/UnknownElement.java
  50. +1
    -1
      src/main/org/apache/tools/ant/XmlLogger.java
  51. +1
    -1
      src/main/org/apache/tools/ant/filters/BaseFilterReader.java
  52. +1
    -1
      src/main/org/apache/tools/ant/filters/BaseParamFilterReader.java
  53. +1
    -1
      src/main/org/apache/tools/ant/filters/ChainableReader.java
  54. +1
    -1
      src/main/org/apache/tools/ant/filters/ClassConstants.java
  55. +1
    -1
      src/main/org/apache/tools/ant/filters/ConcatFilter.java
  56. +1
    -1
      src/main/org/apache/tools/ant/filters/EscapeUnicode.java
  57. +1
    -1
      src/main/org/apache/tools/ant/filters/ExpandProperties.java
  58. +1
    -1
      src/main/org/apache/tools/ant/filters/HeadFilter.java
  59. +1
    -1
      src/main/org/apache/tools/ant/filters/LineContains.java
  60. +1
    -1
      src/main/org/apache/tools/ant/filters/LineContainsRegExp.java
  61. +1
    -1
      src/main/org/apache/tools/ant/filters/PrefixLines.java
  62. +1
    -1
      src/main/org/apache/tools/ant/filters/ReplaceTokens.java
  63. +1
    -1
      src/main/org/apache/tools/ant/filters/StringInputStream.java
  64. +1
    -1
      src/main/org/apache/tools/ant/filters/StripJavaComments.java
  65. +1
    -1
      src/main/org/apache/tools/ant/filters/StripLineBreaks.java
  66. +1
    -1
      src/main/org/apache/tools/ant/filters/StripLineComments.java
  67. +1
    -1
      src/main/org/apache/tools/ant/filters/TabsToSpaces.java
  68. +1
    -1
      src/main/org/apache/tools/ant/filters/TailFilter.java
  69. +1
    -1
      src/main/org/apache/tools/ant/filters/TokenFilter.java
  70. +1
    -1
      src/main/org/apache/tools/ant/filters/util/ChainReaderHelper.java
  71. +1
    -1
      src/main/org/apache/tools/ant/filters/util/JavaClassHelper.java
  72. +1
    -1
      src/main/org/apache/tools/ant/helper/AntXMLContext.java
  73. +1
    -1
      src/main/org/apache/tools/ant/helper/ProjectHelper2.java
  74. +1
    -1
      src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java
  75. +1
    -1
      src/main/org/apache/tools/ant/input/DefaultInputHandler.java
  76. +1
    -1
      src/main/org/apache/tools/ant/input/InputHandler.java
  77. +1
    -1
      src/main/org/apache/tools/ant/input/InputRequest.java
  78. +1
    -1
      src/main/org/apache/tools/ant/input/MultipleChoiceInputRequest.java
  79. +1
    -1
      src/main/org/apache/tools/ant/input/PropertyFileInputHandler.java
  80. +1
    -1
      src/main/org/apache/tools/ant/launch/AntMain.java
  81. +1
    -1
      src/main/org/apache/tools/ant/launch/LaunchException.java
  82. +1
    -1
      src/main/org/apache/tools/ant/launch/Launcher.java
  83. +1
    -1
      src/main/org/apache/tools/ant/launch/Locator.java
  84. +1
    -1
      src/main/org/apache/tools/ant/listener/AnsiColorLogger.java
  85. +1
    -1
      src/main/org/apache/tools/ant/listener/CommonsLoggingListener.java
  86. +1
    -1
      src/main/org/apache/tools/ant/listener/Log4jListener.java
  87. +1
    -1
      src/main/org/apache/tools/ant/listener/MailLogger.java
  88. +1
    -1
      src/main/org/apache/tools/ant/loader/AntClassLoader2.java
  89. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/AbstractCvsTask.java
  90. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Ant.java
  91. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/AntStructure.java
  92. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Antlib.java
  93. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/AntlibDefinition.java
  94. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Available.java
  95. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/BUnzip2.java
  96. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/BZip2.java
  97. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Basename.java
  98. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/BuildNumber.java
  99. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/CVSPass.java
  100. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/CallTarget.java

+ 1
- 1
src/etc/ant-update.xsl View File

@@ -1,7 +1,7 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="xml" indent="yes"/>
<!--
Copyright 2001-2004 Apache Software Foundation
Copyright 2001-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.


+ 1
- 1
src/etc/changelog.xsl View File

@@ -5,7 +5,7 @@
version='1.0'>

<!--
Copyright 2002,2004 Apache Software Foundation
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.


+ 1
- 1
src/etc/checkstyle/checkstyle-frames.xsl View File

@@ -4,7 +4,7 @@
extension-element-prefixes="redirect">

<!--
Copyright 2002-2004 Apache Software Foundation
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.


+ 1
- 1
src/etc/checkstyle/checkstyle-text.xsl View File

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

<!--
Copyright 2003-2004 Apache Software Foundation
Copyright 2003-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.


+ 1
- 1
src/etc/checkstyle/checkstyle-xdoc.xsl View File

@@ -4,7 +4,7 @@
extension-element-prefixes="redirect">

<!--
Copyright 2003-2004 Apache Software Foundation
Copyright 2003-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.


+ 1
- 1
src/etc/coverage-frames.xsl View File

@@ -5,7 +5,7 @@
<xsl:output method="html" indent="yes"/>
<xsl:decimal-format decimal-separator="." grouping-separator="," />
<!--
Copyright 2001-2004 Apache Software Foundation
Copyright 2001-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.


+ 1
- 1
src/etc/jdepend-frames.xsl View File

@@ -4,7 +4,7 @@
extension-element-prefixes="redirect">
<xsl:output method="html" indent="yes" encoding="US-ASCII"/>
<!--
Copyright 2002-2004 Apache Software Foundation
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.


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

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

<!--
Copyright 2002,2004 Apache Software Foundation
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.


+ 1
- 1
src/etc/junit-frames.xsl View File

@@ -6,7 +6,7 @@
<xsl:output method="html" indent="yes" encoding="US-ASCII"/>
<xsl:decimal-format decimal-separator="." grouping-separator=","/>
<!--
Copyright 2001-2004 Apache Software Foundation
Copyright 2001-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.


+ 1
- 1
src/etc/junit-noframes.xsl View File

@@ -5,7 +5,7 @@
doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" />
<xsl:decimal-format decimal-separator="." grouping-separator="," />
<!--
Copyright 2001-2004 Apache Software Foundation
Copyright 2001-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.


+ 1
- 1
src/etc/log.xsl View File

@@ -1,7 +1,7 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="html" indent="yes" encoding="US-ASCII"/>
<!--
Copyright 2000-2004 Apache Software Foundation
Copyright 2000-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.


+ 1
- 1
src/etc/maudit-frames.xsl View File

@@ -5,7 +5,7 @@
<xsl:output method="html" indent="yes" encoding="US-ASCII"/>
<xsl:decimal-format decimal-separator="." grouping-separator="," />
<!--
Copyright 2001-2004 Apache Software Foundation
Copyright 2001-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.


+ 1
- 1
src/etc/mmetrics-frames.xsl View File

@@ -7,7 +7,7 @@
<xsl:output method="html" indent="yes" encoding="US-ASCII"/>
<xsl:decimal-format decimal-separator="." grouping-separator="," />
<!--
Copyright 2001-2004 Apache Software Foundation
Copyright 2001-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.


+ 1
- 1
src/etc/tagdiff.xsl View File

@@ -1,5 +1,5 @@
<!--
Copyright 2004 Apache Software Foundation
Copyright 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.


+ 1
- 1
src/etc/testcases/core/containersrc/test/SpecialSeq.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2003-2004 Apache Software Foundation
* Copyright 2003-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.


+ 1
- 1
src/etc/testcases/taskdefs/optional/dotnet/jsharp.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2003-2004 Apache Software Foundation
* Copyright 2003-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.


+ 1
- 1
src/etc/testcases/types/assertions/AssertionTest.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2003-2004 Apache Software Foundation
* Copyright 2003-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2004 Apache Software Foundation
* Copyright 2000-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2003-2004 Apache Software Foundation
* Copyright 2003-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2000,2002,2004 Apache Software Foundation
* Copyright 2000,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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2004 Apache Software Foundation
* Copyright 2000-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2000,2002,2004 Apache Software Foundation
* Copyright 2000,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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2002,2004 Apache Software Foundation
* Copyright 2000-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2003-2004 Apache Software Foundation
* Copyright 2003-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2004 Apache Software Foundation
* Copyright 2000-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2003-2004 Apache Software Foundation
* Copyright 2003-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2001-2004 Apache Software Foundation
* Copyright 2001-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2004 Apache Software Foundation
* 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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2004 Apache Software Foundation
* Copyright 2000-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2004 Apache Software Foundation
* 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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2001-2004 Apache Software Foundation
* Copyright 2001-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2004 Apache Software Foundation
* Copyright 2000-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2004 Apache Software Foundation
* Copyright 2000-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2000,2002-2004 Apache Software Foundation
* Copyright 2000,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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2003-2004 Apache Software Foundation
* Copyright 2003-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2004 Apache Software Foundation
* Copyright 2000-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2002,2004 Apache Software Foundation
* Copyright 2000-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2000,2002-2004 Apache Software Foundation
* Copyright 2000,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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2004 Apache Software Foundation
* Copyright 2000-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2001-2004 Apache Software Foundation
* Copyright 2001-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2004 Apache Software Foundation
* Copyright 2000-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2004 Apache Software Foundation
* 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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2004 Apache Software Foundation
* Copyright 2000-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2004 Apache Software Foundation
* Copyright 2000-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2004 Apache Software Foundation
* Copyright 2000-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2004 Apache Software Foundation
* Copyright 2000-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2001-2002,2004 Apache Software Foundation
* Copyright 2001-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2003-2004 Apache Software Foundation
* Copyright 2003-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2004 Apache Software Foundation
* Copyright 2000-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2004 Apache Software Foundation
* Copyright 2000-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.


+ 1
- 1
src/main/org/apache/tools/ant/filters/BaseFilterReader.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002,2004 Apache Software Foundation
* 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.


+ 1
- 1
src/main/org/apache/tools/ant/filters/BaseParamFilterReader.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002,2004 Apache Software Foundation
* 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.


+ 1
- 1
src/main/org/apache/tools/ant/filters/ChainableReader.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002,2004 Apache Software Foundation
* 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.


+ 1
- 1
src/main/org/apache/tools/ant/filters/ClassConstants.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002,2004 Apache Software Foundation
* 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.


+ 1
- 1
src/main/org/apache/tools/ant/filters/ConcatFilter.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2003-2004 Apache Software Foundation
* Copyright 2003-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.


+ 1
- 1
src/main/org/apache/tools/ant/filters/EscapeUnicode.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2003-2004 Apache Software Foundation
* Copyright 2003-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.


+ 1
- 1
src/main/org/apache/tools/ant/filters/ExpandProperties.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002,2004 Apache Software Foundation
* 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.


+ 1
- 1
src/main/org/apache/tools/ant/filters/HeadFilter.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2004 Apache Software Foundation
* 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.


+ 1
- 1
src/main/org/apache/tools/ant/filters/LineContains.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2004 Apache Software Foundation
* 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.


+ 1
- 1
src/main/org/apache/tools/ant/filters/LineContainsRegExp.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2004 Apache Software Foundation
* 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.


+ 1
- 1
src/main/org/apache/tools/ant/filters/PrefixLines.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002,2004 Apache Software Foundation
* 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.


+ 1
- 1
src/main/org/apache/tools/ant/filters/ReplaceTokens.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2004 Apache Software Foundation
* 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.


+ 1
- 1
src/main/org/apache/tools/ant/filters/StringInputStream.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2004 Apache Software Foundation
* 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.


+ 1
- 1
src/main/org/apache/tools/ant/filters/StripJavaComments.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2004 Apache Software Foundation
* 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.


+ 1
- 1
src/main/org/apache/tools/ant/filters/StripLineBreaks.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002,2004 Apache Software Foundation
* 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.


+ 1
- 1
src/main/org/apache/tools/ant/filters/StripLineComments.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2004 Apache Software Foundation
* 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.


+ 1
- 1
src/main/org/apache/tools/ant/filters/TabsToSpaces.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002,2004 Apache Software Foundation
* 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.


+ 1
- 1
src/main/org/apache/tools/ant/filters/TailFilter.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2004 Apache Software Foundation
* 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.


+ 1
- 1
src/main/org/apache/tools/ant/filters/TokenFilter.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2003-2004 Apache Software Foundation
* Copyright 2003-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.


+ 1
- 1
src/main/org/apache/tools/ant/filters/util/ChainReaderHelper.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2004 Apache Software Foundation
* 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.


+ 1
- 1
src/main/org/apache/tools/ant/filters/util/JavaClassHelper.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2004 Apache Software Foundation
* 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.


+ 1
- 1
src/main/org/apache/tools/ant/helper/AntXMLContext.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2003-2004 Apache Software Foundation
* Copyright 2003-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.


+ 1
- 1
src/main/org/apache/tools/ant/helper/ProjectHelper2.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2004 Apache Software Foundation
* Copyright 2000-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.


+ 1
- 1
src/main/org/apache/tools/ant/helper/ProjectHelperImpl.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2004 Apache Software Foundation
* Copyright 2000-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.


+ 1
- 1
src/main/org/apache/tools/ant/input/DefaultInputHandler.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2004 Apache Software Foundation
* 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.


+ 1
- 1
src/main/org/apache/tools/ant/input/InputHandler.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002,2004 Apache Software Foundation
* 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.


+ 1
- 1
src/main/org/apache/tools/ant/input/InputRequest.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002,2004 Apache Software Foundation
* 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.


+ 1
- 1
src/main/org/apache/tools/ant/input/MultipleChoiceInputRequest.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002,2004 Apache Software Foundation
* 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.


+ 1
- 1
src/main/org/apache/tools/ant/input/PropertyFileInputHandler.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002,2004 Apache Software Foundation
* 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.


+ 1
- 1
src/main/org/apache/tools/ant/launch/AntMain.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2003-2004 Apache Software Foundation
* Copyright 2003-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.


+ 1
- 1
src/main/org/apache/tools/ant/launch/LaunchException.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2003-2004 Apache Software Foundation
* Copyright 2003-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.


+ 1
- 1
src/main/org/apache/tools/ant/launch/Launcher.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2003-2004 Apache Software Foundation
* Copyright 2003-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.


+ 1
- 1
src/main/org/apache/tools/ant/launch/Locator.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2003-2004 Apache Software Foundation
* Copyright 2003-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.


+ 1
- 1
src/main/org/apache/tools/ant/listener/AnsiColorLogger.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002,2004 Apache Software Foundation
* 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.


+ 1
- 1
src/main/org/apache/tools/ant/listener/CommonsLoggingListener.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2004 Apache Software Foundation
* 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.


+ 1
- 1
src/main/org/apache/tools/ant/listener/Log4jListener.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2001-2002,2004 Apache Software Foundation
* Copyright 2001-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.


+ 1
- 1
src/main/org/apache/tools/ant/listener/MailLogger.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2004 Apache Software Foundation
* 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.


+ 1
- 1
src/main/org/apache/tools/ant/loader/AntClassLoader2.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2003-2004 Apache Software Foundation
* Copyright 2003-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2004 Apache Software Foundation
* 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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2004 Apache Software Foundation
* Copyright 2000-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2004 Apache Software Foundation
* Copyright 2000-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2003-2004 Apache Software Foundation
* Copyright 2003-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2003-2004 Apache Software Foundation
* Copyright 2003-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2004 Apache Software Foundation
* Copyright 2000-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2001-2002,2004 Apache Software Foundation
* Copyright 2001-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2001-2002,2004 Apache Software Foundation
* Copyright 2001-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2002,2004 Apache Software Foundation
* 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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2004 Apache Software Foundation
* 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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2001-2004 Apache Software Foundation
* Copyright 2001-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.


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

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2004 Apache Software Foundation
* Copyright 2000-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.


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save