]> source.dussan.org Git - aspectj.git/commitdiff
add missing license
authorAndy Clement <aclement@pivotal.io>
Mon, 11 Feb 2019 21:34:03 +0000 (13:34 -0800)
committerAndy Clement <aclement@pivotal.io>
Mon, 11 Feb 2019 21:34:03 +0000 (13:34 -0800)
testing/src/main/java/Empty.java

index 9a9956e0e100cafcc89a9e715efe861b346bbe10..0b2319f5efb43fcc32dfb121f226c267dde01455 100644 (file)
@@ -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 {}