Browse Source

update license to EPL

tags/V1_5_2rc1
acolyer 18 years ago
parent
commit
b6c89301f2
100 changed files with 205 additions and 205 deletions
  1. 2
    2
      asm/src/org/aspectj/asm/AsmManager.java
  2. 2
    2
      asm/src/org/aspectj/asm/HierarchyWalker.java
  3. 2
    2
      asm/src/org/aspectj/asm/IElementHandleProvider.java
  4. 2
    2
      asm/src/org/aspectj/asm/IHierarchy.java
  5. 2
    2
      asm/src/org/aspectj/asm/IHierarchyListener.java
  6. 2
    2
      asm/src/org/aspectj/asm/IProgramElement.java
  7. 2
    2
      asm/src/org/aspectj/asm/IRelationship.java
  8. 2
    2
      asm/src/org/aspectj/asm/IRelationshipMap.java
  9. 2
    2
      asm/src/org/aspectj/asm/internal/AspectJElementHierarchy.java
  10. 2
    2
      asm/src/org/aspectj/asm/internal/FullPathHandleProvider.java
  11. 2
    2
      asm/src/org/aspectj/asm/internal/OptimizedFullPathHandleProvider.java
  12. 2
    2
      asm/src/org/aspectj/asm/internal/ProgramElement.java
  13. 2
    2
      asm/src/org/aspectj/asm/internal/Relationship.java
  14. 2
    2
      asm/src/org/aspectj/asm/internal/RelationshipMap.java
  15. 2
    2
      asm/testsrc/AsmModuleTests.java
  16. 2
    2
      aspectj5rt/java5-src/org/aspectj/lang/annotation/AdviceName.java
  17. 2
    2
      bcel-builder/src/org/aspectj/apache/bcel/classfile/AnnotationDefault.java
  18. 2
    2
      bcel-builder/src/org/aspectj/apache/bcel/classfile/EnclosingMethod.java
  19. 2
    2
      bcel-builder/src/org/aspectj/apache/bcel/classfile/LocalVariableTypeTable.java
  20. 2
    2
      bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation/Annotation.java
  21. 2
    2
      bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation/AnnotationElementValue.java
  22. 2
    2
      bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation/ArrayElementValue.java
  23. 2
    2
      bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation/ClassElementValue.java
  24. 2
    2
      bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation/ElementNameValuePair.java
  25. 2
    2
      bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation/ElementValue.java
  26. 2
    2
      bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation/EnumElementValue.java
  27. 2
    2
      bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation/SimpleElementValue.java
  28. 2
    2
      bcel-builder/src/org/aspectj/apache/bcel/generic/LineNumberTag.java
  29. 2
    2
      bcel-builder/src/org/aspectj/apache/bcel/generic/LocalVariableTag.java
  30. 2
    2
      bcel-builder/src/org/aspectj/apache/bcel/generic/Tag.java
  31. 2
    2
      bcel-builder/src/org/aspectj/apache/bcel/generic/annotation/AnnotationElementValueGen.java
  32. 2
    2
      bcel-builder/src/org/aspectj/apache/bcel/generic/annotation/AnnotationGen.java
  33. 2
    2
      bcel-builder/src/org/aspectj/apache/bcel/generic/annotation/ArrayElementValueGen.java
  34. 2
    2
      bcel-builder/src/org/aspectj/apache/bcel/generic/annotation/ClassElementValueGen.java
  35. 2
    2
      bcel-builder/src/org/aspectj/apache/bcel/generic/annotation/ElementNameValuePairGen.java
  36. 2
    2
      bcel-builder/src/org/aspectj/apache/bcel/generic/annotation/ElementValueGen.java
  37. 2
    2
      bcel-builder/src/org/aspectj/apache/bcel/generic/annotation/EnumElementValueGen.java
  38. 2
    2
      bcel-builder/src/org/aspectj/apache/bcel/generic/annotation/SimpleElementValueGen.java
  39. 2
    2
      bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/AllTests.java
  40. 2
    2
      bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/AnnotationAccessFlagTest.java
  41. 2
    2
      bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/AnnotationDefaultAttributeTest.java
  42. 2
    2
      bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/AnnotationGenTest.java
  43. 2
    2
      bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/BcelTestCase.java
  44. 2
    2
      bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/ElementValueGenTest.java
  45. 2
    2
      bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/EnclosingMethodAttributeTest.java
  46. 2
    2
      bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/EnumAccessFlagTest.java
  47. 2
    2
      bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/FieldAnnotationsTest.java
  48. 2
    2
      bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/GeneratingAnnotatedClassesTest.java
  49. 2
    2
      bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/GenericSignatureParserTest.java
  50. 2
    2
      bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/GenericSignatureParsingTest.java
  51. 2
    2
      bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/GenericsErasureTesting.java
  52. 2
    2
      bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/LocalVariableTypeTableTest.java
  53. 2
    2
      bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/MethodAnnotationsTest.java
  54. 2
    2
      bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/ParameterAnnotationsTest.java
  55. 2
    2
      bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/RuntimeVisibleAnnotationAttributeTest.java
  56. 2
    2
      bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/RuntimeVisibleParameterAnnotationAttributeTest.java
  57. 2
    2
      bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/TypeAnnotationsTest.java
  58. 2
    2
      bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/UtilTests.java
  59. 2
    2
      bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/VarargsTest.java
  60. 2
    2
      bridge/src/org/aspectj/bridge/AbortException.java
  61. 2
    2
      bridge/src/org/aspectj/bridge/CountingMessageHandler.java
  62. 2
    2
      bridge/src/org/aspectj/bridge/ICommand.java
  63. 2
    2
      bridge/src/org/aspectj/bridge/IMessage.java
  64. 2
    2
      bridge/src/org/aspectj/bridge/IMessageHandler.java
  65. 2
    2
      bridge/src/org/aspectj/bridge/IMessageHolder.java
  66. 2
    2
      bridge/src/org/aspectj/bridge/IProgressListener.java
  67. 2
    2
      bridge/src/org/aspectj/bridge/ISourceLocation.java
  68. 2
    2
      bridge/src/org/aspectj/bridge/Message.java
  69. 2
    2
      bridge/src/org/aspectj/bridge/MessageHandler.java
  70. 2
    2
      bridge/src/org/aspectj/bridge/MessageUtil.java
  71. 2
    2
      bridge/src/org/aspectj/bridge/MessageWriter.java
  72. 2
    2
      bridge/src/org/aspectj/bridge/ReflectionFactory.java
  73. 2
    2
      bridge/src/org/aspectj/bridge/SourceLocation.java
  74. 2
    2
      bridge/src/org/aspectj/bridge/Version.java
  75. 2
    2
      bridge/src/org/aspectj/bridge/WeaveMessage.java
  76. 2
    2
      bridge/testsrc/BridgeModuleTests.java
  77. 2
    2
      bridge/testsrc/org/aspectj/bridge/BridgeTests.java
  78. 2
    2
      bridge/testsrc/org/aspectj/bridge/CountingMessageHandlerTest.java
  79. 2
    2
      bridge/testsrc/org/aspectj/bridge/MessageTest.java
  80. 2
    2
      bridge/testsrc/org/aspectj/bridge/VersionTest.java
  81. 2
    2
      build/src/$installer$/org/aspectj/Main.java
  82. 2
    2
      build/src/org/aspectj/internal/tools/ant/taskdefs/AJInstaller.java
  83. 2
    2
      build/src/org/aspectj/internal/tools/ant/taskdefs/AJPush.java
  84. 2
    2
      build/src/org/aspectj/internal/tools/ant/taskdefs/AntBuilder.java
  85. 2
    2
      build/src/org/aspectj/internal/tools/ant/taskdefs/BuildModule.java
  86. 7
    7
      build/src/org/aspectj/internal/tools/ant/taskdefs/Checklics.java
  87. 2
    2
      build/src/org/aspectj/internal/tools/ant/taskdefs/ConditionalTask.java
  88. 2
    2
      build/src/org/aspectj/internal/tools/ant/taskdefs/CopyAndInlineStylesheet.java
  89. 2
    2
      build/src/org/aspectj/internal/tools/ant/taskdefs/StripNonBodyHtml.java
  90. 2
    2
      build/src/org/aspectj/internal/tools/ant/taskdefs/TestBuildModule.java
  91. 2
    2
      build/src/org/aspectj/internal/tools/ant/taskdefs/VersionUptodate.java
  92. 2
    2
      build/src/org/aspectj/internal/tools/build/BuildSpec.java
  93. 2
    2
      build/src/org/aspectj/internal/tools/build/Builder.java
  94. 2
    2
      build/src/org/aspectj/internal/tools/build/Messager.java
  95. 2
    2
      build/src/org/aspectj/internal/tools/build/Module.java
  96. 2
    2
      build/src/org/aspectj/internal/tools/build/Modules.java
  97. 2
    2
      build/src/org/aspectj/internal/tools/build/ProductModule.java
  98. 4
    4
      build/src/org/aspectj/internal/tools/build/SampleGatherer.java
  99. 2
    2
      build/src/org/aspectj/internal/tools/build/Util.java
  100. 0
    0
      build/testsrc/BuildModuleTests.java

