]> source.dussan.org Git - aspectj.git/commitdiff
fixed initial implementor for code written in 2002 to be just PARC, not Xerox/PARC
authorjhugunin <jhugunin>
Tue, 14 Jan 2003 17:23:52 +0000 (17:23 +0000)
committerjhugunin <jhugunin>
Tue, 14 Jan 2003 17:23:52 +0000 (17:23 +0000)
271 files changed:
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/internal/compiler/AjCompiler.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/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/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/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/EclipseAdvice.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseObjectType.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/EclipseTypeMunger.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/lookup/EclipseWorld.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/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/AjParser.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/parser/AjScanner.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/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/AjCompilerOptions.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjNameEnvironment.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AsmBuilder.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/ClassFileCache.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/ClassFileCacheFolder.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/ClasspathContainer.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/ClasspathSourcefiles.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/CommandLineResourceDelta.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/DeferredWriteFile.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/EclipseMessageHandler.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/EclipseUnwovenClassFile.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/EmacsStructureModelManager.java
org.aspectj.ajdt.core/src/org/aspectj/tools/ajc/Main.java
org.aspectj.ajdt.core/src/org/aspectj/workbench/resources/AbstractContainer.java
org.aspectj.ajdt.core/src/org/aspectj/workbench/resources/AbstractFile.java
org.aspectj.ajdt.core/src/org/aspectj/workbench/resources/AbstractFolder.java
org.aspectj.ajdt.core/src/org/aspectj/workbench/resources/AbstractResource.java
org.aspectj.ajdt.core/src/org/aspectj/workbench/resources/FilesystemFile.java
org.aspectj.ajdt.core/src/org/aspectj/workbench/resources/FilesystemFolder.java
org.aspectj.ajdt.core/src/org/aspectj/workbench/resources/SimpleProject.java
org.aspectj.ajdt.core/testsrc/AroundAMain.java
org.aspectj.ajdt.core/testsrc/EajcModuleTests.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/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/MultipleCompileTestCase.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/AjdtBuilderTests.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/core/builder/ClassFileCacheTest.java
org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/core/builder/ClasspathContainerTestCase.java
org.aspectj.ajdt.core/testsrc/org/aspectj/workbench/resources/FilesystemFileTest.java
org.aspectj.ajdt.core/testsrc/org/aspectj/workbench/resources/FilesystemFolderTest.java
org.aspectj.ajdt.core/testsrc/org/aspectj/workbench/resources/WorkspaceResourcesTests.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/AsmAdaptor.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/CrosscuttingMembers.java
weaver/src/org/aspectj/weaver/CrosscuttingMembersSet.java
weaver/src/org/aspectj/weaver/IClassWeaver.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/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/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/PerObjectInterfaceTypeMunger.java
weaver/src/org/aspectj/weaver/PrivilegedAccessMunger.java
weaver/src/org/aspectj/weaver/ResolvedMember.java
weaver/src/org/aspectj/weaver/ResolvedPointcutDefinition.java
weaver/src/org/aspectj/weaver/ResolvedTypeMunger.java
weaver/src/org/aspectj/weaver/ResolvedTypeX.java
weaver/src/org/aspectj/weaver/Shadow.java
weaver/src/org/aspectj/weaver/ShadowMunger.java
weaver/src/org/aspectj/weaver/StaticJoinPointFactory.java
weaver/src/org/aspectj/weaver/TypeX.java
weaver/src/org/aspectj/weaver/WeaverStateKind.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/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/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/BcelSourceContext.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/LazyClassGen.java
weaver/src/org/aspectj/weaver/bcel/LazyMethodGen.java
weaver/src/org/aspectj/weaver/bcel/LineNumberTag.java
weaver/src/org/aspectj/weaver/bcel/LocalVariableTag.java
weaver/src/org/aspectj/weaver/bcel/Range.java
weaver/src/org/aspectj/weaver/bcel/ShadowRange.java
weaver/src/org/aspectj/weaver/bcel/Tag.java
weaver/src/org/aspectj/weaver/bcel/UnwovenClassFile.java
weaver/src/org/aspectj/weaver/bcel/Utility.java
weaver/src/org/aspectj/weaver/bcel/ZipFileWeaver.java
weaver/src/org/aspectj/weaver/patterns/AndPointcut.java
weaver/src/org/aspectj/weaver/patterns/AndTypePattern.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/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/DeclareDominates.java
weaver/src/org/aspectj/weaver/patterns/DeclareErrorOrWarning.java
weaver/src/org/aspectj/weaver/patterns/DeclareParents.java
weaver/src/org/aspectj/weaver/patterns/DeclareSoft.java
weaver/src/org/aspectj/weaver/patterns/ExactTypePattern.java
weaver/src/org/aspectj/weaver/patterns/ExposedState.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/NotPointcut.java
weaver/src/org/aspectj/weaver/patterns/NotTypePattern.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/Pointcut.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/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/WildTypePattern.java
weaver/src/org/aspectj/weaver/patterns/WithinPointcut.java
weaver/src/org/aspectj/weaver/patterns/WithincodePointcut.java
weaver/testsrc/BcweaverModuleTests.java
weaver/testsrc/org/aspectj/weaver/AbstractWorldTestCase.java
weaver/testsrc/org/aspectj/weaver/BcweaverTests.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/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/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/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/WithinTestCase.java

