]> source.dussan.org Git - aspectj.git/commitdiff
update license to EPL
authoracolyer <acolyer>
Thu, 1 Jun 2006 09:33:56 +0000 (09:33 +0000)
committeracolyer <acolyer>
Thu, 1 Jun 2006 09:33:56 +0000 (09:33 +0000)
794 files changed:
asm/src/org/aspectj/asm/AsmManager.java
asm/src/org/aspectj/asm/HierarchyWalker.java
asm/src/org/aspectj/asm/IElementHandleProvider.java
asm/src/org/aspectj/asm/IHierarchy.java
asm/src/org/aspectj/asm/IHierarchyListener.java
asm/src/org/aspectj/asm/IProgramElement.java
asm/src/org/aspectj/asm/IRelationship.java
asm/src/org/aspectj/asm/IRelationshipMap.java
asm/src/org/aspectj/asm/internal/AspectJElementHierarchy.java
asm/src/org/aspectj/asm/internal/FullPathHandleProvider.java
asm/src/org/aspectj/asm/internal/OptimizedFullPathHandleProvider.java
asm/src/org/aspectj/asm/internal/ProgramElement.java
asm/src/org/aspectj/asm/internal/Relationship.java
asm/src/org/aspectj/asm/internal/RelationshipMap.java
asm/testsrc/AsmModuleTests.java
aspectj5rt/java5-src/org/aspectj/lang/annotation/AdviceName.java
bcel-builder/src/org/aspectj/apache/bcel/classfile/AnnotationDefault.java
bcel-builder/src/org/aspectj/apache/bcel/classfile/EnclosingMethod.java
bcel-builder/src/org/aspectj/apache/bcel/classfile/LocalVariableTypeTable.java
bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation/Annotation.java
bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation/AnnotationElementValue.java
bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation/ArrayElementValue.java
bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation/ClassElementValue.java
bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation/ElementNameValuePair.java
bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation/ElementValue.java
bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation/EnumElementValue.java
bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation/SimpleElementValue.java
bcel-builder/src/org/aspectj/apache/bcel/generic/LineNumberTag.java
bcel-builder/src/org/aspectj/apache/bcel/generic/LocalVariableTag.java
bcel-builder/src/org/aspectj/apache/bcel/generic/Tag.java
bcel-builder/src/org/aspectj/apache/bcel/generic/annotation/AnnotationElementValueGen.java
bcel-builder/src/org/aspectj/apache/bcel/generic/annotation/AnnotationGen.java
bcel-builder/src/org/aspectj/apache/bcel/generic/annotation/ArrayElementValueGen.java
bcel-builder/src/org/aspectj/apache/bcel/generic/annotation/ClassElementValueGen.java
bcel-builder/src/org/aspectj/apache/bcel/generic/annotation/ElementNameValuePairGen.java
bcel-builder/src/org/aspectj/apache/bcel/generic/annotation/ElementValueGen.java
bcel-builder/src/org/aspectj/apache/bcel/generic/annotation/EnumElementValueGen.java
bcel-builder/src/org/aspectj/apache/bcel/generic/annotation/SimpleElementValueGen.java
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/AllTests.java
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/AnnotationAccessFlagTest.java
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/AnnotationDefaultAttributeTest.java
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/AnnotationGenTest.java
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/BcelTestCase.java
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/ElementValueGenTest.java
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/EnclosingMethodAttributeTest.java
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/EnumAccessFlagTest.java
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/FieldAnnotationsTest.java
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/GeneratingAnnotatedClassesTest.java
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/GenericSignatureParserTest.java
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/GenericSignatureParsingTest.java
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/GenericsErasureTesting.java
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/LocalVariableTypeTableTest.java
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/MethodAnnotationsTest.java
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/ParameterAnnotationsTest.java
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/RuntimeVisibleAnnotationAttributeTest.java
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/RuntimeVisibleParameterAnnotationAttributeTest.java
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/TypeAnnotationsTest.java
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/UtilTests.java
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/VarargsTest.java
bridge/src/org/aspectj/bridge/AbortException.java
bridge/src/org/aspectj/bridge/CountingMessageHandler.java
bridge/src/org/aspectj/bridge/ICommand.java
bridge/src/org/aspectj/bridge/IMessage.java
bridge/src/org/aspectj/bridge/IMessageHandler.java
bridge/src/org/aspectj/bridge/IMessageHolder.java
bridge/src/org/aspectj/bridge/IProgressListener.java
bridge/src/org/aspectj/bridge/ISourceLocation.java
bridge/src/org/aspectj/bridge/Message.java
bridge/src/org/aspectj/bridge/MessageHandler.java
bridge/src/org/aspectj/bridge/MessageUtil.java
bridge/src/org/aspectj/bridge/MessageWriter.java
bridge/src/org/aspectj/bridge/ReflectionFactory.java
bridge/src/org/aspectj/bridge/SourceLocation.java
bridge/src/org/aspectj/bridge/Version.java
bridge/src/org/aspectj/bridge/WeaveMessage.java
bridge/testsrc/BridgeModuleTests.java
bridge/testsrc/org/aspectj/bridge/BridgeTests.java
bridge/testsrc/org/aspectj/bridge/CountingMessageHandlerTest.java
bridge/testsrc/org/aspectj/bridge/MessageTest.java
bridge/testsrc/org/aspectj/bridge/VersionTest.java
build/src/$installer$/org/aspectj/Main.java
build/src/org/aspectj/internal/tools/ant/taskdefs/AJInstaller.java
build/src/org/aspectj/internal/tools/ant/taskdefs/AJPush.java
build/src/org/aspectj/internal/tools/ant/taskdefs/AntBuilder.java
build/src/org/aspectj/internal/tools/ant/taskdefs/BuildModule.java
build/src/org/aspectj/internal/tools/ant/taskdefs/Checklics.java
build/src/org/aspectj/internal/tools/ant/taskdefs/ConditionalTask.java
build/src/org/aspectj/internal/tools/ant/taskdefs/CopyAndInlineStylesheet.java
build/src/org/aspectj/internal/tools/ant/taskdefs/StripNonBodyHtml.java
build/src/org/aspectj/internal/tools/ant/taskdefs/TestBuildModule.java
build/src/org/aspectj/internal/tools/ant/taskdefs/VersionUptodate.java
build/src/org/aspectj/internal/tools/build/BuildSpec.java
build/src/org/aspectj/internal/tools/build/Builder.java
build/src/org/aspectj/internal/tools/build/Messager.java
build/src/org/aspectj/internal/tools/build/Module.java
build/src/org/aspectj/internal/tools/build/Modules.java
build/src/org/aspectj/internal/tools/build/ProductModule.java
build/src/org/aspectj/internal/tools/build/SampleGatherer.java
build/src/org/aspectj/internal/tools/build/Util.java
build/testsrc/BuildModuleTests.java
build/testsrc/org/aspectj/internal/build/BuildModuleTest.java
build/testsrc/org/aspectj/internal/build/ModulesTest.java
docs/dist/doc/examples/ltw/HelloWorld.java
docs/sandbox/aopalliance/src/org/aspectj/aopalliance/ConstructorInvocationClosure.java
docs/sandbox/aopalliance/src/org/aspectj/aopalliance/InvocationJoinPointClosure.java
docs/sandbox/aopalliance/src/org/aspectj/aopalliance/JoinPointClosure.java
docs/sandbox/aopalliance/src/org/aspectj/aopalliance/MethodInvocationClosure.java
docs/sandbox/api-clients/org/aspectj/samples/AsmHierarchyBuilderExtensionTest.java
docs/sandbox/api-clients/org/aspectj/samples/AsmRelationshipMapUsageTest.java
docs/sandbox/common/org/aspectj/langlib/Pointcuts.java
docs/teaching/exercises/answers/Answer1a.java
docs/teaching/exercises/answers/Answer1b.java
docs/teaching/exercises/answers/Answer1c.java
docs/teaching/exercises/answers/Answer2a.java
docs/teaching/exercises/answers/Answer2b.java
docs/teaching/exercises/answers/Answer2c.java
docs/teaching/exercises/answers/Answer2d.java
docs/teaching/exercises/answers/Answer2e.java
docs/teaching/exercises/answers/Answer2f.java
docs/teaching/exercises/answers/Answer3a.java
docs/teaching/exercises/answers/Answer3b.java
docs/teaching/exercises/answers/Answer3c.java
docs/teaching/exercises/answers/Answer3d.java
docs/teaching/exercises/answers/Answer3e.java
docs/teaching/exercises/answers/Answer4a.java
docs/teaching/exercises/answers/Answer4b.java
docs/teaching/exercises/answers/Answer4c.java
docs/teaching/exercises/answers/Answer4d.java
docs/teaching/exercises/answers/Answer4e.java
docs/teaching/exercises/figures/Box.java
docs/teaching/exercises/figures/FigureElement.java
docs/teaching/exercises/figures/Group.java
docs/teaching/exercises/figures/Line.java
docs/teaching/exercises/figures/Point.java
docs/teaching/exercises/figures/ShapeFigureElement.java
docs/teaching/exercises/figures/SlothfulPoint.java
docs/teaching/exercises/figures/gui/FigurePanel.java
docs/teaching/exercises/figures/gui/LogAdapter.java
docs/teaching/exercises/figures/gui/Main.java
docs/teaching/exercises/support/Log.java
docs/teaching/exercises/tests/CoreTest.java
docs/teaching/exercises/tests/Test2a.java
docs/teaching/exercises/tests/Test2b.java
docs/teaching/exercises/tests/Test2c.java
docs/teaching/exercises/tests/Test2d.java
docs/teaching/exercises/tests/Test2e.java
docs/teaching/exercises/tests/Test2f.java
docs/teaching/exercises/tests/Test3a.java
docs/teaching/exercises/tests/Test3b.java
docs/teaching/exercises/tests/Test3c.java
docs/teaching/exercises/tests/Test3d.java
docs/teaching/exercises/tests/Test3e.java
docs/teaching/exercises/tests/Test4a.java
docs/teaching/exercises/tests/Test4b.java
docs/teaching/exercises/tests/Test4c.java
docs/teaching/exercises/tests/Test4d.java
docs/teaching/exercises/tests/Test4e.java
loadtime/src/org/aspectj/weaver/loadtime/WeavingURLClassLoader.java
loadtime/testsrc/org/aspectj/weaver/loadtime/WeavingURLClassLoaderTest.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/AjdtCommand.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/ajc/BuildArgParser.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/compiler/IAjTerminalSymbols.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/core/AspectJCore.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/AjClassFile.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/AjCompiler.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/AjCompilerAdapter.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ClassFileBasedByteCodeProvider.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/IBinarySourceProvider.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/IIntermediateResultsRequestor.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/IOutputClassFileNameProvider.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/InterimCompilationResult.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/WeaverAdapter.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/WeaverMessageHandler.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/AccessForInlineVisitor.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/AdviceDeclaration.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/AjConstructorDeclaration.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/AjMethodDeclaration.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/AspectClinit.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/AspectDeclaration.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/AstUtil.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/DeclareAnnotationDeclaration.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/DeclareDeclaration.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/EclipseAttributeAdapter.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/IfMethodDeclaration.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/IfPseudoToken.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterSuperFixerVisitor.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterSuperReference.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeConstructorDeclaration.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeDeclaration.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeFieldDeclaration.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/InterTypeMethodDeclaration.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/KnownFieldReference.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/KnownMessageSend.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/MakeDeclsPublicVisitor.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/PointcutDeclaration.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/PointcutDesignator.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/Proceed.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/ProceedVisitor.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/PseudoToken.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/PseudoTokens.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/SuperFixerVisitor.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/ThisJoinPointVisitor.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/AjLookupEnvironment.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/AjTypeConstants.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/AsmInterTypeRelationshipProvider.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseFactory.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseScope.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseShadow.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseSourceLocation.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseSourceType.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseTypeMunger.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/HelperInterfaceBinding.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/InlineAccessFieldBinding.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/InterTypeFieldBinding.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/InterTypeMemberFinder.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/InterTypeMethodBinding.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/InterTypeScope.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/PointcutBinding.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/PrivilegedFieldBinding.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/PrivilegedHandler.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/SimpleSyntheticAccessMethodBinding.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/parser/DeclarationFactory.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/problem/AjProblemReporter.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AbstractStateListener.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBatchImageBuilder.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildConfig.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildManager.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildNotifier.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjCompilerOptions.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjIncrementalImageBuilder.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjState.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AsmElementFormatter.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AsmHierarchyBuilder.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AspectJBuilder.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/EclipseAdapterUtils.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/EclipseClassPathManager.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/EclipseSourceContext.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/EmacsStructureModelManager.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/IStateListener.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/StatefulNameEnvironment.java
org.aspectj.ajdt.core/src/org/aspectj/tools/ajc/Main.java
org.aspectj.ajdt.core/testdata/OutjarTest/src/jar1/Parent.java
org.aspectj.ajdt.core/testdata/OutjarTest/src/jar2/Child.java
org.aspectj.ajdt.core/testsrc/AroundAMain.java
org.aspectj.ajdt.core/testsrc/EajcModuleTests.java
org.aspectj.ajdt.core/testsrc/RunWeaveTests.java
org.aspectj.ajdt.core/testsrc/WeaveTests.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/ajc/AjdtAjcTests.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/ajc/AjdtCommandTestCase.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/ajc/BuildArgParserTestCase.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/ajc/ConsoleMessageHandlerTestCase.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/AjdtBatchTests.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/BasicCommandTestCase.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/BcweaverJarMaker.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/BinaryFormsTestCase.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/CommandTestCase.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/CompileAndRunTestCase.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/CompilerDumpTestCase.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/DeclareParents.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/ImageTestCase.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/IncrementalCase.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/JavadocTest.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/MultipleCompileTestCase.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/PartiallyExposedHierarchyTestCase.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/PerformanceTestCase.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/ProceedOnErrorTestCase.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/VerifyWeaveTestCase.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/compiler/batch/WorkingTestMain.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/core/builder/AjBuildManagerTest.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/core/builder/AjCompilerOptionsTest.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/core/builder/AjStateTest.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/core/builder/AjdtBuilderTests.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/core/builder/AsmBuilderTest.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/core/builder/OutjarTest.java
org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/Ajc.java
org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java
org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCaseTest.java
org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/CompilationResult.java
org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/DelegatingOutputStream.java
org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/MainTest.java
run-all-junit-tests/testsrc/AllTests.java
runtime/src/org/aspectj/lang/JoinPoint.java
runtime/src/org/aspectj/lang/NoAspectBoundException.java
runtime/src/org/aspectj/lang/Signature.java
runtime/src/org/aspectj/lang/SoftException.java
runtime/src/org/aspectj/lang/reflect/AdviceSignature.java
runtime/src/org/aspectj/lang/reflect/CatchClauseSignature.java
runtime/src/org/aspectj/lang/reflect/CodeSignature.java
runtime/src/org/aspectj/lang/reflect/ConstructorSignature.java
runtime/src/org/aspectj/lang/reflect/FieldSignature.java
runtime/src/org/aspectj/lang/reflect/InitializerSignature.java
runtime/src/org/aspectj/lang/reflect/LockSignature.java
runtime/src/org/aspectj/lang/reflect/MemberSignature.java
runtime/src/org/aspectj/lang/reflect/MethodSignature.java
runtime/src/org/aspectj/lang/reflect/SourceLocation.java
runtime/src/org/aspectj/lang/reflect/UnlockSignature.java
runtime/src/org/aspectj/runtime/CFlow.java
runtime/src/org/aspectj/runtime/internal/AroundClosure.java
runtime/src/org/aspectj/runtime/internal/CFlowCounter.java
runtime/src/org/aspectj/runtime/internal/CFlowPlusState.java
runtime/src/org/aspectj/runtime/internal/CFlowStack.java
runtime/src/org/aspectj/runtime/internal/Conversions.java
runtime/src/org/aspectj/runtime/internal/PerObjectMap.java
runtime/src/org/aspectj/runtime/internal/cflowstack/ThreadCounter.java
runtime/src/org/aspectj/runtime/internal/cflowstack/ThreadCounterImpl11.java
runtime/src/org/aspectj/runtime/internal/cflowstack/ThreadStack.java
runtime/src/org/aspectj/runtime/internal/cflowstack/ThreadStackFactory.java
runtime/src/org/aspectj/runtime/internal/cflowstack/ThreadStackFactoryImpl.java
runtime/src/org/aspectj/runtime/internal/cflowstack/ThreadStackFactoryImpl11.java
runtime/src/org/aspectj/runtime/internal/cflowstack/ThreadStackImpl11.java
runtime/src/org/aspectj/runtime/reflect/AdviceSignatureImpl.java
runtime/src/org/aspectj/runtime/reflect/CatchClauseSignatureImpl.java
runtime/src/org/aspectj/runtime/reflect/CodeSignatureImpl.java
runtime/src/org/aspectj/runtime/reflect/ConstructorSignatureImpl.java
runtime/src/org/aspectj/runtime/reflect/Factory.java
runtime/src/org/aspectj/runtime/reflect/FieldSignatureImpl.java
runtime/src/org/aspectj/runtime/reflect/InitializerSignatureImpl.java
runtime/src/org/aspectj/runtime/reflect/JoinPointImpl.java
runtime/src/org/aspectj/runtime/reflect/LockSignatureImpl.java
runtime/src/org/aspectj/runtime/reflect/MemberSignatureImpl.java
runtime/src/org/aspectj/runtime/reflect/MethodSignatureImpl.java
runtime/src/org/aspectj/runtime/reflect/SignatureImpl.java
runtime/src/org/aspectj/runtime/reflect/SourceLocationImpl.java
runtime/src/org/aspectj/runtime/reflect/StringMaker.java
runtime/src/org/aspectj/runtime/reflect/UnlockSignatureImpl.java
runtime/testsrc/RuntimeModuleTests.java
runtime/testsrc/org/aspectj/runtime/reflect/JoinPointImplTest.java
runtime/testsrc/org/aspectj/runtime/reflect/RuntimePerformanceTest.java
runtime/testsrc/org/aspectj/runtime/reflect/SignatureTest.java
taskdefs/src/org/aspectj/tools/ant/taskdefs/Ajc10.java
taskdefs/src/org/aspectj/tools/ant/taskdefs/Ajc11CompilerAdapter.java
taskdefs/src/org/aspectj/tools/ant/taskdefs/Ajc2.java
taskdefs/src/org/aspectj/tools/ant/taskdefs/AjcCompilerAdapter.java
taskdefs/src/org/aspectj/tools/ant/taskdefs/AjcTask.java
taskdefs/src/org/aspectj/tools/ant/taskdefs/Ajdoc.java
taskdefs/src/org/aspectj/tools/ant/taskdefs/ICommandEditor.java
taskdefs/src/org/aspectj/tools/ant/taskdefs/compilers/Ajc.java
taskdefs/testsrc/TaskdefsModuleTests.java
taskdefs/testsrc/org/aspectj/tools/ant/taskdefs/Ajc11CompilerAdapterTest.java
taskdefs/testsrc/org/aspectj/tools/ant/taskdefs/AjcTaskTest.java
taskdefs/testsrc/org/aspectj/tools/ant/taskdefs/AjdocTest.java
taskdefs/testsrc/org/aspectj/tools/ant/taskdefs/TaskdefsTests.java
testing-client/src/org/aspectj/testing/Tester.java
testing-client/testsrc/TestingClientModuleTests.java
testing-client/testsrc/org/aspectj/testing/TesterTest.java
testing-client/testsrc/org/aspectj/testing/TestingTests.java
testing-drivers/src/org/aspectj/testing/drivers/Harness.java
testing-drivers/testsrc/TestingDriversModuleTests.java
testing-drivers/testsrc/org/aspectj/testing/drivers/AjcHarnessTestsUsingJUnit.java
testing-drivers/testsrc/org/aspectj/testing/drivers/AjcTestsUsingJUnit.java
testing-drivers/testsrc/org/aspectj/testing/drivers/AjctestsAdapter.java
testing-drivers/testsrc/org/aspectj/testing/drivers/DriversTests.java
testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessJUnitUtil.java
testing-drivers/testsrc/org/aspectj/testing/drivers/HarnessSelectionTest.java
testing-util/src/org/aspectj/testing/util/TestUtil.java
testing-util/testsrc/TestingUtilModuleTests.java
testing-util/testsrc/org/aspectj/testingutil/TestCompareClassFile.java
testing-util/testsrc/org/aspectj/testingutil/TestUtilTest.java
testing-util/testsrc/org/aspectj/testingutil/UtilTests.java
testing/newsrc/org/aspectj/testing/AjcTest.java
testing/newsrc/org/aspectj/testing/AutowiredXMLBasedAjcTestCase.java
testing/newsrc/org/aspectj/testing/CompileSpec.java
testing/newsrc/org/aspectj/testing/ExpectedMessageSpec.java
testing/newsrc/org/aspectj/testing/ITestStep.java
testing/newsrc/org/aspectj/testing/MakeTestClass.java
testing/newsrc/org/aspectj/testing/OutputLine.java
testing/newsrc/org/aspectj/testing/OutputSpec.java
testing/newsrc/org/aspectj/testing/RunSpec.java
testing/newsrc/org/aspectj/testing/WeaveSpec.java
testing/newsrc/org/aspectj/testing/XMLBasedAjcTestCase.java
testing/src/org/aspectj/internal/tools/ant/taskdefs/Ajctest.java
testing/src/org/aspectj/internal/tools/ant/taskdefs/MainWrapper.java
testing/src/org/aspectj/testing/ajde/CompileCommand.java
testing/src/org/aspectj/testing/harness/bridge/AbstractRunSpec.java
testing/src/org/aspectj/testing/harness/bridge/AjcMessageHandler.java
testing/src/org/aspectj/testing/harness/bridge/AjcTest.java
testing/src/org/aspectj/testing/harness/bridge/CompilerRun.java
testing/src/org/aspectj/testing/harness/bridge/DirChanges.java
testing/src/org/aspectj/testing/harness/bridge/FlatSuiteReader.java
testing/src/org/aspectj/testing/harness/bridge/Globals.java
testing/src/org/aspectj/testing/harness/bridge/IAjcRun.java
testing/src/org/aspectj/testing/harness/bridge/IRunSpec.java
testing/src/org/aspectj/testing/harness/bridge/IncCompilerRun.java
testing/src/org/aspectj/testing/harness/bridge/JavaRun.java
testing/src/org/aspectj/testing/harness/bridge/RunSpecIterator.java
testing/src/org/aspectj/testing/harness/bridge/Sandbox.java
testing/src/org/aspectj/testing/harness/bridge/Validator.java
testing/src/org/aspectj/testing/run/IRun.java
testing/src/org/aspectj/testing/run/IRunIterator.java
testing/src/org/aspectj/testing/run/IRunListener.java
testing/src/org/aspectj/testing/run/IRunStatus.java
testing/src/org/aspectj/testing/run/IRunValidator.java
testing/src/org/aspectj/testing/run/RunIterator.java
testing/src/org/aspectj/testing/run/RunListener.java
testing/src/org/aspectj/testing/run/RunListeners.java
testing/src/org/aspectj/testing/run/RunStatus.java
testing/src/org/aspectj/testing/run/RunValidator.java
testing/src/org/aspectj/testing/run/Runner.java
testing/src/org/aspectj/testing/run/WrappedRunIterator.java
testing/src/org/aspectj/testing/taskdefs/AjcTaskCompileCommand.java
testing/src/org/aspectj/testing/util/AccumulatingFileFilter.java
testing/src/org/aspectj/testing/util/BridgeUtil.java
testing/src/org/aspectj/testing/util/CollectorFileFilter.java
testing/src/org/aspectj/testing/util/Diffs.java
testing/src/org/aspectj/testing/util/FileUtil.java
testing/src/org/aspectj/testing/util/IntRange.java
testing/src/org/aspectj/testing/util/IntValidator.java
testing/src/org/aspectj/testing/util/IteratorWrapper.java
testing/src/org/aspectj/testing/util/LangUtil.java
testing/src/org/aspectj/testing/util/LineReader.java
testing/src/org/aspectj/testing/util/LinkCheck.java
testing/src/org/aspectj/testing/util/Node.java
testing/src/org/aspectj/testing/util/NullPrintStream.java
testing/src/org/aspectj/testing/util/ObjectChecker.java
testing/src/org/aspectj/testing/util/ProxyPrintStream.java
testing/src/org/aspectj/testing/util/RunUtils.java
testing/src/org/aspectj/testing/util/SFileReader.java
testing/src/org/aspectj/testing/util/StandardObjectChecker.java
testing/src/org/aspectj/testing/util/StreamSniffer.java
testing/src/org/aspectj/testing/util/StreamsHandler.java
testing/src/org/aspectj/testing/util/StringAccumulator.java
testing/src/org/aspectj/testing/util/StringVisitor.java
testing/src/org/aspectj/testing/util/TestClassLoader.java
testing/src/org/aspectj/testing/util/TestDiffs.java
testing/src/org/aspectj/testing/util/ValidFileFilter.java
testing/src/org/aspectj/testing/util/WebInstall.java
testing/src/org/aspectj/testing/util/options/Option.java
testing/src/org/aspectj/testing/util/options/Options.java
testing/src/org/aspectj/testing/util/options/Values.java
testing/src/org/aspectj/testing/xml/AjcSpecXmlReader.java
testing/src/org/aspectj/testing/xml/IXmlWritable.java
testing/src/org/aspectj/testing/xml/MessageListXmlReader.java
testing/src/org/aspectj/testing/xml/SoftMessage.java
testing/src/org/aspectj/testing/xml/SoftSourceLocation.java
testing/src/org/aspectj/testing/xml/XMLWriter.java
testing/testsrc/TestingModuleTests.java
testing/testsrc/org/aspectj/testing/harness/bridge/AbstractRunSpecTest.java
testing/testsrc/org/aspectj/testing/harness/bridge/AjcSpecTest.java
testing/testsrc/org/aspectj/testing/harness/bridge/CompilerRunSpecTest.java
testing/testsrc/org/aspectj/testing/harness/bridge/CompilerRunTest.java
testing/testsrc/org/aspectj/testing/harness/bridge/DirChangesTest.java
testing/testsrc/org/aspectj/testing/harness/bridge/ParseTestCase.java
testing/testsrc/org/aspectj/testing/harness/bridge/TestingBridgeTests.java
testing/testsrc/org/aspectj/testing/taskdefs/AjcTaskCompileCommandTest.java
testing/testsrc/org/aspectj/testing/taskdefs/TaskdefTests.java
testing/testsrc/org/aspectj/testing/util/BridgeUtilTest.java
testing/testsrc/org/aspectj/testing/util/FileUtilTest.java
testing/testsrc/org/aspectj/testing/util/IteratorWrapperTest.java
testing/testsrc/org/aspectj/testing/util/LangUtilTest.java
testing/testsrc/org/aspectj/testing/util/MessageUtilTest.java
testing/testsrc/org/aspectj/testing/util/StreamGrabberTest.java
testing/testsrc/org/aspectj/testing/util/TestDiffsTest.java
testing/testsrc/org/aspectj/testing/util/UtilTests.java
testing/testsrc/org/aspectj/testing/util/options/OptionChecker.java
testing/testsrc/org/aspectj/testing/util/options/OptionsTest.java
testing/testsrc/org/aspectj/testing/util/options/OptionsTests.java
testing/testsrc/org/aspectj/testing/util/options/ValuesTest.java
testing/testsrc/org/aspectj/testing/xml/AjcSpecXmlReaderTest.java
testing/testsrc/org/aspectj/testing/xml/MessageListXmlReaderTest.java
testing/testsrc/org/aspectj/testing/xml/TestingXmlTests.java
testing/testsrc/org/aspectj/testing/xml/XMLWriterTest.java
tests/bugs/interAbstract/InterfaceMethodDeclarationAbstract.java
tests/bugs/interAbstract/InterfaceMethodDeclarationFull.java
tests/bugs/interAbstract/InterfaceMethodDeclarationNonPublic.java
tests/bugs/interAbstract/InterfaceMethodDeclarationNone.java
tests/incrementalju/injarTests/classAdded/src/World.java
tests/incrementalju/injarTests/classRemoved/src/World.java
tests/incrementalju/injarTests/src/Hello.java
tests/incrementalju/injarTests/src/Hello2.java
tests/incrementalju/inpathDirTests/classAdded/src/World.java
tests/incrementalju/inpathDirTests/classRemoved/src/World.java
tests/incrementalju/inpathDirTests/classUpdated/src/World.java
tests/incrementalju/inpathDirTests/src/Hello.20.java
tests/incrementalju/inpathDirTests/src/Hello.java
tests/incrementalju/inpathDirTests/src/Hello2.java
tests/incrementalju/resourceTests/resourceAdded/src/World.java
tests/incrementalju/resourceTests/resourceRemoved/src/World.java
tests/incrementalju/resourceTests/src/Hello.java
tests/java5/annotations/within/PlainWithin.java
tests/java5/ataspectj/ataspectj/AllLTWTests.java
tests/java5/ataspectj/ataspectj/TestInterface.java
tests/java5/ataspectj/ataspectj/TestProxyGenerator.java
tests/java5/ataspectj/com/foo/bar/Test$$EnhancerByCGLIB$$12345.java
tests/java5/ataspectj/com/foo/bar/Test.java
tests/new/pointcutLibrary/langlib/Pointcuts.java
tests/src/org/aspectj/systemtest/ajc10x/Ajc10xTests.java
tests/src/org/aspectj/systemtest/ajc11/Ajc11Tests.java
tests/src/org/aspectj/systemtest/ajc120/Ajc120Tests.java
tests/src/org/aspectj/systemtest/ajc121/Ajc121Tests.java
tests/src/org/aspectj/systemtest/ajc150/AccBridgeMethods.java
tests/src/org/aspectj/systemtest/ajc150/Ajc150Tests.java
tests/src/org/aspectj/systemtest/ajc150/AllTestsAspectJ150.java
tests/src/org/aspectj/systemtest/ajc150/AnnotationBinding.java
tests/src/org/aspectj/systemtest/ajc150/AnnotationPointcutsTests.java
tests/src/org/aspectj/systemtest/ajc150/AnnotationRuntimeTests.java
tests/src/org/aspectj/systemtest/ajc150/Annotations.java
tests/src/org/aspectj/systemtest/ajc150/AnnotationsBinaryWeaving.java
tests/src/org/aspectj/systemtest/ajc150/Autoboxing.java
tests/src/org/aspectj/systemtest/ajc150/CovarianceTests.java
tests/src/org/aspectj/systemtest/ajc150/DeclareAnnotationTests.java
tests/src/org/aspectj/systemtest/ajc150/Enums.java
tests/src/org/aspectj/systemtest/ajc150/HasMember.java
tests/src/org/aspectj/systemtest/ajc150/MigrationTests.java
tests/src/org/aspectj/systemtest/ajc150/PerTypeWithinTests.java
tests/src/org/aspectj/systemtest/ajc150/SCCSFixTests.java
tests/src/org/aspectj/systemtest/ajc150/StaticImports.java
tests/src/org/aspectj/systemtest/ajc150/SuppressedWarnings.java
tests/src/org/aspectj/systemtest/ajc150/VarargsTests.java
tests/src/org/aspectj/systemtest/ajc150/ataspectj/AtAjAnnotationGenTests.java
tests/src/org/aspectj/systemtest/ajc150/ataspectj/AtAjMisuseTests.java
tests/src/org/aspectj/systemtest/ajc151/Ajc151Tests.java
tests/src/org/aspectj/systemtest/ajc151/AllTestsAspectJ151.java
tests/src/org/aspectj/systemtest/ajc151/AtAroundTests.java
tests/src/org/aspectj/systemtest/ajc151/NewarrayJoinpointTests.java
tests/src/org/aspectj/systemtest/ajc151/SerialVersionUIDTests.java
tests/src/org/aspectj/systemtest/ajc152/Ajc152Tests.java
tests/src/org/aspectj/systemtest/ajc152/AllTestsAspectJ152.java
tests/src/org/aspectj/systemtest/ajc152/SynchronizationTests.java
tests/src/org/aspectj/systemtest/ajc152/SynchronizationTransformTests.java
tests/src/org/aspectj/systemtest/aspectpath/AspectPathTests.java
tests/src/org/aspectj/systemtest/base/BaseTests.java
tests/src/org/aspectj/systemtest/bringup/BringUpTests.java
tests/src/org/aspectj/systemtest/design/DesignTests.java
tests/src/org/aspectj/systemtest/incremental/IncrementalTests.java
tests/src/org/aspectj/systemtest/incremental/model/IncrementalModelTests.java
tests/src/org/aspectj/systemtest/inpath/InPathTests.java
tests/src/org/aspectj/systemtest/java14/Java14Tests.java
tests/src/org/aspectj/systemtest/knownfailures/KnownfailuresTests.java
tests/src/org/aspectj/systemtest/knownlimitations/KnownLimitationsTests.java
tests/src/org/aspectj/systemtest/options/OptionsTests.java
tests/src/org/aspectj/systemtest/pre10x/AjcPre10xTests.java
tests/src/org/aspectj/systemtest/purejava/PureJavaTests.java
tests/src/org/aspectj/systemtest/serialVerUID/SUIDTests.java
tests/src/org/aspectj/systemtest/xlint/XLintTests.java
util/src/org/aspectj/util/CollectionUtil.java
util/src/org/aspectj/util/ConfigParser.java
util/src/org/aspectj/util/FileUtil.java
util/src/org/aspectj/util/FuzzyBoolean.java
util/src/org/aspectj/util/LangUtil.java
util/src/org/aspectj/util/LineReader.java
util/src/org/aspectj/util/NonLocalExit.java
util/src/org/aspectj/util/PartialOrder.java
util/src/org/aspectj/util/Reflection.java
util/src/org/aspectj/util/StreamPrintWriter.java
util/src/org/aspectj/util/TypeSafeEnum.java
util/src/org/aspectj/util/UtilClassLoader.java
util/testsrc/UtilModuleTests.java
util/testsrc/org/aspectj/util/FileUtilTest.java
util/testsrc/org/aspectj/util/LangUtilTest.java
util/testsrc/org/aspectj/util/UtilTests.java
weaver/src/org/aspectj/weaver/AbstractReferenceTypeDelegate.java
weaver/src/org/aspectj/weaver/Advice.java
weaver/src/org/aspectj/weaver/AdviceKind.java
weaver/src/org/aspectj/weaver/AjAttribute.java
weaver/src/org/aspectj/weaver/AjcMemberMaker.java
weaver/src/org/aspectj/weaver/AnnotatedElement.java
weaver/src/org/aspectj/weaver/AnnotationOnTypeMunger.java
weaver/src/org/aspectj/weaver/AnnotationX.java
weaver/src/org/aspectj/weaver/AsmRelationshipProvider.java
weaver/src/org/aspectj/weaver/BCException.java
weaver/src/org/aspectj/weaver/BetaException.java
weaver/src/org/aspectj/weaver/Checker.java
weaver/src/org/aspectj/weaver/ConcreteTypeMunger.java
weaver/src/org/aspectj/weaver/Constants.java
weaver/src/org/aspectj/weaver/CrosscuttingMembers.java
weaver/src/org/aspectj/weaver/CrosscuttingMembersSet.java
weaver/src/org/aspectj/weaver/Dump.java
weaver/src/org/aspectj/weaver/ExtensibleURLClassLoader.java
weaver/src/org/aspectj/weaver/IClassFileProvider.java
weaver/src/org/aspectj/weaver/IClassWeaver.java
weaver/src/org/aspectj/weaver/ICrossReferenceHandler.java
weaver/src/org/aspectj/weaver/IHasPosition.java
weaver/src/org/aspectj/weaver/IHasSourceLocation.java
weaver/src/org/aspectj/weaver/ISourceContext.java
weaver/src/org/aspectj/weaver/IWeaveRequestor.java
weaver/src/org/aspectj/weaver/IWeaver.java
weaver/src/org/aspectj/weaver/IntMap.java
weaver/src/org/aspectj/weaver/Iterators.java
weaver/src/org/aspectj/weaver/Lint.java
weaver/src/org/aspectj/weaver/Member.java
weaver/src/org/aspectj/weaver/MemberImpl.java
weaver/src/org/aspectj/weaver/NameMangler.java
weaver/src/org/aspectj/weaver/NewConstructorTypeMunger.java
weaver/src/org/aspectj/weaver/NewFieldTypeMunger.java
weaver/src/org/aspectj/weaver/NewMethodTypeMunger.java
weaver/src/org/aspectj/weaver/NewParentTypeMunger.java
weaver/src/org/aspectj/weaver/PerObjectInterfaceTypeMunger.java
weaver/src/org/aspectj/weaver/PerTypeWithinTargetTypeMunger.java
weaver/src/org/aspectj/weaver/Position.java
weaver/src/org/aspectj/weaver/PrivilegedAccessMunger.java
weaver/src/org/aspectj/weaver/ReferenceType.java
weaver/src/org/aspectj/weaver/ReferenceTypeDelegate.java
weaver/src/org/aspectj/weaver/ResolvedMember.java
weaver/src/org/aspectj/weaver/ResolvedMemberImpl.java
weaver/src/org/aspectj/weaver/ResolvedPointcutDefinition.java
weaver/src/org/aspectj/weaver/ResolvedType.java
weaver/src/org/aspectj/weaver/ResolvedTypeMunger.java
weaver/src/org/aspectj/weaver/Shadow.java
weaver/src/org/aspectj/weaver/ShadowMunger.java
weaver/src/org/aspectj/weaver/SourceContextImpl.java
weaver/src/org/aspectj/weaver/StaticJoinPointFactory.java
weaver/src/org/aspectj/weaver/UnresolvedType.java
weaver/src/org/aspectj/weaver/VersionedDataInputStream.java
weaver/src/org/aspectj/weaver/WeaverMessages.java
weaver/src/org/aspectj/weaver/WeaverMetrics.java
weaver/src/org/aspectj/weaver/WeaverStateInfo.java
weaver/src/org/aspectj/weaver/World.java
weaver/src/org/aspectj/weaver/ast/ASTNode.java
weaver/src/org/aspectj/weaver/ast/And.java
weaver/src/org/aspectj/weaver/ast/Call.java
weaver/src/org/aspectj/weaver/ast/CallExpr.java
weaver/src/org/aspectj/weaver/ast/Expr.java
weaver/src/org/aspectj/weaver/ast/FieldGet.java
weaver/src/org/aspectj/weaver/ast/FieldGetCall.java
weaver/src/org/aspectj/weaver/ast/HasAnnotation.java
weaver/src/org/aspectj/weaver/ast/IExprVisitor.java
weaver/src/org/aspectj/weaver/ast/ITestVisitor.java
weaver/src/org/aspectj/weaver/ast/Instanceof.java
weaver/src/org/aspectj/weaver/ast/Literal.java
weaver/src/org/aspectj/weaver/ast/Not.java
weaver/src/org/aspectj/weaver/ast/Or.java
weaver/src/org/aspectj/weaver/ast/Test.java
weaver/src/org/aspectj/weaver/ast/Var.java
weaver/src/org/aspectj/weaver/bcel/BcelAdvice.java
weaver/src/org/aspectj/weaver/bcel/BcelAttributes.java
weaver/src/org/aspectj/weaver/bcel/BcelCflowAccessVar.java
weaver/src/org/aspectj/weaver/bcel/BcelCflowCounterFieldAdder.java
weaver/src/org/aspectj/weaver/bcel/BcelCflowStackFieldAdder.java
weaver/src/org/aspectj/weaver/bcel/BcelClassWeaver.java
weaver/src/org/aspectj/weaver/bcel/BcelField.java
weaver/src/org/aspectj/weaver/bcel/BcelFieldRef.java
weaver/src/org/aspectj/weaver/bcel/BcelMethod.java
weaver/src/org/aspectj/weaver/bcel/BcelObjectType.java
weaver/src/org/aspectj/weaver/bcel/BcelRenderer.java
weaver/src/org/aspectj/weaver/bcel/BcelShadow.java
weaver/src/org/aspectj/weaver/bcel/BcelTypeMunger.java
weaver/src/org/aspectj/weaver/bcel/BcelVar.java
weaver/src/org/aspectj/weaver/bcel/BcelWeaver.java
weaver/src/org/aspectj/weaver/bcel/BcelWorld.java
weaver/src/org/aspectj/weaver/bcel/ClassPathManager.java
weaver/src/org/aspectj/weaver/bcel/ExceptionRange.java
weaver/src/org/aspectj/weaver/bcel/KindedAnnotationAccessVar.java
weaver/src/org/aspectj/weaver/bcel/LazyClassGen.java
weaver/src/org/aspectj/weaver/bcel/LazyMethodGen.java
weaver/src/org/aspectj/weaver/bcel/Range.java
weaver/src/org/aspectj/weaver/bcel/ShadowRange.java
weaver/src/org/aspectj/weaver/bcel/TypeAnnotationAccessVar.java
weaver/src/org/aspectj/weaver/bcel/UnwovenClassFile.java
weaver/src/org/aspectj/weaver/bcel/UnwovenClassFileWithThirdPartyManagedBytecode.java
weaver/src/org/aspectj/weaver/bcel/Utility.java
weaver/src/org/aspectj/weaver/bcel/ZipFileWeaver.java
weaver/src/org/aspectj/weaver/internal/tools/PointcutExpressionImpl.java
weaver/src/org/aspectj/weaver/internal/tools/TypePatternMatcherImpl.java
weaver/src/org/aspectj/weaver/patterns/AndAnnotationTypePattern.java
weaver/src/org/aspectj/weaver/patterns/AndPointcut.java
weaver/src/org/aspectj/weaver/patterns/AndTypePattern.java
weaver/src/org/aspectj/weaver/patterns/AnnotationPatternList.java
weaver/src/org/aspectj/weaver/patterns/AnnotationPointcut.java
weaver/src/org/aspectj/weaver/patterns/AnnotationTypePattern.java
weaver/src/org/aspectj/weaver/patterns/ArgsAnnotationPointcut.java
weaver/src/org/aspectj/weaver/patterns/ArgsPointcut.java
weaver/src/org/aspectj/weaver/patterns/BasicToken.java
weaver/src/org/aspectj/weaver/patterns/BasicTokenSource.java
weaver/src/org/aspectj/weaver/patterns/BindingAnnotationTypePattern.java
weaver/src/org/aspectj/weaver/patterns/BindingPattern.java
weaver/src/org/aspectj/weaver/patterns/BindingTypePattern.java
weaver/src/org/aspectj/weaver/patterns/Bindings.java
weaver/src/org/aspectj/weaver/patterns/CflowPointcut.java
weaver/src/org/aspectj/weaver/patterns/ConcreteCflowPointcut.java
weaver/src/org/aspectj/weaver/patterns/Declare.java
weaver/src/org/aspectj/weaver/patterns/DeclareAnnotation.java
weaver/src/org/aspectj/weaver/patterns/DeclareErrorOrWarning.java
weaver/src/org/aspectj/weaver/patterns/DeclareParents.java
weaver/src/org/aspectj/weaver/patterns/DeclarePrecedence.java
weaver/src/org/aspectj/weaver/patterns/DeclareSoft.java
weaver/src/org/aspectj/weaver/patterns/ExactAnnotationTypePattern.java
weaver/src/org/aspectj/weaver/patterns/ExactTypePattern.java
weaver/src/org/aspectj/weaver/patterns/ExposedState.java
weaver/src/org/aspectj/weaver/patterns/FastMatchInfo.java
weaver/src/org/aspectj/weaver/patterns/FormalBinding.java
weaver/src/org/aspectj/weaver/patterns/HandlerPointcut.java
weaver/src/org/aspectj/weaver/patterns/IScope.java
weaver/src/org/aspectj/weaver/patterns/IToken.java
weaver/src/org/aspectj/weaver/patterns/ITokenSource.java
weaver/src/org/aspectj/weaver/patterns/IfPointcut.java
weaver/src/org/aspectj/weaver/patterns/KindedPointcut.java
weaver/src/org/aspectj/weaver/patterns/ModifiersPattern.java
weaver/src/org/aspectj/weaver/patterns/NameBindingPointcut.java
weaver/src/org/aspectj/weaver/patterns/NamePattern.java
weaver/src/org/aspectj/weaver/patterns/NotAnnotationTypePattern.java
weaver/src/org/aspectj/weaver/patterns/NotPointcut.java
weaver/src/org/aspectj/weaver/patterns/NotTypePattern.java
weaver/src/org/aspectj/weaver/patterns/OrAnnotationTypePattern.java
weaver/src/org/aspectj/weaver/patterns/OrPointcut.java
weaver/src/org/aspectj/weaver/patterns/OrTypePattern.java
weaver/src/org/aspectj/weaver/patterns/ParserException.java
weaver/src/org/aspectj/weaver/patterns/PatternNode.java
weaver/src/org/aspectj/weaver/patterns/PatternParser.java
weaver/src/org/aspectj/weaver/patterns/PerCflow.java
weaver/src/org/aspectj/weaver/patterns/PerClause.java
weaver/src/org/aspectj/weaver/patterns/PerFromSuper.java
weaver/src/org/aspectj/weaver/patterns/PerObject.java
weaver/src/org/aspectj/weaver/patterns/PerSingleton.java
weaver/src/org/aspectj/weaver/patterns/PerTypeWithin.java
weaver/src/org/aspectj/weaver/patterns/Pointcut.java
weaver/src/org/aspectj/weaver/patterns/PointcutEvaluationExpenseComparator.java
weaver/src/org/aspectj/weaver/patterns/PointcutRewriter.java
weaver/src/org/aspectj/weaver/patterns/ReferencePointcut.java
weaver/src/org/aspectj/weaver/patterns/SignaturePattern.java
weaver/src/org/aspectj/weaver/patterns/SimpleScope.java
weaver/src/org/aspectj/weaver/patterns/ThisOrTargetAnnotationPointcut.java
weaver/src/org/aspectj/weaver/patterns/ThisOrTargetPointcut.java
weaver/src/org/aspectj/weaver/patterns/ThrowsPattern.java
weaver/src/org/aspectj/weaver/patterns/TypePattern.java
weaver/src/org/aspectj/weaver/patterns/TypePatternList.java
weaver/src/org/aspectj/weaver/patterns/TypePatternQuestions.java
weaver/src/org/aspectj/weaver/patterns/WildAnnotationTypePattern.java
weaver/src/org/aspectj/weaver/patterns/WildTypePattern.java
weaver/src/org/aspectj/weaver/patterns/WithinAnnotationPointcut.java
weaver/src/org/aspectj/weaver/patterns/WithinCodeAnnotationPointcut.java
weaver/src/org/aspectj/weaver/patterns/WithinPointcut.java
weaver/src/org/aspectj/weaver/patterns/WithincodePointcut.java
weaver/src/org/aspectj/weaver/tools/FuzzyBoolean.java
weaver/src/org/aspectj/weaver/tools/GeneratedClassHandler.java
weaver/src/org/aspectj/weaver/tools/PointcutExpression.java
weaver/src/org/aspectj/weaver/tools/PointcutParser.java
weaver/src/org/aspectj/weaver/tools/PointcutPrimitive.java
weaver/src/org/aspectj/weaver/tools/TypePatternMatcher.java
weaver/src/org/aspectj/weaver/tools/WeavingAdaptor.java
weaver/src/org/aspectj/weaver/tools/WeavingClassLoader.java
weaver/testinputdata/org/aspectj/weaver/test/DynamicHelloWorld.java
weaver/testinputdata/org/aspectj/weaver/test/FancyHelloWorld.java
weaver/testinputdata/org/aspectj/weaver/test/FieldyHelloWorld.java
weaver/testinputdata/org/aspectj/weaver/test/HelloWorld.java
weaver/testinputdata/org/aspectj/weaver/test/MultiArgHelloWorld.java
weaver/testinputdata/org/aspectj/weaver/test/Test.java
weaver/testinputdata/org/aspectj/weaver/test/TestSwitchy.java
weaver/testsrc/BcweaverModuleTests.java
weaver/testsrc/org/aspectj/weaver/AbstractWorldTestCase.java
weaver/testsrc/org/aspectj/weaver/BcweaverTests.java
weaver/testsrc/org/aspectj/weaver/DumpTestCase.java
weaver/testsrc/org/aspectj/weaver/LocaleTest.java
weaver/testsrc/org/aspectj/weaver/MemberTestCase.java
weaver/testsrc/org/aspectj/weaver/TestShadow.java
weaver/testsrc/org/aspectj/weaver/TypeXTestCase.java
weaver/testsrc/org/aspectj/weaver/WeaverMessagesTestCase.java
weaver/testsrc/org/aspectj/weaver/bcel/AfterReturningWeaveTestCase.java
weaver/testsrc/org/aspectj/weaver/bcel/AfterThrowingWeaveTestCase.java
weaver/testsrc/org/aspectj/weaver/bcel/AfterWeaveTestCase.java
weaver/testsrc/org/aspectj/weaver/bcel/ArgsWeaveTestCase.java
weaver/testsrc/org/aspectj/weaver/bcel/AroundArgsWeaveTestCase.java
weaver/testsrc/org/aspectj/weaver/bcel/AroundWeaveTestCase.java
weaver/testsrc/org/aspectj/weaver/bcel/BcelTests.java
weaver/testsrc/org/aspectj/weaver/bcel/BeforeWeaveTestCase.java
weaver/testsrc/org/aspectj/weaver/bcel/CheckerTestCase.java
weaver/testsrc/org/aspectj/weaver/bcel/FieldSetTestCase.java
weaver/testsrc/org/aspectj/weaver/bcel/HierarchyDependsTestCase.java
weaver/testsrc/org/aspectj/weaver/bcel/IdWeaveTestCase.java
weaver/testsrc/org/aspectj/weaver/bcel/MegaZipTestCase.java
weaver/testsrc/org/aspectj/weaver/bcel/MoveInstructionsWeaveTestCase.java
weaver/testsrc/org/aspectj/weaver/bcel/NonstaticWeaveTestCase.java
weaver/testsrc/org/aspectj/weaver/bcel/PatternWeaveTestCase.java
weaver/testsrc/org/aspectj/weaver/bcel/PointcutResidueTestCase.java
weaver/testsrc/org/aspectj/weaver/bcel/TjpWeaveTestCase.java
weaver/testsrc/org/aspectj/weaver/bcel/TraceJarWeaveTestCase.java
weaver/testsrc/org/aspectj/weaver/bcel/UtilityTestCase.java
weaver/testsrc/org/aspectj/weaver/bcel/WeaveOrderTestCase.java
weaver/testsrc/org/aspectj/weaver/bcel/WeaveTestCase.java
weaver/testsrc/org/aspectj/weaver/bcel/WorldTestCase.java
weaver/testsrc/org/aspectj/weaver/bcel/ZipTestCase.java
weaver/testsrc/org/aspectj/weaver/patterns/AndOrNotTestCase.java
weaver/testsrc/org/aspectj/weaver/patterns/AnnotationPatternMatchingTestCase.java
weaver/testsrc/org/aspectj/weaver/patterns/AnnotationPatternTestCase.java
weaver/testsrc/org/aspectj/weaver/patterns/ArgsTestCase.java
weaver/testsrc/org/aspectj/weaver/patterns/BindingTestCase.java
weaver/testsrc/org/aspectj/weaver/patterns/ConcretizationTestCase.java
weaver/testsrc/org/aspectj/weaver/patterns/DeclareErrorOrWarningTestCase.java
weaver/testsrc/org/aspectj/weaver/patterns/ModifiersPatternTestCase.java
weaver/testsrc/org/aspectj/weaver/patterns/NamePatternParserTestCase.java
weaver/testsrc/org/aspectj/weaver/patterns/NamePatternTestCase.java
weaver/testsrc/org/aspectj/weaver/patterns/ParserTestCase.java
weaver/testsrc/org/aspectj/weaver/patterns/PatternsTests.java
weaver/testsrc/org/aspectj/weaver/patterns/PointcutRewriterTest.java
weaver/testsrc/org/aspectj/weaver/patterns/SignaturePatternTestCase.java
weaver/testsrc/org/aspectj/weaver/patterns/TestScope.java
weaver/testsrc/org/aspectj/weaver/patterns/ThisOrTargetTestCase.java
weaver/testsrc/org/aspectj/weaver/patterns/TypePatternListTestCase.java
weaver/testsrc/org/aspectj/weaver/patterns/TypePatternTestCase.java
weaver/testsrc/org/aspectj/weaver/patterns/WildTypePatternResolutionTestCase.java
weaver/testsrc/org/aspectj/weaver/patterns/WithinTestCase.java
weaver/testsrc/org/aspectj/weaver/tools/PointcutExpressionTest.java
weaver/testsrc/org/aspectj/weaver/tools/PointcutParserTest.java
weaver/testsrc/org/aspectj/weaver/tools/ToolsTests.java
weaver/testsrc/org/aspectj/weaver/tools/TypePatternMatcherTest.java

