From: Andy Clement Date: Mon, 11 Feb 2019 21:34:03 +0000 (-0800) Subject: add missing license X-Git-Tag: V1_9_3RC1~15 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=237503e895830c57e27877ac062fdeda9a773da1;p=aspectj.git add missing license --- diff --git a/testing/src/main/java/Empty.java b/testing/src/main/java/Empty.java index 9a9956e0e..0b2319f5e 100644 --- a/testing/src/main/java/Empty.java +++ b/testing/src/main/java/Empty.java @@ -1 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2019 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 + * + *******************************************************************************/ + +/** + * @author Andy Clement + */ public class Empty {}