From 49cb924f5402c9d24379ae1af62def6fa5892649 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Fri, 4 Jun 2021 07:58:52 +0700 Subject: Upgrade license from CPLv1/EPLv1 to EPLv2 This was required by the Eclipse team as one precondition for the next release. Signed-off-by: Alexander Kriegisch --- ajde/ajsrc/org/aspectj/ajde/AjdeApiRules.aj | 47 ++++++++++++++--------------- 1 file changed, 23 insertions(+), 24 deletions(-) (limited to 'ajde/ajsrc/org/aspectj') diff --git a/ajde/ajsrc/org/aspectj/ajde/AjdeApiRules.aj b/ajde/ajsrc/org/aspectj/ajde/AjdeApiRules.aj index cc03e1f33..1dab27e79 100644 --- a/ajde/ajsrc/org/aspectj/ajde/AjdeApiRules.aj +++ b/ajde/ajsrc/org/aspectj/ajde/AjdeApiRules.aj @@ -1,24 +1,23 @@ -/* ******************************************************************* - * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC), - * 2003 Contributors. - * 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: - * Xerox/PARC initial implementation - * AMC 01.20.2003 extended to support new AspectJ 1.1 options, - * bugzilla #29769 - * ******************************************************************/ - -public aspect AjdeApiRules { - - - declare warning: - call(* javax.swing..*(..)) && !within(org.aspectj.ajde.ui.swing..*): - "do not use Swing outside of org.aspectj.ajde.swing"; - -} - \ No newline at end of file +/* ******************************************************************* + * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC), + * 2003 Contributors. + * 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: + * Xerox/PARC initial implementation + * AMC 01.20.2003 extended to support new AspectJ 1.1 options, + * bugzilla #29769 + * ******************************************************************/ + +public aspect AjdeApiRules { + + + declare warning: + call(* javax.swing..*(..)) && !within(org.aspectj.ajde.ui.swing..*): + "do not use Swing outside of org.aspectj.ajde.swing"; + +} -- cgit v1.2.3