From 237503e895830c57e27877ac062fdeda9a773da1 Mon Sep 17 00:00:00 2001 From: Andy Clement Date: Mon, 11 Feb 2019 13:34:03 -0800 Subject: [PATCH] add missing license --- testing/src/main/java/Empty.java | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 {} -- 2.39.5