Skip to content

Commit 3874dec

Browse files
author
zhourenjian
committed
Update comments
1 parent aeba489 commit 3874dec

File tree

9 files changed

+24
-40
lines changed

9 files changed

+24
-40
lines changed

sources/net.sf.j2s.lib/j2slib.zip

562 Bytes
Binary file not shown.

sources/net.sf.j2s.lib/src/net/sf/j2s/lib/build/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.lib.build;
@@ -20,7 +18,7 @@
2018
import java.io.IOException;
2119

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

sources/net.sf.j2s.lib/src/net/sf/j2s/lib/build/J2SConcat.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.lib.build;
@@ -20,7 +18,7 @@
2018
import java.io.IOException;
2119

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

sources/net.sf.j2s.lib/src/net/sf/j2s/lib/build/PackCSSIntoJS.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.lib.build;
@@ -20,7 +18,7 @@
2018
import java.io.IOException;
2119

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

sources/net.sf.j2s.lib/src/net/sf/j2s/lib/build/RegExCompress.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.lib.build;
@@ -24,7 +22,7 @@
2422
import java.util.regex.Pattern;
2523

2624
/**
27-
* @author josson smith
25+
* @author zhou renjian
2826
*
2927
* 2006-2-20
3028
*/

sources/net.sf.j2s.lib/src/net/sf/j2s/lib/build/SmartJSCompressor.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.lib.build;
@@ -23,7 +21,7 @@
2321
import java.util.Map;
2422

2523
/**
26-
* @author josson smith
24+
* @author zhou renjian
2725
*
2826
* 2006-7-12
2927
*/

sources/net.sf.j2s.lib/src/net/sf/j2s/lib/build/UTF8Concat.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.lib.build;
@@ -20,7 +18,7 @@
2018
import java.io.IOException;
2119

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

sources/net.sf.j2s.lib/src/net/sf/j2s/lib/providers/JavaRuntimeJSProvider.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.lib.providers;
@@ -23,7 +21,7 @@
2321
import org.eclipse.core.runtime.Platform;
2422

2523
/**
26-
* @author josson smith
24+
* @author zhou renjian
2725
*
2826
* 2006-5-13
2927
*/

sources/net.sf.j2s.lib/src/net/sf/j2s/lib/providers/JavaSWTJSProvider.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.lib.providers;
@@ -24,7 +22,7 @@
2422
import org.eclipse.core.runtime.Platform;
2523

2624
/**
27-
* @author josson smith
25+
* @author zhou renjian
2826
*
2927
* 2006-5-13
3028
*/

0 commit comments

Comments
 (0)