From 3ddf07367d08d15d5298b81cc83b9c82060c2d0b Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Sun, 23 Dec 2001 06:28:04 +0000 Subject: [PATCH] Fix up license banner. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270361 13f79535-47bb-0310-9956-ffa450edef68 --- .../myrmidon/src/java/org/apache/antlib/core/Fail.java | 2 +- .../myrmidon/src/java/org/apache/antlib/core/Log.java | 2 +- .../src/java/org/apache/antlib/core/Property.java | 2 +- .../org/apache/antlib/core/StringToByteConverter.java | 2 +- .../org/apache/antlib/core/StringToClassConverter.java | 2 +- .../org/apache/antlib/core/StringToDoubleConverter.java | 2 +- .../org/apache/antlib/core/StringToFileConverter.java | 2 +- .../org/apache/antlib/core/StringToFloatConverter.java | 2 +- .../org/apache/antlib/core/StringToIntegerConverter.java | 2 +- .../org/apache/antlib/core/StringToLongConverter.java | 2 +- .../org/apache/antlib/core/StringToShortConverter.java | 2 +- .../java/org/apache/antlib/core/StringToURLConverter.java | 2 +- .../src/java/org/apache/antlib/cvslib/CVSPass.java | 2 +- .../myrmidon/src/java/org/apache/antlib/cvslib/Cvs.java | 2 +- .../src/java/org/apache/antlib/runtime/ConverterDef.java | 2 +- .../src/java/org/apache/antlib/runtime/Facility.java | 2 +- .../src/java/org/apache/antlib/runtime/Import.java | 2 +- .../src/java/org/apache/antlib/runtime/TypeDef.java | 2 +- .../org/apache/antlib/selftest/ConfigurationTest.java | 2 +- .../src/java/org/apache/antlib/selftest/ContentTest.java | 2 +- .../java/org/apache/antlib/selftest/ExtensionsTest.java | 2 +- .../org/apache/antlib/selftest/PrimitiveTypesTest.java | 2 +- .../java/org/apache/antlib/selftest/SubElementTest.java | 2 +- .../antlib/selftest/extension1/ExtensionsLoadedClass.java | 2 +- .../src/java/org/apache/antlib/xml/TraXLiaison.java | 2 +- .../src/java/org/apache/antlib/xml/XMLValidateTask.java | 2 +- .../src/java/org/apache/antlib/xml/XSLTLiaison.java | 2 +- .../src/java/org/apache/antlib/xml/XSLTProcess.java | 2 +- .../src/java/org/apache/antlib/xml/XalanLiaison.java | 2 +- .../myrmidon/src/java/org/apache/myrmidon/Constants.java | 2 +- .../src/java/org/apache/myrmidon/api/AbstractTask.java | 2 +- .../src/java/org/apache/myrmidon/api/JavaVersion.java | 2 +- .../myrmidon/src/java/org/apache/myrmidon/api/Task.java | 2 +- .../src/java/org/apache/myrmidon/api/TaskContext.java | 2 +- .../src/java/org/apache/myrmidon/api/TaskException.java | 2 +- .../apache/myrmidon/aspects/AbstractAspectHandler.java | 2 +- .../java/org/apache/myrmidon/aspects/AspectHandler.java | 2 +- .../org/apache/myrmidon/aspects/NoopAspectHandler.java | 2 +- .../myrmidon/components/aspect/DefaultAspectManager.java | 2 +- .../myrmidon/components/builder/ATIProjectBuilder.java | 2 +- .../components/builder/DefaultProjectBuilder.java | 2 +- .../myrmidon/components/builder/ReactorPIHandler.java | 2 +- .../myrmidon/components/builder/StopParsingException.java | 2 +- .../myrmidon/components/configurer/DefaultConfigurer.java | 2 +- .../components/converter/DefaultConverterRegistry.java | 2 +- .../components/converter/DefaultMasterConverter.java | 2 +- .../myrmidon/components/deployer/DefaultDeployer.java | 2 +- .../apache/myrmidon/components/deployer/Deployment.java | 2 +- .../myrmidon/components/embeddor/DefaultEmbeddor.java | 2 +- .../myrmidon/components/executor/AspectAwareExecutor.java | 2 +- .../components/executor/DefaultExecutionFrame.java | 2 +- .../myrmidon/components/executor/DefaultExecutor.java | 2 +- .../myrmidon/components/executor/PrintingExecutor.java | 2 +- .../components/extensions/DefaultExtensionManager.java | 2 +- .../apache/myrmidon/components/model/DefaultProject.java | 2 +- .../myrmidon/components/role/DefaultRoleManager.java | 2 +- .../myrmidon/components/type/DefaultTypeManager.java | 2 +- .../myrmidon/components/type/MultiSourceTypeFactory.java | 2 +- .../myrmidon/components/workspace/DefaultTaskContext.java | 2 +- .../myrmidon/components/workspace/DefaultWorkspace.java | 2 +- .../components/workspace/LogTargetToListenerAdapter.java | 2 +- .../myrmidon/components/workspace/ProjectEntry.java | 2 +- .../components/workspace/ProjectListenerSupport.java | 2 +- .../org/apache/myrmidon/converter/AbstractConverter.java | 2 +- .../src/java/org/apache/myrmidon/converter/Converter.java | 2 +- .../org/apache/myrmidon/converter/ConverterException.java | 2 +- .../apache/myrmidon/framework/AbstractContainerTask.java | 2 +- .../org/apache/myrmidon/framework/AbstractTypeDef.java | 2 +- .../src/java/org/apache/myrmidon/framework/Condition.java | 2 +- .../src/java/org/apache/myrmidon/framework/DataType.java | 2 +- .../src/java/org/apache/myrmidon/framework/Os.java | 2 +- .../src/java/org/apache/myrmidon/framework/Pattern.java | 2 +- .../org/apache/myrmidon/framework/TypeInstanceTask.java | 2 +- .../myrmidon/framework/exec/DefaultExecManager.java | 5 ++++- .../org/apache/myrmidon/framework/exec/ExecException.java | 2 +- .../myrmidon/framework/exec/launchers/ExecUtil.java | 8 ++++++-- .../src/java/org/apache/myrmidon/frontends/CLIMain.java | 2 +- .../apache/myrmidon/interfaces/aspect/AspectManager.java | 2 +- .../myrmidon/interfaces/builder/ProjectBuilder.java | 2 +- .../apache/myrmidon/interfaces/configurer/Configurer.java | 2 +- .../myrmidon/interfaces/converter/ConverterRegistry.java | 2 +- .../myrmidon/interfaces/converter/MasterConverter.java | 2 +- .../org/apache/myrmidon/interfaces/deployer/Deployer.java | 2 +- .../myrmidon/interfaces/deployer/DeploymentException.java | 2 +- .../org/apache/myrmidon/interfaces/embeddor/Embeddor.java | 2 +- .../myrmidon/interfaces/executor/ExecutionFrame.java | 2 +- .../org/apache/myrmidon/interfaces/executor/Executor.java | 2 +- .../myrmidon/interfaces/extensions/ExtensionManager.java | 2 +- .../org/apache/myrmidon/interfaces/model/Project.java | 2 +- .../java/org/apache/myrmidon/interfaces/model/Target.java | 2 +- .../org/apache/myrmidon/interfaces/model/TypeLib.java | 2 +- .../org/apache/myrmidon/interfaces/role/RoleManager.java | 2 +- .../myrmidon/interfaces/type/DefaultTypeFactory.java | 2 +- .../apache/myrmidon/interfaces/type/TypeException.java | 2 +- .../org/apache/myrmidon/interfaces/type/TypeFactory.java | 2 +- .../org/apache/myrmidon/interfaces/type/TypeManager.java | 2 +- .../apache/myrmidon/interfaces/workspace/Workspace.java | 2 +- .../src/java/org/apache/myrmidon/launcher/Main.java | 2 +- .../myrmidon/listeners/AbstractProjectListener.java | 2 +- .../apache/myrmidon/listeners/ClassicProjectListener.java | 2 +- .../apache/myrmidon/listeners/DefaultProjectListener.java | 2 +- .../org/apache/myrmidon/listeners/ProjectListener.java | 2 +- 102 files changed, 110 insertions(+), 103 deletions(-) diff --git a/proposal/myrmidon/src/java/org/apache/antlib/core/Fail.java b/proposal/myrmidon/src/java/org/apache/antlib/core/Fail.java index 73e2315fe..4f22fb248 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/core/Fail.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/core/Fail.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.core; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/core/Log.java b/proposal/myrmidon/src/java/org/apache/antlib/core/Log.java index 3c7ab14ee..fad1cae47 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/core/Log.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/core/Log.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.core; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/core/Property.java b/proposal/myrmidon/src/java/org/apache/antlib/core/Property.java index 368d5a01c..4e5bfba59 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/core/Property.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/core/Property.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.core; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/core/StringToByteConverter.java b/proposal/myrmidon/src/java/org/apache/antlib/core/StringToByteConverter.java index d85a066a1..2997bfbfc 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/core/StringToByteConverter.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/core/StringToByteConverter.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.core; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/core/StringToClassConverter.java b/proposal/myrmidon/src/java/org/apache/antlib/core/StringToClassConverter.java index dcaa795bb..d902c3282 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/core/StringToClassConverter.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/core/StringToClassConverter.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.core; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/core/StringToDoubleConverter.java b/proposal/myrmidon/src/java/org/apache/antlib/core/StringToDoubleConverter.java index 257909401..1d1e82fe5 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/core/StringToDoubleConverter.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/core/StringToDoubleConverter.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.core; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/core/StringToFileConverter.java b/proposal/myrmidon/src/java/org/apache/antlib/core/StringToFileConverter.java index 961951dcf..1805d6c4e 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/core/StringToFileConverter.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/core/StringToFileConverter.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.core; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/core/StringToFloatConverter.java b/proposal/myrmidon/src/java/org/apache/antlib/core/StringToFloatConverter.java index 896e74073..ec4ac102e 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/core/StringToFloatConverter.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/core/StringToFloatConverter.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.core; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/core/StringToIntegerConverter.java b/proposal/myrmidon/src/java/org/apache/antlib/core/StringToIntegerConverter.java index cf2ef9912..2e2d421e4 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/core/StringToIntegerConverter.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/core/StringToIntegerConverter.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.core; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/core/StringToLongConverter.java b/proposal/myrmidon/src/java/org/apache/antlib/core/StringToLongConverter.java index c9c344274..4f9185580 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/core/StringToLongConverter.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/core/StringToLongConverter.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.core; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/core/StringToShortConverter.java b/proposal/myrmidon/src/java/org/apache/antlib/core/StringToShortConverter.java index 6d805b411..129c791b2 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/core/StringToShortConverter.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/core/StringToShortConverter.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.core; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/core/StringToURLConverter.java b/proposal/myrmidon/src/java/org/apache/antlib/core/StringToURLConverter.java index 1a1822858..a11202e04 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/core/StringToURLConverter.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/core/StringToURLConverter.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.core; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/cvslib/CVSPass.java b/proposal/myrmidon/src/java/org/apache/antlib/cvslib/CVSPass.java index 929d9ca30..dac26c36a 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/cvslib/CVSPass.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/cvslib/CVSPass.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.cvslib; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/cvslib/Cvs.java b/proposal/myrmidon/src/java/org/apache/antlib/cvslib/Cvs.java index 2ddbcb8cf..a53fd92b2 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/cvslib/Cvs.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/cvslib/Cvs.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.cvslib; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/runtime/ConverterDef.java b/proposal/myrmidon/src/java/org/apache/antlib/runtime/ConverterDef.java index 55ebaa68f..c5b149b8a 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/runtime/ConverterDef.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/runtime/ConverterDef.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.runtime; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/runtime/Facility.java b/proposal/myrmidon/src/java/org/apache/antlib/runtime/Facility.java index 8e6de0b86..16cea7f08 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/runtime/Facility.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/runtime/Facility.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.runtime; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/runtime/Import.java b/proposal/myrmidon/src/java/org/apache/antlib/runtime/Import.java index c9efccde4..67ba1bb6e 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/runtime/Import.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/runtime/Import.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.runtime; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/runtime/TypeDef.java b/proposal/myrmidon/src/java/org/apache/antlib/runtime/TypeDef.java index ed71f266e..59655ac13 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/runtime/TypeDef.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/runtime/TypeDef.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.runtime; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/selftest/ConfigurationTest.java b/proposal/myrmidon/src/java/org/apache/antlib/selftest/ConfigurationTest.java index 86f23bb1e..0775eb01c 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/selftest/ConfigurationTest.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/selftest/ConfigurationTest.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.selftest; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/selftest/ContentTest.java b/proposal/myrmidon/src/java/org/apache/antlib/selftest/ContentTest.java index b3633efb8..bd485890c 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/selftest/ContentTest.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/selftest/ContentTest.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.selftest; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/selftest/ExtensionsTest.java b/proposal/myrmidon/src/java/org/apache/antlib/selftest/ExtensionsTest.java index 480173661..ef6586fef 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/selftest/ExtensionsTest.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/selftest/ExtensionsTest.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.selftest; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/selftest/PrimitiveTypesTest.java b/proposal/myrmidon/src/java/org/apache/antlib/selftest/PrimitiveTypesTest.java index 13ccabaf8..95e0d2dbd 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/selftest/PrimitiveTypesTest.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/selftest/PrimitiveTypesTest.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.selftest; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/selftest/SubElementTest.java b/proposal/myrmidon/src/java/org/apache/antlib/selftest/SubElementTest.java index 81bbe7f8e..c102c7c4e 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/selftest/SubElementTest.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/selftest/SubElementTest.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.selftest; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/selftest/extension1/ExtensionsLoadedClass.java b/proposal/myrmidon/src/java/org/apache/antlib/selftest/extension1/ExtensionsLoadedClass.java index f6126058b..e8f231b5f 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/selftest/extension1/ExtensionsLoadedClass.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/selftest/extension1/ExtensionsLoadedClass.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.selftest.extension1; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/xml/TraXLiaison.java b/proposal/myrmidon/src/java/org/apache/antlib/xml/TraXLiaison.java index 9ea92f880..959df1e66 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/xml/TraXLiaison.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/xml/TraXLiaison.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.xml; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/xml/XMLValidateTask.java b/proposal/myrmidon/src/java/org/apache/antlib/xml/XMLValidateTask.java index bc12d1605..32e908e2e 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/xml/XMLValidateTask.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/xml/XMLValidateTask.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.xml; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/xml/XSLTLiaison.java b/proposal/myrmidon/src/java/org/apache/antlib/xml/XSLTLiaison.java index df3fc0ac1..749bf2210 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/xml/XSLTLiaison.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/xml/XSLTLiaison.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.xml; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/xml/XSLTProcess.java b/proposal/myrmidon/src/java/org/apache/antlib/xml/XSLTProcess.java index b3025776e..dcd046cd5 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/xml/XSLTProcess.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/xml/XSLTProcess.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.xml; diff --git a/proposal/myrmidon/src/java/org/apache/antlib/xml/XalanLiaison.java b/proposal/myrmidon/src/java/org/apache/antlib/xml/XalanLiaison.java index 6fd900ce3..5f067e819 100644 --- a/proposal/myrmidon/src/java/org/apache/antlib/xml/XalanLiaison.java +++ b/proposal/myrmidon/src/java/org/apache/antlib/xml/XalanLiaison.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.antlib.xml; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/Constants.java b/proposal/myrmidon/src/java/org/apache/myrmidon/Constants.java index e0671893c..80b974722 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/Constants.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/Constants.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/api/AbstractTask.java b/proposal/myrmidon/src/java/org/apache/myrmidon/api/AbstractTask.java index 500f9cc19..c76372517 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/api/AbstractTask.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/api/AbstractTask.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.api; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/api/JavaVersion.java b/proposal/myrmidon/src/java/org/apache/myrmidon/api/JavaVersion.java index fd6708b90..5f7f63bd7 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/api/JavaVersion.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/api/JavaVersion.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.api; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/api/Task.java b/proposal/myrmidon/src/java/org/apache/myrmidon/api/Task.java index 86423556b..f8cd75099 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/api/Task.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/api/Task.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.api; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/api/TaskContext.java b/proposal/myrmidon/src/java/org/apache/myrmidon/api/TaskContext.java index 5fc3eddbb..bf18cd900 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/api/TaskContext.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/api/TaskContext.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.api; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/api/TaskException.java b/proposal/myrmidon/src/java/org/apache/myrmidon/api/TaskException.java index 657d2e460..3be09b2b9 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/api/TaskException.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/api/TaskException.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.api; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/aspects/AbstractAspectHandler.java b/proposal/myrmidon/src/java/org/apache/myrmidon/aspects/AbstractAspectHandler.java index 606995063..7ae5d0126 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/aspects/AbstractAspectHandler.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/aspects/AbstractAspectHandler.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.aspects; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/aspects/AspectHandler.java b/proposal/myrmidon/src/java/org/apache/myrmidon/aspects/AspectHandler.java index 24f9b6d44..bd9c5377a 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/aspects/AspectHandler.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/aspects/AspectHandler.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.aspects; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/aspects/NoopAspectHandler.java b/proposal/myrmidon/src/java/org/apache/myrmidon/aspects/NoopAspectHandler.java index 86d3534b6..fc0730205 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/aspects/NoopAspectHandler.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/aspects/NoopAspectHandler.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.aspects; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/components/aspect/DefaultAspectManager.java b/proposal/myrmidon/src/java/org/apache/myrmidon/components/aspect/DefaultAspectManager.java index b4aa16532..371104d8e 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/components/aspect/DefaultAspectManager.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/components/aspect/DefaultAspectManager.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.components.aspect; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/components/builder/ATIProjectBuilder.java b/proposal/myrmidon/src/java/org/apache/myrmidon/components/builder/ATIProjectBuilder.java index 26d78e827..99afde003 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/components/builder/ATIProjectBuilder.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/components/builder/ATIProjectBuilder.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.components.builder; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/components/builder/DefaultProjectBuilder.java b/proposal/myrmidon/src/java/org/apache/myrmidon/components/builder/DefaultProjectBuilder.java index cb33bf2fb..e49f0ab2e 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/components/builder/DefaultProjectBuilder.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/components/builder/DefaultProjectBuilder.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.components.builder; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/components/builder/ReactorPIHandler.java b/proposal/myrmidon/src/java/org/apache/myrmidon/components/builder/ReactorPIHandler.java index 34cd29314..6eb79d4c0 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/components/builder/ReactorPIHandler.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/components/builder/ReactorPIHandler.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.components.builder; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/components/builder/StopParsingException.java b/proposal/myrmidon/src/java/org/apache/myrmidon/components/builder/StopParsingException.java index 470c5f5f4..db277e6bf 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/components/builder/StopParsingException.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/components/builder/StopParsingException.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.components.builder; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/components/configurer/DefaultConfigurer.java b/proposal/myrmidon/src/java/org/apache/myrmidon/components/configurer/DefaultConfigurer.java index f32b7bec2..c87a4e9b5 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/components/configurer/DefaultConfigurer.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/components/configurer/DefaultConfigurer.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.components.configurer; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/components/converter/DefaultConverterRegistry.java b/proposal/myrmidon/src/java/org/apache/myrmidon/components/converter/DefaultConverterRegistry.java index 13528f404..2e7c2d201 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/components/converter/DefaultConverterRegistry.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/components/converter/DefaultConverterRegistry.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.components.converter; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/components/converter/DefaultMasterConverter.java b/proposal/myrmidon/src/java/org/apache/myrmidon/components/converter/DefaultMasterConverter.java index a7780d23c..5029820f6 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/components/converter/DefaultMasterConverter.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/components/converter/DefaultMasterConverter.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.components.converter; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/components/deployer/DefaultDeployer.java b/proposal/myrmidon/src/java/org/apache/myrmidon/components/deployer/DefaultDeployer.java index 83a92d15b..6bbe8b2d5 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/components/deployer/DefaultDeployer.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/components/deployer/DefaultDeployer.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.components.deployer; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/components/deployer/Deployment.java b/proposal/myrmidon/src/java/org/apache/myrmidon/components/deployer/Deployment.java index 9f8bae51e..f2616f2b8 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/components/deployer/Deployment.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/components/deployer/Deployment.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.components.deployer; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/components/embeddor/DefaultEmbeddor.java b/proposal/myrmidon/src/java/org/apache/myrmidon/components/embeddor/DefaultEmbeddor.java index 1b7ba1b03..b09a6010a 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/components/embeddor/DefaultEmbeddor.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/components/embeddor/DefaultEmbeddor.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.components.embeddor; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/components/executor/AspectAwareExecutor.java b/proposal/myrmidon/src/java/org/apache/myrmidon/components/executor/AspectAwareExecutor.java index 7a676975a..802970c33 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/components/executor/AspectAwareExecutor.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/components/executor/AspectAwareExecutor.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.components.executor; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/components/executor/DefaultExecutionFrame.java b/proposal/myrmidon/src/java/org/apache/myrmidon/components/executor/DefaultExecutionFrame.java index 42f28691e..f7c8e04e8 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/components/executor/DefaultExecutionFrame.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/components/executor/DefaultExecutionFrame.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.components.executor; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/components/executor/DefaultExecutor.java b/proposal/myrmidon/src/java/org/apache/myrmidon/components/executor/DefaultExecutor.java index f8e59af70..c1db56f0d 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/components/executor/DefaultExecutor.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/components/executor/DefaultExecutor.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.components.executor; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/components/executor/PrintingExecutor.java b/proposal/myrmidon/src/java/org/apache/myrmidon/components/executor/PrintingExecutor.java index d22029f28..a4e1dcb01 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/components/executor/PrintingExecutor.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/components/executor/PrintingExecutor.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.components.executor; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/components/extensions/DefaultExtensionManager.java b/proposal/myrmidon/src/java/org/apache/myrmidon/components/extensions/DefaultExtensionManager.java index e9cca8053..e5097ef8d 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/components/extensions/DefaultExtensionManager.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/components/extensions/DefaultExtensionManager.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.components.extensions; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/components/model/DefaultProject.java b/proposal/myrmidon/src/java/org/apache/myrmidon/components/model/DefaultProject.java index b5be81b79..515118566 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/components/model/DefaultProject.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/components/model/DefaultProject.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.components.model; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/components/role/DefaultRoleManager.java b/proposal/myrmidon/src/java/org/apache/myrmidon/components/role/DefaultRoleManager.java index 82138e5ef..9f8fb2495 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/components/role/DefaultRoleManager.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/components/role/DefaultRoleManager.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.components.role; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/components/type/DefaultTypeManager.java b/proposal/myrmidon/src/java/org/apache/myrmidon/components/type/DefaultTypeManager.java index 1562c02a6..0800a9707 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/components/type/DefaultTypeManager.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/components/type/DefaultTypeManager.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.components.type; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/components/type/MultiSourceTypeFactory.java b/proposal/myrmidon/src/java/org/apache/myrmidon/components/type/MultiSourceTypeFactory.java index 40896b663..8d111de5a 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/components/type/MultiSourceTypeFactory.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/components/type/MultiSourceTypeFactory.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.components.type; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/DefaultTaskContext.java b/proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/DefaultTaskContext.java index caf958905..1dacd3b76 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/DefaultTaskContext.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/DefaultTaskContext.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.components.workspace; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/DefaultWorkspace.java b/proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/DefaultWorkspace.java index e57881217..101c04c43 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/DefaultWorkspace.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/DefaultWorkspace.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.components.workspace; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/LogTargetToListenerAdapter.java b/proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/LogTargetToListenerAdapter.java index cf2acbe70..2adb2c687 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/LogTargetToListenerAdapter.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/LogTargetToListenerAdapter.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.components.workspace; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/ProjectEntry.java b/proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/ProjectEntry.java index cae7806b5..3c04a3821 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/ProjectEntry.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/ProjectEntry.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.components.workspace; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/ProjectListenerSupport.java b/proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/ProjectListenerSupport.java index 4ad503acd..ada36ef3d 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/ProjectListenerSupport.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/components/workspace/ProjectListenerSupport.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.components.workspace; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/converter/AbstractConverter.java b/proposal/myrmidon/src/java/org/apache/myrmidon/converter/AbstractConverter.java index 5674f5283..19e9e64ae 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/converter/AbstractConverter.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/converter/AbstractConverter.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.converter; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/converter/Converter.java b/proposal/myrmidon/src/java/org/apache/myrmidon/converter/Converter.java index 747c9a77f..6ec92c3f1 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/converter/Converter.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/converter/Converter.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.converter; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/converter/ConverterException.java b/proposal/myrmidon/src/java/org/apache/myrmidon/converter/ConverterException.java index 9c0d673b6..fb63be361 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/converter/ConverterException.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/converter/ConverterException.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.converter; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/framework/AbstractContainerTask.java b/proposal/myrmidon/src/java/org/apache/myrmidon/framework/AbstractContainerTask.java index 617bfc63e..ae42aa45d 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/framework/AbstractContainerTask.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/framework/AbstractContainerTask.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.framework; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/framework/AbstractTypeDef.java b/proposal/myrmidon/src/java/org/apache/myrmidon/framework/AbstractTypeDef.java index 9024a6380..a695b26cf 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/framework/AbstractTypeDef.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/framework/AbstractTypeDef.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.framework; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/framework/Condition.java b/proposal/myrmidon/src/java/org/apache/myrmidon/framework/Condition.java index 1cec338c3..ba55a2dfa 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/framework/Condition.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/framework/Condition.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.framework; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/framework/DataType.java b/proposal/myrmidon/src/java/org/apache/myrmidon/framework/DataType.java index db92fef1b..703962ea4 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/framework/DataType.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/framework/DataType.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.framework; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/framework/Os.java b/proposal/myrmidon/src/java/org/apache/myrmidon/framework/Os.java index cee7c0f80..99d1824af 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/framework/Os.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/framework/Os.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.framework; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/framework/Pattern.java b/proposal/myrmidon/src/java/org/apache/myrmidon/framework/Pattern.java index dad8f1e34..cc6a5a98f 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/framework/Pattern.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/framework/Pattern.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.framework; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/framework/TypeInstanceTask.java b/proposal/myrmidon/src/java/org/apache/myrmidon/framework/TypeInstanceTask.java index ae63a9069..393ca5e7a 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/framework/TypeInstanceTask.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/framework/TypeInstanceTask.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.framework; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/framework/exec/DefaultExecManager.java b/proposal/myrmidon/src/java/org/apache/myrmidon/framework/exec/DefaultExecManager.java index 4269e7469..4bea6ac48 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/framework/exec/DefaultExecManager.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/framework/exec/DefaultExecManager.java @@ -72,7 +72,10 @@ public class DefaultExecManager waitFor( process ); //Now wait for monitor to finish aswell - try { thread.join(); } + try + { + thread.join(); + } catch( InterruptedException e ) { //should never occur. diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/framework/exec/ExecException.java b/proposal/myrmidon/src/java/org/apache/myrmidon/framework/exec/ExecException.java index f722c4b4f..0e506e2b5 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/framework/exec/ExecException.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/framework/exec/ExecException.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.framework.exec; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/framework/exec/launchers/ExecUtil.java b/proposal/myrmidon/src/java/org/apache/myrmidon/framework/exec/launchers/ExecUtil.java index acf5f01ef..0e0f70789 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/framework/exec/launchers/ExecUtil.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/framework/exec/launchers/ExecUtil.java @@ -80,8 +80,12 @@ class ExecUtil protected static String[] toNativeEnvironment( final Properties environment ) throws ExecException { - if( null == environment ) return null; - else { return Environment.toNativeFormat( environment ); } + if( null == environment ) + return null; + else + { + return Environment.toNativeFormat( environment ); + } } /** diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/frontends/CLIMain.java b/proposal/myrmidon/src/java/org/apache/myrmidon/frontends/CLIMain.java index 52bd15b34..a7422c771 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/frontends/CLIMain.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/frontends/CLIMain.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.frontends; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/aspect/AspectManager.java b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/aspect/AspectManager.java index b45402803..5fa13933f 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/aspect/AspectManager.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/aspect/AspectManager.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.interfaces.aspect; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/builder/ProjectBuilder.java b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/builder/ProjectBuilder.java index 1c2e4b15a..93f80394c 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/builder/ProjectBuilder.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/builder/ProjectBuilder.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.interfaces.builder; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/configurer/Configurer.java b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/configurer/Configurer.java index e1fb110e8..135c1e991 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/configurer/Configurer.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/configurer/Configurer.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.interfaces.configurer; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/converter/ConverterRegistry.java b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/converter/ConverterRegistry.java index 8aeccb5c6..37bdc2dfe 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/converter/ConverterRegistry.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/converter/ConverterRegistry.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.interfaces.converter; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/converter/MasterConverter.java b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/converter/MasterConverter.java index f85fa14ba..9daa7d327 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/converter/MasterConverter.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/converter/MasterConverter.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.interfaces.converter; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/deployer/Deployer.java b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/deployer/Deployer.java index 01fc52646..cddb07df7 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/deployer/Deployer.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/deployer/Deployer.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.interfaces.deployer; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/deployer/DeploymentException.java b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/deployer/DeploymentException.java index 3f70b6888..7fc32d7c3 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/deployer/DeploymentException.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/deployer/DeploymentException.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.interfaces.deployer; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/embeddor/Embeddor.java b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/embeddor/Embeddor.java index 540c6a64e..ccd7ae77a 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/embeddor/Embeddor.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/embeddor/Embeddor.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.interfaces.embeddor; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/executor/ExecutionFrame.java b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/executor/ExecutionFrame.java index caa1fabfe..446e8733d 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/executor/ExecutionFrame.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/executor/ExecutionFrame.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.interfaces.executor; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/executor/Executor.java b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/executor/Executor.java index 00ca16055..cc2def8d3 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/executor/Executor.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/executor/Executor.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.interfaces.executor; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/extensions/ExtensionManager.java b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/extensions/ExtensionManager.java index 6680cd47e..7c67cf91e 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/extensions/ExtensionManager.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/extensions/ExtensionManager.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.interfaces.extensions; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/model/Project.java b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/model/Project.java index 69bf02810..13f53c475 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/model/Project.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/model/Project.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.interfaces.model; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/model/Target.java b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/model/Target.java index 8f7aca63c..165713d24 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/model/Target.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/model/Target.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.interfaces.model; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/model/TypeLib.java b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/model/TypeLib.java index ddf963529..f191b21d7 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/model/TypeLib.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/model/TypeLib.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.interfaces.model; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/role/RoleManager.java b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/role/RoleManager.java index ddc695bec..aa90c17ad 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/role/RoleManager.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/role/RoleManager.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.interfaces.role; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/DefaultTypeFactory.java b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/DefaultTypeFactory.java index 9164a218f..8ba278ffc 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/DefaultTypeFactory.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/DefaultTypeFactory.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.interfaces.type; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/TypeException.java b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/TypeException.java index 4b45943c3..9beb8d415 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/TypeException.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/TypeException.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.interfaces.type; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/TypeFactory.java b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/TypeFactory.java index 2278950b9..c42886a3a 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/TypeFactory.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/TypeFactory.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.interfaces.type; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/TypeManager.java b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/TypeManager.java index 5176843af..ccd427f19 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/TypeManager.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/type/TypeManager.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.interfaces.type; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/workspace/Workspace.java b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/workspace/Workspace.java index 67293d7ca..7937bd92e 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/workspace/Workspace.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/interfaces/workspace/Workspace.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.interfaces.workspace; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/launcher/Main.java b/proposal/myrmidon/src/java/org/apache/myrmidon/launcher/Main.java index 90c4f7361..1cfe437cb 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/launcher/Main.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/launcher/Main.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.launcher; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/listeners/AbstractProjectListener.java b/proposal/myrmidon/src/java/org/apache/myrmidon/listeners/AbstractProjectListener.java index ea5da64eb..97cbf8a4e 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/listeners/AbstractProjectListener.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/listeners/AbstractProjectListener.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.listeners; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/listeners/ClassicProjectListener.java b/proposal/myrmidon/src/java/org/apache/myrmidon/listeners/ClassicProjectListener.java index f99717bba..8ab26f0df 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/listeners/ClassicProjectListener.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/listeners/ClassicProjectListener.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.listeners; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/listeners/DefaultProjectListener.java b/proposal/myrmidon/src/java/org/apache/myrmidon/listeners/DefaultProjectListener.java index 370ce9f76..23568e5d0 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/listeners/DefaultProjectListener.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/listeners/DefaultProjectListener.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.listeners; diff --git a/proposal/myrmidon/src/java/org/apache/myrmidon/listeners/ProjectListener.java b/proposal/myrmidon/src/java/org/apache/myrmidon/listeners/ProjectListener.java index e47cd8eee..162f36fcb 100644 --- a/proposal/myrmidon/src/java/org/apache/myrmidon/listeners/ProjectListener.java +++ b/proposal/myrmidon/src/java/org/apache/myrmidon/listeners/ProjectListener.java @@ -3,7 +3,7 @@ * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. + * the LICENSE.txt file. */ package org.apache.myrmidon.listeners;