diff options
Diffstat (limited to 'org.aspectj.matcher/src/main/java/org/aspectj/weaver/PoliceExtensionUse.java')
-rw-r--r-- | org.aspectj.matcher/src/main/java/org/aspectj/weaver/PoliceExtensionUse.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/org.aspectj.matcher/src/main/java/org/aspectj/weaver/PoliceExtensionUse.java b/org.aspectj.matcher/src/main/java/org/aspectj/weaver/PoliceExtensionUse.java index e35a9b8a3..348d5dc7f 100644 --- a/org.aspectj.matcher/src/main/java/org/aspectj/weaver/PoliceExtensionUse.java +++ b/org.aspectj.matcher/src/main/java/org/aspectj/weaver/PoliceExtensionUse.java @@ -1,9 +1,9 @@ /******************************************************************************* - * Copyright (c) 2006 IBM + * Copyright (c) 2006 IBM * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 + * are made available under the terms of the Eclipse Public License v 2.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt * * Contributors: * Andy Clement - initial API and implementation @@ -77,4 +77,4 @@ public class PoliceExtensionUse extends AbstractPatternNodeVisitor { return node; } -}
\ No newline at end of file +} |