index a6c8368fc2759be66f4c0ef61396972fb091a52d..c0a3e31e106bd825fdf0ade126e51653c768bd1c 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 9cbc17afb553e429979fcf26f74f91d3b1660017..99c2dc8aca7803161237e9678d8120d46b0adc08 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 3883dd3d2a83e1a8cb4d5a50d2d7531620586adf..b2e76e6925245aa998988bfb6291e9ec19a13899 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index acb47866c9751c731e301fd67553771a53b83e01..18e0272ce5dd855d2b4d4512dcac9e8f6cee3277 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 473e247c22c59e9d432d78e0acc8e145254c881e..82ccbd938e393d95ea90af7fedc723fa4513e190 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 9b783cb117da8a2784388b008f7107205930652f..12bc0828b3256124b05dd9ed9c4fe854ba76bb6a 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index d1e77d4c2a3f7966f41a210b1459b092a700fd09..d82e00cf00c68ea0f4309dba4c8cd712a696a6a1 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index cf97401803fa17d5c416a8e9b732818b30ae456d..26b4be2a00f68e80ea27cf4b97b517dbb7a6d34f 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 9d17dddb7de6f8591bcb9a09bff20a264cd5da15..579b213a73f7d68f7d599b7cd0cc8e50bc4d7a3a 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index fb7ea0425f55cfef24403decb0a77f1d44ecde70..389672f9e5153216f83d6ac7eb0318a25d9033bb 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index b7d534d144143cad22152835552c7061cba72072..1b2454362b4c179cc1f97d95780fd7ec0575e3ee 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index fc96e272d7f0d42f36972f5db787fd034af84889..434a0562545477c12624ba6bc91abb3f3a138e5e 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 86c0c0468511dbf2590ccdae94d224fdd8543a59..ca95ba129cf036786e7b356247ec27063fc01d74 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 02970de2d053d1b521acb8454f516ecc5f6615e0..55ddb12f69d7460f3e262aa613441e06ca00e19c 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 0df937ad89df22b4070fe9be4d4f28fee7a04971..80ca2ddd67931fbab2c0f173aa89f3cea82b28ed 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 6051c9a7bb2ab9dfd5a8fa7823762f0bbeca4f48..4fbb3cdd559f82abf210f5a589f0703b145cbf8c 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index e3fea33e7cc52f1d5af87118bd65de6f11d3c2fb..f76ee99cae9f597c755c512b4a45f82087d419df 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index d2caddc25419fa4346b32b31a613712f415f48f2..d1d736b548229446c9841b378b013cf390561d37 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 45eaa8c386c8c5c20e9b121e7df8f9ccbd2f926a..9b89aa2225583c6f44a6107c5951795f3effc5f4 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 84ed18b7589f7b0286232fbb36bc84da943dc64f..5e9463932db44b3053ac538cf25e95e80fc0cb97 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 055400a7c5dfc6ce8697cb375f3ff295f21c4b1b..e776093aa6f308759abc75c0a27aaea696359c1d 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index bcb0fe1ea6dab93cf8f0bc8f3061722e03ff5c67..0744b00f098b3620acc12e64b0c07c8288620f7c 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 5cb328da5a3599855afb60bb22e81505f451ce89..f8c57f86d5854b73163e20884d33b29ddaa3cffd 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 355ed098c4a4041df491bc46a61b6edac1a06d1f..e731a85cf8650522be289e2560bc95f8b81aee1d 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 6414c88790eb4af9f1387a78bcfe8035fd7771cd..d917469774f3523337a849b3a839f2e8ad8f3e1e 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index be578dfe56af5ba76d28cb6ad7b6231ab5cc8d05..122385473c2298e65abd2088ab787c2e3e499734 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 6e4afab54da88071a5b49c9a0eb855ea6404344e..4ab37fa2cb46b75446f4b310e33523d7e63f9ae4 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 989d9123d9d321471938e5255fc896bd8fef217a..c8bdab1a4860f814b3cd403b6583e28c12616be1 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 937ffd4a94b2cbeb6875ddebc713ff14a1613151..ae428f3f1356eef821db3ea4c61f9a43c26251bf 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index fdb53c2a2b5f832519e0e5aa8fe4761e921e1a3b..a93d026b71f935fef18d1edc66ce9755f9dbf31d 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index f2d750031b5ccf541b135af48d084719b529c662..fdc33ae291934256ead849526928540d649ca29c 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 911f43ece2da0096ba8516d58a3141f7f2f277bc..2429196d7ff58818402afe0b7b28a39aeb1bce11 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 1035d293257908123571d9a513b438183d6c4606..6a5639dce1dbb47cd04ed77cbf2f8a082ed57a79 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index f29c5c0fdf910a21e43cbe5f42ad90d3aa6dfc43..789c92272374e05d2db6a54d9be22dc95b2e2932 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 57f96197c71d373e135c48e0e13af40fb21fa35f..18fbcdb087f5b6963689ab0f198fb98037b9c175 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 796e834112a9e95f6e6722b9ed800ed858509269..5f2d85d5d98982d2f6c289283df166cab4b99bdd 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 4b3c564993858dd41d488b719edf264a0344daf4..5edcf828a8a3ee7320f020e5f4775474fdd29db4 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 132a9b2946f9233238c2e7cb7ac7c67122828822..32f2a9ef7cead58e1815eb2aff6fb71717004b08 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
  