index cd405191535d36a173625b0bc337d5bb8454fb75..e9b8c4bc163de23615f34bb707c72b5ac8ed4815 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Mik Kersten     initial implementation 
index d2c9bde068bcf768db174d445950cdc7b42016d1..4db101fe499f8e9984d8ba306163f7b9b410d03a 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Mik Kersten     initial implementation 
index 8cef1acec298e69c1f2e120754b8baef5539caaa..d88799b627f06293cd505d35ccdee92058fdd399 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Mik Kersten     initial implementation 
index 02a4a18f806d8fcb56e768696ad1c74a369f8c10..d458da3389582f7f972636c7e7c1d792d53d0551 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Mik Kersten     initial implementation 
index 7741a64caaa47008db52c5bc194c146589daf1e8..45c66f821711c0f526daf2a7d184ba6fd24fa2ae 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Mik Kersten     initial implementation 
index b7ef7e27f42fe94c5bd9f8877c5aab9ad7903ad7..d0024aac832c2577aa1875c406c0377edaaedec9 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Mik Kersten     initial implementation 
index 508ce48920c358ba9cc24f43fe1be9c5b897bff5..28ce68a1c68d49846f34685b7aba9a1fa9afd027 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Mik Kersten     initial implementation 
index ff88efbc5964a48d4aa50fd25086835c7be23658..ba6ebee879079cb872e77c63375a0631ed23a04a 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Mik Kersten     initial implementation 
index b32391c42bfdc38f112796fe54b2c38ab6256853..42c60a203a123154fc958eaf2a0922b853506c01 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Mik Kersten     initial implementation 
index 060cf0e5d81e42b083f260c6bccbf712a692a708..d58834ae3d9662e83c54f4de2c771c5aec336912 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Mik Kersten     initial implementation 
index b13b1755ec5c8f9f7ffbefe378b6f3f5485e2b1e..39013169d69d671e476dc7cdb03e72cdac1b22ab 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Mik Kersten     initial implementation 
index 3334d63fdbeb3e13047c1b8c5a6f390a8f897d5e..35b6a60becb32e5726b5fd25561142f9e6dfe184 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Mik Kersten     initial implementation 
index e057d505796c99dc38b03dd00c6e750d4eb009ae..8304a9e58c205eb67eea2415424b8db17340b4e2 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Mik Kersten     initial implementation 
index 377ea873fbd0e483ff0ea9139eb7e6f9ff46020a..9ac44d0d906434142e6c344a12a76b702c730d2c 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Mik Kersten     initial implementation 
index c20ccc518cb49c098758bfe8791fc2a2b96b2d8e..b7a0f1ff6ddc71f946a088e268e9623e48b2886a 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 4e3ec7f9edea5e3e9baacdd20362d757e7341c02..779e7fee6e2e7be9c6e0ba59fbeb209cb59e9f6f 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2005 Contributors.
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *   Adrian Colyer                                                                     initial implementation
index 45ee9dfeee746d779adb1cf5f08d447ad6ea5907..c687758a8bc92508368b91178756146595fc34f4 100644 (file)
@@ -3,9 +3,9 @@
  * 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *    Andy Clement     initial implementation 
