File tree Expand file tree Collapse file tree 9 files changed +24
-40
lines changed
Expand file tree Collapse file tree 9 files changed +24
-40
lines changed Original file line number Diff line number Diff line change 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
1412package net .sf .j2s .lib .build ;
2018import java .io .IOException ;
2119
2220/**
23- * @author josson smith
21+ * @author zhou renjian
2422 *
2523 * 2006-5-3
2624 */
Original file line number Diff line number Diff line change 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
1412package net .sf .j2s .lib .build ;
2018import java .io .IOException ;
2119
2220/**
23- * @author josson smith
21+ * @author zhou renjian
2422 *
2523 * 2006-7-29
2624 */
Original file line number Diff line number Diff line change 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
1412package net .sf .j2s .lib .build ;
2018import java .io .IOException ;
2119
2220/**
23- * @author josson smith
21+ * @author zhou renjian
2422 *
2523 * 2006-8-5
2624 */
Original file line number Diff line number Diff line change 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
1412package net .sf .j2s .lib .build ;
2422import java .util .regex .Pattern ;
2523
2624/**
27- * @author josson smith
25+ * @author zhou renjian
2826 *
2927 * 2006-2-20
3028 */
Original file line number Diff line number Diff line change 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
1412package net .sf .j2s .lib .build ;
2321import java .util .Map ;
2422
2523/**
26- * @author josson smith
24+ * @author zhou renjian
2725 *
2826 * 2006-7-12
2927 */
Original file line number Diff line number Diff line change 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
1412package net .sf .j2s .lib .build ;
2018import java .io .IOException ;
2119
2220/**
23- * @author josson smith
21+ * @author zhou renjian
2422 *
2523 * 2006-7-29
2624 */
Original file line number Diff line number Diff line change 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
1412package net .sf .j2s .lib .providers ;
2321import org .eclipse .core .runtime .Platform ;
2422
2523/**
26- * @author josson smith
24+ * @author zhou renjian
2725 *
2826 * 2006-5-13
2927 */
Original file line number Diff line number Diff line change 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
1412package net .sf .j2s .lib .providers ;
2422import org .eclipse .core .runtime .Platform ;
2523
2624/**
27- * @author josson smith
25+ * @author zhou renjian
2826 *
2927 * 2006-5-13
3028 */
You can’t perform that action at this time.
0 commit comments