Browse Source

Make licence statements mention Ant in place of Tomcat

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268392 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 24 years ago
parent
commit
6c287080d4
100 changed files with 100 additions and 100 deletions
  1. +1
    -1
      src/antidote/org/apache/tools/ant/gui/About.java
  2. +1
    -1
      src/antidote/org/apache/tools/ant/gui/Antidote.java
  3. +1
    -1
      src/antidote/org/apache/tools/ant/gui/Main.java
  4. +1
    -1
      src/antidote/org/apache/tools/ant/gui/acs/ACSBeanDescriptor.java
  5. +1
    -1
      src/antidote/org/apache/tools/ant/gui/acs/ACSDefaultElement.java
  6. +1
    -1
      src/antidote/org/apache/tools/ant/gui/acs/ACSElement.java
  7. +1
    -1
      src/antidote/org/apache/tools/ant/gui/acs/ACSFactory.java
  8. +1
    -1
      src/antidote/org/apache/tools/ant/gui/acs/ACSNamedElement.java
  9. +1
    -1
      src/antidote/org/apache/tools/ant/gui/acs/ACSProjectElement.java
  10. +1
    -1
      src/antidote/org/apache/tools/ant/gui/acs/ACSProjectElementBeanInfo.java
  11. +1
    -1
      src/antidote/org/apache/tools/ant/gui/acs/ACSPropertyElement.java
  12. +1
    -1
      src/antidote/org/apache/tools/ant/gui/acs/ACSPropertyElementBeanInfo.java
  13. +1
    -1
      src/antidote/org/apache/tools/ant/gui/acs/ACSTargetElement.java
  14. +1
    -1
      src/antidote/org/apache/tools/ant/gui/acs/ACSTargetElementBeanInfo.java
  15. +1
    -1
      src/antidote/org/apache/tools/ant/gui/acs/ACSTaskElement.java
  16. +1
    -1
      src/antidote/org/apache/tools/ant/gui/acs/ACSTaskElementBeanInfo.java
  17. +1
    -1
      src/antidote/org/apache/tools/ant/gui/acs/ACSTreeNodeElement.java
  18. +1
    -1
      src/antidote/org/apache/tools/ant/gui/acs/BaseBeanInfo.java
  19. +1
    -1
      src/antidote/org/apache/tools/ant/gui/acs/ElementTreeModel.java
  20. +1
    -1
      src/antidote/org/apache/tools/ant/gui/acs/ElementTreeSelectionModel.java
  21. +1
    -1
      src/antidote/org/apache/tools/ant/gui/command/AboutCmd.java
  22. +1
    -1
      src/antidote/org/apache/tools/ant/gui/command/AbstractCommand.java
  23. +1
    -1
      src/antidote/org/apache/tools/ant/gui/command/BuildCmd.java
  24. +1
    -1
      src/antidote/org/apache/tools/ant/gui/command/ChangeLookAndFeelCmd.java
  25. +1
    -1
      src/antidote/org/apache/tools/ant/gui/command/CloseCmd.java
  26. +1
    -1
      src/antidote/org/apache/tools/ant/gui/command/Command.java
  27. +1
    -1
      src/antidote/org/apache/tools/ant/gui/command/DisplayErrorCmd.java
  28. +1
    -1
      src/antidote/org/apache/tools/ant/gui/command/EmacsNotifyCmd.java
  29. +1
    -1
      src/antidote/org/apache/tools/ant/gui/command/ExitCmd.java
  30. +1
    -1
      src/antidote/org/apache/tools/ant/gui/command/LoadFileCmd.java
  31. +1
    -1
      src/antidote/org/apache/tools/ant/gui/command/NoOpCmd.java
  32. +1
    -1
      src/antidote/org/apache/tools/ant/gui/command/OpenCmd.java
  33. +1
    -1
      src/antidote/org/apache/tools/ant/gui/command/SaveAsCmd.java
  34. +1
    -1
      src/antidote/org/apache/tools/ant/gui/command/SaveCmd.java
  35. +1
    -1
      src/antidote/org/apache/tools/ant/gui/core/ActionManager.java
  36. +1
    -1
      src/antidote/org/apache/tools/ant/gui/core/AntAction.java
  37. +1
    -1
      src/antidote/org/apache/tools/ant/gui/core/AntModule.java
  38. +1
    -1
      src/antidote/org/apache/tools/ant/gui/core/AppContext.java
  39. +1
    -1
      src/antidote/org/apache/tools/ant/gui/core/BuildEventForwarder.java
  40. +1
    -1
      src/antidote/org/apache/tools/ant/gui/core/EventResponder.java
  41. +1
    -1
      src/antidote/org/apache/tools/ant/gui/core/EventToActionMapper.java
  42. +1
    -1
      src/antidote/org/apache/tools/ant/gui/core/ProjectProxy.java
  43. +1
    -1
      src/antidote/org/apache/tools/ant/gui/core/ResourceManager.java
  44. +1
    -1
      src/antidote/org/apache/tools/ant/gui/core/XMLFileFilter.java
  45. +1
    -1
      src/antidote/org/apache/tools/ant/gui/customizer/AbstractPropertyEditor.java
  46. +1
    -1
      src/antidote/org/apache/tools/ant/gui/customizer/DoublePropertyEditor.java
  47. +1
    -1
      src/antidote/org/apache/tools/ant/gui/customizer/DynamicCustomizer.java
  48. +1
    -1
      src/antidote/org/apache/tools/ant/gui/customizer/IntegerPropertyEditor.java
  49. +1
    -1
      src/antidote/org/apache/tools/ant/gui/customizer/PropertiesPropertyEditor.java
  50. +1
    -1
      src/antidote/org/apache/tools/ant/gui/customizer/StringArrayPropertyEditor.java
  51. +1
    -1
      src/antidote/org/apache/tools/ant/gui/customizer/StringPropertyEditor.java
  52. +1
    -1
      src/antidote/org/apache/tools/ant/gui/event/AntBuildEvent.java
  53. +1
    -1
      src/antidote/org/apache/tools/ant/gui/event/AntEvent.java
  54. +1
    -1
      src/antidote/org/apache/tools/ant/gui/event/BuildEventType.java
  55. +1
    -1
      src/antidote/org/apache/tools/ant/gui/event/BuildFinishedEvent.java
  56. +1
    -1
      src/antidote/org/apache/tools/ant/gui/event/BuildStartedEvent.java
  57. +1
    -1
      src/antidote/org/apache/tools/ant/gui/event/BusFilter.java
  58. +1
    -1
      src/antidote/org/apache/tools/ant/gui/event/BusMember.java
  59. +1
    -1
      src/antidote/org/apache/tools/ant/gui/event/ElementSelectionEvent.java
  60. +1
    -1
      src/antidote/org/apache/tools/ant/gui/event/ErrorEvent.java
  61. +1
    -1
      src/antidote/org/apache/tools/ant/gui/event/EventBus.java
  62. +1
    -1
      src/antidote/org/apache/tools/ant/gui/event/NewProjectEvent.java
  63. +1
    -1
      src/antidote/org/apache/tools/ant/gui/event/NullSelectionEvent.java
  64. +1
    -1
      src/antidote/org/apache/tools/ant/gui/event/OpenRequestEvent.java
  65. +1
    -1
      src/antidote/org/apache/tools/ant/gui/event/ProjectClosedEvent.java
  66. +1
    -1
      src/antidote/org/apache/tools/ant/gui/event/ProjectSelectionEvent.java
  67. +1
    -1
      src/antidote/org/apache/tools/ant/gui/event/PropertySelectionEvent.java
  68. +1
    -1
      src/antidote/org/apache/tools/ant/gui/event/TargetSelectionEvent.java
  69. +1
    -1
      src/antidote/org/apache/tools/ant/gui/event/TaskSelectionEvent.java
  70. +1
    -1
      src/antidote/org/apache/tools/ant/gui/ide/EmacsNotifier.java
  71. +1
    -1
      src/antidote/org/apache/tools/ant/gui/ide/FileErrorNotifier.java
  72. +1
    -1
      src/antidote/org/apache/tools/ant/gui/modules/TargetMonitor.java
  73. +1
    -1
      src/antidote/org/apache/tools/ant/gui/modules/console/BuildConsole.java
  74. +1
    -1
      src/antidote/org/apache/tools/ant/gui/modules/console/LogLevelEnum.java
  75. +1
    -1
      src/antidote/org/apache/tools/ant/gui/modules/edit/ElementNavigator.java
  76. +1
    -1
      src/antidote/org/apache/tools/ant/gui/modules/edit/ElementTreeCellRenderer.java
  77. +1
    -1
      src/antidote/org/apache/tools/ant/gui/modules/edit/PropertyEditor.java
  78. +1
    -1
      src/antidote/org/apache/tools/ant/gui/util/ChangeLookAndFeel.java
  79. +1
    -1
      src/antidote/org/apache/tools/ant/gui/util/LabelFieldGBC.java
  80. +1
    -1
      src/antidote/org/apache/tools/ant/gui/util/StackFrame.java
  81. +1
    -1
      src/antidote/org/apache/tools/ant/gui/util/WindowUtils.java
  82. +1
    -1
      src/antidote/org/apache/tools/ant/gui/util/XMLHelper.java
  83. +1
    -1
      src/main/org/apache/tools/ant/AntClassLoader.java
  84. +1
    -1
      src/main/org/apache/tools/ant/BuildEvent.java
  85. +1
    -1
      src/main/org/apache/tools/ant/BuildException.java
  86. +1
    -1
      src/main/org/apache/tools/ant/BuildListener.java
  87. +1
    -1
      src/main/org/apache/tools/ant/BuildLogger.java
  88. +1
    -1
      src/main/org/apache/tools/ant/DefaultLogger.java
  89. +1
    -1
      src/main/org/apache/tools/ant/DesirableFilter.java
  90. +1
    -1
      src/main/org/apache/tools/ant/DirectoryScanner.java
  91. +1
    -1
      src/main/org/apache/tools/ant/FileScanner.java
  92. +1
    -1
      src/main/org/apache/tools/ant/IntrospectionHelper.java
  93. +1
    -1
      src/main/org/apache/tools/ant/Location.java
  94. +1
    -1
      src/main/org/apache/tools/ant/Main.java
  95. +1
    -1
      src/main/org/apache/tools/ant/NoBannerLogger.java
  96. +1
    -1
      src/main/org/apache/tools/ant/PathTokenizer.java
  97. +1
    -1
      src/main/org/apache/tools/ant/Project.java
  98. +1
    -1
      src/main/org/apache/tools/ant/ProjectHelper.java
  99. +1
    -1
      src/main/org/apache/tools/ant/RuntimeConfigurable.java
  100. +1
    -1
      src/main/org/apache/tools/ant/Target.java