index a75a89eeb6f13624188f21f9af155bdb092f0733..4c92bca3b00b2f8eb151b46800a3786ff1051407 100644 (file)
@@ -3,9 +3,9 @@
  * 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *    Andy Clement     initial implementation 
index 0e292b614c66a1b5255cdc2abb28e4798bcb741d..e54dda09bf8e96a67d5b1029251db3ee3c4c294a 100644 (file)
@@ -3,9 +3,9 @@
  * 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *    Andy Clement     initial implementation 
index ad7c6303503e72a6c70d4d7e71c498e288de131b..4b609fd0686ca17acdc8978b3b4b6ce4d1458d51 100644 (file)
@@ -3,9 +3,9 @@
  * 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *    Andy Clement     initial implementation 
index eba2cb1f30c8c0edfe8808d03cc9c8f9f9825869..1959f20d82c62f47df904f3092de9c288520f4f9 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation {date}
index de1b0cc703f27a25ba983eda12826938efb55d09..6feeeddf4a934a3009d725cebabc2e538d154e10 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation {date}
index 51783dc9c5cc6c8038faec9ec852a343da579ba4..ac934484f20da516b8540bc18705834f71c93fbe 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation {date}
index 50ac79f38411d245c353a5a6c22a24dedc06e96c..60dc5cd9fa19836fe7e34021f6e3e4d011969f2a 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation {date}
index c4049497521eeee5c9143703b275df0285649547..38e8ac11f39ff7af84aa2c1a80ed914ffa2d4bea 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation {date}
index 8df05e00ddf1b3876c31a76499b59a68f84b37e6..c08418cc88e1348d1eb007dfbad7605bf5fb827a 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation {date}
index 7f1affe334cf4e8d07696c932b59c73348753e21..37c6deaf320497dfe39c8682e8ddd82fb74e1376 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation {date}
index b8136de354cafe7f7f8a5df0460d7a655a0c9920..a35b865949b29f63121c5a9e3ba1029ce8d02ea7 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC         initial implementation 
index 53d43c462c81633db733525521e1912fbecbf896..266f3b86863801ca83375e2d6f70e073f0a1dfeb 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 2cb5f9ddccf2237aa8dd57dc205bb932dee5cc60..3220dd6d941580ab4ef72a6663bc6c086b1273dc 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 4a183d109042741bb8c727b13d37b6e0262c0917..0ee425de94c3fb624a47b701ce13f0c00fc2e9bb 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation {date}
index de28f064b3c4b5af8ecfef3b17dd61b5bd73b6a9..7b758c17e54f763c587323d6c5a6136cd4ea40ed 100644 (file)
@@ -3,9 +3,9 @@
  * 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *    Andy Clement     initial implementation 
index bf309171715f61f96877a125dc765a4f6125f0a2..e7d21665552d9e1f08f941fa110d01a8c204ad02 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation {date}
index b1d11ad7482a25e2173928ee5bb46eccf86da59f..6fd5cfac77ae9862cb3f5eb626d305da61343c16 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation {date}
index 8028d11fe1fbda95af6441fde12930f0e7deeda2..9c68a83c1604d815d052518e0990a0548fd73e00 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation 
index 64afdc175e402d4bb811f2af3ed9f06eda9794b1..4537025f0148c043f57b1b30df1f46d2ac7a15c1 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation {date}
index 85d443a93c61fc99919e816b43419a50722b07f1..c3b2f333f17e4fe8270a9e31a3b59ee2b77bbce1 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation {date}
index b1c8b73b198e5d9a528c86088f607426b42316a2..d6c46483fc407b7a6c2d2985dae1951cca367f1e 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation {date}
index 52113f5706f8cfac8a7d519888825b8d13d5bfe0..87ed8577477fe1a663121c7c266e2d894dfb8aef 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation {date}
index 5b661e771d3d6e8411685fd7c083ff2b8342ac62..96dd9e765a89511fd9bac064091054e5800d3a3e 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation 
index 7db628cb0147440cf27a981d915d84da8c782608..ced29d489696221dbe51b9e21f74ba80a21ea28d 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation 
index 0f6c1e98134b7b1d2a09033b956311e3fff9f312..c863fda836e495ac240808cd6c45ff6009aa0d16 100644 (file)
@@ -1,8 +1,8 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM All rights reserved. This program and the accompanying
- * materials are made available under the terms of the Common Public License
+ * materials are made available under the terms of the Eclipse Public License
  * v1.0 which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors: Andy Clement - initial implementation
  ******************************************************************************/
index 87c6dc21e5a9669769e245ae6e33ee7c080bb64a..db2d1c78c73c30c6213361aceca0125bebdb500d 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation {date}
index e1c9f382cfd302192e23b63df180aa06478e7140..fa0f437e23b27a39126b91d545b78ae749a3f6d3 100644 (file)
@@ -1,8 +1,8 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM All rights reserved. This program and the accompanying
- * materials are made available under the terms of the Common Public License
+ * materials are made available under the terms of the Eclipse Public License
  * v1.0 which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors: Andy Clement - initial implementation
  ******************************************************************************/
index d4d57b9347a12539d04745a70fa46634ad9aca66..305179a3c04dc3ac4138ac6eda088cc3a1c45940 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation 
index 9ede5f03ce30a911aebc37f7b3bbdb04274cfc8f..a91947549d0d30dd227f9e489026394cbe29e6a9 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation 
index a08df20b65adfc8ccb04503c3e8a449c780874c6..b62e5d88f2e52e58cbd95d71249a1cf3c195b4b4 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation 
index 8ba4f2fa105d9bc0b0bb787bcfdb9a3bb131f83a..6c0258bebc2a2a1f849e3e3bf93aadeb2204a7e1 100644 (file)
@@ -1,8 +1,8 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM All rights reserved. This program and the accompanying
- * materials are made available under the terms of the Common Public License
+ * materials are made available under the terms of the Eclipse Public License
  * v1.0 which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors: Andy Clement - initial implementation
  ******************************************************************************/
index 3c1a8cf02325eab95a70162991dd5fecac0f4a6b..c217e083edfabf865a1f2753669b83ae8a1c94e4 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2005 Contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer     initial implementation 
index ec60440cb340814dccc3ef551a74525106dc2723..b4b8dbce3347b1e6c7a777943bbcf72dcc0d8e27 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2005 Contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement (IBM)     initial implementation 
index 37883221dae7cadc4ac9700e6c9d81ea005c6d98..f0e5de738bc416943a3b7b5c3276c63d9a9517a7 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2005 Contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement (IBM)     initial implementation 
index 914085149aa8836c13b63145db5c72f904887569..41eba95e089de998fdf4162ce1397444bbc7a50a 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation 
index dab8e7cf35184a9531a5b46a18d87ec73cb2e380..5b4bbbaa95a99e3ca8868187984c822f2ceb7f34 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation 
index 8d457628463c9c7b15cd63b72376ed8cd986797a..d0afaef41185b57737259d40d27b51169e071e63 100644 (file)
@@ -1,8 +1,8 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM All rights reserved. This program and the accompanying
- * materials are made available under the terms of the Common Public License
+ * materials are made available under the terms of the Eclipse Public License
  * v1.0 which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors: Andy Clement - initial implementation
  ******************************************************************************/