index db30f03ff96c05d10392b43fc6f1a047bdd4bb67..7c1e455e67dc93f7ede03f93ecdc231d3303f656 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index acc5cb9cf91b3dcaf35df5425bdf555d5dc1bc4e..e35c0996e5b15aef846b3faf81292ab45a9514e8 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 1a0d8066c91b31f5b14631b97bc37c2376e6998b..18aea28e430155f6368cb6a6b5f79efa7cbb31e1 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 12566bdcd480f1ffd07ad4229f67fe7914db33b7..d9c94fe5a68e13f20b1552e4d1487bf4a638c88f 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index c63086c40dccf2f198b037d0cae6625231fb049d..c7e9ace14c632939d2fd8589d7944208ba4aa6e6 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index d8e7107ee324c5ec28b92d9928c932e8f4ee2fd9..0028827f19230e93206b78bd7cfb27bc43adbb96 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index d2c02fd0217106020398c571dbd2267690a5f1d7..21e69ada8d378d81286d19d65143cf7c064a7942 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 8f238a4287442fe34caef921bca9ebc58d27ae5f..04cd29f395ff9fbe9ab35fc634ad03cf2abedefd 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index ede3ca9f33ed18761a0cd8f4bdf54a15dab8e0d6..c4efc18a12a258e4fafdf4a89f3f9433d1c0bd08 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 879a409bbf756327790da508718a41a4c6866a46..070b79b8736779456dead4ba7c4e1bde8aed9dab 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 43ebe361d0aa11743d2b9d3c2ee34fb584d5fd37..47f3333b482447757f987020f274f3465bb632dd 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
  
