Browse Source

fix license header as required

AspectJ5_Development
avasseur 19 years ago
parent
commit
886b42907d

+ 4
- 1
loadtime/src/org/aspectj/weaver/loadtime/Aj.java View File

@@ -1,9 +1,12 @@
/*******************************************************************************
* Copyright (c) Jonas Bonér, Alexandre Vasseur
* 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
*
* Contributors:
* Alexandre Vasseur initial implementation
*******************************************************************************/
package org.aspectj.weaver.loadtime;


+ 4
- 1
loadtime/src/org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.java View File

@@ -1,9 +1,12 @@
/*******************************************************************************
* Copyright (c) Jonas Bonér, Alexandre Vasseur
* 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
*
* Contributors:
* Alexandre Vasseur initial implementation
*******************************************************************************/
package org.aspectj.weaver.loadtime;


+ 4
- 1
loadtime/src/org/aspectj/weaver/loadtime/ClassPreProcessor.java View File

@@ -1,9 +1,12 @@
/*******************************************************************************
* Copyright (c) Jonas Bonér, Alexandre Vasseur
* 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
*
* Contributors:
* Alexandre Vasseur initial implementation
*******************************************************************************/
package org.aspectj.weaver.loadtime;


+ 10
- 7
loadtime/src/org/aspectj/weaver/loadtime/Options.java View File

@@ -1,10 +1,13 @@
/**************************************************************************************
* Copyright (c) Jonas Bonér, Alexandre Vasseur. All rights reserved. *
* http://aspectwerkz.codehaus.org *
* ---------------------------------------------------------------------------------- *
* The software in this package is published under the terms of the LGPL license *
* a copy of which has been included with this distribution in the license.txt file. *
**************************************************************************************/
/*******************************************************************************
* 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
*
* Contributors:
* Alexandre Vasseur initial implementation
*******************************************************************************/
package org.aspectj.weaver.loadtime;

import org.aspectj.bridge.AbortException;

+ 4
- 1
loadtime/src/org/aspectj/weaver/loadtime/definition/Definition.java View File

@@ -1,9 +1,12 @@
/*******************************************************************************
* Copyright (c) Jonas Bonér, Alexandre Vasseur
* 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
*
* Contributors:
* Alexandre Vasseur initial implementation
*******************************************************************************/
package org.aspectj.weaver.loadtime.definition;


+ 4
- 1
loadtime/src/org/aspectj/weaver/loadtime/definition/DocumentParser.java View File

@@ -1,9 +1,12 @@
/*******************************************************************************
* Copyright (c) Jonas Bonér, Alexandre Vasseur
* 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
*
* Contributors:
* Alexandre Vasseur initial implementation
*******************************************************************************/
package org.aspectj.weaver.loadtime.definition;


+ 4
- 1
loadtime/testsrc/LoadtimeModuleTests.java View File

@@ -1,9 +1,12 @@
/*******************************************************************************
* Copyright (c) Jonas Bonér, Alexandre Vasseur
* 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
*
* Contributors:
* Alexandre Vasseur initial implementation
*******************************************************************************/

import junit.framework.TestCase;

+ 4
- 1
loadtime/testsrc/org/aspectj/weaver/loadtime/test/DocumentParserTest.java View File

@@ -1,9 +1,12 @@
/*******************************************************************************
* Copyright (c) Jonas Bonér, Alexandre Vasseur
* 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
*
* Contributors:
* Alexandre Vasseur initial implementation
*******************************************************************************/
package org.aspectj.weaver.loadtime.test;


+ 4
- 1
loadtime5/src/org/aspectj/weaver/loadtime/Agent.java View File

@@ -1,9 +1,12 @@
/*******************************************************************************
* Copyright (c) Jonas Bonér, Alexandre Vasseur
* 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
*
* Contributors:
* Alexandre Vasseur initial implementation
*******************************************************************************/
package org.aspectj.weaver.loadtime;


+ 4
- 1
loadtime5/src/org/aspectj/weaver/loadtime/ClassPreProcessorAgentAdapter.java View File

@@ -1,9 +1,12 @@
/*******************************************************************************
* Copyright (c) Jonas Bonér, Alexandre Vasseur
* 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
*
* Contributors:
* Alexandre Vasseur initial implementation
*******************************************************************************/
package org.aspectj.weaver.loadtime;


+ 4
- 1
loadtime5/testsrc/org/aspectj/weaver/loadtime5/test/AllTests.java View File

@@ -1,9 +1,12 @@
/*******************************************************************************
* Copyright (c) Jonas Bonér, Alexandre Vasseur
* 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
*
* Contributors:
* Alexandre Vasseur initial implementation
*******************************************************************************/
package org.aspectj.weaver.loadtime5.test;


+ 4
- 1
loadtime5/testsrc/test/loadtime5/AtAspectJTest.java View File

@@ -1,9 +1,12 @@
/*******************************************************************************
* Copyright (c) Jonas Bonér, Alexandre Vasseur
* 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
*
* Contributors:
* Alexandre Vasseur initial implementation
*******************************************************************************/
package test.loadtime5;


Loading…
Cancel
Save