diff options
author | Andy Clement <aclement@pivotal.io> | 2019-02-11 13:34:03 -0800 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2019-02-11 13:34:03 -0800 |
commit | 237503e895830c57e27877ac062fdeda9a773da1 (patch) | |
tree | 07ecb168d2e286b72d473612b468798dd973df88 /testing | |
parent | b1772c28d0f025525b9baef62ddf948e39f60c11 (diff) | |
download | aspectj-237503e895830c57e27877ac062fdeda9a773da1.tar.gz aspectj-237503e895830c57e27877ac062fdeda9a773da1.zip |
add missing license
Diffstat (limited to 'testing')
-rw-r--r-- | testing/src/main/java/Empty.java | 12 |
1 files changed, 12 insertions, 0 deletions
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 {} |