Skip to content

Commit ab212d1

Browse files
author
zhourenjian
committed
Update comments
1 parent 4943d48 commit ab212d1

31 files changed

+74
-128
lines changed

src/net/sf/j2s/core/Java2ScriptProject.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

1412
package net.sf.j2s.core;
1513

1614
import org.eclipse.core.resources.IProject;
1715

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

src/net/sf/j2s/core/Java2ScriptProjectBuilder.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

1412
package net.sf.j2s.core;
1513

1614
import net.sf.j2s.core.builder.JavaBuilder;
1715

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

src/net/sf/j2s/core/Java2ScriptProjectNature.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.core;
@@ -20,7 +18,7 @@
2018
import org.eclipse.core.runtime.CoreException;
2119

2220
/**
23-
* @author josson smith
21+
* @author zhou renjian
2422
*
2523
* 2006-6-14
2624
*/

src/net/sf/j2s/core/astvisitors/ASTEmptyVisitor.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.core.astvisitors;
1212

src/net/sf/j2s/core/astvisitors/ASTFieldVisitor.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

1412
package net.sf.j2s.core.astvisitors;

src/net/sf/j2s/core/astvisitors/ASTJ2SDocVisitor.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

1412
package net.sf.j2s.core.astvisitors;

src/net/sf/j2s/core/astvisitors/ASTJ2SMapVisitor.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

1412
package net.sf.j2s.core.astvisitors;

src/net/sf/j2s/core/astvisitors/ASTKeywordVisitor.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.core.astvisitors;
1212

src/net/sf/j2s/core/astvisitors/ASTMethodVisitor.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

1412
package net.sf.j2s.core.astvisitors;

src/net/sf/j2s/core/astvisitors/ASTPackageVisitor.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

1412
package net.sf.j2s.core.astvisitors;

src/net/sf/j2s/core/astvisitors/ASTScriptVisitor.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.core.astvisitors;
1212

src/net/sf/j2s/core/astvisitors/ASTTigerVisitor.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

1412
package net.sf.j2s.core.astvisitors;

src/net/sf/j2s/core/astvisitors/ASTTypeVisitor.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

1412
package net.sf.j2s.core.astvisitors;

src/net/sf/j2s/core/astvisitors/ASTVariableVisitor.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

1412
package net.sf.j2s.core.astvisitors;

src/net/sf/j2s/core/astvisitors/AbstractPluginVisitor.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

1412
package net.sf.j2s.core.astvisitors;

src/net/sf/j2s/core/astvisitors/DependencyASTVisitor.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.core.astvisitors;
@@ -59,7 +57,7 @@
5957

6058
/**
6159
*
62-
* @author josson smith
60+
* @author zhou renjian
6361
*
6462
* 2006-5-2
6563
*/

src/net/sf/j2s/core/astvisitors/IPluginVisitor.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

1412
package net.sf.j2s.core.astvisitors;

src/net/sf/j2s/core/astvisitors/MethodReferenceASTVisitor.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

1412
package net.sf.j2s.core.astvisitors;

src/net/sf/j2s/core/astvisitors/NameConvertItem.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
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.core.astvisitors;
1513

1614
/**
17-
* @author josson smith
15+
* @author zhou renjian
1816
*
1917
* 2006-6-3
2018
*/

src/net/sf/j2s/core/astvisitors/ReferenceASTVisitor.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.core.astvisitors;
@@ -17,7 +15,7 @@
1715
import org.eclipse.jdt.core.dom.SimpleName;
1816

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

0 commit comments

Comments
 (0)