From ced5f6e66dff30a7b4acb6f2d5943757f810c645 Mon Sep 17 00:00:00 2001 From: avasseur Date: Fri, 22 Apr 2005 10:12:14 +0000 Subject: @AJ annotation are runtime visible, fixed all licenses from branch for EPL --- runtime/build.xml | 17 ++++++++++++++++- runtime/src/org/aspectj/lang/Aspects.java | 13 +++++++------ runtime/src/org/aspectj/lang/ProceedingJoinPoint.java | 13 +++++++------ 3 files changed, 30 insertions(+), 13 deletions(-) (limited to 'runtime') diff --git a/runtime/build.xml b/runtime/build.xml index 3dd22e1ed..6ddcc7828 100644 --- a/runtime/build.xml +++ b/runtime/build.xml @@ -13,11 +13,26 @@ - + + + + + + + + + + + + + + + + diff --git a/runtime/src/org/aspectj/lang/Aspects.java b/runtime/src/org/aspectj/lang/Aspects.java index 2f6fa5329..0d8cb5ccb 100644 --- a/runtime/src/org/aspectj/lang/Aspects.java +++ b/runtime/src/org/aspectj/lang/Aspects.java @@ -1,12 +1,13 @@ /******************************************************************************* - * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/cpl-v10.html + * Copyright (c) 2005 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://eclipse.org/legal/epl-v10.html * * Contributors: - * initial implementation Jonas Bonér, Alexandre Vasseur + * initial implementation Alexandre Vasseur *******************************************************************************/ package org.aspectj.lang; diff --git a/runtime/src/org/aspectj/lang/ProceedingJoinPoint.java b/runtime/src/org/aspectj/lang/ProceedingJoinPoint.java index 2a54d407b..9d220358d 100644 --- a/runtime/src/org/aspectj/lang/ProceedingJoinPoint.java +++ b/runtime/src/org/aspectj/lang/ProceedingJoinPoint.java @@ -1,12 +1,13 @@ /******************************************************************************* - * 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 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/cpl-v10.html + * Copyright (c) 2005 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://eclipse.org/legal/epl-v10.html * * Contributors: - * initial implementation Jonas Bonér, Alexandre Vasseur + * initial implementation Alexandre Vasseur *******************************************************************************/ package org.aspectj.lang; -- cgit v1.2.3