diff options
Diffstat (limited to 'tests/incrementalju/inpathDirTests/src/Hello.java')
-rw-r--r-- | tests/incrementalju/inpathDirTests/src/Hello.java | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/incrementalju/inpathDirTests/src/Hello.java b/tests/incrementalju/inpathDirTests/src/Hello.java index 35fd5bb79..7cd6c23e7 100644 --- a/tests/incrementalju/inpathDirTests/src/Hello.java +++ b/tests/incrementalju/inpathDirTests/src/Hello.java @@ -1,22 +1,22 @@ /* ******************************************************************* * Copyright (c) 2004 IBM Corporation - * 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 - * - * Contributors: - * Adrian Colyer, + * All rights reserved. + * This program and the accompanying materials are made available + * under the terms of the Eclipse Public License v 2.0 + * which accompanies this distribution and is available at + * https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt + * + * Contributors: + * Adrian Colyer, * ******************************************************************/ /** * Used to generate Hello.class that is placed in indir for these resource tests. */ public class Hello { - + public static void main(String[] args) { System.out.println("hello"); } - -}
\ No newline at end of file + +} |