index 7a1925dde1fdc30dbf35c9e68aeada7c43863c17..4c8c463cbaa52304d2b200e28e0de61f88e4626e 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation 
index 4617133fe9b0e0afb50bdae1c3728f3855bc558e..fad1dad2c4c3078716e05c0b86448b8374502a1f 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation 
index 88313faf32c01e3699ab849859c84ccd91cfe18c..5b2e17af8d263a3fd573f0a4973bc1606c6a012c 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation 
index fd4e75e81dd3e3b8ef9f473701e890a10ac114ba..1ed7e8381a3e4a77642e36d34d84d1fb869fb1ba 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation 
index e8e6e2d192ddd78de4f180c5414d1c6ee55c48b4..52590bf71e9964e3d4d9615ab43855561183cad3 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement -     initial implementation 
index 9f008e63aa460847771fdf6c81b2d8708abd4024..7c4ed13af734c16730381126180f45eb29b9de5d 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 5bfe0b97187d5d1d6a1aaa7cfd3c4cfe46a93cee..5c8c080fb2e9744ac62f0cd6479c49932fee5f35 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index e0bfbb2b2247528e0dbbf24ccd38614a97ae8c18..b77d58e591ab48810fe206145bfd116e30b98d02 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index ebcec9cf6867b8c465b7689978bb33c441e975c7..e0daa21a2a739ca77de7ebebf020a12135872561 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index d3846db7363477c038ff27630c87c30bbaa2453c..1c3beb9f39db6f9ba029000f5045c41a1e69d096 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index cd36cb70355ab2183ce58436e3b93481a4a64dbc..324c5f039fb50857dfe8fb9a9f911324dd72af37 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 59d5f33662c546eef962d52d1ace9a7899d73d3b..4326f7263f1624fddf359501fe56f0ea93b0e634 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index ba6d61ee35b2dc3f3b8bb4241dbdc687d321da06..e5c74579721b55533b4a5a001592edf2127c4340 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 8d69e3a5f01ca04e2e978026d82ccf033b02b058..91ccad4c1b76d7adc5a60f1be64001ba5dab6176 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 7187b2c4685d2f4ce909861c54023a347bd6ef94..dc6fb34aeb5f7b29afca7e354ac8f916ce6fdb3d 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 85d782302eb7ffd158b6ae5dc6464ab4ab5abf0e..0dc82172f4dee8fa0faba3954d6a8a80fd4103af 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index b019403253b4693923e3229861519347a9d86db2..0c3422ecc10782d9467f268197437252c49741fd 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index f783524163035028866b378b10d9d27d3ba79324..78a716c3a72e04141fb4f50dbf5f3ba2c7adbabe 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 6f2cfb9c1e775ef1f1d7dce3690eb1ab96bd97a2..bc0c47171700b7853580a27b472441cdf188ae10 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index dcedf56169c9691e340b4e90135c5b25afdcf548..c08d24f608ca145e8e5a73776015c70caa4e3dbf 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     Xerox/PARC     initial implementation
index 3be106b333b22726e193d1499bee8334bd9d4d66..28ba5f5bbfa69dd80ec9b9dff5f67534c0740fa8 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *    Andy Clement IBM     initial implementation 30-May-2004
index 23e28ea60940d5226b5fca17c33965f44398c662..c15de60ce279086e69937af60a1a9e94c4a6eaa9 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index eb06558cd206885e312f1f5199c3c6be6c54aed0..5d0b1d0f801ead71979ac3849d21a98f0d7c5be3 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index fdb8307acb5a202d6b8d333651f4a856b6f3b675..dc357a8b169da20ad73b1a7dda70059b20fdcca4 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 2f4482cece663a18bd488c71925239c1ca7a3484..19c5ee2681bd772559311308a7e0c0d1e014c1a0 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 3791d20cc057dedd9ab3d149679a4590b87305ac..6339a16331026f0973dfa5de267f8015181d521a 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 073b8a7929b57f58181e4d39ffeb06cf07ec4415..147a88fd3610f467dc02f531860ba025acb7492b 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 38ed686269a68e315e9521fc5e0c6f2b41eab4a1..6bc2fc09bfd90869ae67c5b484d3551b63ca135d 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 48f0d60834d2517bc62821fa00992054f6dee311..26ab7ce5f8ed13cf29a9f54e5fafe6e5db3ea860 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 88370753fba4f10d9eb7dbf6375899b8be178f24..e3c720ee627a8a2ca0edd3282c080beadc44c1e8 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 593942e2a198615d3d7917bcbb2dca39f00446c7..6ac6b5ba628997ec37cade57ead4a8c1168b38ed 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index a12e851d94a5b54ff9d61b7b0d91bbd911c78fa4..3aa1701bbdc04ae63cc60e009ebfddfbd8889b0c 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
@@ -70,7 +70,7 @@ public class Checklics extends MatchingTask {
                final String LIC_APL =
                        "Apache Software Foundation (http://www.apache.org/)";
                final String LIC_MPL = "http://aspectj.org/MPL/";
-        final String LIC_CPL = "Common Public License";
+        final String LIC_CPL = "Eclipse Public License";
         final String LIC_ECPL = " Public License";
                License APL = new License(APACHE_TAG, LIC_APL, APACHE);
                License MPL = new License(MPL_TAG, LIC_MPL, XEROX);
@@ -553,9 +553,9 @@ class HeaderInfo {
     void writeRest(PrintWriter writer) {
         writer.println(" * All rights reserved. ");
         writer.println(" * This program and the accompanying materials are made available ");
-        writer.println(" * under the terms of the Common Public License v1.0 ");
+        writer.println(" * under the terms of the Eclipse Public License v1.0 ");
         writer.println(" * which accompanies this distribution and is available at ");
-        writer.println(" * http://www.eclipse.org/legal/cpl-v10.html ");
+        writer.println(" * http://www.eclipse.org/legal/epl-v10.html ");
         writer.println(" *  ");
         writer.println(" * Contributors: ");
         writer.println(" *     Xerox/PARC     initial implementation ");
@@ -579,9 +579,9 @@ class HeaderInfo {
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     Xerox/PARC     initial implementation
index 4d3d8ad3184cd43bcf4e0405bf7dde238b42409d..99ab1ab44877d3baa0beb78cce49c9ca727310d3 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 624ed44c170714e4000bb02b9ccc29784b08fc66..664616c07b8a69d6b2caf6a85c7882bbb453fc90 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 4459bf310f68830d9889b0091c0b34b3d48b9c98..a33505d95e6462245fe95677ca1452962afd891c 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index ceeacee8530711cfca06039384d445bf4b7999a4..bd3b996095723b96573c5e5e9c1293440799e193 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index ff1d9f4d18f2b40a573b0a3c6b0d41b11d8805bc..92b271c69bf337e1cb4e91c042dcae678bfc012f 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 29aa63cd5c92c975cd2784aba5398137fa3f8848..ed0a453e1a19b6a866ee9ff349f920b8c568a849 100644 (file)
@@ -4,9 +4,9 @@
  *               2005 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 7175eb61cb221c8989659dacf2af086d648b9fa4..5f1de4fcb7ac993aedff4fc68fdf01f6450a2657 100644 (file)
@@ -3,9 +3,9 @@
  *               2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC           initial implementation 
index c7b12d4a9472b183675bca3673c0732d9f4ad93b..4752fd645931777f8fe67c5e61e8d2d4bf4d845c 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 80d1d8ca5a1dcb4f13d94007b512f2dfd4921c29..b89e9fd1a520dc36176179fd4ed6fe5a173d34d7 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 39ace3485b2b27e823e9eb5457469cf262df6bf7..49391fe68a65204f4bd5c64f5858f2d7e3b35d60 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 90e6f387974365a097e9a930cf09735803a69da3..c695a4f8eb2e9976e8624af055cb41a89063ad49 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index dcd5956cef0286750f5e320a52141be70f637420..f95b43b5b78a98e733e5663a495fcb1749e6ecb3 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation 
@@ -443,8 +443,8 @@ class SamplesRenderer {
     public static final String COPYRIGHT = 
         "<p><small>Copyright 2003 Contributors. All Rights Reserved. "
         + "This sample code is made available under the Common Public "\r        + "License version 1.0 available at "
-        + "<a href=\"http://www.eclipse.org/legal/cpl-v10.html\">"
-        + "http://www.eclipse.org/legal/cpl-v10.html</a>."
+        + "<a href=\"http://www.eclipse.org/legal/epl-v10.html\">"
+        + "http://www.eclipse.org/legal/epl-v10.html</a>."
         + "Contributors are listed in this document as authors. "
         + "Permission to republish portions of this sample code "
         + "is hereby granted if the publication acknowledges "
index 3b676d4e48d36514a30b515b3f7b59bfaf9d28ee..0e3cfe1f616b69975b42bfba66d2a2827ce45ed9 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 6939c6db4e0c8bb11c7ba115a58779000d1ce879..3ca6f78f6bfbd7ada24cdc72a1fe870471d5fe79 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index a7d696cc0837a9122e5d5d33863de37aa0c01b98..de979ad73e7f48865df9a0b805bbd82cc96fca74 100644 (file)
@@ -4,9 +4,9 @@
  *               2005 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 5403745733de2fc3a2721c943f077157ec523c93..0802c78034d7e044ff9a8330929cb9aac58c04a0 100644 (file)
@@ -4,9 +4,9 @@
  *               2005 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 8201a8f68b064eee8c050b5bae7bcee6ebfd12d8..59d80b592d7dd3210e8cf586ba7ce981a1c0b5d2 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     Matthew Webster    initial implementation
index 0d1541e2a0a5c2d917a92d31f349c75e2975eca4..f14d3c4e8e7d339f6f94d0e2731bd8185c2df9d2 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************\r
  * Copyright (c) 2004 IBM Corporation and others.\r
  * All rights reserved. This program and the accompanying materials \r
- * are made available under the terms of the Common Public License v1.0\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
  * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/cpl-v10.html\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
  * \r
  * Contributors:\r
  *     IBM Corporation - initial API and implementation\r
index efbea5be2d1f0a0a9e9cd869633e854edb91daa8..1bb20c4d8d194b15f5f25e0920fb7eaf853bb85a 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************\r
  * Copyright (c) 2004 IBM Corporation and others.\r
  * All rights reserved. This program and the accompanying materials \r
- * are made available under the terms of the Common Public License v1.0\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
  * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/cpl-v10.html\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
  * \r
  * Contributors:\r
  *     IBM Corporation - initial API and implementation\r
index a995ff15c3d981db5a135e101e35cd39b9d4ba71..e2c7092891294f17d62a234545cd1e6e883b14c2 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************\r
  * Copyright (c) 2004 IBM Corporation and others.\r
  * All rights reserved. This program and the accompanying materials \r
- * are made available under the terms of the Common Public License v1.0\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
  * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/cpl-v10.html\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
  * \r
  * Contributors:\r
  *     IBM Corporation - initial API and implementation\r
index 468a3690fb9f51036663476ecaa50f495d980acc..166c8a70c2470928024ac5e65d5060146550b540 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************\r
  * Copyright (c) 2004 IBM Corporation and others.\r
  * All rights reserved. This program and the accompanying materials \r
- * are made available under the terms of the Common Public License v1.0\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
  * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/cpl-v10.html\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
  * \r
  * Contributors:\r
  *     IBM Corporation - initial API and implementation\r
index 11b99b11738342e9820cc567e9e3d6f87676d6f2..1c99844abd4422ca71f0410e643322dc31d20046 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Mik Kersten     initial implementation 
index a35cda5770aaf03900f315af4d1ae13d6d9abe75..98ecdfa7b89c8c0d2ba34f877eba2492c0909961 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Mik Kersten     initial implementation 
index f07341ec73178a94a041e753827d7736f5bd4350..ce6151a3859272aebac8006fea7a35ea818d2dab 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation 
index 680e33e252e8de702d9d8f25809b328cfe5b02b4..138312d8daadd5838bf8412f406c2d6a138f67c3 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 224476f51ec239d67cb1f080fac5fb640a12a7ce..e2718c9f8de4ae1624fa63f84a0465b4ef17fd18 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 466aa61b97a78903a58e78739ffe4ca785bff578..613731639f1375737498f06482a5b34ca24e91c5 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 9131d54ce07460173a5854e5dd52f27fdf704f41..22e77a5e825066b811f8ff94230f01aafd32080a 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 82786dba66cd2b14b908692cdffacfc838ff0680..c6f38facabf8ddaef94a3fa1365ad55a4e7c8b84 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 27fa744b11f88d56f683a18e5113ddce8c4bb32b..5e792b8f2509e615ba0e44a19db1a3246fa9d001 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index ffb0130810f7b7e82c62968a9c3656e4b1ac57fc..6fd93b813437de92dafe4b0e59834039d62d0dbc 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 0c8830c0c2d105770d17e3b314a0216c82aa758a..db49b90c1b4e90b626e837a02b9f8610d356643b 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 4431b2742707ff5f96d97348e677a18344a07872..8d984903799f89aca31ec52c2d72e03e350ea957 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index c4d4d5d8185080cef0a6ebb01f2eed59c429b4c2..6f2f1b8d9dea698d3631c9b4496d71d19dabcbe3 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 7e05ec62e678d254856d1074ee1062b5e8c66a38..ae883745600f1f07fe8e75e2b871209bced0666a 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index a8b7164f063225ee67da367ef9ca773edca23e90..89b8378d1d8d109e36d797171fdfb3240d37699b 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 42607660249076bdbf7574f13fcbad4c46d50682..3ce984904610dc0067008853a642c903076eed94 100755 (executable)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 2b38820264d3d6f83a1edc4cabbced6ca17116ba..19199afd178719e92401474c368eda46d33fcc9c 100755 (executable)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index e99eb12667ad9fcd2284f544827abadf8405f8e4..f7350e84223d92945375c465f33554c87f5fdcbd 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 657312083a2f27b7dcbf06873e81196dac23bf0e..bde0a74e1819b1be90f394c0de489c7d0a324881 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 172859658c8b5193025ab455523fd9b7371a746d..795b5db80801bf733ffd491a178804bbd3f973a5 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 6b0b63c2058a21bc5e3ee18c5244df06bb79a07a..cc6c4785ef1c66f6bb4737c485e144849471f36c 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 6ee534ff67f4e7cf1e0b2d45e1a670b221a78bb9..7d7be5b9184e2cb16c58caaf31365ca81780c48d 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index b792e0de9e4b33ecab5ca9e86b7769f0d66af496..e47cd529057652b8315e3a58dacc86d9f9cdec5a 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 26cbed272dd663c5803e0cec4266f4c32eb9766a..1bf136a83e3ce51329d25dacfab178cb3158185f 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index ff9bb8529e5c873c6271ee0773761bbf697e916a..b29625ce01e8e548ed0a253f5364cdd7b5d72dc1 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index a26c4ee42b156d28a44b062838ed4d7328d937a1..876f45f7a0b0e108cc17ee783f37b28bb9151b38 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 616e1afbdb74ea70a5448c1626e5ce7983f59b11..c522f9a63cb1aceb84df70a463cdf70bd772bc4d 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 7a98867c3ce2f3d6ef2acfdb65c9771a01c1b6f8..36bec0fa602c9263e714a96eb03217e4ee379741 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 8bdfbee8209c2a5458a22e9bc2a910407ce79c51..2afb7acf9ffd42b5b011618a5081bebd50aed608 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 669cb83ed347a4fb1a4e6dada87c2d6f4ec2e045..adb5314ed7d91000c8c878b50dc8c8a534c0a0c0 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index d7cd2ef6def717cf12724d119a8f6886a52b62d0..023b137e3ff1ff63529275891132120dd3dc07a1 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index a3456c9213bd2cebde6cb89d357ee15f141cdc26..aa41ae9285615f6dbf9a5a4cada849296aff2dde 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 29d39151dd6836766a27ad42b7e0f8a9439fa6a3..5b6cd2e37d040a1cf0ade04603b720a203cfdc09 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 439549950eab32a48c6e368a7fe7c605cf9fa768..ea61def771c55dc53c446e27a67bbde62826f8ff 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 50e4f8a5d84bba9c72ba9ed0010ee1a60b55ec1a..c2143abf9b971acc56d1e7f6a526c3b41d6f822d 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index f916ac088c2c08a647a4b9453ea589b4e1238574..815e34a85e272124fd186b312b1216bac13a1a10 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index f81e907556340ae628f5c5f93506d7698db85178..a175be771fd5c1f78ee01aebd550a827b39a52f0 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 1b99d101b0f794a7e99d82163d501fb8237acf31..f404d9ce287a31ff495169416c4a9b16b9375d2c 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 1301532d8eaf41d7c84dc3001b2f14af05edaa74..a7c7f7247b5b8d959f72dc6f586b7375c828e171 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 8a5fa9c79f02a7d417f65e1341d03b14c254ba98..526b791b8353e918a142a3e5714fe0503fba444b 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index be1293704922b1a6fa57daa39cbd1e741f9de9dd..fdb459ad532665f44de83d9468bdbcd33e965540 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 1dce1ffc06d936ce02209f9d7420d40efc56be69..51becc7fdd140313614eaba23b1b8b4ba6e96a71 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index f9385095cc4e2176001ccdd87604946d9c44cb0a..bcdfbb4f9aaac2f059f02005a1112c1a83184b6e 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 977c253a67f6e279cc0bf3cfcb7ee0da28603175..cf51ab9cf6f488f21bcf17b335e7aa129d29c129 100755 (executable)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index cebbb6d91df632065ae636e0ecfcda7bd9bd1558..54507b775667f4416fd2f19fb9086fbb968d4d31 100755 (executable)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index a2e80dace0cb86e5b770b820e09b25720b010573..027f3a9851d1678bb3e3370560cd7c6bbcd88550 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index c19b2ff6fa9f455cb4a6f707713ec682928172d4..0a8b0b430ff660de40c79bd4ac1fe7075e36bbb6 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 765e9fbe676f945bce2e0cfde42fa183d6c13e73..c2720003e82c27d025d46f4ed4f41d32353451bd 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index ca57e919255f994772c2da9270318ae035c91fe2..2c65cecdd007f021ad48ef3fcfe234a70dc51d92 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index c7e76fea4e7d55dedfa439f5eb371fc5f2777c35..0e88a6c7ecb0134e03af4e57f8c536d043b040c5 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 4fe476eb16374f447c5ec09b7c18fbc4d706cf02..8cff0d99261b3ecaf04e25e1e7b3cb0c86e89343 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Matthew Webster, Adrian Colyer, 
index 13c22cc84b641770b6f3cb6192020ba0fdeb2a67..4cf510b1350568c37477a210543716a3bd8d228c 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Matthew Webster     initial implementation 
index 949f97cbffc55a1ca481c54b821ba3f2d3de0453..27553cf7dc6048ece681abbd147869c3b13d69d4 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index e3f3c6ff1d9c374f75cabd7ea1f8435d568891dd..8231494828890a31f0c512b230ff2b32ee4c681b 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 8c5311438fb79c14157a79f8b2bfee13fdccc3a2..2c6480e97407a923d28d98bc72af7e129c5f7a21 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index dcb142d216eae656aa49432736b589140216199e..45a4c4b17723b9bb686b0d7a7d0fd6c7578e61a0 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index 9d24058ed0b4c6efa0b7b370d6429b89e2778579..1276bffaee325b4809ce4d70648e97083f99c3e1 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index fef05581cff84d643ec8a6d26a7149673637989b..b726e7e02c41fafdab37bbc6511d1f7e500d9ea4 100644 (file)
@@ -2,9 +2,9 @@
 // * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
 // * All rights reserved. 
 // * This program and the accompanying materials are made available 
-// * under the terms of the Common Public License v1.0 
+// * under the terms of the Eclipse Public License v1.0 
 // * which accompanies this distribution and is available at 
-// * http://www.eclipse.org/legal/cpl-v10.html 
+// * http://www.eclipse.org/legal/epl-v10.html 
 // *  
 // * Contributors: 
 // *     PARC     initial implementation 
index 37192436186de4ed66d0c66eac934c4ad10bda2a..32ffbfda78e4bfdfd1fe6882912141ddad8e4ea9 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index 66376dafde12365e8808bf42432a7d6b48491555..415a1456b37d8c1422d91d73ff52368fd6053884 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index 1b56159b3dfc15c9206110223d62c5b8a901ed14..98fedb1975d81ff656092fd1a5b438e7cc5ad7e0 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index c97c20dc603ee4ea8bcd76cca4c442b15b2490e8..09f4a6b63d7ec4ee67e1fffbf6c2c27681f0bbd5 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index 87e06ebd98cb5d4708449ccf6360e53fe2db457e..84938d788dbbc52bc6696ad096d380606210e398 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index c5f34894eebfbfc0cc754a8ed3fa14d98de71219..0319a240c5b0bd2c265bb789aee0b448834f9bc6 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index 36f9263603070ab4a3881cf6dfbbbd66576f5269..f108a830b7dc04b19c4c56494964fd42c80d552e 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index 1cbf5694e04b381bc429843d17337defcaaf6ea7..f0f26f325b78e1a9dd63ead2d5e1d32f7968d19c 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index fc6d8a5bb89b0125b292ef590b6a7925668f6e41..59df0bfca26c133473d091463cc118f93117b830 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 2da558df3473d61d407dbb654be70717ffcee08f..6aa8bdd45cbcd318258960a723d209653cc76497 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 13212dfdd01750ab0b9e2c3a60819d11b8d9b2a6..cc53512a849f860e144c3c1a3ecbf2e4a6e0dcab 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation 
index 10b4d042c13b6975c01c82976e2fc47c81f465a9..3c1418e48a030659782431d6a2262ddd7f7ff328 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation 
index 10cc0f70a156646b2c6b2bc4f3375abce144dd05..4df756a1909f17d9a724cf54fd83f6322dc19aca 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 8ddcc5a611c1bdd95458da79f18d0b25b6209cce..24aae7c37f4cf8a3ae122915e183266cbc786cb6 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 50ded3bd680babea860a5ed62f4c9094edf812c2..741583ffa72b569c4e3be2b037c2a3c81f3bf0b5 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index dbe4ca748afd32494da777befc0373ec512ccd47..2a77cece5bac9a3ddbefdd9f740b50d67005832a 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2005 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer initial implementation 
index d0d62dffbf15508ae9946b59a2e2afd51749635d..7734c6eb067c7df344c7c2ae81dc28155dbf3034 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 385e241bb966e9be40ec4f0db02eda235c1e2867..4d1a80b55385aa1e4b902a494704ca8bf7fbed6a 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 17c74be76173fb7dae95a15099c1484aac38d82f..204acf93407412bad538c41fc01ec34fc86bb1de 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 58059494918431cee3aabcef42016be82eb6470d..e6e2ba6a117fbed1b579882c3f16a005d187b626 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 75d265b149770fb5808ab29d95766793773eb09f..27aaf30503ea129f437f02e50b01d6c912e27f35 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 7c0835765afb5a4af452917b945829be49abbc81..b683fc50d7805852da03229a470c9d5f0683d5b3 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index ba043df9f7bb4ef8b1f78bf2b83815ddab079637..2586eec95186df281bf348eff2087ee8d134de5d 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 2d1c411dd14d0c1c1883a54838b28c2a3ad5147f..63a6714bdba56b9b768dbcddfbd10cb9123af8d2 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 00658cb60ad9ca84d10192cf279fa5d57c683960..eb3af61dc4e2d41893678272e7cb6e5a01f892ee 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index b6f0c84151f4012f498e278ba4e7ea958d54387c..3452f5b010b939ba91af04d1ffb7a3a1b19d6a14 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index cb784ebf02b0a8ae86d0caae4bf064542dce4293..2d95b4eedd74055db2bbf76e618c6ff06396d77a 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 00ccd4229ff28dad3a73571180a7928e93a1ee83..aec84e6d0bfab6c4f0e0cf01561a6e884bd932f7 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 82fb8661b9fe5de823a1265dd2eae975fa7554be..f7fc86dac4946f768bb7c13dd41085b9b33ed215 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 533919a92b0a5eff390b4acf3fdbf0790ea107d8..ff535e460118cad47d83278c48b54c9a3a4343fa 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 5d10403b3405d666baf5d2d5ea5553af0f382b39..d5c8a0d2eb5cb772909baf0d5ad536708c316c79 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 2fc292801022fb3fa6b4f942388dc024bde30d2f..77244f8da481fa218f25f8e6737e5a8ec1a1d71e 100644 (file)
@@ -3,9 +3,9 @@
  *               2004 contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation
index b1452672483481a6f8a2a123e72cd159ef97a152..243fa0e850094c826e2892426421cb6a530f8e44 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 9531dacc8df5a96df231a3832970ca000c6186f0..0d75f5f98dff73b8842c5ec58e47b954f5e78e73 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index be4baf0d5e494181dc36d90cbbfdedd10c87349f..c71d2fbb10312655f4cb9ced8ecc8a834c489a1a 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 32402c6bb1c9e032ece2c4a77e6717b306ae51ad..fac394a4ff4bb9bdd27f4b653cfa4a1a8408fb51 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 17bef539c86d6f30b71cb7e203f3d4b68c129b83..eb6993650f8b9665fc0fdc58e049a2dee24533af 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 56049afe22607a4f8fa4edd7fe4592fa0a7ad52e..2b966d374ee5bd15d80d1957fb461cae88d3f4a2 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 7f57c1d4ef684672a03dea76b7e2acd60b397525..347a6431b151e9e08168818b168aa2fa15af2bb0 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index ea9fcbd67fe13a56c92b89b96adcc7f5a110fd37..73ffafee39f590d9f3d70bbe3a90e5d597581747 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Mik Kersten     initial implementation 
index bab4080c034fc290aa1b7c7ef12785bf8d62e766..34d190839b42df3e5d18cbb8023741a1e36e6e5b 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation
index 494a714a2032ba129493aadbf7f60c963a3ab63b..3813c06acbcd27e5213ea929b6e4e248911e2d6c 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 88e765040c815266458c7eeda65ef1e31ca369d7..90a7a8061125576bb5cdf264145d0c64601f75e3 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 9091f4603573da1a751114f3089eaff4d9e5991a..8e597c0ec712b5a70ecccb0310fd4e8df5539bc2 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 6ce6ceab0711b8602d3ee11cfd21a518d3fa069d..e70a6f0ff75fe80e78acf70a4a27d870fb602ee7 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC                 initial implementation
index db287ecbef841588ec84a0a6403fc54f1742b870..d94b8724e2f9af72bffeed711757e3d1e86aca7e 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 405df7b4f8c53121db4d7e46d9cc1ea8c00bbe3b..92207b24ef9848d49cbd0fe63f0bce2a8c20bea3 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 550d235bc70e38ef4fab0f568bb1aede91084667..f745a58df18844eab431e6495597a1278272f751 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 66c91177e882b7b1308cd10a39cc00fc65a8ba28..19e04461ed276a86ef23b1607b9c292e5e7b4ed8 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 23a3a9418f0cf180a5cf8fa1e4390ecad74387a6..25cce19387d9d1bced68bf09819fd5e834ab5de1 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002,2005 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index c3c2b97c40c47dfd330d1ac7a7c2dc70ed61f59f..e2fffe5c06006b72ae7e86cd3f56469a3498cfcb 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 4e1f1f1da67c6acf9ab3d21afb0606cc8cfb7d27..9d7b7987c2703617940eced73ac503ff5989ecdc 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index b847088e28a2bb8d4798454962cf096da4b881ad..f8cda6ff5fab59eaada6756a822d160b6c72756f 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 0807c3d6162638f9d4fb1bdcf839c11fcf170254..2079692580d3f964430184c8e02d3cf6926fcd16 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index d997cdec705a93143d070809d1b57ddec6cc95ef..d9ac33d4340cb69616409f869282ed09e4b484d0 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 18b6463ceaf7e5c724794fe082b35c71e542cf85..b8fcfc3da779d1400f66853d8abc505b95c77e0f 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index fa68d464070e570fe2d81fca19111e92fb9157ce..20d4e0aada082abae85b80cd5da98a074f2a659b 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002,2003 Palo Alto Research Center, Incorporated (PARC).
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     PARC initial implementation 
index 3c7987b4dc244a8d2ea31520f3366461e20b579b..9d24fde9664ce1fee837b85062c1bfa87d88ffa6 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index f854cd9c8abd38865137e9341a509dfb0a3c237b..6b1115b65463a407ac80bf9e727ef3d0a0133f50 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2005 IBM and other contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement     initial implementation 
index b23ec8f6736f9792e4f100994d04a0d6734e55df..29c5d76677b8a6439a8af05a47ea843ee728e774 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index 9e5f37b90b7ee4ce7aa99597c2fb805a420c7149..963951deeb9ff10d0fb279255af9ec7c560736b8 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index c4d5fd333fba812629adcb590807a78e42d1e242..eb02ba5c7283dc80ddd32887e27243e894d7b2e2 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 1e00d0dffffaf1bf8f33fb390d498440fd2b8399..9cb2723b08fd5b5676fddf975b9fd25528802ebd 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index 6407b6da761457208e1bfec36791ffd4dd25a548..469d7ea78dd94b6bf846a7be34cf8383a6842655 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index bd85e88a06e839b49e3f159ef36ee44a88600307..d31bc2d4860e0163caef94b3d01f231bcc97b2c6 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index e83bade13007dab18dc56d26b10daf5eebb06541..2cff1298f39a3713b1cb65395f5e0d7c94809ec5 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index ee303df18a727d666ca0e27ad1213e1536481b2c..e254a5135040b37770c4a445fe608c899311ffd4 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC                     initial implementation
index 2912e787c8ddf74720125da802f46ce9081e7d12..8d90795f599fa728a9720e58a8adbd80f04a56de 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index cd4002c196c8cfe2ce1207a854ac6afbe6d91fcd..953085151b88b3ec175a026ef716e00533eb768c 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index 0b0deae5068c655bd6a372669050ffd97b37de31..6560f915417af5137c0f4336cebd34767d7670d5 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 5f96de2247a30d1737bd704e2b16c771fa70b42a..4ffb009a88d6584a01d836feaf80cabb4f01fb48 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index 6c6e362f20afc409c08dc5fcca40e972da5fbc5d..a722a2e40e1f63a37ba018a492f0c7ec4ec47ac9 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 6dc8f40efe80d2c35762dbdd7f72b898a2c6ab41..73bf2088206fd5d1a8c5c08deee64f5903cf5cdb 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 9c222293aa44e1796deb33cba004bfd955eef29f..97a2a2baf0ca992278a4d24a108bceb909020943 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2005 IBM and other contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement     initial implementation 
index 11524e9e8465fa08d9f90834fc6dae5c7feb8c5a..c8a7468576681b5a94a1c8f1f21d7d2ebba7fc1c 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index a89ef82518b7aecf77720743c132a61b7f93db36..f0215278c9bf78ebb2ad556cf71d243f513ead59 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 55ec0c902183d0a202100cb95d2dfe0eb742b1b1..087bb2ad9eb41e886a6de3536523cacf26f7d4fb 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     Matthew Webster - initial implementation
index 534a96a79b06de487bd87b4cd4f9feaa8b13765b..d08de6a6aa52434e38bd4f3386166e9cd48f99cf 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     Matthew Webster - initial implementation
index fcdeab18e3b2865cff45796a9306a10ff3a5b399..0b304bf6a7dfe4cf8eff02b4b0a8416c5166627d 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index c6c4598b4c89557b238276887c88569466093950..6dc0dd785282696d133f1d9100a7381b723cc7e8 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 5d783fec41a5ad76fde44ef8cba2d4842e7af60e..3b483a3b248c38cd60f8e305c7fcbbac4580b312 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Noel Markham, Matthew Webster     initial implementation 
index 816f7baa6117a456744eac39e472caec3027eb25..be3f328e198a78dc6af2696782389416785a1c93 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Noel Markham, Matthew Webster     initial implementation 
index 5f9480e8123b531a0e4d09c0ddb05c21820d26f3..51dc1c8efc36f868a00028599765f1129664f189 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index aecc29ecee7aa0bafa2f3e62e7686b8df3d341f1..f24fb6a8233b034fabb53f169531ab5a973ede1c 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 8481e762f76563600224e800291ba04db127c8cf..17ae5b01b360584e7436af1c21e7b5d4d9427ffa 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index eddfbb6642a392532255dc5789cda0499d1947c5..9ec3e201c74c76613898f39be41e24b4c30671e2 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 4f66539f55d8bc6da9a2047b9f5992930cf47ea1..93466906a00332f9068c9d7a855c7926dcead824 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index a1a0e4c831804958f2ca551a5f6bf84190e3fe88..3f9cb379a3ed3d0a14105a28551c01394a5cf9cf 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index e7df64e4a0ac8b30625f2a19514e26c81a2bf8cf..b7468d552d3929271b3d6aff2cec559256924175 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 021cafdcf4aea28d7d1b79d0cdd615a37cffbaf4..ef7eda767627192d257584e1482f650f5b368449 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 51438dce987cf07747a10dc72126d7ba7a302512..12dc26c1dfeb86d2e704ee343ba696968a20dcf7 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 2326c3126c38613f281c2af04c845792ba70f96b..4c72a37188f329a4a3c6284e035cf1c380dd27ac 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 1a71cba32f4bb514b4c83a19da9c7e8691a6f128..f2c198a779a16fcd764140f1914478f8c881fc4c 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     Matthew Webster - initial implementation
index 5787c28f43298df7bc9d86921d41edbbac0a044d..9d3464e38e111a050d73849f33e6d47c533fa007 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     Andy Clement - initial implementation
index 62d5578e439e36930eac778166442cebe24d07d4..73043b064d5019bc5a3b0f4dda8add4c7823a23c 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index b612c3bbebfdab44bef4b7b2a8c1aee1567b84a9..6ab7b16ae610c87b638cf41aaa2d5d41a5cea599 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 957e0458c504be716c0e9bf0edcb7142b4f436f2..bd0a05a32db3c40ee6026eb1a7a4a537c33d8390 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     Andy Clement - initial implementation
index 990ede115b417e112875a904a1bb93fe4ede7407..7b3e31015e33e397c1de35f2f42ee88195f76919 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 915222cbddd9195b9affbd2150fe3420e9d68586..994cce51674736107ad9dd9f13ce5bbde5982c1b 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     Matthew Webster - initial implementation
index 1565332d2856904c9a6eb866c047a77863e0b3da..98f69707e84f36e14e179bcea2745050343a4c35 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 3b856570df3adf133a7e089ca7c3eacf5c5d920a..3378130ea86a023a5ba82e84a0de677a9d866ab7 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 93e84fdef7c60688d8752f3a00f78e089de466b7..dbf205d6d56f9b752c6733e27aa6bdf39d861812 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index c16266c47a299c007af78b661ffe64a91a414505..3e834a0836e42cf5a2a2670b4f87bc5691a967ca 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index e60618f112674f8da6948fa1a00a1d928c039416..10eb2d2226ec38d016eb3dffe1af103d580a242d 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 3916a3443e2c9efb0457dc987f0c505d3d17fcc3..818bee537b9b6ea6d75a2f36192ea2813fce5084 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index 67980c6729d023678b3d289e89eed39d11de9a94..d333b9bfb8c90d1fa6eb89c7067eda18d9396d18 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index 17501534fb917731e044e64072eb00fae0123f69..99e37c965cda61752a17d7a5a33de9caf611c07e 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 827ba61cbb465e86a76a7df9e9efdf666abc8a93..3f96d1f4a29757b6a7ffda37812e5261fbd8b3f7 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 8e26f1b757cdc2ddd31ffd5684121dc09e9c8258..6fe4b7f52a14feb46afbbe164ed59b66f91e0726 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     Matthew Webster - initial implementation
index 2a8ef08885a68946cdcb58d1eb9ad53b55d0a300..ea74c9c9472b95ce6165b082b3a9e33515270784 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer, 
index f06fb12945168e090da92238e40a61222c16055f..99392e7a7ac9511e1fbab9ffa0f218b125c73ae0 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer, 
index 79a06dfceffdad9a43aecaea9c289cfaa2634a24..a3d349eb4584f06b045ff0485486fb356d88570c 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer, 
index c88529f1e908ef1a10a84f5fcdd80bca05f7bc60..a6f589265a34068955d4ee10eb32400a292551d2 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer, 
index 1308197b006663787a6d7a7430cf7367b0d9f24c..019a51849864301c2942e6feb43cae23a3883d8b 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2005 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     Matthew Webster - initial implementation
index 4b079379a348fb041457f9d037cc7b149ea2854c..b5c79a1b1d433ba32bf923ffe73fb879e009f047 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation 
index d5db248b20905c04e2b21c674940fc6ce49630c4..e354498d364d1d3883345b447da2f8705fd267b8 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation 
index 105d8698d0929277f9d3e79a42f718193a121e6e..7e42765373c756d9fafb1b111a52a14beeb717ff 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index cc4256f16695c052a33eb9b5044e58bcb35fb263..286e4c1f186051bf953a58b4ea150aff8ea2dbf7 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index ff52ef34bee3ea42b47ea9d2fd9a9a6bcca15680..5bc008433342ea2936c15b9aa3e7e971bc4795c1 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index b1ac84cb4d3aa3d0e47dabbd7fd68bec87c6d0f7..ea75ebac4b9b4acc23eda90506ed09feede2e4ae 100644 (file)
@@ -4,9 +4,9 @@
  *               2004 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index e88aebbba71628a837a0a253a94ea75366934da9..c01f75019e7df6fd1687099aaf63d14aad970ac2 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 8932395aa1ee07fb9ef7cee36c5661b1cc6b2491..9a008994d3c3678b480fad273b88244e8184d76c 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 795cb6dc9563d6438b65083e09a11529139d1e19..1c6ba45e306ad47819041dcfb0373f535863b31d 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 3aea63dffdfaf4e57fdd7e5090516d3f013812c6..268a759a21d2a9727aaf7123a8a7d1b4f0da48dc 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index af20d84de7263116609720e68228b6469bbc7676..df1c576564ffad9fe5324d7f8856ac01b00b2cd4 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 510a8d2886d0e37e46c2cef73c712928cd7693f0..57bc916d6848fdff403d444639b03ff267b5bd2b 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 9ef5034ce2a2db61fe4d051f54217c08c248ea94..5a52b304117293f7df9148d1c10b01ee1cca34c8 100644 (file)
@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2006 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
  * 
index 1dcae64032b9267cff1824c6ce3f03b0cf033501..cbc448e1b7bdf073b92c7d8bfe280188bad1dc5f 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index ab6b0d4f5724885e7f308e8631f8b8af4aaf4dbe..d660e1eb1bd1c2880ee717bea5b434ae0d33f31b 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index cb6bfcf958a5bc5cf9d4578d2e875941476f6c64..52f1dd7a67964874b98e5c2bff91a5335c6f2931 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index ba0ce9ffac512913d8e58d9d292f32510d81c489..3e117ce18733400db482934c0b893daaebef73d9 100644 (file)
@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2006 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
  * 
index 59165f8a7fe27975fb87c2c37716c7d71bcf9064..d607b48225918eaf2aecfc27509ca9a2a12f426c 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 0557116e0cc32916c4563336a048051449ef88a6..ce852dfad0689f4683c5219c78b2bec65a739b3d 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 3e20cae289b46548ec84b323222364bb0c0f0554..8bda3ed39dc5798b92f7326d6fd4760d6fe00702 100644 (file)
@@ -3,9 +3,9 @@
  * 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *    Andy Clement     initial implementation 
index b47addde3d5b9957f306d3ea28a066db33e68eef..b78864a335a4dfa49078cf6356421259ca796da3 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index e9d81112455db70b03b898af01b8645dc25cc80f..1bb0d5d1d1bb41e6cf92ef844a22a863605d6b64 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 24be02d0d49cb53ce03188555c3d5c7d42718bb7..f74e8d919bc56ee7f1cf2d7834a1cc446510b6e3 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index d11de0a99d015bfebbb06b4b2071db3227e7f1b3..31974057232e707b758d3545239836acba2421f9 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 96f136ec363b73c58177c2ef3791f3fca8c63fce..79f96a6a324fa64de640472f99371569f32d672f 100644 (file)
@@ -3,9 +3,9 @@
  * 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *    Andy Clement     initial implementation 
index 997f5fed317a23bb9210ca3f65c65061e2c07968..174e5525535e711cc4327c1f7595478ad1948277 100644 (file)
@@ -3,9 +3,9 @@
  * 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *    Andy Clement     initial implementation 
index 00a8f50a4ae794c499ab46d272d3dd3986c6c31c..b211e1d3ed78efaf49eef2885c85edd94f59ef66 100644 (file)
@@ -3,9 +3,9 @@
  * 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *    Andy Clement     initial implementation 
index b79b63a98e22bc65a6d1f67612336cd9f5eecc21..38ba0ccbdaf25054b7ed32dd8b4e659391ef930f 100644 (file)
@@ -3,9 +3,9 @@
  * 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *    Andy Clement     initial implementation 
index 98ca2f4b5997594bcd9108272115dff0f1487fb0..da7437710290fb158d177b57eb3e29a233b2ea52 100644 (file)
@@ -3,9 +3,9 @@
  * 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *    Andy Clement     initial implementation 
index f4d2a22301babbae86f11ce7a180064e6c97515c..21c24619372f434a80fdebc0a57f3b82aa2d4731 100644 (file)
@@ -3,9 +3,9 @@
  * 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *    Andy Clement     initial implementation 
index c8ef79ec866c4906c1cbbd642ec4e793f09c2323..af43f5f3d1b7bf8b9d5a5c97e43da8aeca5ed691 100644 (file)
@@ -3,9 +3,9 @@
  * 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *    Andy Clement     initial implementation 
index a6fbc097bae1584bb535f1a90cd0a6f497021c85..0022c03ba1ad876286a6240528edaa0994c52aec 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 15d9dcaa3b713063dc0d9a68ec44106a13629d67..6f049a66bad855f3eee1d94283d67d8171da4cd6 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index ac97bb83a68fd85d527acaf68d759bee8683507a..74fc462d6bc8e71b3a0970162dcc986007fc1bf1 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index b607df6295f97a63859f28e2e895275d11bca606..985300360c03b35fa4a7fda7bda57077f07540a4 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index c81060230ecb9b5359bdaeb0e1b6139d62282c33..51cff98bd6e63118cce73d2a5c6b7ec8ad50c581 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index ff1e6e452b947c0197872e206640b9484ad1bcdc..f22b603a5d11d98b7530ff5e090b272408c30bfd 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index dcf1a3131d91a325cd7b2e5a211eaf4dbfea70e8..8b074e707e73078a022e2c1589dada33ffacec87 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 34d5b469c644bf99b5e43ecaf26a2d3e44a7ec1a..5e4dfa004aa589e4c4b010f85496cc5ffc2e4d90 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 605966db1f180978e96d0133adaaf52f1204c772..2448868d0b996da0f43fb7dfbc5a8866614c9789 100644 (file)
@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2006 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
  * 
index c49c016e15c4fd06952920dcfeeba4be29fddfeb..a7cd77a5f473f37d879a5be24c7f943e947bdf8d 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 612d0ca0e23fe8d64b1696182e5116ba2b50e801..2c04f4c533a8dbc1ad5630d0e669db526409b131 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 5dd0248552d9e65c743f6267a75fcfbfc878dbaa..68473c218560a034e4e88ddf26b85996ce28a470 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index b55877dc48830da5ff4b7c6a80dae6ea6f6f3155..91fc1c3218778cc61b08ebce913c0dd319c452d8 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index a2a1122c0ac32a2f4bce4630c72b1fa3c4b9b920..53e3988a9820d83859c5144c174941076d45ae40 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index afc02f660d37fd4bbf7a91160683824fe814d8d5..d8b377a6fb26d376caee45ad4a823fbfd2f6c47f 100644 (file)
@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2006 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
  * 
index a5a4c0768cbb885bdbd62cd93466770a59b6c882..53ccf091d2c5a05ca8fc7c8ea3beea52058ad74b 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 45f345b3d744c4a9dc7c709d34ad7d299d186ede..98a5a237457bdd003934c76dd0b283a14493599e 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index 592bcd6a36ae79524a726d262a19819cbd9c025e..fe2a7483a2a46e44ac431766176ab61e92046fd3 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     Matthew Webster - initial implementation
index 533280fcd382b9d463065799298a1829bd3e44d7..6cb43f7e0b04fec022a6a67db15a637d0c2fdb35 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index 010a3e4641073a398bf0c5430039d3063c05c3d4..686b3b75a9e486a81dea1b8e9319f5bb7db02f0d 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2000-2001 Xerox Corporation. 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 65e8786282cc8c41c097ec47483e41fadbaa5f19..a64c5131ec70e7a27a25d0186600c33c07e28ce7 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     Wes Isberg     initial implementation
index 7cc51c450020bb8a3e2fd25a8baf6cab17cb831a..f31c7558fbfc78512bcd32437f504bf3819d8943 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2000-2001 Xerox Corporation. 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index c98d943a6dc78e3299159031c150e3a1dd213153..1542f6cb4bba43a9d961a243bff13b01670acbf4 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2000-2001 Xerox Corporation. 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 1fe5ef83390f47c9a4fb99b5f87cd3dac4422382..19c4e61274d11389585b69d5f651f2b5d4f6891a 100644 (file)
@@ -4,9 +4,9 @@
  *               2003-2004 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index e14ca24672b4ce45bc487324f10be52bdb43cb91..e3d9b55b1c055ff54fca264cad6a70d233f2eb2b 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2000-2001 Xerox Corporation. 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 98b47cd72bdb645323c46f3bc3c8c48633456e86..2010f7a95b5c2d760ca9386ed79e315fe5d836fa 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation 
index d17522884d3dc3c85a4c1799d108ba4ea9e93b82..b5075227fd83d8fd70bafa3c5fbc6fc2bcb237d4 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2000-2001 Xerox Corporation. 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index bb7d7a232de4411d663b2fba57283df7ebc1c9f0..cdd5f220317e60fa7f286d496be09b75b1d18cc1 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 8db60dad3c1ecd81ab03006e1a646efd837e8dd3..3b95693e2f18192e1ec4e34ac803d82cd1eca4dc 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors. 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation 
index 788422bd9c1d9e7d5ac15728ac9fe2204fd5b142..da24f8e033b8a1e1527580d080deb96d8db69d36 100644 (file)
@@ -5,9 +5,9 @@
  *               2005 Contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation
index d49818dedcbaae47bac0656d0d936bd9af7f2ef4..d73c8ee1a3e8c32b6308eb8f4eb300a384d325e9 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 532c4447a4fc2e91c2caf261f8749752f3a42f5a..ade396a92899c37d32c76f057e5a2bc24d34c0a3 100644 (file)
@@ -4,9 +4,9 @@
  *               2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 07c9bff17988a6c8bc10541f0ad03bc3ca1c84fe..234be53cac5db2f72ced71983bd117ff476bb05b 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 1999-2000 Xerox Corporation. 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 2abb09fe403d0dba0704e0d4198d585c7d8dac1a..bce2ceae357fec28be7280385515d2092fe37aef 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 4ed67cac4692e2e4c11a7dd775f00e6c570a37c4..198f4da0b3184c49d3fbfd65fd9c804dc965b479 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 99ac8678cff1cd55cee4f6d4afa9ebcacbe46862..781ccf9959de5b14c29e2bd1b9bfb32fdb9fb1bf 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 02dfd0a625b2b3b364cbe8e64991b5d3692ef3e0..24a2f8022d72891ff13eba1d840e327ad949a0a1 100644 (file)
@@ -3,9 +3,9 @@
  *               2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index f834a2b8f60c2742dad9c9511d57f5e57c2993c8..17456fed1a94f9292323b57c244cec9b76f9c06b 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 17b6eeb218e90d951b29d25701dff5a658b275fc..ae7de7137afb3842acf2909bd232f0e70e17be3c 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation
index 06613bbb7990be8d21f4453d92e13d6b0fbf0474..423404ee13c2b8c29f9690384f620ff2d686b257 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation 
index b5eb7666c1c1fd6aa5e58cf09fc8977936913f97..bc224ee693e15ae6c2c3f487aa2890a1d9fef42a 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation
index e93429868bf08f7690c3e9e9f6c353e46ce59334..da277f135c5cb23bf041c00639a9cb9e98561ee6 100644 (file)
@@ -4,9 +4,9 @@
  *               2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index dded8196a8d94e5eb86caf09398433ebf2b2b1fd..24419a18979f7933e1ee46c56800b672c767e25b 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation
index 970c2d61d660d926c693545163adc0579af4bb30..9f50d0ff19e4d9fdcf57be8b264018a9204a1bcc 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 16d0a396a80bc9d58c344daf1450160db76dc504..ef65aad509bc7c9969285ed62b51ca36c9cd6020 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index a81847cb20636980cace90c0cc5bbb6055f63a67..8d27711e0f7a5f948ab3c5fbc5cd65b133cb78e0 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 61e88e97a8696ea98c6636851ea148d3636d6a49..e24ca7be8b037a65fc86e93ef85808f557272fb4 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 3efe7757b6f92a552587b005190300b29b1deac2..e5592b352df8df6e05b270945fd2df59f2be83ad 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index f23834fa7d1f61560c1cd2f47bd42d2277d6d770..27d8399affad04792a81b1609621c07408a7eaa5 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 860a3ca72ad098d4eb55705d3e32a508d2349fb3..93c95487c711667b09c06935f1a03416b5bf8007 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer, 
index 02adcd515e7f591f660070e889104c919c2c9d35..718f21f50d96187fdfe4b8cd1b65bd788ce073de 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2005 Contributors
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *  initial implementation      Alexandre Vasseur
index 0d4d230ebb811c965d78c4b116efe2eca1866f78..897e412286602ff6388501625c76f550cfa60273 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer, 
index f1561a38ba102fdb9780a61ab18512d182da59df..2193b55ae0c3008080062135346b53c784fcdcd1 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer, 
index babda87d5984d27a6685908eaea78eabf4804b71..2c57e873af1788b78ad8b469d04bf301c12fca5b 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer, 
index 06667c9b950155ddd9d4df926a76c1aeb4522f4a..b4634a6970d2232606b55d84aab288894a0f6cd8 100644 (file)
@@ -30,9 +30,9 @@ public class MakeTestClass {
                " * Copyright (c) 2004 IBM Corporation\n" +
                " * All rights reserved.\n" + 
                " * This program and the accompanying materials are made available\n" + 
-               " * under the terms of the Common Public License v1.0\n" + 
+               " * under the terms of the Eclipse Public License v1.0\n" + 
                " * which accompanies this distribution and is available at\n" + 
-               " * http://www.eclipse.org/legal/cpl-v10.html \n" + 
+               " * http://www.eclipse.org/legal/epl-v10.html \n" + 
                " * \n" +  
                " * ******************************************************************/\n" +
                "package org.aspectj.systemtest.XXX;\n" +
index 6c5a0f3d113e97189f41fca98947a5d1bccf96e2..d7350428ad6e2a614bcb50f99e2a929245ff6898 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2005 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer, 
index 45a7a02d685c1f4045655007bce008dac16448a8..edc870022ea4229060e6c31eed9a485ec64bc462 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2005 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer, 
index 4850121041530f04a89fa247ac67a761f38d5a24..7318a431512d2688c8d5a4ad5bfe29be06b422dd 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer, 
index ef7e001936d66ff7c4c5b5a302b1ef91b2a68c0b..31fb4d70a35361b1a28be84805f4f66af4ba3fdd 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2005 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer, 
index fbefbccb224c8218f9ce2bf9edc13bb56dd63507..ed76b52c64f0ab1f6d1529bb3a7bc83260f6c06d 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer, 
index 39e22a98af1c0f7047e9cd916a16ae1fdff6c88f..c3c93729ca2d7ddc13edb6027beee1330a397118 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index da93ac6655dea22c3efe7605379accfdbfdd68ab..55d8dbed10ed71d1906af81fd1298ec112e699bb 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 898d88f3b9d56abdd14d72ff08153117eb7482df..8be020895ec47bb9d7e71f0fee250963cc2a62cc 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation 
index 73ed871abdcbd32cb90d58c0af4264d70832ff15..4b865b56a84d470b19bdc1e605727ed201fba9c1 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index acb93c822b14622fa644af8c148fed0e5e0c388b..1b147ebc452b116c2c8ecadec6af17072d51a420 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 48f3ad19651e115b90083a8d0cc4199f005011f3..8db9acd1f8be974e45d454526509aae14135ee13 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 136a241a1ffbc22a68fe7c1f2b27539b2d00194d..5f3d4a2e8ebc8b1cba7e9f30834d1439d966dd38 100644 (file)
@@ -3,9 +3,9 @@
  *               2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index fc55cfde4898396e66e0fc73e231fc28ca5a7a91..a57dde62d3cc7440915a0dc039dcb5ec49de717b 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 2ef5a61a826b011a17d7225e82c666695a2766be..70fa4da0a1dd0a93b3bd78b1e9d101743566c587 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 09f0edc6a6f768093193213f38ab70f2570cb22a..ec89992650e8472b1d45a3b2760a126c075f1a98 100644 (file)
@@ -4,9 +4,9 @@
  *               2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 061fde4d1810fc773b78a5b05fdf4ca3a3350737..e685df5dd2a109cf68ab26c0e7f3eff02f300df3 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 7cb00765b06dc4b4f42a66d89cde44209924d84a..dc35b493decdb6f806bb9e4cfc50131729ea7d04 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 485dfe3d4cb33411cbf9495a455a9bbf5d3bb4d2..886ceaa816cd4ec1e4292920cf52436bca7cd3e9 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index cbf353fac00e9d6181f513ccf30cf2cef1a9158d..2c87a064492890e52d06ef5383d0b622ec079a47 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 4525be631115cab13e1bc6a8f9c8bf426aea66c4..e5792236b281e58224fcd480d1c9f7ab13b13ece 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index c72d092859e4fad6276a172a3336f5475cb11686..f7f4df31e0c43656147d27a890392d87601c4aec 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 24a58bf5f369e11ea595395cd710ddbb253af940..37ddd005eee6e3ac80a9d5d3f68118d177e4db22 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 8cc33f6197dedd457a761b0f6870ca4947ac0fb4..57639016b6cf192dfdece918155607e64345db42 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 34bc12d768862f5315c6bef16dbbfa6444f8e825..5035b216f71c821cef779043453f3995bca10327 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 85ab6148b214d47e2e64010661c7f36f212d1693..4318d618f7955440d3201d4763bb752b3d4e2361 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 1757fedbc9da90ef6e04d839375355730c8b2b64..9c86657284acdd7ceede9df15d32e714b0cae5f4 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 29f73f1035fc007a01ebd0f7fa624c240995ec90..a341aa167b8aa1d694d843dbdc152061d50b83c1 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index eb444ba47ae9e67e5db107a7effc4291b2ace38e..1b5c8f3072ff05bbfbd8772dae4ee76e338d2822 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index bbfbf6c9f0c163e04be6982c0e7432d090371de0..0d7c9fc76571ededd508cf875f3a9f26be505f7c 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 9b27d86057cb62ec8176aa8da95986a831c750ba..4eb8e7a740501fd2be32a274e678746687425ff3 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 71fd636128b967e5ed7cd4053a231899c0db9820..8582bcfc7dad4b99638039297a3b5e18e9ede43e 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 70b5e0018466aec8b7aed06e33cb849cc6c9357f..70131f71aad56ccf1df81af15b1426d6e4c9fee0 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 9e84dee7f2ade600e340ee9fdf3b462767a295e8..58860be6f3da01075f93bd4b7e768053faba9ff2 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index e8c8bc0643b0f57f7caea82e94b264e382bdf50f..75be92cb7a2ca19ba6e638caac74d8bd64c1f49e 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 7a9864539a2eac7c15628ebd5d8467956ff4325e..1f5325e82b02cd2ff868afa552f229b86d54ef13 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation 
index 5ef0ecf3431d5ee4e2b320385965f0779956388b..e01f7187473820a62f57b65983b82243d2fc9732 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 1999-2000 Xerox Corporation. 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 72bec102f3b1480b263fa4ea8116cfb5c02140af..5dde02a38fb9559034f2b04df2a99adaf2dda669 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index ef268bcaa1cd2fc51dc1377e97e75a0abb08cc71..7c63c3b6c4b45e575fddcf968c92118e69f40f62 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 1999-2000 Xerox Corporation. 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 4c2ff3d393c5b362fb22aa060833631fff9e240e..a6edf0d87778d3d6a0e4325dc6f77890e71ef0ac 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 543da5801fcaf86f7e4258d984cbd869e9505d8c..db77cbd1070af3e67fb6025996efe93221e253e7 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 1999-2000 Xerox Corporation. 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 80d547e4727b0b629f2e50aad8b47fce3d481457..1f44f69bd864faac832ee61e12245b15ea03a4fa 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 1999-2000 Xerox Corporation. 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index ea3074d0eab51f9d0327f72258da9b2af66ef803..e3697d1aac110600acdf44629e69b8d33285b44b 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 266acb13b6d180e7efc790b1351aefa1bfa70943..5b7c13af966605a7965a4ec988ce2d20133a053a 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index d25012eacdafab8e138b2b53fb509e1ae3dadaf5..2baf81c486a839e193f90b3cf50f9539bcd154c0 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 1999-2000 Xerox Corporation. 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 67f9710223f8f352153f90341ea354554e342789..a6af8266a864ae9225cbe75bd3379553de5ef1a6 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 943884b39d3c2dd6661cbec92228b0cd06e31b80..3f1ef92a1b599125a741ebfd544b079b15ea4b8b 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors. 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation 
index 11d197eb29a6cf46ca54ea109506fec38ddb277f..9439e57e4589cee4e9db83e1ca0237843dffcfcf 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 7ba8e28f9380019bc452a615bedc76c9d9f16307..686c9c8e2bec56c991a9df46de39eeeae71f8a3a 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 7d1927404d5d909b6440ddff0600d41f01590da6..25985ae5eee6b2989b4f8b157bdcebceacd31625 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 378f58e360e6f84c95e32cb614a75b89c6cb0ebd..5c5bbe9de5da067596cb6fed348ecec1baafab4a 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 0be8e0e9118ed19685caa0e776eb482ad69ec3e8..86c29a4a2dadb3efd0224db87994908a4aa4aa3a 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 2d2a9deef7d36ea06cb6b70482411baf9c027369..886eef29a43c8638e9b94f02d0d4ab0583fa6348 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index ee5a466f52e8840ef13f056f1fed21a63bf02c5e..bc2f520adc8f4fa0428b4b1d84465f79b7c84f9d 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 8b740aa2bb3f688f0cf23fc9b6d3a644ab5261d9..cb143604e0696a26e32f248411fca790cc75c6a4 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 257ab7ea44ee1b87acedabdee402299d84c0ec76..fc69d99002540e0e75fbf560e0f91d92dc896ff7 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index ecff4fabc9a813caa166a463b49f4a83d216edd0..2345923861b17f12fe4e91c7f1f05222846666d1 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 3d14cb3f6e6ca3d3ae56bd28189cb233eda47eb9..123376df490d774bdbd43f8733e82142f3a1c246 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index ce93f68c1b0177a420be28db47bb5126eabe5923..dd9c10c8fd45641c9a60088a92a685d409542dc2 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index adba2d69bb8c44a664ea31439206655d9e7a6582..54f72e9b9d0cd4c031609a487a65901429ad7b50 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index ba9f74407a0caafacc3d15c823f06fec0e958e71..8d069af0fad4d126af17a9b775112099e8340001 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 1999-2000 Xerox Corporation. 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 4f8c969344cf8adc860300c774be61fc4d4bc58d..3433d55b64a5184ec24ba4adbb33e166634c79d7 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 1999-2000 Xerox Corporation. 
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index b2f151ea4a25248fb5c814532c1e14a6bda7e17b..e845a89bf0b9ef6bfb9a652b4c5c08cf10f33b56 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation 
index e1682556fa1d3f2e335c6dbf2c5cc5eb01a1c503..04a968d885aebc485e4c8ed453af1957817da677 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation 
index 0d85f08517bca8c009e703a31a6d4f6ed8fe2ff4..574969080859274b97ebec7fa7b5b6f6d7a1e868 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation 
index 8e13e5778a3d80c08d0320d4f2d19a6ccdd1a10b..1c295d795067ccd6f65dc90bd57d7cc5035ea016 100644 (file)
@@ -4,9 +4,9 @@
  *               2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 52f43c389c46e87258447e337d3f794eb157b272..a11b32be3942ce709172510b452ec6770a00f997 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 161bd541af7c5fea2351072b44f7f2aaec86a21d..cde5e99dd3cc51efc0d7d907194fd31e18a494e6 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation 
index d75f9d83898cd5af5a9eda3d9da615858a53661e..f59bf397e81f002d75919b07833c5a04097bd331 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 0d5f367441151f6f73a89c0d4a89a19d59c2e7d3..a9b7f585f4d343f29ccf6d4322e1e4e13dc085d3 100644 (file)
@@ -4,9 +4,9 @@
  *               2004 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 9c0ca20f39baa0b27cfcbf307db3a5e8bd6c309c..422576c564f94311036405361d9c4044776087e4 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 4c904ac90d15d197deefa65d559144fbed85b94a..bf34ecfd31b5ce1998833a9c3ee8495b1197916f 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index fdafdca829b15eb8afca160846a60f81bb1d13e5..1f6ab38ab0c738c7e092f913a246246f305eee97 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 6ac4b039c2dc0a73f0d1061bd3441b35835a309b..0c469ec3a7bf14a3915227b79f98c80c83608bb9 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 8bc83ca98f035430d4344ad25a0b70c3fddb57f6..83e14cf104a0b554edefb7f8fd9c3a25e35e9771 100644 (file)
@@ -3,9 +3,9 @@
  *               2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index af0a22b0a7e76a38c2561ca604e7147043866908..ddfaee1f4985c0fb51dedc87a083fc10132b2e9a 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation
index 82859290b5b3700fea83adde0a5e119d25501571..3ee0fd041eda2eca90e0db93d8a385d5496810d2 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index bb5a58c586eecca7c6d2230593336e906bf6c217..cfbc6b0e1ab90bd440f3d27e6b470dd7c6dbf968 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 5bd32622cc8817d2668a31f908d4c9cb2cd478c9..1fd4cb342c60552622c4c7626f732497c6c13b5b 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 9d11b1fd1a6abd0df498caf775ff56fde58fecac..f6e59abdc664868d6a7fff891f8fde25cbe6c34f 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation 
index 1ddae25785bb140d959cfc5459d4826c7c8bf1b6..5a86f8558bd736ae76c5747987d4b99f448d8cbe 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation 
index 1b5fe348f839d8ec9c1a6f11dcf28246f35a28ff..a0299889b8ca5abed505f6d85256f1740cd64a46 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index ca90c45a90cf390d44c1987a89af4c095cc68ce4..ddafcfb534598c103e739367ebc0e161477f11e5 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index fdcd695acca35109d1b83f7c9334d9256ab1ae7a..a079a268548301d1dcd4ad0257a385c47c5b7eff 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 6535a78be0f91630fe6310bf8052a36765bdf1da..8131fdf7eb8df06ce0223782e7814420150ce81d 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 215cfee5d6967e69aae2c3aeb1c4d316c1526683..51ec73efd0053c610019d7ff9aba42f20c47de1a 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 9dc039e410a5aea3fa749bb8e413b2c4f08b3ce0..80ff2ea1a454e16fc5c5f3a43514f4568b3a84c2 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index e321d983579ad8848ae955966d29cb20b9f2f0e3..af13aed03360904ee255d5fbc79d58a8b075a00c 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index a684eb7ad4b0b19af718655fb3fe6df9fce1dcfd..01fbae4db81881e3321efa0cc014249db096b932 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index a7d65dd53217b9b2c3eba82125e832a812c4a3cc..a8b3b2c5a69765ed824fec48d746113044f7ae24 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation 
index 40b197996e2c9d7f840b00d3f1d79b7c1e086e56..4d8efdf2ef7c0203e5230c08fe0235e596c491a9 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation 
index 2cc937935df8c3dfefe2a2d55fe06d0228c48e9f..0b82c7dc91e8254fa771199c2af397f431b0ba23 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation 
index cc6623ffc740985ad06354152d464dafcde90539..e1a3b3c0125d54fadfa369566c2c3a48291de96e 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation 
index c00ceb9ea7e86b45dbcf46f5402711bed2fd3f10..d1285b37cb6f9cc97b6c4e0d7f5ba5b11f8b97e8 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 2d24914bfe7f2137c2d1f31081fe4e67c22e7cbe..aa393f5de570614cd5d9d3b936411d8c0d5fdfe4 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 0925f2d553d1b0960ece7c5d14b6a37ed0afc03d..ff8093c3264c668fe90129aa79e6bcaa57beb5a7 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 80790773efd4aba6cbbbda1828bdaa11a91b557a..13d2652e0e1eb5fe9eaec78d47129d0ed1a13f00 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index efa4b84f6935de1e3298c1c40580cbe9115e6fda..ae3d79554e9a7b08367d8c08f677a9adba4727b7 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation 
index f823b6e941dd6d61a36db3d934bee5e200084a17..1de505a78135601552ef163831f8f5b319d77abb 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation 
index 9a5de416135ae18920d8bddbbbbd5094bd6bfa83..a1998f6c05059065c9a3e7f4cd8f76826877d504 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation 
index dfef034780e6596abedc421fc4c7fa91b98d8431..be568c46f4ff84ff62ed52195c3450d22aadf2a5 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation 
index a5d23f10d706cf773eaba99b76c4ec315d86eaa5..01abd25568e1f39ba923ce34572bb57e229676bc 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer, 
index a5d23f10d706cf773eaba99b76c4ec315d86eaa5..01abd25568e1f39ba923ce34572bb57e229676bc 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer, 
index 8d1638709a004c7977a57e7e735b29452660c03e..35fd5bb79b592c35f0d9bfe05fe3092266980853 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer, 
index c174af9385de2f88d2081c4f7878d22315a74335..7d8446cb90554a4c1cebccfdc1aeb97aca96ecdf 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer, 
index a5d23f10d706cf773eaba99b76c4ec315d86eaa5..01abd25568e1f39ba923ce34572bb57e229676bc 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer, 
index a5d23f10d706cf773eaba99b76c4ec315d86eaa5..01abd25568e1f39ba923ce34572bb57e229676bc 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer, 
index a5d23f10d706cf773eaba99b76c4ec315d86eaa5..01abd25568e1f39ba923ce34572bb57e229676bc 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer, 
index f4ebfd724bb797f5e1188e82214bd751588917d1..b1f656f86311f559d86f6cb86eeeafb53b7209a5 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer, 
index 8d1638709a004c7977a57e7e735b29452660c03e..35fd5bb79b592c35f0d9bfe05fe3092266980853 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer, 
index c174af9385de2f88d2081c4f7878d22315a74335..7d8446cb90554a4c1cebccfdc1aeb97aca96ecdf 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer, 
index a5d23f10d706cf773eaba99b76c4ec315d86eaa5..01abd25568e1f39ba923ce34572bb57e229676bc 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer, 
index a5d23f10d706cf773eaba99b76c4ec315d86eaa5..01abd25568e1f39ba923ce34572bb57e229676bc 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer, 
index 8d1638709a004c7977a57e7e735b29452660c03e..35fd5bb79b592c35f0d9bfe05fe3092266980853 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer, 
index ac541dbaa8519656a3de459e15447f69df336855..a85466ddc036ad0d4c0fa51da2308e198746e71b 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index 252e12af61551f5fbc572ffc6d78950cc8fee896..b98d7c2100430f5315fe70f0be79304b32406be0 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2005 Contributors.
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *   Alexandre Vasseur         initial implementation
index beac1461b15d4d3794eb38b9aa8437809cd4a66b..28d4f29f994c34b56854eb46a9359339ab62e524 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2005 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     Matthew Webster - initial implementation
index 1dc0e9aac3f57261848ea76fa763d80db5de0597..e7fa8e750e3734224669035f523a7e466312279d 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2005 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     Matthew Webster - initial implementation
index 3640800b6622505a8fb5194fe2ab2060b039c645..6f637c97835fbc87a76fa23333f155a0a5984bbd 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2005 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     Matthew Webster - initial implementation
index a1629a7b4ad3c44de54b92153d591901a0f9d5fc..3fc535d19b22b32f6ae16da3cb59de8b850568af 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2005 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     Matthew Webster - initial implementation
index 706e8c687998981f3b9fed7f67fb30cfe3c0b2d8..70e2206248bfce53efd9ef4277b42b44fbbc5fff 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Wes Isberg     initial implementation 
index dc0b1858e4b08e1f0bc14b7e6b6ca8b940754dca..214764168994bb7108fb31854236b7e7792d5bbf 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  * 
  * ******************************************************************/
 package org.aspectj.systemtest.ajc10x;
index e594d3dc5c3246b0e1659da1619c1499d921b082..68c89587c814b73d6a60ddea9f284c49f7017c46 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  * 
  * ******************************************************************/
 package org.aspectj.systemtest.ajc11;
index e38baa1da142844c0d882dcb3bf8b21f0fd9f366..da8a40cc6e858daba5a711707d93f738563596cc 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  * 
  * ******************************************************************/
 package org.aspectj.systemtest.ajc120;
index 70a0eb59c36b7a53f7ba335d8793dd9487f7e054..bc5abcc62c3f0deb66b76fbaa313094ad2e2d45c 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  * 
  * ******************************************************************/
 package org.aspectj.systemtest.ajc121;
index 702279a9cc9143a2f58aae2a9554184a6d89665e..8a8505d8ad0770c43d806577c7dc02b4a3888429 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM 
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *    Andy Clement - initial API and implementation
index ddb34ce613833b5a5a90a15a863d3e661c9bd374..b6b3836edfe888617a70db17993bff8839476a54 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM 
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *    Andy Clement - initial API and implementation
index 11bfca8886cb365da9d2d60c6756707830a908fa..472809138f760dd549177795db63f2470d9ba19e 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM 
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *    Andy Clement - initial API and implementation
index ab7940e73238da6b0027bdc93f4ebf4f9cc22969..8766bfa981c4b22562d477043b4507e03ed0e869 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM 
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *    Andy Clement - initial API and implementation
index bcece33f53d792256f6690930f4c2c3c494c51b1..44a4b5cdd0d6b11f3fce6a7de0f2b7a316eff441 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM 
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *    Andy Clement - initial API and implementation
index 768eb936e50b2c181658fd1d387b5cc7e8fd098b..13d3d7f66c421f64ac29ac68db63d52353235880 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index 8c9fc2256571d16b6101ad84d6b3d69fb9c24335..551819a075e8c805f36b3eaea41bf8f854248a59 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM 
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *    Andy Clement - initial API and implementation
index 39ac09d5486ec7f9333e6c37a61c1e1d448de1ef..ad7036f0cadad2b96b251fba89e285797afc45c7 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM 
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *    Andy Clement - initial API and implementation
index 7221cd1cf7e70015422ac13c459e6ccdb0063cd4..47b2c1bb33d36bcf7f17cc1c35ef0b3fddf85624 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     Andy Clement - initial implementation
index b1d0e853f8e77cb3a81f028dc3c9fe496ae4be47..6d92eaacac68fce4e2416308960435a5650477f7 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     Andy Clement - initial implementation
index c5009a21328412280bc82ea9caede4cf28fea47c..f290583814fd32c45f593609e892db5801678198 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2005 IBM 
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *    Andy Clement   initial implementation
index a24f153f7b7c44bee1f2d0af62e3bd149a82085e..1696b3dd51f81c2ba5e1831d48d610c6a7122e33 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM 
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *    Andy Clement - initial API and implementation
index e1cf087a8c27edb7661a92c11831e1e28ee7f08c..5539133279931e806162965c2d946ab1c5450571 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM 
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *    Adrian Colyer - initial API and implementation
index 671f19602371735c259143548cbb087b09c0d0f5..1d3f43afa329ea8f66483ae831424011c31649bb 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM 
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *    Andy Clement - initial API and implementation
index 9abfebe14172eaf677127659dec50f0977e2ac7a..0de905919540e80ef07115fb516a43320869b744 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2005 IBM 
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *    Andy Clement - initial API and implementation
index 46f319da00a1825952330924d596cce1731eda95..30dba129fdf5964015d5d9f48a75b6fc65706b4b 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2005 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     Wes Isberg - initial implementation
index a6de381fee7e2457d7f91b935f027cd9d4448fc3..ff57458f0a751952c56147a0d40fef48fe43db46 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2005 Contributors 
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *   Andrew Huff - initial implementation
index af778b525f9cd137cd8fb5d97c5e9a521c16bc08..2e8c3f05fd390e201f99743d898680645ec0a65e 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM 
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *    Andy Clement - initial API and implementation
index b2d03951e0801c7c53b0cc88b3a856daddfd783e..fea81bd36633d2daeaa8906cb76b55e8fc09f8af 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM 
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *    Andy Clement - initial API and implementation
index 2fbe14eb2c23f30e1a2b9bc410ec5c1c770ea14e..78c70596d1fb7b01e87c63e89cd294b9c3ca3dac 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2005 Contributors
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  * initial development             Jonas Bonér, Alexandre Vasseur 
index df29b123efecccd8d513283967cc01d0e18d447f..037615be3e35cc7d53eabf0cd098fe74030afaaf 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2005 Contributors.
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *   Alexandre Vasseur         initial implementation
index 443418a78658cdd44acb2ec239749349a4333150..3f9896ab415d1cfef3c795bbbe2486e6eed42946 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2006 IBM 
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *    Andy Clement - initial API and implementation
index 8f64f29d81e6f4c6a42a3057b060a7d09d61b1dd..32a3ed5b3ce0a1d9c7fee45ee4b67742aaa7c1a6 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2006 IBM 
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *    Andy Clement - initial API and implementation
index f2c06031614f82607ed460c480536f0498e3c80d..c926c7db6a23334c18764282ef222e2809969021 100644 (file)
@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2006 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
  * 
index b4c363d81ce55ca743c3ee363aa0f9c7cc94e453..defe9b9b680eb5a2fe850d48370e91d29e6f1764 100644 (file)
@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2006 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
  * 
index fc0c0d27623d7676615a1d0325a84bb1af524bfa..1df5bd4f85a7d21bb9b86d4d853cd25359e40c9e 100644 (file)
@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2006 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
  * 
index c73079d7947e99f9b031fe404c28d6fab3511b66..382a912cdadf4039ba7f65bc055f2a31e12c8392 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2006 IBM 
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *    Andy Clement - initial API and implementation
index 82a3983e14b943c93865798c2be6773b93ab99af..e98ce756b791f8839f3daa2db9dc1fd22cf81b11 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2006 IBM 
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *    Andy Clement - initial API and implementation
index 094a211f3020fbc410e1ed0994bcb9abb0c4e1ef..893ae9a3c96f1e3ac9ded776e5d7527e7feda6e5 100644 (file)
@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2006 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
  * 
index 681f9b3ed867fa7c532b55454ec0a3ebeddd7bc0..6a93cda4efecc43958a925d31e33730aa36a9fc5 100644 (file)
@@ -1,7 +1,7 @@
 /*******************************************************************************
  * Copyright (c) 2006 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
  * 
index 032b7ead8dcadbb4b8d26e88dbf5d684d29567fa..f7388ee7fd2f893fd54224cea009507ddefbea88 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  * 
  * ******************************************************************/
 package org.aspectj.systemtest.aspectpath;
index 37cdd736324ca668c795373e974c5c14072426f3..23f450897bdc2c36d5687dd7d47ca446be959df2 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  * 
  * ******************************************************************/
 package org.aspectj.systemtest.base;
index 50e49d6876817bd434d04e068199d3c77d66bc0b..3eb98775e906e38f9af7b6b7502da5eb161b37a7 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM 
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *    Andy Clement - initial API and implementation
index ed6cd37cd88f60fa8cdd9c2453a8989e2d4c86d9..52d2f07c324b61003df02722307ef70f162e6a75 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  * 
  * ******************************************************************/
 package org.aspectj.systemtest.design;
index 09f8248bc87a0b6aa1a9b828c49a678b9f6d29ec..cd6ed60a11bcf06225e5696fdb706781e4df2f4f 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  * 
  * ******************************************************************/
 package org.aspectj.systemtest.incremental;
index d4a8e7c487ff39fcece4a1a87035e3bafd7d9938..0324aab993ea9454f9ef2572b96cac3c0f9136ca 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  * 
  * ******************************************************************/
 package org.aspectj.systemtest.incremental.model;
index 67492da97e1d402bf72302c9dc780ed951878b23..3d177260b83f2df03a2dddde4799bc7d5bbe9278 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  * 
  * ******************************************************************/
 package org.aspectj.systemtest.inpath;
index 5d847bc275ae2370e3f0fd08fa96b1fd78de1ea9..ded422f7b244683b5042a58fdc2556c82b3f8915 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  * 
  * ******************************************************************/
 package org.aspectj.systemtest.java14;
index e75f355decfc775aede1522f91e0e120001adc09..52a626545ab3a94778e801665496b92e69d53a4c 100644 (file)
@@ -2,9 +2,9 @@
 * Copyright (c) 2005 Contributors
 * All rights reserved.
 * This program and the accompanying materials are made available
-* under the terms of the Common Public License v1.0
+* under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution and is available at
-* http://www.eclipse.org/legal/cpl-v10.html 
+* http://www.eclipse.org/legal/epl-v10.html 
 * 
 * Contributors:
 *   Andrew Huff             initial implementation
index 481827125bc8e75e0ab45ac14c598c38bfb86848..556c66f1ef3ff09572256e864a99c9c2ba8a1b5e 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  * 
  * ******************************************************************/
 package org.aspectj.systemtest.knownlimitations;
index 746c51011f0d48ad892b6b000e914d1b2d2c8ad3..08b5a5af20905c600b66eb4b8c2bb0190dad9840 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  * 
  * ******************************************************************/
 package org.aspectj.systemtest.options;
index 264b4f55e99e3e90e7d2cdedddbd79200b6204d2..15f8fd824a0b1d72d4bba35ac824d03f7de9f039 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  * 
  * ******************************************************************/
 package org.aspectj.systemtest.pre10x;
index d692464f5b2743b034ba7f724bbafb7705f53df1..05f2774a506c105102c76ac2ba72d34764422261 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  * 
  * ******************************************************************/
 package org.aspectj.systemtest.purejava;
index 8f524128754dc0bbe13f2191a3955de25621dccd..add1e5909f236c29e63517af207801e0e9c76324 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  * 
  * ******************************************************************/
 package org.aspectj.systemtest.serialVerUID;
index defcab2e340643f9a3336628f98bc20fa5002fb9..1cc44f1f993f4051ba06b6d7293fde48d3dbbf68 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  * 
  * ******************************************************************/
 package org.aspectj.systemtest.xlint;
index 637362c1c42ba17d4d441790ace1e15bd83cc7ab..a8efa591d4183ce12c0a2169098bfc3d8b16d1b1 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index d15e1698bdc3dedc9b03b398ee5d035a101d19c8..fbbc457fa7938ec69f1ea61fa23f665708a7858b 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index b3fb3742d1d43f364074e6ee7722d08a05e312fd..d7892f6eba194a9ac5d2c87718ba4dd37a4dbd1b 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index eccb74dbf5f5818d91b079acb23990ee5409a469..0817af893cbd44b4ea10c33e764b58c7a1578aff 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 7350386acd392fbe68e3e36d487b87ffacf75782..8f2295a5ac2fdbe898d8e0f35860e73cb294f09e 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 622d7b4c95680e931fe958fedd3a48e00051c9f1..223ca05661a631289b033cc1fe6b4150a10c83da 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 1c75d075d4ad49347fc6d45049a4e61cbdfdb692..a3ad026b9043ff855affc2a4e18cd65e9c83d8a7 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 6051caffd0b47ef7f383e2b5870b6f32fd12c39c..fb56f1214ef2fcdad7133e39e3e6e5d1354a17d0 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 3610eb7f48abee9d2d819c8ba0c0f7ec4fe7366a..2ea5eb6f89f2894f8be01580386efa3e8bc9e7f2 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 6167e6694bac6d0124b8a6e45050d6e8549f25e3..a8a9b53303405907a0b9b6f75896f86227b52e39 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 6980d39c94557fc272d441b62ce62e2f58a2f7c8..e029a62043bc5a918ae64a57a29d24be37d89fc5 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index dc4ec6fc75524adba8862f21f74528d1156b86f5..85783aa405cd5e222297465a8d7aef9db692a0cf 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2003 Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Isberg        initial implementation 
index ddb1da5f559b9ae73f5c1ef8a1fb35e05b467769..66e3d0fc25103b62aa030cc476befafd0a269d5c 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index c54080936f037719b9e9ebcb5e5a43c95b62c061..23ac0e31f435078b13932360230a4c978e28ed0c 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index eda805d3810bbe90420b034f897352f03f2c3cab..b28e17f3617fcca7936f59be0f1fd9ac3da44c29 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 7dc577941e0d4bef1fd5b4d6b5e9cf385503d03c..dfc80b220400cacd3952a86cbd7b9a5051557eed 100644 (file)
@@ -3,9 +3,9 @@
  *               2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Xerox/PARC     initial implementation 
index 56b335cdcfc6ff004588b03f173c52b0e10221ea..d0a2d0451278a731a04bde0b0ebb4290ae632225 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 760856efa54097418bab2b3a8ef609060be1ad2a..d8d8f3b7c8851193dd77d3aa250c46ce5134e0a2 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 57851fd642524110c48b720d920c501a064f8bac..dd2ebd174bfd45fa6e8ca46aa1c64c6ddea0fe4e 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 56e8a94ad88e1d893cc3176ab206644bec2b8236..66dbf9f2568b751ac2a55bbfe577e1be2b80cee8 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 3b6e350b3b98562f3bd219d84d11355966b36006..382780014180a4442927f848cc762089798d163a 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index e9b6e997c913ed803fed5c075d72813bfa0d8e74..9c2c54aa4b83e22223923f51fb365edc1740673b 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * ******************************************************************/
 package org.aspectj.weaver;
index 2860810ac783edafc7c87b7550a9418449842d13..c0e2307dbdc8b9bcb17f4b0998fce1a0d37a9490 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2005 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement     initial implementation 
index 23d924ab56d5bd1f342ac1d20edf26fd7e721a8f..f26f118e2eb27f4cdbec48811462bb83a9738e1b 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2005 IBM 
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *    Andy Clement       initial API and implementation
index 636c9589821c13081b0dd64bd64e4953d8b5ae22..68398df137fd08d12c8ef7f7b8fdaf29f7440a34 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 161d0ed90be7b80a4990c960b56356a6966da530..3685184a58b8f9a7ee8ff2e707277af35a8463ae 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 05cb89a30d55d6a7d886138810812ea70f0a6a25..f34b06e2caac111113f6ddcbd208a7def2827857 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index a3e2dac1b3ad690e671b16ad4d9399d9bf317b0a..6700b8b360028ae64e30ce0cc5e7cc05fc19f222 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index ef9a88029da90f1de653696266f47db6ca0972ea..abb85f65aeb4c52e7288dfa9f5caf3d17416bc9c 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 9962f893c3183d874d7c86fc2f82698990411084..7c55aab5f0743c27974ff1f5e387069f336203b6 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM 
  * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *    Andy Clement - initial API and implementation
index d96842d10c71ed05baabfaf3713e148a2ab5e2c7..c280b0de1d494f51c4ea1533ff0373a73d9465bf 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 1861022b913533aeb043ecd6844604a30bf16ec8..4de08b36a40a10bb079bee5d6abd0630d6474440 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 2d3c6c93f41985b131a15649110af2c1ab85d468..5dbb679e1918aa28124c6e369822231d50e980cb 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Matthew Webster 
index 0905586f5c0696456ce45317fe12c2631c660d24..74d68703dfa948f723a30464d545399341e30943 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Matthew Webster, Adrian Colyer, 
index e0074c3d8d533dbb8a66a465a7aa9c9e39f0ab93..ead81da9607d3edfcd3281934a03c2586db673de 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index 0199ed1e2102b66471650ff7a31eb4770519d363..679d0fafbdbc89015a007cd727a27b8b70029cb2 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index cb2fe93c33f053d35f246e523baac44ab8288a42..02ad84c85c1683a7221686883150603cef06089d 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2000, 2003 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index 20d3f165dc0854c63edd9bd8b46cf84e44474618..e47e09b04cd6c34d6483bd8680b4c435bcb2aa8f 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 21c9509227aed6afaf4a5f86c7c239f1b769c743..b070d908bb798c12c935f119634b70edcceccbc3 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index e669fd856e9fb126c5fac43737e1cb84b11bdbcc..dfaab8da23cede76a7f6e62b3a6ee52b896f5b8b 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index f61a9793ee3b3acde5a46ac26881e2e22413df9a..04f1b4e1e81c18fdc4718b5c26f31abb0e990fd4 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index 60707799056bd0289b777dfd758ddc23acb00ac4..4078d07a814aa58c61cfd534f3e02adafc03d0de 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index e61cbf4b4114075ee435d57bce7d749f5358c953..dd3ef6e9e73f3bc62cade5e628410fa25cbddb69 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index c9af5e3e90b129c913088fde4c4fca352ac01be1..bfbad72d8014ac8848a7fa7f83d9992929e81b4f 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 6008c2eb48ae6404c29696301c2ab6df1d7b65b6..06898f61de4e0b1e05cbab1a7b6180ae61f47aab 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 24f4224f3f601972f8eaaa65a77927620b94504e..723605816d7b822d87d4de29528245b6c1337da1 100644 (file)
@@ -3,9 +3,9 @@
  *               2005 Contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation
index fc118f42c3bcbd433d2487e6ea84cd739fc1abce..0f257f59ac522b29783497365327528173b2a9b3 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index aae578c9e2b5299fad42d9738a00b7823e511337..f7a4ca77602f4c423250bdeb44837d000c09ec1a 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 921a65da8117b84614d2ef216c760a150961d684..21a055c3c39e3dc0733010df5c8e34aa24ee1943 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index c60a754521cf8943ca2a0772d5605e284f081290..6a0974965ece1ad38938bae1c9f0d5056c1d341d 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 0073b3b5a5bbb139234f173beed550c04dfec4d6..05b6112ce7f943764098d83a57b0c2edcebc2552 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 8e76e2245e463a7bc3902a7272f70903f3457e49..cc8ac44aafa839975930e65781410e1d50babc44 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 219ad327735247e193b1772b10153518922368cf..05e007751debd3c0da541f538cac35d78217b128 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC                 initial implementation
index 04e3a3132996d2f84bd5c3ab067b51d41739cb7a..029354b5a994dcc6f8277ee9f85de7f2ed0e9cb6 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2005 IBM, Contributors.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement     initial implementation 
index 5e5c5c5a9924fb1d42bece58d05cf910cfcf36db..710958d8c0c35a318fbb5aca23b28e0e64adacab 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 7296ae0babb9abc0fb3432a6c92c4d74d69a9ab4..ca9152bae1e1432353fe1276d5db566175ba165d 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index faca760950c7622c60af975adfa92b3cd123f4ca..c8a9ecef0ee64d1cb210673d0f3a84d002b3e0e6 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index f93bde6ffe20ee4a9839298a07b58e2a927997f9..c332f2ecae156ad77d93398935908ed911fcb287 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 10dcf413a0937bb3d7fcb1dd39e03873582068cc..1664f1a18e7cd174c79edf25c6b75e0614f1caf4 100644 (file)
@@ -3,9 +3,9 @@
  *               2005 Contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation
index 2049b554cc2b429a89bb268d8b2ede1b7547636e..3f39fdb7160a605d863e34277cf2cedc2cbe28d3 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 39d664a40a02612b2afbe64ca005981516cc160e..e7aff6ea3a4865d687ee0f88356c4d6ea837386f 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 243b35330e7c1d026fe95b77095d186466f85c35..0552671214bb53735989ea7db8905b69e367a312 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 169c6e3f77c72aa696b8972244c4f1dec1e76e8a..594e31030a04fb077ab04d2b75cb3fcc0f37de16 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation
index e9b2560271579075f3a47083738f0094bb214972..6207516a3576d443e683ed4a9bed06d6cc4d6042 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 3204a96250c75597e51cc5126117d1e5016d7def..9646cfc20b1660ca655b1c88488e12028ed09881 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 8924d4f073a91039b38b02ef438bee173db9cf57..6ab69094ba132a7d1e566b7434c909f5c7e3d863 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 79687ba6cebaaf77ad1cb3e4ba7fa582e2bf4d9b..c7f4f86ff17db7fda162341f1809779238eed413 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 00972efa4a55d40f4683f04eb35b14345c036cfb..328acdaf77f2002757935a5c88bb3a44d93bc27a 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002,2005 Contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index cdc357226d384d046dae2eaf3bd321cd59f98704..f31723b6796b2cc05bd7451417964a80571510af 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2005 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement           initial implementation
index 036c03921721534fc84780670dc1a021c760539f..b07974f82f9bcfe0d74042b806b020eba8ae0252 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index 4169a8a55221aa775ed1565706601bf239be78a3..ca4df913e394bba65f2f16c20fcfbc3e54f3301e 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement         initial implementation
index 77af4bbbcc8b8dfc084ff46505d53c1aef66309e..6c4dcc1df1fb7ba25d5a9d35b10e2ce13b6e6f80 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 1ad205845ab4c1c279587e7baf32e6bdf1660f72..c4a1faf1004a54ce98f49afb165e5e9139deca18 100644 (file)
@@ -3,9 +3,9 @@
  *               2005 Contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation
index 8559cfff047a1f7787418ce152521cde3653ebd9..7e8b083475cb69b8fade29c7cfcc815f7e3a202e 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index d155b86f0b7272b807004abcb2f0b2bba5d1a95a..8679d48d0b17a16ea311ff172805a50d6c92e8bd 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index edd8014d7bdcdb915c8f69463f2ceced7b0afdd2..1a1b52abe28749ac5ab247f7a5a86c4b00a6f2bc 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 5460c9372ee1f5c2a591c9ea28c832969d9690e3..e8191a42ec27989b1972b887a620d7a9b720c4d8 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index c74066c02d1558848bea77ea0fd7e18b93b2bb08..238510a1efcfb0754aa55faa55986eed860cba42 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 2088c3a53f9de15ed17d683361d09267f9c03e6b..b122d4ca407d2c89f8d2d4a7b94e80cede4819ab 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index fcb13a68b178df2deb2683ea0bb24a5656d1c893..64aaf4b1ad00c5fdb17af321fcb8db9a84dfd932 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index db5d30499ebe7863be1ab8e0beb51b30ca95b7c8..e29cfcec317c3cfcb92d3b0b26df0df887f6d056 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index 4f9373593bed2df8345d9ca29a4861a5686e5445..47392e802dabe3850f7b62fd7c0d10474298cac5 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index a80a8509c2e0c179bab8840a5fc6df8082223bcd..fc99272af3d0c9e1aeed988d4411909bc3e9bc61 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index dcd43a5120848dca294ab1b236390d036e2ffa76..1fccf04ce9778735ef877aaeb46c32e55d792d12 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index feaea0a4e82fed22d5e99c1e17d91ec128b2fd54..6d019880d114c3d44be23300af30ab4067d7d53e 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index a2de8af2cd1d9d5f1bb01174824e1c8378888d29..1826f9c05b62c800f9b9742248b366d9e0f78dd6 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index bfc1cbaa042abe989cd7f71d521e7e57378b988d..ebc4ad1420e9b6da2540bed9d265bfbf30571ddc 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 6d3fc8306e8ca9c2608621647f219b4ad42d64e5..8da7694e67f6978a427000b3d24c564694106654 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 425bc541ed856f9ea07f647508601420b396b11e..920bd01fa01c6774d1f33775b4add90776ef207e 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index f849996a3bd591d50ec8fdbb2cbb9dda2bf4f0ab..7da6317074fcfa0d4aca5daf9166cddae966198c 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 817872fab1fe81b8a372090d84080cf9b9af8bbb..5487fbda5fd9ce8af1ef250f0505819a4c3dbee5 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 4c9c3839216f622b60ce41ea950484fc8946f0e8..1d0fa70b53bec685de3cfdb08e8076c074e3f301 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 671e10faa96c69a13549145d8820fc96042ad7de..ceb471cf54bf3074fc856c5b598f951f52b748a1 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index df9725ac2131b71d7c653914b0e4e47fbacb56f1..c6c1a61d4f0a0031a0b8c41d487e0e67229164cb 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index c6f317d83a456a2da67d7bfffea264768e9721dd..f83a8758f6f189dfe2d0e921f0d616dd92833023 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 57a0c171bd36febcf6678325c1305f161af486f1..eab34f54ea628bb15d7eb2b6cc7b35ed3bc1d192 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 1166eac2b330afe76442f0ef5f57879b80f68589..93f51d972d105fd2264f13bcc930ead7659fa084 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index a9129fd623dc12b6951997ac7f55f0f11310c234..ad960fbdb72117fec9874d4725511247c65bf3b7 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index d352731cda38a2f0c58770d66ae659d790c4e6cd..3e791abe0e3186a0626c92861ce525e5ff7d60d6 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index f879633fd077e9d7521e920f1a0c213d2eeb4035..c450b23bb78e2ba3d9beb93b037527ce83f3900d 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 7b2678f63ee4846960572c3e48522a3a3710176b..98a11f39b53d620d4356883ea545460d0983e071 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 364069830771c94aca4190f55bfee6a39fbed916..c7cc01c790cbf4e01c640b2473631f1c51d1c844 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation
index 2f5b6a20417d9a33de9df0155729de4522050dd6..81fb92c34e5c71d52b8af5ea6aa85e304e28a6f7 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 8c1667be590200f23cd1a8175227082de3b137aa..7ceffdd19eb372a7a7a148a3f3d8ab0b94b9c2d6 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 8251842cad79958cf3f2dbe83507e5188f6239da..23ad1bfa15e449e6549d4a8b0710c1747fb505fc 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC     initial implementation
index 6876d0a506a482023a7c03eb28bfdc04069191f5..724d0a57a9a7eacc60c37f2384e8acc32076d408 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 07d5b2ef4f2839b9753ff1d206a8bbdb56731539..88493b3a9238fbe68e9ac2c5c1c953f7a2cb311c 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index c884fc1049d49d5c44cf3ca6c0e98c65deee8151..9e55c5c45f253fc2a7bc0393909c5fd93d073203 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2005 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement     initial implementation 
index f03a1c835e068c275ed0a36cd52f6c677eddcd3c..80c7a53bf915991fed740b4a185457a24c207b97 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC                 initial implementation 
index 2c8219356e018a8c07165fa6a422ba4e363fba66..cf69a6ab01f4343e6f8cd2a92a9b59b4e0617046 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index f32335dd4d168078bcdceba922b20ad5f0683512..c7f9bd29c7426fcf406dd117feeebebb0d61b259 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index cf46cbf680625430a9fa4f63b064a86ec23364e2..2415a6f6cf0af5d36cd4979e85c4dc52d0858902 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 7ed29d6242feb803a79df760bcebabdce95811b8..ab45cf58ce3d97f9b0a540bb5ed7a201160daa3b 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2005 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement   initial implementation 
index 14af217543d5e041e3d21178d4f5af497b3ba244..52f3aa7e409b2423208d0b3154d5466beaf9aa52 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index d7e6c96acc93991818597cc00c9610dfc3c3b5a7..869a10073bc780335bebefcc821dd7bd22e9c843 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index 79571fcf772280cc5b28b02d02f7c6ecf48189dd..61e99ea45509f5c5f18dd500e5daf4daf2bb09f2 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 7f0eb92dbcec9a507ffec9492c74d0733e329f7c..3be5ae332a954fecf8c420b9026cc9748cc31f2c 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index e8cca37b30a94d3c7e5af1814f16f20cc3dd0f92..29f8e027c92df2cd5bafcbeec2c146547b70987e 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * ******************************************************************/
 package org.aspectj.weaver.internal.tools;
index a498040089b9f76dad34b25f21a1520710cd85f3..8ce4bceea860c8c33edabb0301ca3be6232100a3 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * ******************************************************************/
 package org.aspectj.weaver.internal.tools;
index 1b1fe151c0d0c77563d90270e61ab875177cbfeb..0193b44d632d0dc09e2d2298123579710bf8dad2 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * ******************************************************************/
 package org.aspectj.weaver.patterns;
index 88810c2883c3840f1b6a0a8bda24154ebd36c031..4fecf8f54546138f838dd5ed63b6e0709712779e 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 245d5c88d7c00f5a1775de50fb082fbebc24cb79..3d704cf76c67e703982ebafc4dff30603e91fc20 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 7b089e5afb03096e481b6e8e4e458d015fb3d3a9..0f3f98122555702894489b4aaf152abcb9045419 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * ******************************************************************/
 package org.aspectj.weaver.patterns;
index ede464f11c9036a8ba3a02ea417101527c06b55d..d1541afe90abaa4852066936e0c67f18a8c38fc5 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * ******************************************************************/
 
index 16e5f4cf7ba9ae77576e620b40bd16b1a4c83cd6..ea6626fdc0a98adbab7d65eb8ee7f971576e3e9d 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * ******************************************************************/
 package org.aspectj.weaver.patterns;
index 41d7416e6c600ef0bfa5e059efb4266186da9af2..b83a0544b06c0f1d5d18e7ecf181cb084fafc62b 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * ******************************************************************/
 package org.aspectj.weaver.patterns;
index 18b624c11d086d93ba1898443d3f500dc608600c..a5d17eed62519724e79ca1ad2a163f4dc091a04c 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 38aab5c59d74f808cfc8e9e6afa8c8c31b1cf4e7..712754f87eaa86ea52e35cc7d298a0a264f84b70 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 1ae2c38fecbdf125fa598fe18c83dda88ef8d010..7b84c9c44ec0a48be6408ce0ade253a490f93dc0 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 70b410266c65c2eb1398b2235ef6d685739d7272..6cf54a33f20ec0bcb9028c7df6bce2a0adb45d5b 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * ******************************************************************/
 package org.aspectj.weaver.patterns;
index 1b5bab35774f2c095163239b7106f76b0478aae3..4d909ede5ee9eb31a1ba44edbbbbc6f8fff99a27 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * ******************************************************************/
 package org.aspectj.weaver.patterns;
index e5740b86ab1c6a5e3345f3ed3d49bc062d265be4..3c4ded9bd6995cb7ac03944021f31a490e2ee8c5 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 628dccb63d16549c2e7ab879f6ae82a16b6e68af..2fc3dfc1cf36d27df41f402c713899c70e3d33ad 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 88e1fb5f6a0c9dc6ecd85d4a8d162d42f92e0aab..ac8f35e6bf1bb6553e1baf9a106fadef608407ee 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 3a91e54864df3df36e3c144e83327834e2ea0ade..01f4c388891875e76e7f00f00b45999d4404b691 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 2b35ea7a127989916899b8415931ef33f63b80c9..c8d92bcf8eece5c1939d70fbc17cdf27c41f3720 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 51563fce25ae97a9fd83c57300dcbbdf3828ef88..eb674c58a56affeeaeeef4110cc2a65e780f344f 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2005 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer     initial implementation 
index 46dc8933975205dc2fe68e211228cac4b4c11487..c4a3948ba531f3fac9836bebda86c46fe2aa4180 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 2c1db81917f21c0b04e4adc89b9a0bef00d67a00..2a7baea264387962c2f0e8242118a44585cd37a1 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 91465a12fbb134eaa8331a123d0bdc5ea1803f96..2415060e9b6980304c75f791ca7b6137440416f3 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 3d23857d56cd6ab4ee50201d114ce00eaab4e77f..a5011a5b82e117ebad39d3361c4e2c3d6730f75d 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 0af6e5a5e6aed547b66fdb066a4b827ae61da270..a49f7d5c8fe12d13d953865a39656f2636e12e1e 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * ******************************************************************/
 package org.aspectj.weaver.patterns;
index d3ae46d982b6ad5dbe8b02e96c815806f887038f..79397d206fd4acbe2cf59c88eb74976479638ad7 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 230abdb694506cd5112c15aeaa660abb3873a7c8..fb34da91c56869050662e3646ca5b60b62d3b3cc 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 5e021a85e245661b5484bf22ccfbf0d712681f3c..132b8650174fc68767b9dbe781ad0cd18af98e49 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 Contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Jim Hugunin     initial implementation 
index 479dbee57ea57e0cd24ea844a650f85bbd4fc8bd..201b8a534245ef838627a0614a1fef90368b9b1c 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 0d9e5637721b79e302d7787224eadf4025fa4685..b399391128865c3cc66999cd5452f64d3014bd0a 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index ae4acc8347a882e325d3e25cdc069c2abfd54918..e96cb25a6e9b6f0fb8e3b91c53dad567861cce15 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index e1331ccae154c5847893ad08198c18e5e9f7a969..aa925fd69014d3e16745d501efd8e13190085c68 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 4e0c0d8c6b8566d37ebb7491489a262e3d14e1ca..ea777a47f2e34e6f3d9e7e11a19ee5211969a00f 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index bcb5bf3a9fa6e779e2fbad6f664861f41f166324..f2615a1cf0866adac96f21155898a14c7bead997 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved.
  * This program and the accompanying materials are made available
- * under the terms of the Common Public License v1.0
+ * under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
  *     PARC                 initial implementation
index 0c3dffe0d39bd955ae93d6ca51a44672412e0ddc..ef4f3e60a9b3fc152dd96dfe239fcd8f3d3ffe92 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index f1543af1e2f2c6fdbef76097cdb074ec8c140b57..7d304c6bc4f0695b9326cfc603a6ab11d1a78c1d 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 7d58025e40130b6a75e8d43a0bbdac60d5795756..511ff6859345f31d84dc0da4a403a925acfc97d9 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index abcceb841cae3429b6a198836f6a00e8ab3ee084..4a63c8daa4b308114b6b718b3939e29d8de00181 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index fbbdf3a547774757c5d7761aafac68796a6b49e1..83a0fb588f92ee6a88039b82c85861b600343310 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * ******************************************************************/
 package org.aspectj.weaver.patterns;
index 972657f936469db264770d977e35b2539a324da1..f5fcede37688698f14dd70677bce1c8e596b30e8 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index e8a50d9729965f294cd19c4995bb2b1ff4d50ccf..6841c708857846868dc3443fde4035213c33b7bf 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 4f319242255718be35c01e4e81f94352a4f247b5..886213c644453816130ba464bf646dcd5c8293fe 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * ******************************************************************/
 package org.aspectj.weaver.patterns;
index 5a564ec9cc1ea07c88984b2796da2db0127e8846..4562b266ce9a14bd4b30966d9f17ea893f1ba498 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 6ade9fc47add3816ce24c0fcc2944d38000ae077..63a0521f3e9ebb0f5020b29c8cd5b9936dc70514 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 86774283d3a63fe548ce5ca22bf24519ddb4314a..cce9287405e923b7c6bf979c40f471fedb6854ad 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 518446a041758caec0ee910983ae1a1c8dbd5166..8cf9f3ffb57565d5b0513b0794739e6674308209 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 7da0ed739ea7b089358be89c77b1d3f04a34c76e..926e888b2219974ccf43d0800bc826e3bcf9363b 100644 (file)
@@ -3,9 +3,9 @@
  *               2005 Contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation
index 4ed864d11ffdb181840de051a572833afc20db19..deb7419f1000b57d95ce4f1d70de7a644288dffb 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 5bd69ababe1b91894dc18f000ca7f89592547842..62b2b1b85264dee17d9db2d540cb45a2174a8f63 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 805ccea214f3bb76f0e5a40e934f1632e0d3bb55..cfe742ac78b83672530c93608aaac19b66b8fdb6 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 16e527e56c46cfabd98d41a2230d966131234bd3..7ed45392bd2c0c2c0c009f64873d85a6b1f69e7b 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 9f59902b50a3ddc616c3776ab510f13edaac4be6..1c9f6671190434edcc2da37fa40a916e542882df 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index dd040fb1b69b7e3bc6567951cce6a4f5945276f1..a824a05453bb90dc0f9d06bcf970705777ec9dd7 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2005 IBM
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Andy Clement     initial implementation 
index f0fd775c245776c6e18737c0327d7f2de4bb2fb2..b0b97bc482c40467b533ad1482d05008c8240d87 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 2c2d7c0e6e3e1903578ebd239e884842bae9e01e..8c1c07f20dde0df2c8024a26b9b84507c5720a75 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * ******************************************************************/
 package org.aspectj.weaver.patterns;
index 8b08b041ab6cd5f39d773db77b93eacec57d2336..f431580484f3d74db969589954e8e00275ee41d7 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * ******************************************************************/
 package org.aspectj.weaver.patterns;
index 170ef58b2bf3644a9f322f34f97367f299d7c75e..2dcdf61f4bb17c1d6d35ce868636c12399fdb251 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 94953c29587d8b0a5a6535ff8fbc111a19c9a6ad..f2dbe9540080995239c9877171cd8a34bdc39008 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index c85b781caaa583c283be0e976e7ae8bfc92b04f7..64d08a3911e7197478c48328be3fb1bd55735e6e 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 8f1cb3c31ccad9a9418b0ae9cf27db7d5187d6bd..a234c107b05234f86f69f04d2c744ecad2728182 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * ******************************************************************/
 package org.aspectj.weaver.patterns;
index c50577323ef4d4fa21023fdbdf6ae17aa3892270..bc9d40ae2db130bf048b0f9106d38c5691048ee3 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 2bf4007693f7984bad6511b7394f150e648cc5fc..eedefc27cb1f9a5cf8754fb2b72a92a673597ba2 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 671adcf940e2c3e0ca4b453f6909905e3dbb0bb6..45de16f488edc7649c57394e4c1e4c70e1bc6f7f 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 98ff2c63216fa6f2f30417af2fe3d6fa7037e561..35864aeeb13d8e358c05a6c9a8145dea1a48ed9b 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index ec23af1c5e8ba4ad4076735490162cd606c35bd9..41aaf4bcfcf0af4d6188b78f8524ebba11e23517 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 9ab66d32fba9399591237ab82d1f6a729ee947c0..7a3bb3ce6911f072ebb9f5fe6838b1b0aa7fc097 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * ******************************************************************/
 package org.aspectj.weaver.patterns;
index fdde0e9b4f929ce550c2bdf076095105f415459f..6cf85c19ac8a46d2d1b502c70e8f00a5521fc953 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 4439079d60bea60f9ae410eafed4a5e183e15785..6b01b39bb4eb153304111e53469f8d0ab3ddab1a 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * ******************************************************************/
 package org.aspectj.weaver.patterns;
index f4bf40132e7b9235ceec25435d8b36179acd7d01..8bc2439a56d7b2da1187568ce217106018e77be2 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * ******************************************************************/
 package org.aspectj.weaver.patterns;
index 3b213be0ac83327e0973b785f051c02ae1b0e87b..94737fe7072cb29ac59cf2c466cbfa2f8212b068 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index b3fcf03cb52dd1d7f898d47c82463685b4abc755..dd0f71136e437fa02c906991a6fc4bac5c3a5423 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index c60357d3f3a1eb40c9cb3566ba725c5d464182a8..059688c5b9c1ed31c0a33256ddcc245227d53333 100644 (file)
@@ -3,9 +3,9 @@
  *               2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * ******************************************************************/
 
index 0a782452c82704ab3f36b97201b80524c1c954ce..43be82323fcfd7714d61fc9212abdfc730adb56d 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Matthew Webster, Adrian Colyer, 
index fe5de47ee86290e0a9bebc4cf08503cfc413100c..6b598a50cbec2be983765faefd78c08da9649237 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * ******************************************************************/
 
index e30b59bcec2dba51e9cc9949ff14af3221316e8f..60aafe619656ca0b3b531c84496c9e525bbbb8b4 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index a4f96888c8d7f8f0f80db9128f8d3b3bf72699e0..b9bd85e68a1ec325f0deb197deeeab9d820f2cbb 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * ******************************************************************/
 
index b1659eaf8adabb6a44bb25f51a99fb5f0cfbafc9..be3b84025095f8b5080c9e648c91024d338cf063 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * ******************************************************************/
 package org.aspectj.weaver.tools;
index ff280aab91f34d0f93d43c43c328501a2cbebe6c..29f6f0e37e239f126f74a1f8b8262c657256934f 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Matthew Webster, Adrian Colyer, 
index 045cd6c8b11ddf88922e0f805f9b043098ed24b7..84987e19b4013552626ef7c9a3f95804c4360e4d 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Matthew Webster, Adrian Colyer, 
index bb162e306a6c89d8487ffd4bd420a0efdf8f2d34..62a2affb5981c161d897c5f777de1bf378c11ef2 100644 (file)
@@ -1,9 +1,9 @@
 /* Copyright (c) 2002 Contributors.
  * 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 525cb2f7c1996a6784615015a08bed2a8ba2b785..0ad272d4000dc75eed712b4c3cc68660fcb07f28 100644 (file)
@@ -1,9 +1,9 @@
 /* Copyright (c) 2002 Contributors.
  * 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index ee3c372bb54d3c2207d26baed26137f5501830c2..57686a84ce8d6f89e19cffff934a0c19d0768a3d 100644 (file)
@@ -1,9 +1,9 @@
 /* Copyright (c) 2002 Contributors.
  * 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 10e28aadaa234072e7550e35da022dc7652b60c8..1424b269a967c2348e963fb4b9c3a451cf1da68e 100644 (file)
@@ -1,9 +1,9 @@
 /* Copyright (c) 2002 Contributors.
  * 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 522d0ccd62eb50183173fe8f6b77d5aaf8ef18c6..d83701f8eff4a1533de8973dc823743421033090 100644 (file)
@@ -1,9 +1,9 @@
 /* Copyright (c) 2002 Contributors.
  * 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index d4fabddd6a95b188caef258d17ebeb7a3d0c60b2..50ca00bac18edeb74d07c858cd74e969db51a145 100644 (file)
@@ -1,9 +1,9 @@
 /* Copyright (c) 2002 Contributors.
  * 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 86748d0fa13fb3c3389633fcb8f8ae9157c1720c..72f539b72495c5640bfd02b97eba47eb0080eea0 100644 (file)
@@ -1,9 +1,9 @@
 /* Copyright (c) 2002 Contributors.
  * 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 229cb3d1defa1df254577add25563e98fe66b637..15d90170ed5914b2731305cf94390496607a9385 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 8a8ff83023ed4a1af042e19123dc3fe4dcafdc54..eeaed03b6f691c9defcadc22906ddaee33ebc2cf 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 1c59bd841cb88b36b50f10616b42b914568868fe..1d3f65ea76a3ac2a022b6031620f6e716293f0c9 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index d3e187ce011593ac502b0c40a985693d7cfaa3b9..affd39c2cf4e97098435df7d7e8ff912659f604c 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     Matthew Webster 
index 058b71b62209500d90a9914384a5b7104a0c89a7..e69a4df936837b58cf51ccc8bfc9823c58593863 100644 (file)
@@ -1,9 +1,9 @@
 /* Copyright (c) 2002 Contributors.
  * 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index ba1cd5f86d0d518dccaf708b781d84a83e35d70d..4a9336abde1d1927724cc8981d00b6ccbece9bd3 100644 (file)
@@ -3,9 +3,9 @@
  *                      2005 contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation
index 682faa2ea1fab029abb045f0d1a5d1e1a05e9637..761281a486ec7614820436b6ece6363307cb5fcb 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 0d2e64b1b28af5fcc4279ae0b62aa313591ed721..5505c092ae416b8811d8eabf0fe8e3c163e0a6da 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 8e4392c4c04c36228751d66bd67e5a662714644f..59fb884ca7f922e48de07adb61505464c22e6718 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index 469422e448dd0ce42b88e663c74d733eaae5596f..8ccafe4de3dc39e755ef5967dd81f00ca0399304 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 197da87e66660f84e61b21c27dffbe765b684528..9a822b78ec93dc6f19f6ee80172f60e53d1dce54 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 0a310c8f8dfd4a3d2fd6c05bffdfce3c1738cd36..a51c69b9a93f044ffc68abbdf5c2205b01861a1c 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index abb5e8bc25360faebd17e5a9ac84f14c35034a81..3148cbdafec758d11ff36c336c729bc9b16036c2 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 9c0bf0011f706b6d7745621b65d042e91a4b90e9..4088755b53e81f3ec58e46c8a0423a75c64fe95f 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 2e892277d50210bc667420c1627a00dfd0a2d871..5f8412c2575cbe61d6dfb237d0174f8e86977e38 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 8fca5d6e657175223dd667c8d056072e5e9c3aca..f7f0eee33e9826e4045edf8d10e00ec739175267 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index d566c77ea02515e0f331304465c77e94e0af5fa9..a4368977733c1cbbe0e2a07848a6f5aa52565410 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 0a6d0e1b4b76dda155435f67879c2ebbff55434b..b503e9593b97828caeb79d64c55fd6d89b970941 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 3e1e9795be773611241a20815f69ad0c4a15acb2..c81827229affdbd97c6454fcf36960b15211b1d7 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 4c0dff6321b652932b5c55043ccd01f63f6648ec..062f3dbef5a1724064b3933587a1236ae0d3b857 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 075ad8c20d9138ff39455e6d4f680b47267d9849..218233c37f5fb7b42479e0c10a8d83c01249263e 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index fed1ab4cd6ab3fa28c75f7504d253637d6345aa4..d21ab6b7821124df2decebb850636a4affeb78d6 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index c5ee5a59c73c173e2ad4d2708c11d48f5e9e5d62..2ece47f23fd074281f04b9dc1f82f2b663839363 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 3559f8f5f1149f268913c86fdd428258683a03fc..ecf7b65264786736ff9a4e7c22a91909fc526d6a 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 5509c32b04c70bfe3cc1c6ed571c735f804a89ff..6bdc4e142f6a25a6cffcbb74945a93eee60136cd 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 3bec378afafcc45ef526dced88f5791bd33864a6..65238450b6180c8076d58bc3467aeac0e8374c4f 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index bcb543c771a3ae2f38f115671241c2eaf6e8487a..3d6f540d879a2e263aa0fa0609d93d52cd1227b1 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index ac6a43a5117d495f86995db473dc5764bdfec53d..e63496990a8d5e46977962b60e1ab5410273a52b 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index b458643e32e0f29a5ef65437a3f7df07218abb39..32847276705b40d819de88f2fbdc1e6a4fd1d0cf 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 89c1b2e294d850f014e7902354c9ab6957f21f4c..f22805f11cfcdf2d7c6a17e1ddbc37b83e27d42d 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 73447d95a25e6fb81ad0b69893549c3186c76f30..0ebc08b67f6f492afe5246f843e3ea9b6d99420d 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 6b66566347ecd0cb03cef2797dea686baffa59c6..253768b5891dfc10b5335bb2925c90287f7f6e9e 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 8b03c28c0ac46fdc58fb3f101112698dd371b171..3f63a1f22156b9278194b98130e13a1a0c2b418f 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 55f5dbf1eda1b92d1944ff43ca75c8b1a5d1c52f..74969929c68b0727b4ed52c7419c791a0016767a 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 892bbe638df5a4fa56ab496975195f88f3756a4e..b22d306c3954397d77782d8954bfd5862a88ed07 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *    Andy Clement     initial implementation 
index 3551775f4e7f35e3ee1819836192505d9b34b8c4..1ff60c342d22d5ffbeb72265827045217f1380de 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * ******************************************************************/
 package org.aspectj.weaver.patterns;
index c4ad2902a07344c875079cac28dff4d05191bd29..5b0a09b0edf424d6c0a5f2b71489f764f913b9d1 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index 455663699fe1c1eacf8b9e67cad47053b1d08442..7901a5574ea4b106d0be595444881041b227d09b 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 63c25464ff2c93ba810d235c054089d44903f1aa..53373b4b58bb897fd6fde67f632d3b7f05df9350 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index fb06efa5e0fd4e0c13506bf7567e5b5eae351836..c72db9b2a33141ff0be8a357620db5637ef023fa 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 4adf2e88c87a57a9f872f09452a68fd0db865cc4..91e1830925acc3d92dabce640e324e552dfbfbbe 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index cd646b122ad9616b7c89d1513f375d0609830559..dd4212b29e2a2c548143fc434c55e3acf2060680 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index e3baf278d4433db78233cfe059971bc08b92fb83..ada1545ed2eeccf7a3b9fc91ab7770a9d62d9392 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index a018e338cfafec802fb2e7c5711095d1cd5c2911..08584fd00078e4f388549c874337b4d251a0c027 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 171fc40445f54e9480c80c1dfbd9783590b99f94..e304a2ea06c12cbb963edcafa5c514d1bfb66c4b 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 3684e9d86abcde0aedcba70b060c77bcaeb72b8e..20c6a4064452b5c63d58ae9836b18bcd16e9cdd3 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * ******************************************************************/
 package org.aspectj.weaver.patterns;
index 40d3453165515817df8b23f450d6bcb9b3cba7bc..336d86f6248a8f294ce808113ed6c60d8310e13a 100644 (file)
@@ -3,9 +3,9 @@
  *               2005 Contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index d0d6b9b37d7423a7f15db10b314f8a57cceee04b..89f8f7129bf1dffee8abd0e12efeddb20cc446c8 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index a3c42c94e6184ced7bd9903c12bd025103396860..6189496895a7d56991aefedfa081c49e3f11329f 100644 (file)
@@ -3,9 +3,9 @@
  *               2005 Contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation
index 09ec21fe54e49423d527e7252f7e824642e9cd8a..4b1f2c7376e91aee630b1e583594cbd0348c24d1 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 6925b084e4e10d8dc2d58c20726b259cf6669604..1d0c9262aba9e6cdb0bbcab63e5030e6a95aa63c 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index 7f25ac1ac6bca5effdb17c2b1fec7d884c7c4e31..de3fa022249c7b9be3778a657dd35c8e17c6b5a3 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2005 Contributors
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     Adrian Colyer     initial implementation 
index 63f3318d25305711515d7a8ec80660df994ec031..d2063b73b3453ee00b8e77138e2bb885ba1ad275 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * Contributors: 
  *     PARC     initial implementation 
index e6500c1e78c9a9b215877ab043d537b85b0f9bb8..205423c35630ca4f99498d21274a91c574ccb2d4 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation
index 6ca152a4b85997291ebf11474a71b86b1879b9ca..be245c9c3a600bea783ce835b104555b7499a3bf 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * ******************************************************************/
 package org.aspectj.weaver.tools;
index f98303ad553c321b93c4740f385a9e307cb14165..557ec0ad7191db5314e51759e7112a3dd76e9326 100644 (file)
@@ -2,9 +2,9 @@
  * Copyright (c) 2004 IBM Corporation.
  * All rights reserved. 
  * This program and the accompanying materials are made available 
- * under the terms of the Common Public License v1.0 
+ * under the terms of the Eclipse Public License v1.0 
  * which accompanies this distribution and is available at 
- * http://www.eclipse.org/legal/cpl-v10.html 
+ * http://www.eclipse.org/legal/epl-v10.html 
  *  
  * ******************************************************************/
 package org.aspectj.weaver.tools;
index 019f8725a2c82b6d322d143ce9299fa0f8724744..523ee4a83b49b5813950f599e6acbc68d50110db 100644 (file)
@@ -1,9 +1,9 @@
 /*******************************************************************************
  * Copyright (c) 2004 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials 
- * are made available under the terms of the Common Public License v1.0
+ * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
  * 
  * Contributors:
  *     IBM Corporation - initial API and implementation