+ 2
- 2
asm/src/org/aspectj/asm/AsmManager.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2003 Contributors.
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Mik Kersten initial implementation

+ 2
- 2
asm/src/org/aspectj/asm/HierarchyWalker.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2003 Contributors.
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Mik Kersten initial implementation

+ 2
- 2
asm/src/org/aspectj/asm/IElementHandleProvider.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2003 Contributors.
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Mik Kersten initial implementation

+ 2
- 2
asm/src/org/aspectj/asm/IHierarchy.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2003 Contributors.
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Mik Kersten initial implementation

+ 2
- 2
asm/src/org/aspectj/asm/IHierarchyListener.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2003 Contributors.
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Mik Kersten initial implementation

+ 2
- 2
asm/src/org/aspectj/asm/IProgramElement.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2003 Contributors.
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Mik Kersten initial implementation

+ 2
- 2
asm/src/org/aspectj/asm/IRelationship.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2003 Contributors.
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Mik Kersten initial implementation

+ 2
- 2
asm/src/org/aspectj/asm/IRelationshipMap.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2003 Contributors.
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Mik Kersten initial implementation

+ 2
- 2
asm/src/org/aspectj/asm/internal/AspectJElementHierarchy.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2003 Contributors.
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Mik Kersten initial implementation

+ 2
- 2
asm/src/org/aspectj/asm/internal/FullPathHandleProvider.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2003 Contributors.
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Mik Kersten initial implementation

