]> source.dussan.org Git - aspectj.git/commitdiff
Copyright altered to pass the test..
authoraclement <aclement>
Tue, 19 Apr 2005 15:53:35 +0000 (15:53 +0000)
committeraclement <aclement>
Tue, 19 Apr 2005 15:53:35 +0000 (15:53 +0000)
weaver/src/org/aspectj/weaver/ast/CastExpr.java
weaver/src/org/aspectj/weaver/ast/FieldGetOn.java
weaver/src/org/aspectj/weaver/ast/StringConstExpr.java

index 1e6302a90ca7bc41a5c74bad37623302489abc6d..4e8454f2d91d6bd599301d3827b3386fc3865774 100644 (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:
+ * initial implementation               Jonas Bonér, Alexandre Vasseur
  *******************************************************************************/
 package org.aspectj.weaver.ast;
 
index 63f175c10fcd3b0792375890262e4b2a43c1e93e..f4b0d6eddf976142d6abd52d4bda1ff4a6699773 100644 (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:
+ * initial implementation               Jonas Bonér, Alexandre Vasseur
  *******************************************************************************/
 package org.aspectj.weaver.ast;
 
index cb1024b7c4dca936b85450fb46a783c3a9018730..f4261f16bcf0ac3998f775eb7a771919f4205646 100644 (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:
+ * initial implementation               Jonas Bonér, Alexandre Vasseur
  *******************************************************************************/
 package org.aspectj.weaver.ast;