index 93e0ebad93ce9f8188081626435b494f12c34ce5..60089d65c5b31d6a1af1cc8ab987f0168b887269 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 80e76146c223fdc02ce23a14b342f657f2f8cc73..562055a5c5dc0d2cd80faee7da23e7386459b602 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index e3545ea394b122805d8fad2c00c965e13613ec4f..b64cdd6b41ae6cc1f3784f7c3656c3592c5fb69d 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 3e65a5da88fe59753d718805c860cdd707605283..89832472a4e360a68c6192a5384f3b6fb142c693 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 6abd8b5187fac34c0cbaeec4254f9c8df70db938..7a42f7c2a5bfda4ee284370394b868fc604c22da 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 7f06461cfc0e7486ab3102631ab29d1c4e37f3bb..92e5c25524f464f50e741b52237f9a5caa69af68 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 52eae60dad5941f1014376422f86d7d4d4d45067..08cf363f78a9f8962b28af2813270a2a02dbc9bf 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 08d4e8beedfa30a36231c8e01ba84199b24d67ec..11c2e5533d6edf947cd5d85c91f8514f87e811e2 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 7bf742b6d88316ab033415484bcb94e8c4242be2..b3fe72c85fb91a1988845b64b8b9d18416762214 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 79e48ff53ffd7a55b5b23ef828a5385e417a54d7..36f6611d91c1bb6d061631d0cbbc4a60567430c4 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 8f7fd3f19b88a57e182d44035b8fc6c22add7d7e..98e0b7e4115c93a6e255ea2b1d7fbb4e251f1f01 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index c19efc2e702b7815566e5f505f40055ac6528f96..35c42f4e8a8ba736ce28a9c3f2ccd77de8b02f5c 100644 (file)
@@ -8,7 +8,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 package org.aspectj.ajdt.internal.core.builder;
index 4d77254db7d696a9ddc63625c715f1aa2a409497..3c7f9523a9871b0023ad852f7b13ae1bf93e56fa 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index e398a9d848ffc9ff4f7fc3b09d70861dfda03352..6caf35594096b52838959efb65e79340e89d9a88 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index a3008b49da9e917862d01a73d02332dc25d0f4db..e0c4c62c53d04b0b61102afc684a9d447ce7f539 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index b0ae3eeeb1a07dd026a13868d618632526d335fa..9ad8a92e320ee891a8218a7a647c219d3a8c0c50 100644 (file)
@@ -8,7 +8,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index e69243608adacdd57380e5b7c9f3db991674d08c..1e6170116adba8ee484b3b1470864c15962fed76 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index edccbfc3f48faf2ea20e794b8f5811df8a2d9ed0..499c158afe0adc55ce15c9ec56536f0afaa095e3 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 249c3b316c08a0bbaa9f9a067c0440b22979aa62..f4d25fe19e103069eb9fc5f11db10546daeb1ecb 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 1e516451ee2f1f6937f4e88e2296673ef7adc794..adb04c750a1aad04a867ffa8ee0400f58c772987 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 0f2f046abdc536635bec7c0895d521ce4b3e970d..560037a18ebc13ffbc7df2b790a46636d650dfba 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 5c7dbd0bf4384aad6763af7a5dd553cefc08c9cf..5f6fb98b8488bc4f06d26ecd52e437b3a2829ff6 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 7084f11876b3d30ccd49cddebb402f01c7babce3..96797cf5ec8652bc103b9f655154d156a64e4d23 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 8cc4227984917e4dc55c1222a4fea20807ddf847..6584a612a04ac7305b2eee5c939157b0bed4e54b 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 21cf5e3ec587500ca2758e15101944a454909a9a..1c1da8648b615b03f0f830602ae6381fc090b3ed 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 import java.util.Arrays;
index 09bd583ee725c65633959792ffc2c35694493271..758a3e52f342cf78c106c475320d5b224429acf9 100644 (file)
@@ -8,7 +8,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 9893c4bcc15ae90877f0f4b4a11de4541c3cf877..ef1612750f7cce4ba77664abd6315e84b55a11e5 100644 (file)
@@ -8,7 +8,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 40f7f13b4fa09a37309a769bff4c469ecca5a189..e01d2c0e77d16101a42982e126cf72789ecc2c1e 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index f55378088b6d9fbdd83843b14e031131c8fec3d3..badb55691655fed0175a4a4eae5a2e8a5d7be096 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 package org.aspectj.ajdt.ajc;
index c359f91bb7860ce00327e3c4749930722597e6aa..fdb95a586a47dc49bbaf62873d470175df48c015 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 package org.aspectj.ajdt.ajc;
index 025e7c766f6bddc9307d830d14efe8afeff21514..8075e9888dd2c323e52c3015c291b51b3b466ada 100644 (file)
@@ -8,7 +8,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 9b5a69fb65151e0ed9643c17ca1db13215138207..2ee04a21d8d2e9308cd0a6b6fc58ca1d97ab1798 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 package org.aspectj.ajdt.internal.compiler.batch;
index d0c19a18276f7c6047bfb4752f2f0bed8acd09a2..f83ee7ed3a3ef80eecdaf1ebf7fa27b58bc78eb0 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 package org.aspectj.ajdt.internal.compiler.batch;
index 4fc63b0dc8364de43e41892d6d45d5f5fb3330e3..7c8c298a87c0a3b75a997eec92b845fbf8f4cd3e 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 package org.aspectj.ajdt.internal.compiler.batch;
index cd9a440de98743c8b793ba61024a5a97c7c066ac..241af66b3d5e8a74adeb61772a44f443aed897ff 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 package org.aspectj.ajdt.internal.compiler.batch;
index 30a76570dc5023fb772d034a5be57db420ae9f98..650b2a37ca09a675d54ca3c793424efbe8b7cbd8 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 package org.aspectj.ajdt.internal.compiler.batch;
index 681c46668b787e4192c0eb3936430d7004ebc7a2..57b49c50579f5a8e4e7ec59d5671734ca2c60106 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 package org.aspectj.ajdt.internal.compiler.batch;
index e4f645f3a28547d67853d6151ffa2631b40c4cb7..7a5a306a9234927f8313e9d36b4c3a80695e8a89 100644 (file)
@@ -8,7 +8,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 package org.aspectj.ajdt.internal.compiler.batch;
index 665cc98e4f9b6286cf41e51c570456ba0ca1ade6..cce325d7467411b771d02958e8c766668d8baea9 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 package org.aspectj.ajdt.internal.compiler.batch;
index 0a7471261c20335ed09a0e69f3fc5d998a9f3112..93e84fdef7c60688d8752f3a00f78e089de466b7 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 package org.aspectj.ajdt.internal.compiler.batch;
index f1c1b67f8cf68496f2b3dcde8ee913a6a123b06f..c86d1c50f6db333b10521de2e6ccdd50162aa6d3 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 package org.aspectj.ajdt.internal.compiler.batch;
index 4b98bba372ab6e4a989b6e71de7d5b9baac24007..15b7e723be3c45539be6d11885023f381b252988 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 package org.aspectj.ajdt.internal.core.builder;
index 55b7690f394c54cce160709466205179fd5616fa..57f60140c9b93aa91b2ef395d3836d54fbf0a545 100644 (file)
@@ -8,7 +8,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 1b8c78bfb764c0ca53fdb490ec2e9f13033b7f9d..a2e12baa536e70ac43ffa2fc3b1b3045c35a0bfc 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 package org.aspectj.ajdt.internal.core.builder;
index cc06fa9017aea2c1014045762c118e40804aa4f9..997d6deb3a35c76033fdbeffc71c5fea89f39dbb 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 package org.aspectj.ajdt.internal.core.builder;
index a320cceec20bd553503eceb3815405f351449c89..bf2e792a79f03554163b5020553ea6c058f9e944 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index a958808f2a8de446017fd55ed1a75347854f7d13..5364231dff2201989307d3f052fcd5ee0db3c1c5 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 package org.aspectj.workbench.resources;
index bba3f0c01efe9bd2dc7add275d039f762bf6d954..96200c9664833d3d83fdc9dde11be00714852147 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 package org.aspectj.workbench.resources;
index b0b1023bd0d44290784c1816af3821a61cb2e79f..b90f2833cfa213777a2931bf3bb221a8d38c4b99 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 17e94328c915714fd5ccfedf7ecb2b788c909897..d9936427b8c7d1cbee6559315697dee725e4be0b 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 85e0195a40450e574be95fcb2b95a2654a2f64c1..b72665dfa1d14d1f6a9364734adc902a8d18af3a 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index f966a331a2bceb5eeab98ba810deb742f42862ec..fb3bed3f7b7d11c68a958d440d96e367f721f24e 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 6830ab2bb46d56f93e1733e2920b0e03ce17a6fd..256f7c470fe390d8a308ddb49195d0a791710aaf 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 35ec527806d45974da3dc5257e40c9cb3828a5d5..e020d2befa7294dc1d60ed3ac369d7264951386c 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 9cf85fcebf6d56058ad94e5af8af1be98a2c3c18..05cb89a30d55d6a7d886138810812ea70f0a6a25 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 4732a8671264f06ea8b624298bafc5c8088ec570..5c653b13caa11d209b4c0c5ec40c2b3806e8e05c 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 3102bd24f6cd80cfadf7fa6d7f29443f39871eb4..7eda16abb189823409c0450ff5619bc97e8307e1 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index aedffd0b6dd07d59d0b5c219d226326270972c44..876a210709fe229a56c5420fb1140aa1a859dc48 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index a7e9f57480637347ad2044ac07b7cbfebc83ff56..0f2dafde3cdce03beb3efc72bfc8f59cf3c171b2 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 3dd152e8ddd9919b8e3c0a242c597fd2d91b357d..0199ed1e2102b66471650ff7a31eb4770519d363 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 8fb5688a71c7904ecc5b2856bbe29cf25b221945..20d3f165dc0854c63edd9bd8b46cf84e44474618 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 2ca7a01c8f53c4c41707eb55cd5dc54931b77e0c..21c9509227aed6afaf4a5f86c7c239f1b769c743 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index c5cf2620f2e87b044a32a4c91b1ad7a3846658f2..8b591a47975a8849bccb54ebd0b7fc60141a8a34 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 4c38424acd97df9d518a48c66b25bbb51cbbd6dc..6627d2fdd38eb77b71bfa6b3391e7f24b66fa04d 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index a1b24d382125e171985b356f76035972f37524fe..c36f50499ae8ac0a35df55ab5869f1a6b2d5f7d6 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 2685ba92fc55329acdd8c4e2996df9e7528dbf0c..44a06ee185e759c6c60e78339ff319f344edf4f9 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 527dfa0feea5e817e57649d53fa33b2b40213481..eeef10f10b17429575ab65d465660021c4ea809b 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index d5b0481292b20a044526cb258b236ae25bdf3d62..b77aacc93d342ebcab1d0267fb323fe01eb20707 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 3d9bc8c11059ba6f5a733b57c0ea1a91da2d4cea..d967aa1109e313c20bccb3912b46618d337bade9 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 345fbffcb9d9733637a9793878dfe69345337cac..29ab9f51a83beb7c604fe2f93f4470c7a2967de8 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 394876696ba74090e74d80f275df41bd8e2efe08..c627338841a15154203f054a73a3d25d00ae8e86 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index ddb8987554a4bcdc7eac3a29b77145e806d74c9d..380057980bea63640d0fabc329c01187836207fa 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 7f5096882b22b6b904c888a73cebd60addc5dea3..ae3098b6c2998da3443bea74616e0a2d3e8f1a76 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 7050612899ee7e619e2c9f4c5eef33cfc16484e7..7efb31754c5f8610b7cbd7c7a5240c76154db4e6 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 6469ee5f22c59555f605a1ddd6afd75db8ff07f3..7b2c1bc4efe29a16baae18c3430144c8b115362a 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 49cec0f6193610369007cf33c54c0bf016e5b3e4..fb47339ca7c31086f1728323735ec6f16ee98c68 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 9f537c9d07bc828b89915792b1c8a43579683668..31227f64320c07930fb93bbf6af9512eeea185da 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 1d4042ac9da28147bb763bcb768febad4ea237c6..b220875439acb48832148e75555b5ec3ad27166c 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 6e37e89f32f6278a2889ec95caa4761fc09ad528..505006ccc2b289361a93287ccc5212ac880a3138 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 61e49286bd82a02cb20b5c78d53d8b9d9e9ebfb9..c81954afbb824ce820e4729142f3c1a1cdd4b7b9 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index d0f5ab4f1057bd42cd6e4ffff164cdeb21c0025f..c87d3a5af15bcad8cd29d08dfe4a82f7da0d9668 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 42cc3b09c91e452d30c34744cd786cb10ca633fe..8e6df145aa259861813518c2123b1b53de14d701 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index da3fd35f3aaffba0d9390c6ddad3ea715516c4df..c5d2268905d8382852c26f00d80ea93a648cd037 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index b1d150c6896f2231487574140ba419bcd31d9ebf..156c449acd6fe247762779ee42090a497caf9492 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 261605b10776e8c779ddbf4e157f70eb18a343fb..8559cfff047a1f7787418ce152521cde3653ebd9 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 1dc00be7f16c4315d209525de84538cefcd76ae5..d155b86f0b7272b807004abcb2f0b2bba5d1a95a 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index b521c119923167c65da6068bb7b12598dd817928..edd8014d7bdcdb915c8f69463f2ceced7b0afdd2 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 19fe73b6ba6064435134817d01a357299b3979fe..6760ad8e4bd3c94dc3ad64018117c4e5b9700003 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 372c88114bd3a92a30dc34bb5b2317ac1e6ad6f5..4001a0b33d25f42a94f20c0c29090a5a960e6b6e 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 89253b1036d2efbea8c2f6f69c7b0c4c11a8470c..88d17637eeb6685e50a56e5734a8e42680c098e0 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index e3d19938bc47614c5a92cf9e981812a917ab4ad1..fcb13a68b178df2deb2683ea0bb24a5656d1c893 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 38b53ffb3bb59031374a731352e167da0146b098..ea18ff327d3b476cf130f44d299e20ce39dfc560 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 1787ea62eb7edd30a917f10e5db841bbdebd1b55..4147afbd8f2f7a79f3a8e300aa949658b88861a3 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index ad2d85ecb6996dea3e3768d21407c4d7565caaff..5c9a46de8b5dc49fd64d8a400af0967581fefddf 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index ed7388fa25aca5f666549bf81e68fab19842ac71..feaea0a4e82fed22d5e99c1e17d91ec128b2fd54 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 7333e8a87aac6b572371f9cb5af7266d6eeb2ba2..a2de8af2cd1d9d5f1bb01174824e1c8378888d29 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 0f9575dbb1157453ac8c5480633b79286316185b..bfc1cbaa042abe989cd7f71d521e7e57378b988d 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index d7385a5478e568fdcf4e535cd40ee1a5a6730e71..37aaf64d447d40c7004323d215b5c043af5ee60e 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 52246f3c6932553bab8b5927d4bb3ae20321fe34..dc637b9cca9fba7728fad3984eceeaeb7f3c535e 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 8a58bcca310999b288a9bc6a767b776c106de32b..07b33ce1385aa8c1a4f66319babf831c3d6d02aa 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 840d7b04b128e051255a518f2fd36271c6e17a90..803690af285e12d18a45341b6461a451d0fd17a2 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index a04bcc292b81e97880fb7a0621fcebd0747df7b6..7ee1505487761387165e91e009300aa8f7704538 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 5e3ef466593eaddd2706c4be728e7bdc73ed03fc..75c515218b8864c86fa5410c4b5977a3306fc77f 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 2070da64b43aea41a8ab3c8694e8eb81cee78db8..7babec1847b78773395fc88a620ada67005ffa89 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index aa9d4cec6d94691537dfab1a17f80a4c5953d13a..e7d876817ab4ff40399e95e19afd948fba761253 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 6896f0ba42d5a691c3bb705ced7aa1712cefd933..d32fee9e0f41d3eb86fd7d2109ab4afabc3d2276 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index c43ae224182a32421c441394d751d586944c027f..d79bc40b4e539d685b48f11d0eb88f1a8a6c7658 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index b67fc5238f7016a7362d7b186a1697a8572f5387..c99b773eee51bef984a2aaf62339e586008d1ca0 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 80b36e2558e7b467ac5bd5948cc217c64f71b09c..46fcea55fd2aae1ff7691e0c29d118f835b2526f 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 6937d9bacdc5d799420faf6756e8ad8a55bcc12c..283e6e4de6bbf86c0cc2e59aabfa8cf2c00716e4 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index aedfe074bc211b5e0071bf2ca4861f2eea177530..ed3095e60f7968fe47cf6a8ce0cfe6c8f5bc0f9d 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index bee6db29feb8845d63002cf5bffd9ccce0332c81..934ec96a254be230b73e602e80b4c4999560ec80 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 8423e9c7944d1b4a398f5f7f5d11ff7509307746..a60230075721e1ee6c748b259f6ed69187299659 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index a73330479b6a88952329f11741ee24d5236ec5b1..1d62b92cba9379a519d6b463c8623f49d18e0844 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 4013111511fe5f5cb36b646ffb402a83317e85e0..9c5e91c4e4f5d3bd5e2de1bea9515125d28dfab1 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 6f8d6deba9018d9c1219c2e80393298cc6e7f5ee..d8e2ad5f4a12dbfcb7ae3406a9c115bc69f30dec 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index a18bf8f454d46365a76ac1f28780fe4d55f2fce4..d3ba351c91eeeb5e4720ffd967872cc293b3b99d 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 2a3440898f1c2f189c819815afece0951ccc79c4..0953d1884452d21e373572269e8f77380b91662c 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 5a6afccae995adfdb3bf71bf21678ddc7ee8b4ff..47435a9048e4a43214de2a9ecf1f2f410ce09c3c 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index ef5822f3a81a930806be69df9966410c3508fb16..9dc5b8a15ef366484475109d91cef233cb808e7a 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 609dac005ae61a3976831bd819eaefa9de217b69..de7a93c4449d3a54533f96d31e37a83b9171a0ac 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 416c02a77f87194bb041b80a734f0a801765ea5f..5c1d2031e2fb7284e12c9ae0b0d06c4d69d27494 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index edd22db9509947f287905c35ea33c8b47a51ea61..28a0e2ea2c231ef1d1d24994241ccd2072ac1b95 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index cfa5eb41fde69b0e90ec5c99dcaae5b3fc4c4e49..fb0a3eaef786309521e2a73b617b5209ac3724ca 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 9ea49d53f38d68369a5aed2656b30a45fd3d03da..6d1656e4b0bf338e0a03e03bfa7d432de0829282 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index dc8dde9b8282f577bb062cc95ff88cd82536cfc7..5fb2c5a5987ba48a4142340a6da0544eecee2ee3 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index c243ec6bf25a85fc900cc76507a161d783e455af..e85f1f1575b78d3eeeeccfec55f7a78283e00f91 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 96a2b4ce25a60be4d3e52f2344cc94ab58cc40e0..1c6814ffe0366c2916d5c159ac22c41d0e662ce1 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index e39b0a830685d8281764bc820051e52b49bfa830..58617ef30880e09926d60e29a4f013b9e9def601 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index a954713507d38b14e1ad761da97fee5ea4292d82..9e2985e9a0add5a50b9af35c98af80173fe6ecfe 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 9a36b35e709037889e07f12a2d9cd7182ffe20de..38aab5c59d74f808cfc8e9e6afa8c8c31b1cf4e7 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index ef4db5bf8b1494ca649fcb8a3d683d6ac14fc693..c889d64f8c456b125c7976a12dbf5a6799778deb 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 836b6ac4caabff8bfd7ca9164539a221ef70a4cf..54b6a623107631c2a7df33982837eca62335addf 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index b0a1e4eda46a4e84d4a7a881857aab69322715e4..1a4f8dab49c9dadb668daa3580780037ac788f0e 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 7eeb586293831c2b9295185c74b3f0c59a092783..2aa3aef3c7db3beb1a62e2897bc53018a6a7973b 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 3d3301b41ef214f9700cc1aa3b9d848e1010ae1c..64da23fb1c26949e78aa3ad0a67befae914cbdf7 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 1dcb38bc026db2d0c89d3e282ab83cd6dc76d7c9..415043dee74d1acf8b3d608f48780d34208e99b5 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 35d9e071c129edec09929acbae609a524183e0d9..1d354f0cc9e14eb2373e1c411fd0c88da88115df 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index f1e84cfa38a9b9589389c524f6689be7288429a1..7cbce2212ec8b4647296b24099c264c4ecbe726a 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 8d67f7815effc98f7b1c5874e2d7150c38ac4664..0902c7f9bc7f9de534399d8dc7b606de3e562894 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 5306a16fe3a4f37037cb7e1dfa07322f8773357c..388e25d0b5a297cb8e309bbc7293da5c654e4fef 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 203a9b6ffc8e47d6690c5e4ef35c2d03d5a68a68..42d60da193f438327f67d5e19a8965e4bb973d28 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index e5b35a03c6519e2d8ff058b06f09de00e6a45354..9815f1eaef78cbcfeac643aee76c053b1f710e57 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index be34d4848b1c6139071c34ba67cb61e8a1ccee6e..04e78bd32df95852a6e28fd16f822e2c1cd624c8 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 61651beb81b0fa7bf9a0450276b15ba3d1c5e18c..bf3e3a500688452749ba2ade5754f34624b8949e 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index d815326cd92c42fcf4b28a3435a283d5bf6ac815..2fc54dd9cebaf5ef1241148ae801d7b8ed2f5bc4 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index e7403287a68c2a6dbd0c95414a4304ba4d6b75e1..c1defb103537c7d634f89da2a4d0acbb3532a3f5 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 4410e60d86e913eda8c0e9d9da60332c5b7b617f..4e0c0d8c6b8566d37ebb7491489a262e3d14e1ca 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 868504ae017d8e88a473ea9b5179629f0f204d0f..d8ee0914903312fca891f00c66909b62a6252f2e 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 2720596f5dc7e0391821ba0cc59e23c8098b89e0..207f582599a0364e80573fb8efc753c7928b770b 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index dc146a0ef178e0a9d58ea2ae0907c929248b0552..90c7f46668bfbbbeb436c1800439810cd5a27129 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 0a043ad514c820a4ae982c74d31df8dc9a544430..23f06293378b5b93c2c603ff40b4cb6aaff6a549 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 043376fc1335d969a41204fe5ce7186dffa38875..0d2c70cefdeb5b438c3338b4cf72d3d504daa17a 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 64b919f69ef9a6b8c3532c160e032b0589016c5b..eab4a595c85980a2c0b47b4f7789bd808e85d89f 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 4dbe32059bcdf336f2e6e1a496cb6f91541f1d7f..17fef11c6989cd901a6bfe4b6386d1052ce56ee4 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index fc389acafd978c0a1ccd664a09aa2399cd12fe23..2a32edea16132bee12b3909f5c14c85c4dc48f34 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 3697e90d89bc3eaba02a7d691b5c85f378c2d2c3..618e6b4858143a57d5db11cc1874a7b3082650fa 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index af6f0cb4922056258bea9a9ac1217c89234bc796..fdeac1deb4dadef58d9e4de7934d793787af8df3 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 4c09ad4b77db09bee60bb1048b62298e4d309aa7..d75bb378a86cbac820f31d3dc2bae00c962e0390 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 242e29c03086d81f4c9342fa67ba984f55df9432..f29cced688d34cecafe1b12f6d6ea7ae5653b0ae 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 37610252e3a1cb634ced8d3a93874171d7816fb2..e1c56cf5c8b6e4b44af752c30ecf98f614d0affe 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 7ff0298182da82b5fe0ad08a546dc8d671db42df..961e88de0edef5f104f832a4a0ceb06b7bd2cd42 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index e0fa53166a36aad69df48458470854587448c1a9..6d248b11c2a85ddd4147ce1c2f4666612cd1e7e4 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 167e7002c14850a10cd6da3a68eab9143a0f30ea..9e1d52463807785d4f228e841889b73e568c238c 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index f74d2bc22b55b6a0d06a3d79f7c47d7d1c4b331c..a827d6f35766acde38fab57f871bbe0f29e3cd9d 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index d4f86112695be27c55e8fe96818c32c920d2859b..9e1b5c5f5a09f556f0bbb0f7d214d460a425e543 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index a8f829dcedd5392a60b13b4f5b07ab47a89884b1..c364cd3b090822a88dee7c8106218ef7060f6dad 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index b5f8368402c9b2170fa8ae407ec1bfec3f1e5aaf..fe6f656c75339ced9e2f9988722b3923e15f9b8e 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 2821e67ae5f8482ec0501c56d85a098f7777ffdf..fe90901e5be8c112513a9218d2ffccb50c176ab6 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index e59116e44fe5055521fb776c198eb1118d69bf5d..d6c130b488b7c77ed54e94755af02589dbad6ca1 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 3849c3ca4f0d114b2f5b7f7d4572aeea17a0fc2d..e840f9b9403bd6fd5e8f49f97f861acc7430c856 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 9da50242ef528f9d92a2d00ea51175d575b0038f..cf33acf0b889e6d7e33918e8ed244148f60a79ea 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 3e4c0e25f580334805fc2d02b41fc649872509ed..8d150bd1df205507b7b551b443da3794a4bbea15 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index d9ebe09837716f9fc32e8b0f5cd335931deea57f..6c0805904ab431d5a8eaf4ac49775c6a19ad1bdc 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 4eef87f664b16a282859ed56782968eb00dad5f0..89b768c925c8c36777115fb3d075e54722e06c0a 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 81c6bfcd4df22fb73e0e54b71556e7f332e876e9..a0d791d8935459445394659b824169478d921f56 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 328f31fb4c79e84b54414574f15c3295b66c5c1d..cc6705b79fc112728223383dba4451a341e420dd 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 4c46173384449844462d62541719ae54a133d6e0..2544a545fac549418477e3f20f90017dc0fd8e7d 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 // default package
index 4ae04c77fdf97ce511ddf35588236e27069d51af..cd1cbf4799f18e4a28ca9517e9519cd85ab4f3d4 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 5f2419dd09fe591a9fc1bcdb544de1edeccfd98f..88a72d815d9168c56c7a9892bd2452d081383533 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index d3e2919b38c1248e7d0696bd230098a63ad7b0e4..28a2b89fec01a8266d8c7ddcb00e012156c8911d 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index fe5b2033ad4fcebf3b1d02150f1402eb9e22aebb..0a91cf1e38241ac689936f8a09222753ffcbaa98 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 87b0317f8d1cc2ccf0d8f6c33cd8b2392e60f938..cc1af29c61a3cf84fc1863b9116698be32fa7991 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index a66fc0d4026ffd6e920f56cac9206eeab09e6797..469422e448dd0ce42b88e663c74d733eaae5596f 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 0202fdb69740e5f0887ae685999158215fa03fba..7b494a4bd5a4c64c9dea9a12012db99294852d56 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index ef91d979f6082908d822ee3b3b408d4e3481c6c3..5be7d5c3b58498a5285b9eccc6f14201bf737a68 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index e0761bf0d0d9cbd40b91b31993cc24f22027615c..a2fda94326cfe7dd2431256ab75f645818893bbb 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 47b80d7eff1f6da32553efb107f27deb4943eb68..9c0bf0011f706b6d7745621b65d042e91a4b90e9 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 28d0e1a7abae6f90f41032341faa89b742e75dc3..543f1dfe87937f10e22fe0dd44396eb4c329dbc0 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 88b252b6a2ff9f88635ae6a97ce661b245bc6c8e..d99d293678f1be05e340f9425d00f34804eaeb99 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 04a2850965a657737754b328d5af9872e13f8f92..d566c77ea02515e0f331304465c77e94e0af5fa9 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index f0a2747e8e70f9777c23c59b4b061655e0eb6b35..0a6d0e1b4b76dda155435f67879c2ebbff55434b 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 15d1fa6806bddfe34f34d182d196b2880beb24d9..997def3079ba0388fe14cf4f7fa9867e2e21fa48 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 939a62748426734c002f46cbcd399ec7332b1c03..d5d6894111896e8c5363870e11519d067b42b911 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 6372b386d71e1036e183f544badff99d56d50c8d..b02f3b5d4763c847a1d3496b4b13c2905fa41c27 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 72ad0d0a48c341826949486458967be99a41c12d..9acc65bdb534e6563be2115690b8c28044e99414 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 3c964c4ae881173dd529fe6f4748f016902712bf..00efedf0112ad29fd66f3b39977ea018182d8f14 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 75247d3f2c94051e68759a9bc99baee4dcee2c9c..c2a15bb0224d6de6c42a74eb83a603b9b9a20935 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 22c0a2011f05edd3a1f8970eab70882186fe9ba5..4cea61148b1841cd8f6bef7dd54d0e5561c589a7 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index e2fd9dd8758b0f0ca420762ad700719a700620f2..3c37e1bf97cf7b6e9070697bc5f0dbebb5334b74 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 32aede4d71195d5ae6aebc92e23ad3015c12620b..3175047be03a95137f1171e46225025ae6bb4072 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 0e2c15cd3282a84005a9faaa86ccee8016e19e04..a463db310658b0f9094eccbe83a8d757ebd2914c 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index cc8100fd502f37857a234b95698caefc17132e33..092f1e463914bda8d5e32f9d1a82c120f66c4695 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index a2a4c9787e66ed20282fecdf1d73f620b22f569b..bfa222ed61ce61fc32d4222f37d884508e558a51 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index d6eb4d81683d830f7f426df3aaa3be8f6dfc978d..28686bad288d4e91df21afbe3251ac22e761e5b5 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 47202bb66c2c1712656eda857369592841ada795..ec41aad86f295b8f344830244a83361aa3ef6e25 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 27e68fc93105bb78b6543c1c36a36927493b80dc..c39dad22a70be93ee20a26b8e9db010c2308a26a 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index e1dac9ba76ebf8c16b17beb1ab47931d59d8e4f0..f86f4b5906b682175bc9d131a6b4be07185b5007 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 18829b9fbda0b74ea66497d15d42af06581e3832..5444b115c09118f8b9a64a66c3aee925e14efa73 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 1f71719ceaa18623c03b5efc962eee67d9bbf50a..69cab35f130f83d6c60968600fa0b76509912cca 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 7c125b48cdd1eb97cd930e8758edd56dee534660..c0d5fa84889da0a5bab7cd85595b4cdb773225ab 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 38bc0fdad708bc733aaed5d489f7440ebe83e544..714e96fbd19fc11925f18d834a5b0cbce11eb6d2 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 22e1802504eb3d1bae93d25b9e669a526cbc69f0..83695fb3bcabdbf155d29b8d8009a26c2641ad9d 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 3382dd4e71bda0403c0e282ed4f7a90e2a18816c..11e7c57a2d9deb3563cbbe314e0bab824d0064f2 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index d6f17f3e94229adbc58e61a43445b5b3bdc4b6a7..129b8fba883ed74ffaf5c128119d5cf21682a925 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index e66fd3e12c75798b643f100bcee19258dbd7d9d6..9c0b672d7c48a22705032c005071790a36cd94b3 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index b7c8789dc39a24261631f3fcb9b843fed0d86b11..b61d3aa1e2fc326cd4da164f2f1e2d97b80d8f75 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index d18f8f63cf972fba43eb925468a3156c9b4c1f6b..082c4f2e792e8ae9907226d932f536212d5a3073 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 9fd2a9e07339439b7ffbbdc52bc4e8a56d4c27c5..d55e57e1d042ad93da1992bdbd65813c7424efe5 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index b584b635f35ed9c4586842f5cf83ec9b289fe7c8..acd6dcb65b252f31579bad741376c750b543b465 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 7c6ea7a4ffa9d65166f628e011f0c066b402c001..54ea33b9b6a9453ddba4859e833498d61f2f755d 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/
 
 
index 4d8fef75bd5808948466a9162383bf1fc864e03e..24c1c587b9995e7d4deb06c95cd837289a1468b6 100644 (file)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/cpl-v10.html 
  *  
  * Contributors: 
- *     Xerox/PARC     initial implementation 
+ *     PARC     initial implementation 
  * ******************************************************************/