+ 1
- 1
src/antidote/org/apache/tools/ant/gui/About.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/Antidote.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


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

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/acs/ACSBeanDescriptor.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/acs/ACSDefaultElement.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/acs/ACSElement.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/acs/ACSFactory.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/acs/ACSNamedElement.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/acs/ACSProjectElement.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/acs/ACSProjectElementBeanInfo.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/acs/ACSPropertyElement.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/acs/ACSPropertyElementBeanInfo.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/acs/ACSTargetElement.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/acs/ACSTargetElementBeanInfo.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/acs/ACSTaskElement.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/acs/ACSTaskElementBeanInfo.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/acs/ACSTreeNodeElement.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/acs/BaseBeanInfo.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/acs/ElementTreeModel.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/acs/ElementTreeSelectionModel.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/command/AboutCmd.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/command/AbstractCommand.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/command/BuildCmd.java View File

@@ -23,7 +23,7 @@ q *
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/command/ChangeLookAndFeelCmd.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/command/CloseCmd.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/command/Command.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/command/DisplayErrorCmd.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/command/EmacsNotifyCmd.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/command/ExitCmd.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/command/LoadFileCmd.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/command/NoOpCmd.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/command/OpenCmd.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/command/SaveAsCmd.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/command/SaveCmd.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/core/ActionManager.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/core/AntAction.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/core/AntModule.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/core/AppContext.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/core/BuildEventForwarder.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/core/EventResponder.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/core/EventToActionMapper.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/core/ProjectProxy.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/core/ResourceManager.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/core/XMLFileFilter.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/customizer/AbstractPropertyEditor.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/customizer/DoublePropertyEditor.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/customizer/DynamicCustomizer.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/customizer/IntegerPropertyEditor.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/customizer/PropertiesPropertyEditor.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/customizer/StringArrayPropertyEditor.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/customizer/StringPropertyEditor.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/event/AntBuildEvent.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/event/AntEvent.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/event/BuildEventType.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/event/BuildFinishedEvent.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/event/BuildStartedEvent.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/event/BusFilter.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/event/BusMember.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/event/ElementSelectionEvent.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/event/ErrorEvent.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/event/EventBus.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/event/NewProjectEvent.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/event/NullSelectionEvent.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/event/OpenRequestEvent.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/event/ProjectClosedEvent.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/event/ProjectSelectionEvent.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/event/PropertySelectionEvent.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/event/TargetSelectionEvent.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/event/TaskSelectionEvent.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/ide/EmacsNotifier.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/ide/FileErrorNotifier.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/modules/TargetMonitor.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/modules/console/BuildConsole.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/modules/console/LogLevelEnum.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/modules/edit/ElementNavigator.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/modules/edit/ElementTreeCellRenderer.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/modules/edit/PropertyEditor.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/util/ChangeLookAndFeel.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/util/LabelFieldGBC.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/util/StackFrame.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/util/WindowUtils.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


+ 1
- 1
src/antidote/org/apache/tools/ant/gui/util/XMLHelper.java View File

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


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

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


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

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


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

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


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

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


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

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


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

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


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

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


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

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


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

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


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

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


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

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


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

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


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

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


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

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


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

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


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

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


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

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


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

@@ -23,7 +23,7 @@
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
* 4. The names "The Jakarta Project", "Ant", and "Apache Software
* Foundation" must not be used to endorse or promote products derived
* from this software without prior written permission. For written
* permission, please contact apache@apache.org.


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

Loading…
Cancel
Save