+ 2
- 2
asm/src/org/aspectj/asm/internal/OptimizedFullPathHandleProvider.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2003 Contributors.
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Mik Kersten initial implementation

+ 2
- 2
asm/src/org/aspectj/asm/internal/ProgramElement.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2003 Contributors.
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Mik Kersten initial implementation

+ 2
- 2
asm/src/org/aspectj/asm/internal/Relationship.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2003 Contributors.
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Mik Kersten initial implementation

+ 2
- 2
asm/src/org/aspectj/asm/internal/RelationshipMap.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2003 Contributors.
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Mik Kersten initial implementation

+ 2
- 2
asm/testsrc/AsmModuleTests.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
aspectj5rt/java5-src/org/aspectj/lang/annotation/AdviceName.java View File

@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2005 Contributors.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Adrian Colyer initial implementation

+ 2
- 2
bcel-builder/src/org/aspectj/apache/bcel/classfile/AnnotationDefault.java View File

@@ -3,9 +3,9 @@
*
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement initial implementation

+ 2
- 2
bcel-builder/src/org/aspectj/apache/bcel/classfile/EnclosingMethod.java View File

@@ -3,9 +3,9 @@
*
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement initial implementation

+ 2
- 2
bcel-builder/src/org/aspectj/apache/bcel/classfile/LocalVariableTypeTable.java View File

@@ -3,9 +3,9 @@
*
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement initial implementation

+ 2
- 2
bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation/Annotation.java View File

@@ -3,9 +3,9 @@
*
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement initial implementation

+ 2
- 2
bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation/AnnotationElementValue.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation {date}

+ 2
- 2
bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation/ArrayElementValue.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation {date}

+ 2
- 2
bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation/ClassElementValue.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation {date}

+ 2
- 2
bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation/ElementNameValuePair.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation {date}

+ 2
- 2
bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation/ElementValue.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation {date}

+ 2
- 2
bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation/EnumElementValue.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation {date}

+ 2
- 2
bcel-builder/src/org/aspectj/apache/bcel/classfile/annotation/SimpleElementValue.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation {date}

+ 2
- 2
bcel-builder/src/org/aspectj/apache/bcel/generic/LineNumberTag.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2002 Contributors
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* PARC initial implementation

+ 2
- 2
bcel-builder/src/org/aspectj/apache/bcel/generic/LocalVariableTag.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2002 Contributors
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* PARC initial implementation

+ 2
- 2
bcel-builder/src/org/aspectj/apache/bcel/generic/Tag.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2002 Contributors
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* PARC initial implementation

+ 2
- 2
bcel-builder/src/org/aspectj/apache/bcel/generic/annotation/AnnotationElementValueGen.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation {date}

+ 2
- 2
bcel-builder/src/org/aspectj/apache/bcel/generic/annotation/AnnotationGen.java View File

@@ -3,9 +3,9 @@
*
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement initial implementation

+ 2
- 2
bcel-builder/src/org/aspectj/apache/bcel/generic/annotation/ArrayElementValueGen.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation {date}

+ 2
- 2
bcel-builder/src/org/aspectj/apache/bcel/generic/annotation/ClassElementValueGen.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation {date}

