diff options
Diffstat (limited to 'ajbrowser/src/main/java/org/aspectj/tools/ajbrowser/BrowserManager.java')
-rw-r--r-- | ajbrowser/src/main/java/org/aspectj/tools/ajbrowser/BrowserManager.java | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/ajbrowser/src/main/java/org/aspectj/tools/ajbrowser/BrowserManager.java b/ajbrowser/src/main/java/org/aspectj/tools/ajbrowser/BrowserManager.java index a5856afd9..e140d3bd9 100644 --- a/ajbrowser/src/main/java/org/aspectj/tools/ajbrowser/BrowserManager.java +++ b/ajbrowser/src/main/java/org/aspectj/tools/ajbrowser/BrowserManager.java @@ -1,13 +1,13 @@ /* ******************************************************************* - * Copyright (c) 1999-2001 Xerox Corporation, + * Copyright (c) 1999-2001 Xerox Corporation, * 2002 Palo Alto Research Center, Incorporated (PARC). - * 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: + * 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: * Xerox/PARC initial implementation * Helen Hawkins Converted to new interface (bug 148190) * ******************************************************************/ @@ -49,7 +49,7 @@ import org.aspectj.util.FileUtil; /** * IDE manager for standalone AJDE application. - * + * * @author Mik Kersten */ public class BrowserManager { @@ -107,7 +107,7 @@ public class BrowserManager { /** * Find and create the set of build configuration files - * + * * @param configFilesArgs */ private void setUpConfigFiles(String[] configFilesArgs) { |