aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.matcher/src/main/java/org/aspectj/weaver/MemberKind.java
diff options
context:
space:
mode:
Diffstat (limited to 'org.aspectj.matcher/src/main/java/org/aspectj/weaver/MemberKind.java')
-rw-r--r--org.aspectj.matcher/src/main/java/org/aspectj/weaver/MemberKind.java18
1 files changed, 9 insertions, 9 deletions
diff --git a/org.aspectj.matcher/src/main/java/org/aspectj/weaver/MemberKind.java b/org.aspectj.matcher/src/main/java/org/aspectj/weaver/MemberKind.java
index f1d5dfa0f..ea64fcc57 100644
--- a/org.aspectj.matcher/src/main/java/org/aspectj/weaver/MemberKind.java
+++ b/org.aspectj.matcher/src/main/java/org/aspectj/weaver/MemberKind.java
@@ -1,13 +1,13 @@
/* *******************************************************************
* Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC).
- * All rights reserved.
- * This program and the accompanying 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/epl-v10.html
- *
- * Contributors:
- * PARC initial implementation
+ * All rights reserved.
+ * This program and the accompanying materials are made available
+ * under the terms of the Eclipse Public License v 2.0
+ * which accompanies this distribution and is available at
+ * https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt
+ *
+ * Contributors:
+ * PARC initial implementation
* ******************************************************************/
package org.aspectj.weaver;
@@ -45,4 +45,4 @@ public class MemberKind extends TypeSafeEnum {
}
throw new BCException("Unexpected memberkind, should be (1-9) but was " + key);
}
-} \ No newline at end of file
+}