+ 2
- 2
bcel-builder/src/org/aspectj/apache/bcel/generic/annotation/ElementNameValuePairGen.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation

+ 2
- 2
bcel-builder/src/org/aspectj/apache/bcel/generic/annotation/ElementValueGen.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation {date}

+ 2
- 2
bcel-builder/src/org/aspectj/apache/bcel/generic/annotation/EnumElementValueGen.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation {date}

+ 2
- 2
bcel-builder/src/org/aspectj/apache/bcel/generic/annotation/SimpleElementValueGen.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation {date}

+ 2
- 2
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/AllTests.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation {date}

+ 2
- 2
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/AnnotationAccessFlagTest.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation

+ 2
- 2
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/AnnotationDefaultAttributeTest.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation

+ 2
- 2
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/AnnotationGenTest.java View File

@@ -1,8 +1,8 @@
/*******************************************************************************
* Copyright (c) 2004 IBM All rights reserved. This program and the accompanying
* materials are made available under the terms of the Common Public License
* materials are made available under the terms of the Eclipse Public License
* v1.0 which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors: Andy Clement - initial implementation
******************************************************************************/

+ 2
- 2
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/BcelTestCase.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation {date}

+ 2
- 2
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/ElementValueGenTest.java View File

@@ -1,8 +1,8 @@
/*******************************************************************************
* Copyright (c) 2004 IBM All rights reserved. This program and the accompanying
* materials are made available under the terms of the Common Public License
* materials are made available under the terms of the Eclipse Public License
* v1.0 which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors: Andy Clement - initial implementation
******************************************************************************/

+ 2
- 2
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/EnclosingMethodAttributeTest.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation

+ 2
- 2
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/EnumAccessFlagTest.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation

+ 2
- 2
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/FieldAnnotationsTest.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation

+ 2
- 2
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/GeneratingAnnotatedClassesTest.java View File

@@ -1,8 +1,8 @@
/*******************************************************************************
* Copyright (c) 2004 IBM All rights reserved. This program and the accompanying
* materials are made available under the terms of the Common Public License
* materials are made available under the terms of the Eclipse Public License
* v1.0 which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors: Andy Clement - initial implementation
******************************************************************************/

+ 2
- 2
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/GenericSignatureParserTest.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2005 Contributors
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Adrian Colyer initial implementation

+ 2
- 2
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/GenericSignatureParsingTest.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2005 Contributors
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement (IBM) initial implementation

+ 2
- 2
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/GenericsErasureTesting.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2005 Contributors
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement (IBM) initial implementation

+ 2
- 2
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/LocalVariableTypeTableTest.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation

+ 2
- 2
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/MethodAnnotationsTest.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation

+ 2
- 2
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/ParameterAnnotationsTest.java View File

@@ -1,8 +1,8 @@
/*******************************************************************************
* Copyright (c) 2004 IBM All rights reserved. This program and the accompanying
* materials are made available under the terms of the Common Public License
* materials are made available under the terms of the Eclipse Public License
* v1.0 which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors: Andy Clement - initial implementation
******************************************************************************/

+ 2
- 2
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/RuntimeVisibleAnnotationAttributeTest.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation

+ 2
- 2
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/RuntimeVisibleParameterAnnotationAttributeTest.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation

+ 2
- 2
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/TypeAnnotationsTest.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation

+ 2
- 2
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/UtilTests.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation

+ 2
- 2
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/VarargsTest.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement - initial implementation

+ 2
- 2
bridge/src/org/aspectj/bridge/AbortException.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
bridge/src/org/aspectj/bridge/CountingMessageHandler.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
bridge/src/org/aspectj/bridge/ICommand.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
bridge/src/org/aspectj/bridge/IMessage.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
bridge/src/org/aspectj/bridge/IMessageHandler.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
bridge/src/org/aspectj/bridge/IMessageHolder.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
bridge/src/org/aspectj/bridge/IProgressListener.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2003 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
bridge/src/org/aspectj/bridge/ISourceLocation.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
bridge/src/org/aspectj/bridge/Message.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
bridge/src/org/aspectj/bridge/MessageHandler.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
bridge/src/org/aspectj/bridge/MessageUtil.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
bridge/src/org/aspectj/bridge/MessageWriter.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
bridge/src/org/aspectj/bridge/ReflectionFactory.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
bridge/src/org/aspectj/bridge/SourceLocation.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
bridge/src/org/aspectj/bridge/Version.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
bridge/src/org/aspectj/bridge/WeaveMessage.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2004 IBM Corporation
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Andy Clement IBM initial implementation 30-May-2004

