aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAndy Clement <aclement@pivotal.io>2019-02-11 13:34:03 -0800
committerAndy Clement <aclement@pivotal.io>2019-02-11 13:34:03 -0800
commit237503e895830c57e27877ac062fdeda9a773da1 (patch)
tree07ecb168d2e286b72d473612b468798dd973df88 /testing
parentb1772c28d0f025525b9baef62ddf948e39f60c11 (diff)
downloadaspectj-237503e895830c57e27877ac062fdeda9a773da1.tar.gz
aspectj-237503e895830c57e27877ac062fdeda9a773da1.zip
add missing license
Diffstat (limited to 'testing')
-rw-r--r--testing/src/main/java/Empty.java12
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 {}