diff options
Diffstat (limited to 'tests/incrementalju/inpathDirTests/src/Hello.20.java')
-rw-r--r-- | tests/incrementalju/inpathDirTests/src/Hello.20.java | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/incrementalju/inpathDirTests/src/Hello.20.java b/tests/incrementalju/inpathDirTests/src/Hello.20.java index b1f656f86..b86073158 100644 --- a/tests/incrementalju/inpathDirTests/src/Hello.20.java +++ b/tests/incrementalju/inpathDirTests/src/Hello.20.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("updated hello"); } - + } |