Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit15e87da

Browse files
author
zhourenjian
committed
Update comments
1 parentd251328 commit15e87da

File tree

39 files changed

+103
-173
lines changed

39 files changed

+103
-173
lines changed

‎sources/net.sf.j2s.ui/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
packagenet.sf.j2s.ui.actions;
@@ -22,7 +20,7 @@
2220
importjava.io.InputStream;
2321

2422
/**
25-
* @authorjosson smith
23+
* @authorzhou renjian
2624
*
2725
* 2006-5-3
2826
*/

‎sources/net.sf.j2s.ui/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
packagenet.sf.j2s.ui.actions;
@@ -38,7 +36,7 @@
3836
importorg.eclipse.ui.part.FileEditorInput;
3937

4038
/**
41-
* @authorjosson smith
39+
* @authorzhou renjian
4240
*
4341
* 2006-4-30
4442
*/

‎sources/net.sf.j2s.ui/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
packagenet.sf.j2s.ui.console;
1212

‎sources/net.sf.j2s.ui/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
packagenet.sf.j2s.ui.editors;
@@ -53,7 +51,7 @@
5351
importorg.eclipse.ui.part.MultiPageEditorPart;
5452

5553
/**
56-
* @authorjosson smith
54+
* @authorzhou renjian
5755
*
5856
* 2006-2-1
5957
*/

‎sources/net.sf.j2s.ui/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
packagenet.sf.j2s.ui.editors;
1412

‎sources/net.sf.j2s.ui/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
packagenet.sf.j2s.ui.editors;
1412

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

1816
/**
19-
* @authorjosson smith
17+
* @authorzhou renjian
2018
*
2119
* 2006-2-1
2220
*/

‎sources/net.sf.j2s.ui/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
packagenet.sf.j2s.ui.generator;
1212

‎sources/net.sf.j2s.ui/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
packagenet.sf.j2s.ui.generator;
1212

‎sources/net.sf.j2s.ui/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
packagenet.sf.j2s.ui.generator;
1212

‎sources/net.sf.j2s.ui/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
packagenet.sf.j2s.ui.launching;
@@ -17,7 +15,7 @@
1715
importjava.util.List;
1816

1917
/**
20-
* @authorjosson smith
18+
* @authorzhou renjian
2119
*
2220
* 2006-2-8
2321
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp