|
1 | 1 | /******************************************************************************* |
2 | | - * Java2Script Pacemaker (http://j2s.sourceforge.net) |
3 | | - * |
4 | | - * Copyright (c) 2006 ognize.com and others. |
| 2 | + * Copyright (c) 2007 java2script.org and others. |
5 | 3 | * All rights reserved. This program and the accompanying materials |
6 | 4 | * are made available under the terms of the Eclipse Public License v1.0 |
7 | 5 | * which accompanies this distribution, and is available at |
8 | 6 | * http://www.eclipse.org/legal/epl-v10.html |
9 | 7 | * |
10 | 8 | * Contributors: |
11 | | - *ognize.com - initial API and implementation |
| 9 | + *Zhou Renjian - initial API and implementation |
12 | 10 | *******************************************************************************/ |
13 | 11 | packagenet.sf.j2s.ui.editors; |
14 | 12 |
|
15 | 13 | importorg.eclipse.jface.text.source.ISourceViewer; |
16 | 14 | importorg.eclipse.ui.editors.text.TextEditor; |
17 | 15 |
|
18 | 16 | /** |
19 | | - * @authorjosson smith |
| 17 | + * @authorzhou renjian |
20 | 18 | * |
21 | 19 | * 2006-2-1 |
22 | 20 | */ |
|