Skip to content

Commit c080c07

Browse files
author
zhourenjian
committed
Update comments
1 parent 03e8ed6 commit c080c07

40 files changed

+109
-175
lines changed

src/net/sf/j2s/ui/actions/Bundle2StringUtil.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
package net.sf.j2s.ui.actions;
@@ -22,7 +20,7 @@
2220
import java.io.InputStream;
2321

2422
/**
25-
* @author josson smith
23+
* @author zhou renjian
2624
*
2725
* 2006-5-3
2826
*/

src/net/sf/j2s/ui/actions/UnitJavaScriptUtil.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
package net.sf.j2s.ui.actions;
@@ -52,7 +50,7 @@
5250
import org.eclipse.ui.part.FileEditorInput;
5351

5452
/**
55-
* @author josson smith
53+
* @author zhou renjian
5654
*
5755
* 2006-4-30
5856
*/

src/net/sf/j2s/ui/console/J2SViewImages.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*******************************************************************************
2-
* Copyright (c) 2005 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License v1.0
55
* which accompanies this distribution, and is available at
66
* http://www.eclipse.org/legal/epl-v10.html
77
*
88
* Contributors:
9-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1010
*******************************************************************************/
1111
package net.sf.j2s.ui.console;
1212

src/net/sf/j2s/ui/editors/J2SConfigEditor.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
package net.sf.j2s.ui.editors;
@@ -53,7 +51,7 @@
5351
import org.eclipse.ui.part.MultiPageEditorPart;
5452

5553
/**
56-
* @author josson smith
54+
* @author zhou renjian
5755
*
5856
* 2006-2-1
5957
*/

src/net/sf/j2s/ui/editors/J2SConfigEditorContributor.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311
package net.sf.j2s.ui.editors;
1412

src/net/sf/j2s/ui/editors/J2STextEditor.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311
package net.sf.j2s.ui.editors;
1412

1513
import org.eclipse.jface.text.source.ISourceViewer;
1614
import org.eclipse.ui.editors.text.TextEditor;
1715

1816
/**
19-
* @author josson smith
17+
* @author zhou renjian
2018
*
2119
* 2006-2-1
2220
*/

src/net/sf/j2s/ui/generator/EditorUtility.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*******************************************************************************
2-
* Copyright (c) 2005 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License v1.0
55
* which accompanies this distribution, and is available at
66
* http://www.eclipse.org/legal/epl-v10.html
77
*
88
* Contributors:
9-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1010
*******************************************************************************/
1111
package net.sf.j2s.ui.generator;
1212

src/net/sf/j2s/ui/generator/J2SView.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*******************************************************************************
2-
* Copyright (c) 2005 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License v1.0
55
* which accompanies this distribution, and is available at
66
* http://www.eclipse.org/legal/epl-v10.html
77
*
88
* Contributors:
9-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1010
*******************************************************************************/
1111
package net.sf.j2s.ui.generator;
1212

src/net/sf/j2s/ui/generator/J2SViewImages.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*******************************************************************************
2-
* Copyright (c) 2005 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License v1.0
55
* which accompanies this distribution, and is available at
66
* http://www.eclipse.org/legal/epl-v10.html
77
*
88
* Contributors:
9-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1010
*******************************************************************************/
1111
package net.sf.j2s.ui.generator;
1212

src/net/sf/j2s/ui/launching/ArgsUtil.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
package net.sf.j2s.ui.launching;
@@ -17,7 +15,7 @@
1715
import java.util.List;
1816

1917
/**
20-
* @author josson smith
18+
* @author zhou renjian
2119
*
2220
* 2006-2-8
2321
*/

src/net/sf/j2s/ui/launching/J2SClasspathOptionTab.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
package net.sf.j2s.ui.launching;
@@ -49,7 +47,7 @@
4947
import org.eclipse.ui.PlatformUI;
5048

5149
/**
52-
* @author josson smith
50+
* @author zhou renjian
5351
*
5452
* 2006-5-14
5553
*/

src/net/sf/j2s/ui/launching/J2SConsoleOptionsTab.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public void createControl(Composite parent) {
8585
group.setLayout(layout);
8686
group.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
8787

88-
String controlName = "Java2Script Console Misc Options";
88+
String controlName = "Java2Script Console";
8989
group.setText(controlName);
9090

9191
btnInner = new Button(group, SWT.RADIO);
@@ -371,7 +371,7 @@ public void performApply(ILaunchConfigurationWorkingCopy configuration) {
371371
}
372372

373373
public String getName() {
374-
return "Misc";
374+
return "Miscellaneous";
375375
}
376376

377377
public Image getImage() {

src/net/sf/j2s/ui/launching/J2SCyclicProjectUtils.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
package net.sf.j2s.ui.launching;
@@ -17,7 +15,7 @@
1715
import java.util.Set;
1816

1917
/**
20-
* @author josson smith
18+
* @author zhou renjian
2119
*
2220
* 2006-8-12
2321
*/

src/net/sf/j2s/ui/preferences/Java2ScriptPreferencePage.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2007 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
package net.sf.j2s.ui.preferences;

src/net/sf/j2s/ui/preferences/PreferenceConstants.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2007 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
package net.sf.j2s.ui.preferences;

src/net/sf/j2s/ui/preferences/PreferenceInitializer.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2007 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311

1412
package net.sf.j2s.ui.preferences;

src/net/sf/j2s/ui/property/IJ2SConfigModifiedListener.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311
package net.sf.j2s.ui.property;
1412

1513
/**
16-
* @author josson smith
14+
* @author zhou renjian
1715
*
1816
* 2006-2-1
1917
*/

src/net/sf/j2s/ui/property/J2SAbandonClassesAction.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*******************************************************************************
2-
* Java2Script Pacemaker (http://j2s.sourceforge.net)
3-
*
4-
* Copyright (c) 2006 ognize.com and others.
2+
* Copyright (c) 2007 java2script.org and others.
53
* All rights reserved. This program and the accompanying materials
64
* are made available under the terms of the Eclipse Public License v1.0
75
* which accompanies this distribution, and is available at
86
* http://www.eclipse.org/legal/epl-v10.html
97
*
108
* Contributors:
11-
* ognize.com - initial API and implementation
9+
* Zhou Renjian - initial API and implementation
1210
*******************************************************************************/
1311
package net.sf.j2s.ui.property;
1412

@@ -29,7 +27,7 @@
2927
import org.eclipse.ui.views.navigator.ResourceSorter;
3028

3129
/**
32-
* @author josson smith
30+
* @author zhou renjian
3331
*
3432
* 2006-2-1
3533
*/

0 commit comments

Comments
 (0)