+ 2
- 2
bridge/testsrc/BridgeModuleTests.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
bridge/testsrc/org/aspectj/bridge/BridgeTests.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
bridge/testsrc/org/aspectj/bridge/CountingMessageHandlerTest.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
bridge/testsrc/org/aspectj/bridge/MessageTest.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
bridge/testsrc/org/aspectj/bridge/VersionTest.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
build/src/$installer$/org/aspectj/Main.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
build/src/org/aspectj/internal/tools/ant/taskdefs/AJInstaller.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
build/src/org/aspectj/internal/tools/ant/taskdefs/AJPush.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
build/src/org/aspectj/internal/tools/ant/taskdefs/AntBuilder.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
build/src/org/aspectj/internal/tools/ant/taskdefs/BuildModule.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 7
- 7
build/src/org/aspectj/internal/tools/ant/taskdefs/Checklics.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation
@@ -70,7 +70,7 @@ public class Checklics extends MatchingTask {
final String LIC_APL =
"Apache Software Foundation (http://www.apache.org/)";
final String LIC_MPL = "http://aspectj.org/MPL/";
final String LIC_CPL = "Common Public License";
final String LIC_CPL = "Eclipse Public License";
final String LIC_ECPL = " Public License";
License APL = new License(APACHE_TAG, LIC_APL, APACHE);
License MPL = new License(MPL_TAG, LIC_MPL, XEROX);
@@ -553,9 +553,9 @@ class HeaderInfo {
void writeRest(PrintWriter writer) {
writer.println(" * All rights reserved. ");
writer.println(" * This program and the accompanying materials are made available ");
writer.println(" * under the terms of the Common Public License v1.0 ");
writer.println(" * under the terms of the Eclipse Public License v1.0 ");
writer.println(" * which accompanies this distribution and is available at ");
writer.println(" * http://www.eclipse.org/legal/cpl-v10.html ");
writer.println(" * http://www.eclipse.org/legal/epl-v10.html ");
writer.println(" * ");
writer.println(" * Contributors: ");
writer.println(" * Xerox/PARC initial implementation ");
@@ -579,9 +579,9 @@ class HeaderInfo {
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
build/src/org/aspectj/internal/tools/ant/taskdefs/ConditionalTask.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
build/src/org/aspectj/internal/tools/ant/taskdefs/CopyAndInlineStylesheet.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
build/src/org/aspectj/internal/tools/ant/taskdefs/StripNonBodyHtml.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
build/src/org/aspectj/internal/tools/ant/taskdefs/TestBuildModule.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
build/src/org/aspectj/internal/tools/ant/taskdefs/VersionUptodate.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
build/src/org/aspectj/internal/tools/build/BuildSpec.java View File

@@ -4,9 +4,9 @@
* 2005 Contributors.
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
build/src/org/aspectj/internal/tools/build/Builder.java View File

@@ -3,9 +3,9 @@
* 2003 Contributors.
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* PARC initial implementation

+ 2
- 2
build/src/org/aspectj/internal/tools/build/Messager.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
build/src/org/aspectj/internal/tools/build/Module.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
build/src/org/aspectj/internal/tools/build/Modules.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 2
- 2
build/src/org/aspectj/internal/tools/build/ProductModule.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 4
- 4
build/src/org/aspectj/internal/tools/build/SampleGatherer.java View File

@@ -2,9 +2,9 @@
* Copyright (c) 2003 Contributors.
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Wes Isberg initial implementation
@@ -443,8 +443,8 @@ class SamplesRenderer {
public static final String COPYRIGHT =
"<p><small>Copyright 2003 Contributors. All Rights Reserved. "
+ "This sample code is made available under the Common Public " + "License version 1.0 available at "
+ "<a href=\"http://www.eclipse.org/legal/cpl-v10.html\">"
+ "http://www.eclipse.org/legal/cpl-v10.html</a>."
+ "<a href=\"http://www.eclipse.org/legal/epl-v10.html\">"
+ "http://www.eclipse.org/legal/epl-v10.html</a>."
+ "Contributors are listed in this document as authors. "
+ "Permission to republish portions of this sample code "
+ "is hereby granted if the publication acknowledges "

+ 2
- 2
build/src/org/aspectj/internal/tools/build/Util.java View File

@@ -3,9 +3,9 @@
* 2002 Palo Alto Research Center, Incorporated (PARC).
* All rights reserved.
* This program and the accompanying materials are made available
* under the terms of the Common Public License v1.0
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution and is available at
* http://www.eclipse.org/legal/cpl-v10.html
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Xerox/PARC initial implementation

+ 0
- 0
build/testsrc/BuildModuleTests.java View File


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

Loading…
Cancel
Save