174 modified files
updated license headers to EPL, started documenting contribututors
vex-toolkit/src/test/net/sf/vex/layout
diff -u -r1.3 -r1.4
--- TestParagraphBox.java 3 Feb 2005 03:01:14 -0000 1.3
+++ TestParagraphBox.java 3 Sep 2008 14:20:32 -0000 1.4
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package test.net.sf.vex.layout;
import java.net.URL;
vex-toolkit/src/test/net/sf/vex/layout
diff -u -r1.4 -r1.5
--- LayoutTest.java 25 Aug 2005 02:27:27 -0000 1.4
+++ LayoutTest.java 3 Sep 2008 14:20:32 -0000 1.5
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package test.net.sf.vex.layout;
import java.io.IOException;
vex-toolkit/src/test/net/sf/vex/layout
diff -u -r1.1 -r1.2
--- TestBlockElementBox.java 23 Sep 2004 02:30:42 -0000 1.1
+++ TestBlockElementBox.java 3 Sep 2008 14:20:32 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package test.net.sf.vex.layout;
import java.net.URL;
vex-toolkit/src/test/net/sf/vex/layout
diff -u -r1.2 -r1.3
--- TestStaticTextBox.java 3 Aug 2004 02:08:42 -0000 1.2
+++ TestStaticTextBox.java 3 Sep 2008 14:20:32 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package test.net.sf.vex.layout;
import java.net.URL;
vex-toolkit/src/test/net/sf/vex/layout
diff -u -r1.4 -r1.5
--- TestDocumentTextBox.java 18 Jul 2007 01:47:23 -0000 1.4
+++ TestDocumentTextBox.java 3 Sep 2008 14:20:32 -0000 1.5
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package test.net.sf.vex.layout;
import java.net.URL;
vex-toolkit/src/test/net/sf/vex/layout
diff -u -r1.1 -r1.2
--- TestBoxFactory.java 23 Sep 2004 02:30:42 -0000 1.1
+++ TestBoxFactory.java 3 Sep 2008 14:20:32 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package test.net.sf.vex.layout;
import net.sf.vex.dom.Element;
vex-toolkit/src/test/net/sf/vex/layout
diff -u -r1.1 -r1.2
--- TestBlocksInInlines.java 24 Jun 2005 02:21:20 -0000 1.1
+++ TestBlocksInInlines.java 3 Sep 2008 14:20:32 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package test.net.sf.vex.layout;
import java.net.URL;
vex-toolkit/src/test/net/sf/vex/layout
diff -u -r1.3 -r1.4
--- FakeGraphics.java 24 Jun 2005 02:21:20 -0000 1.3
+++ FakeGraphics.java 3 Sep 2008 14:20:32 -0000 1.4
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package test.net.sf.vex.layout;
import net.sf.vex.core.Color;
vex-toolkit/src/net/sf/vex/swt
diff -u -r1.1 -r1.2
--- KeyStroke.java 28 Jun 2005 02:45:14 -0000 1.1
+++ KeyStroke.java 3 Sep 2008 14:20:32 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.swt;
import org.eclipse.swt.events.KeyEvent;
vex-toolkit/src/net/sf/vex/swt
diff -u -r1.2 -r1.3
--- Timer.java 18 Jul 2007 01:47:23 -0000 1.2
+++ Timer.java 3 Sep 2008 14:20:32 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.swt;
import org.eclipse.swt.widgets.Display;
vex-toolkit/src/net/sf/vex/swt
diff -u -r1.2 -r1.3
--- SwtGraphics.java 9 Jul 2005 11:07:01 -0000 1.2
+++ SwtGraphics.java 3 Sep 2008 14:20:32 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.swt;
import net.sf.vex.core.Color;
vex-toolkit/src/net/sf/vex/swt
diff -u -r1.1 -r1.2
--- SwtColor.java 28 Jun 2005 02:45:14 -0000 1.1
+++ SwtColor.java 3 Sep 2008 14:20:32 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.swt;
import net.sf.vex.core.ColorResource;
vex-toolkit/src/net/sf/vex/swt
diff -u -r1.1 -r1.2
--- SwtFont.java 28 Jun 2005 02:45:14 -0000 1.1
+++ SwtFont.java 3 Sep 2008 14:20:32 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.swt;
import net.sf.vex.core.FontResource;
vex-toolkit/src/net/sf/vex/swt
diff -u -r1.3 -r1.4
--- VexWidget.java 25 Aug 2005 02:08:22 -0000 1.3
+++ VexWidget.java 3 Sep 2008 14:20:32 -0000 1.4
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.swt;
import java.io.IOException;
vex-toolkit/src/net/sf/vex/swt
diff -u -r1.1 -r1.2
--- DocumentFragmentTransfer.java 28 Jun 2005 02:45:14 -0000 1.1
+++ DocumentFragmentTransfer.java 3 Sep 2008 14:20:32 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.swt;
import java.io.ByteArrayInputStream;
vex-toolkit/src/net/sf/vex/swt
diff -u -r1.1 -r1.2
--- SwtDisplayDevice.java 28 Jun 2005 02:45:14 -0000 1.1
+++ SwtDisplayDevice.java 3 Sep 2008 14:20:32 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.swt;
import net.sf.vex.core.DisplayDevice;
vex-toolkit/src/net/sf/vex/swt
diff -u -r1.1 -r1.2
--- SwtFontMetrics.java 28 Jun 2005 02:45:14 -0000 1.1
+++ SwtFontMetrics.java 3 Sep 2008 14:20:32 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.swt;
import net.sf.vex.core.FontMetrics;
vex-toolkit/src/net/sf/vex/css
diff -u -r1.4 -r1.5
--- Styles.java 1 May 2005 01:05:47 -0000 1.4
+++ Styles.java 3 Sep 2008 14:20:32 -0000 1.5
<at> <at> -1,23 +1,14 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ * Dave Holroyd - Implement text decoration
+ *******************************************************************************/
package net.sf.vex.css;
import java.util.HashMap;
vex-toolkit/src/net/sf/vex/css
diff -u -r1.2 -r1.3
--- DisplayProperty.java 1 May 2005 01:05:47 -0000 1.2
+++ DisplayProperty.java 3 Sep 2008 14:20:32 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.css;
import org.w3c.css.sac.LexicalUnit;
vex-toolkit/src/net/sf/vex/css
diff -u -r1.1 -r1.2
--- FontVariantProperty.java 19 Apr 2005 01:52:52 -0000 1.1
+++ FontVariantProperty.java 3 Sep 2008 14:20:32 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.css;
import org.w3c.css.sac.LexicalUnit;
vex-toolkit/src/net/sf/vex/css
diff -u -r1.10 -r1.11
--- Rule.java 23 Sep 2005 01:35:03 -0000 1.10
+++ Rule.java 3 Sep 2008 14:20:32 -0000 1.11
<at> <at> -1,23 +1,15 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ * Dave Holroyd - Proper specificity for wildcard selector
+ * John Austin - Implement sibling selectors
+ *******************************************************************************/
package net.sf.vex.css;
import java.io.Serializable;
vex-toolkit/src/net/sf/vex/css
diff -u -r1.1 -r1.2
--- ColorProperty.java 19 Apr 2005 01:52:52 -0000 1.1
+++ ColorProperty.java 3 Sep 2008 14:20:32 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.css;
import java.util.HashMap;
vex-toolkit/src/net/sf/vex/css
diff -u -r1.1 -r1.2
--- FontFamilyProperty.java 19 Apr 2005 01:52:52 -0000 1.1
+++ FontFamilyProperty.java 3 Sep 2008 14:20:32 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.css;
import java.util.ArrayList;
vex-toolkit/src/net/sf/vex/css
diff -u -r1.1 -r1.2
--- TextDecorationProperty.java 19 Apr 2005 01:52:52 -0000 1.1
+++ TextDecorationProperty.java 3 Sep 2008 14:20:32 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.css;
import org.w3c.css.sac.LexicalUnit;
vex-toolkit/src/net/sf/vex/css
diff -u -r1.1 -r1.2
--- ListStyleTypeProperty.java 19 Apr 2005 01:52:52 -0000 1.1
+++ ListStyleTypeProperty.java 3 Sep 2008 14:20:32 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.css;
import org.w3c.css.sac.LexicalUnit;
vex-toolkit/src/net/sf/vex/css
diff -u -r1.1 -r1.2
--- TextAlignProperty.java 19 Apr 2005 01:52:52 -0000 1.1
+++ TextAlignProperty.java 3 Sep 2008 14:20:32 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.css;
import org.w3c.css.sac.LexicalUnit;
vex-toolkit/src/net/sf/vex/css
diff -u -r1.3 -r1.4
--- RelativeLength.java 23 Sep 2005 01:35:03 -0000 1.3
+++ RelativeLength.java 3 Sep 2008 14:20:32 -0000 1.4
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.css;
import java.io.Serializable;
vex-toolkit/src/net/sf/vex/css
diff -u -r1.1 -r1.2
--- WhiteSpaceProperty.java 19 Apr 2005 01:52:52 -0000 1.1
+++ WhiteSpaceProperty.java 3 Sep 2008 14:20:32 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.css;
import org.w3c.css.sac.LexicalUnit;
vex-toolkit/src/net/sf/vex/css
diff -u -r1.5 -r1.6
--- StyleSheetReader.java 19 Apr 2005 01:52:52 -0000 1.5
+++ StyleSheetReader.java 3 Sep 2008 14:20:32 -0000 1.6
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.css;
import java.io.CharArrayReader;
vex-toolkit/src/net/sf/vex/css
diff -u -r1.1 -r1.2
--- IProperty.java 19 Apr 2005 01:52:52 -0000 1.1
+++ IProperty.java 3 Sep 2008 14:20:32 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.css;
import org.w3c.css.sac.LexicalUnit;
vex-toolkit/src/net/sf/vex/css
diff -u -r1.5 -r1.6
--- CSS.java 1 May 2005 01:05:47 -0000 1.5
+++ CSS.java 3 Sep 2008 14:20:32 -0000 1.6
<at> <at> -1,23 +1,15 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ * Dave Holroyd - Implement text decoration
+ * John Austin - More complete CSS constants. Add the colour "orange".
+ *******************************************************************************/
package net.sf.vex.css;
/**
vex-toolkit/src/net/sf/vex/css
diff -u -r1.1 -r1.2
--- BorderSpacingProperty.java 1 May 2005 01:05:47 -0000 1.1
+++ BorderSpacingProperty.java 3 Sep 2008 14:20:32 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.css;
import net.sf.vex.core.DisplayDevice;
vex-toolkit/src/net/sf/vex/css
diff -u -r1.2 -r1.3
--- AbstractProperty.java 7 Jul 2005 01:23:28 -0000 1.2
+++ AbstractProperty.java 3 Sep 2008 14:20:32 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.css;
import org.w3c.css.sac.LexicalUnit;
vex-toolkit/src/net/sf/vex/css
diff -u -r1.1 -r1.2
--- FontStyleProperty.java 19 Apr 2005 01:52:52 -0000 1.1
+++ FontStyleProperty.java 3 Sep 2008 14:20:32 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.css;
import org.w3c.css.sac.LexicalUnit;
vex-toolkit/src/net/sf/vex/css
diff -u -r1.1 -r1.2
--- FontWeightProperty.java 19 Apr 2005 01:52:52 -0000 1.1
+++ FontWeightProperty.java 3 Sep 2008 14:20:32 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.css;
import org.w3c.css.sac.LexicalUnit;
vex-toolkit/src/net/sf/vex/css
diff -u -r1.1 -r1.2
--- FontSizeProperty.java 19 Apr 2005 01:52:52 -0000 1.1
+++ FontSizeProperty.java 3 Sep 2008 14:20:32 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.css;
import net.sf.vex.core.DisplayDevice;
vex-toolkit/src/net/sf/vex/css
diff -u -r1.2 -r1.3
--- PseudoElement.java 3 Feb 2005 03:01:15 -0000 1.2
+++ PseudoElement.java 3 Sep 2008 14:20:32 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.css;
import net.sf.vex.dom.Element;
vex-toolkit/src/net/sf/vex/css
diff -u -r1.1 -r1.2
--- LineHeightProperty.java 19 Apr 2005 01:52:52 -0000 1.1
+++ LineHeightProperty.java 3 Sep 2008 14:20:32 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.css;
import net.sf.vex.core.DisplayDevice;
vex-toolkit/src/net/sf/vex/css
diff -u -r1.1 -r1.2
--- BorderStyleProperty.java 19 Apr 2005 01:52:52 -0000 1.1
+++ BorderStyleProperty.java 3 Sep 2008 14:20:32 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.css;
import org.w3c.css.sac.LexicalUnit;
vex-toolkit/src/net/sf/vex/css
diff -u -r1.1 -r1.2
--- LengthProperty.java 19 Apr 2005 01:52:52 -0000 1.1
+++ LengthProperty.java 3 Sep 2008 14:20:32 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.css;
import net.sf.vex.core.DisplayDevice;
vex-toolkit/src/net/sf/vex/css
diff -u -r1.3 -r1.4
--- PropertyDecl.java 23 Sep 2005 01:35:03 -0000 1.3
+++ PropertyDecl.java 3 Sep 2008 14:20:32 -0000 1.4
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.css;
import java.io.Serializable;
vex-toolkit/src/net/sf/vex/css
diff -u -r1.2 -r1.3
--- SacFactory.java 3 Feb 2005 03:01:15 -0000 1.2
+++ SacFactory.java 3 Sep 2008 14:20:32 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.css;
import java.io.Serializable;
vex-toolkit/src/net/sf/vex/css
diff -u -r1.11 -r1.12
--- StyleSheet.java 7 Jul 2005 01:20:28 -0000 1.11
+++ StyleSheet.java 3 Sep 2008 14:20:32 -0000 1.12
<at> <at> -1,23 +1,16 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ * Dave Holroyd - Implement font-weight:bolder
+ * Dave Holroyd - Implement text decoration
+ * John Austin - More complete CSS constants. Add the colour "orange".
+ *******************************************************************************/
package net.sf.vex.css;
import java.io.Serializable;
vex-toolkit/src/net/sf/vex/css
diff -u -r1.1 -r1.2
--- BorderWidthProperty.java 19 Apr 2005 01:52:52 -0000 1.1
+++ BorderWidthProperty.java 3 Sep 2008 14:20:32 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.css;
import net.sf.vex.core.DisplayDevice;
vex-toolkit/src/net/sf/vex/dom
diff -u -r1.1 -r1.2
--- Position.java 28 Apr 2004 01:44:35 -0000 1.1
+++ Position.java 3 Sep 2008 14:20:33 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.dom;
/**
vex-toolkit/src/net/sf/vex/dom
diff -u -r1.2 -r1.3
--- DocumentValidationException.java 25 Aug 2005 01:58:58 -0000 1.2
+++ DocumentValidationException.java 3 Sep 2008 14:20:33 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.dom;
vex-toolkit/src/net/sf/vex/dom
diff -u -r1.1 -r1.2
--- AbstractValidator.java 28 Apr 2004 01:44:33 -0000 1.1
+++ AbstractValidator.java 3 Sep 2008 14:20:33 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.dom;
import java.util.ArrayList;
vex-toolkit/src/net/sf/vex/dom
diff -u -r1.2 -r1.3
--- DocumentReader.java 16 Aug 2004 01:38:14 -0000 1.2
+++ DocumentReader.java 3 Sep 2008 14:20:33 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.dom;
import java.io.CharArrayReader;
vex-toolkit/src/net/sf/vex/dom
diff -u -r1.8 -r1.9
--- Document.java 18 Jul 2007 01:47:22 -0000 1.8
+++ Document.java 3 Sep 2008 14:20:33 -0000 1.9
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.dom;
import java.util.ArrayList;
vex-toolkit/src/net/sf/vex/dom
diff -u -r1.1 -r1.2
--- RootElement.java 28 Apr 2004 01:44:36 -0000 1.1
+++ RootElement.java 3 Sep 2008 14:20:33 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.dom;
/**
vex-toolkit/src/net/sf/vex/dom
diff -u -r1.1 -r1.2
--- DocumentFragment.java 28 Apr 2004 01:44:35 -0000 1.1
+++ DocumentFragment.java 3 Sep 2008 14:20:33 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.dom;
import java.io.IOException;
vex-toolkit/src/net/sf/vex/dom
diff -u -r1.9 -r1.10
--- Element.java 18 Jul 2007 01:47:22 -0000 1.9
+++ Element.java 3 Sep 2008 14:20:33 -0000 1.10
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.dom;
import java.util.ArrayList;
vex-toolkit/src/net/sf/vex/dom
diff -u -r1.2 -r1.3
--- DocumentEvent.java 23 Sep 2004 01:38:22 -0000 1.2
+++ DocumentEvent.java 3 Sep 2008 14:20:33 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.dom;
import java.util.EventObject;
vex-toolkit/src/net/sf/vex/dom
diff -u -r1.4 -r1.5
--- DTDValidator.java 29 Jan 2005 02:47:22 -0000 1.4
+++ DTDValidator.java 3 Sep 2008 14:20:33 -0000 1.5
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.dom;
import java.io.IOException;
vex-toolkit/src/net/sf/vex/dom
diff -u -r1.1 -r1.2
--- Content.java 28 Apr 2004 01:44:33 -0000 1.1
+++ Content.java 3 Sep 2008 14:20:33 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.dom;
/**
vex-toolkit/src/net/sf/vex/dom
diff -u -r1.2 -r1.3
--- Node.java 21 Dec 2004 02:25:03 -0000 1.2
+++ Node.java 3 Sep 2008 14:20:33 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.dom;
/**
vex-toolkit/src/net/sf/vex/dom
diff -u -r1.2 -r1.3
--- DFABuilder.java 3 Feb 2005 03:01:16 -0000 1.2
+++ DFABuilder.java 3 Sep 2008 14:20:33 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.dom;
import java.util.Collections;
vex-toolkit/src/net/sf/vex/dom
diff -u -r1.1 -r1.2
--- Text.java 28 Apr 2004 01:44:36 -0000 1.1
+++ Text.java 3 Sep 2008 14:20:33 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.dom;
/**
vex-toolkit/src/net/sf/vex/dom
diff -u -r1.1 -r1.2
--- IWhitespacePolicy.java 3 Aug 2004 01:50:51 -0000 1.1
+++ IWhitespacePolicy.java 3 Sep 2008 14:20:33 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.dom;
vex-toolkit/src/net/sf/vex/dom
diff -u -r1.3 -r1.4
--- TextWrapper.java 3 Feb 2005 03:01:15 -0000 1.3
+++ TextWrapper.java 3 Sep 2008 14:20:33 -0000 1.4
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.dom;
import java.util.ArrayList;
vex-toolkit/src/net/sf/vex/dom
diff -u -r1.2 -r1.3
--- AttributeDefinition.java 19 Nov 2004 04:13:33 -0000 1.2
+++ AttributeDefinition.java 3 Sep 2008 14:20:33 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.dom;
import java.io.ObjectStreamException;
vex-toolkit/src/net/sf/vex/dom
diff -u -r1.1 -r1.2
--- DocumentListener.java 28 Apr 2004 01:44:35 -0000 1.1
+++ DocumentListener.java 3 Sep 2008 14:20:33 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.dom;
/**
vex-toolkit/src/net/sf/vex/dom
diff -u -r1.3 -r1.4
--- Validator.java 19 Nov 2004 04:13:33 -0000 1.3
+++ Validator.java 3 Sep 2008 14:20:33 -0000 1.4
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.dom;
import java.io.Serializable;
vex-toolkit/src/net/sf/vex/dom
diff -u -r1.1 -r1.2
--- IWhitespacePolicyFactory.java 3 Aug 2004 01:50:51 -0000 1.1
+++ IWhitespacePolicyFactory.java 3 Sep 2008 14:20:33 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.dom;
vex-toolkit/src/net/sf/vex/dom
diff -u -r1.5 -r1.6
--- GapContent.java 24 Mar 2005 02:21:18 -0000 1.5
+++ GapContent.java 3 Sep 2008 14:20:33 -0000 1.6
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.dom;
import java.util.HashMap;
vex-toolkit/src/net/sf/vex/dom
diff -u -r1.4 -r1.5
--- DocumentBuilder.java 8 Jul 2005 01:45:54 -0000 1.4
+++ DocumentBuilder.java 3 Sep 2008 14:20:34 -0000 1.5
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.dom;
import java.util.LinkedList;
vex-toolkit/src/net/sf/vex/dom
diff -u -r1.3 -r1.4
--- DocumentWriter.java 18 Jan 2008 15:15:57 -0000 1.3
+++ DocumentWriter.java 3 Sep 2008 14:20:34 -0000 1.4
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.dom;
import java.io.IOException;
vex-toolkit/src/net/sf/vex/dom
diff -u -r1.2 -r1.3
--- DFAState.java 19 Nov 2004 04:13:33 -0000 1.2
+++ DFAState.java 3 Sep 2008 14:20:34 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.dom;
import java.io.Serializable;
vex-toolkit/src/net/sf/vex/action
diff -u -r1.2 -r1.3
--- DuplicateSelectionAction.java 25 Aug 2005 02:22:37 -0000 1.2
+++ DuplicateSelectionAction.java 3 Sep 2008 14:20:34 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.action;
import net.sf.vex.dom.Element;
vex-toolkit/src/net/sf/vex/action
diff -u -r1.1 -r1.2
--- SplitItemAction.java 5 Jun 2005 11:57:03 -0000 1.1
+++ SplitItemAction.java 3 Sep 2008 14:20:34 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.action;
import net.sf.vex.css.CSS;
vex-toolkit/src/net/sf/vex/action
diff -u -r1.4 -r1.5
--- InsertRowAboveAction.java 23 Sep 2005 01:42:19 -0000 1.4
+++ InsertRowAboveAction.java 3 Sep 2008 14:20:34 -0000 1.5
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.action;
vex-toolkit/src/net/sf/vex/action
diff -u -r1.4 -r1.5
--- ActionUtils.java 23 Sep 2005 01:42:19 -0000 1.4
+++ ActionUtils.java 3 Sep 2008 14:20:34 -0000 1.5
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.action;
import java.util.ArrayList;
vex-toolkit/src/net/sf/vex/action
diff -u -r1.1 -r1.2
--- IVexAction.java 8 May 2005 11:33:46 -0000 1.1
+++ IVexAction.java 3 Sep 2008 14:20:34 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.action;
import net.sf.vex.widget.IVexWidget;
vex-toolkit/src/net/sf/vex/action
diff -u -r1.1 -r1.2
--- PreviousTableCellAction.java 8 May 2005 11:35:09 -0000 1.1
+++ PreviousTableCellAction.java 3 Sep 2008 14:20:34 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.action;
import net.sf.vex.layout.Box;
vex-toolkit/src/net/sf/vex/action
diff -u -r1.1 -r1.2
--- AbstractVexAction.java 8 May 2005 11:33:46 -0000 1.1
+++ AbstractVexAction.java 3 Sep 2008 14:20:34 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.action;
import net.sf.vex.widget.IVexWidget;
vex-toolkit/src/net/sf/vex/action
diff -u -r1.2 -r1.3
--- RemoveElementAction.java 25 Aug 2005 02:22:37 -0000 1.2
+++ RemoveElementAction.java 3 Sep 2008 14:20:34 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.action;
import net.sf.vex.dom.DocumentFragment;
vex-toolkit/src/net/sf/vex/action
diff -u -r1.4 -r1.5
--- DeleteRowAction.java 23 Sep 2005 01:42:19 -0000 1.4
+++ DeleteRowAction.java 3 Sep 2008 14:20:34 -0000 1.5
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.action;
import java.util.List;
vex-toolkit/src/net/sf/vex/action
diff -u -r1.4 -r1.5
--- InsertRowBelowAction.java 23 Sep 2005 01:42:19 -0000 1.4
+++ InsertRowBelowAction.java 3 Sep 2008 14:20:34 -0000 1.5
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.action;
vex-toolkit/src/net/sf/vex/action
diff -u -r1.4 -r1.5
--- InsertColumnAfterAction.java 23 Sep 2005 01:42:19 -0000 1.4
+++ InsertColumnAfterAction.java 3 Sep 2008 14:20:34 -0000 1.5
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.action;
import java.util.ArrayList;
vex-toolkit/src/net/sf/vex/action
diff -u -r1.2 -r1.3
--- MoveRowDownAction.java 23 Sep 2005 01:42:19 -0000 1.2
+++ MoveRowDownAction.java 3 Sep 2008 14:20:34 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.action;
import net.sf.vex.core.IntRange;
vex-toolkit/src/net/sf/vex/action
diff -u -r1.1 -r1.2
--- PasteTextAction.java 5 Jun 2005 12:01:37 -0000 1.1
+++ PasteTextAction.java 3 Sep 2008 14:20:34 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.action;
import net.sf.vex.widget.IVexWidget;
vex-toolkit/src/net/sf/vex/action
diff -u -r1.1 -r1.2
--- RestoreLastSelectionAction.java 5 Jun 2005 12:03:30 -0000 1.1
+++ RestoreLastSelectionAction.java 3 Sep 2008 14:20:34 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.action;
import net.sf.vex.widget.IVexWidget;
vex-toolkit/src/net/sf/vex/action
diff -u -r1.4 -r1.5
--- MoveColumnLeftAction.java 23 Sep 2005 01:42:19 -0000 1.4
+++ MoveColumnLeftAction.java 3 Sep 2008 14:20:34 -0000 1.5
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.action;
import java.util.ArrayList;
vex-toolkit/src/net/sf/vex/action
diff -u -r1.4 -r1.5
--- InsertColumnBeforeAction.java 23 Sep 2005 01:42:19 -0000 1.4
+++ InsertColumnBeforeAction.java 3 Sep 2008 14:20:34 -0000 1.5
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.action;
import java.util.ArrayList;
vex-toolkit/src/net/sf/vex/action
diff -u -r1.5 -r1.6
--- DeleteColumnAction.java 23 Sep 2005 01:42:19 -0000 1.5
+++ DeleteColumnAction.java 3 Sep 2008 14:20:34 -0000 1.6
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.action;
import java.util.ArrayList;
vex-toolkit/src/net/sf/vex/action
diff -u -r1.1 -r1.2
--- InsertRowAction.java 23 Sep 2005 01:42:19 -0000 1.1
+++ InsertRowAction.java 3 Sep 2008 14:20:34 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.action;
import java.util.ArrayList;
vex-toolkit/src/net/sf/vex/action
diff -u -r1.4 -r1.5
--- SplitAction.java 18 Jul 2007 01:47:22 -0000 1.4
+++ SplitAction.java 3 Sep 2008 14:20:34 -0000 1.5
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.action;
import java.util.ArrayList;
vex-toolkit/src/net/sf/vex/action
diff -u -r1.2 -r1.3
--- MoveRowUpAction.java 23 Sep 2005 01:42:19 -0000 1.2
+++ MoveRowUpAction.java 3 Sep 2008 14:20:34 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.action;
import java.util.List;
vex-toolkit/src/net/sf/vex/action
diff -u -r1.3 -r1.4
--- MoveColumnRightAction.java 23 Sep 2005 01:42:19 -0000 1.3
+++ MoveColumnRightAction.java 3 Sep 2008 14:20:34 -0000 1.4
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.action;
import java.util.ArrayList;
vex-toolkit/src/net/sf/vex/action
diff -u -r1.2 -r1.3
--- NextTableCellAction.java 18 May 2005 21:40:58 -0000 1.2
+++ NextTableCellAction.java 3 Sep 2008 14:20:34 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.action;
import net.sf.vex.layout.Box;
vex-toolkit/src/net/sf/vex/action
diff -u -r1.2 -r1.3
--- TableCellCallback.java 23 Sep 2005 01:42:19 -0000 1.2
+++ TableCellCallback.java 3 Sep 2008 14:20:34 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.action;
/**
vex-toolkit/src/net/sf/vex/action
diff -u -r1.3 -r1.4
--- MoveSelectionUpAction.java 18 Jul 2007 01:47:22 -0000 1.3
+++ MoveSelectionUpAction.java 3 Sep 2008 14:20:34 -0000 1.4
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.action;
import net.sf.vex.dom.Element;
vex-toolkit/src/net/sf/vex/core
diff -u -r1.1 -r1.2
--- ListenerList.java 12 Feb 2005 13:28:08 -0000 1.1
+++ ListenerList.java 3 Sep 2008 14:20:35 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.core;
import java.lang.reflect.Method;
vex-toolkit/src/net/sf/vex/core
diff -u -r1.3 -r1.4
--- Graphics.java 9 Jul 2005 11:07:02 -0000 1.3
+++ Graphics.java 3 Sep 2008 14:20:35 -0000 1.4
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.core;
vex-toolkit/src/net/sf/vex/core
diff -u -r1.3 -r1.4
--- Caret.java 22 Jul 2005 02:11:57 -0000 1.3
+++ Caret.java 3 Sep 2008 14:20:35 -0000 1.4
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.core;
/**
vex-toolkit/src/net/sf/vex/core
diff -u -r1.2 -r1.3
--- FontSpec.java 8 Feb 2005 03:36:28 -0000 1.2
+++ FontSpec.java 3 Sep 2008 14:20:35 -0000 1.3
<at> <at> -1,23 +1,14 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ * Dave Holroyd - Implement text decoration
+ *******************************************************************************/
package net.sf.vex.core;
/**
vex-toolkit/src/net/sf/vex/core
diff -u -r1.2 -r1.3
--- IntRange.java 22 Jul 2005 02:13:49 -0000 1.2
+++ IntRange.java 3 Sep 2008 14:20:35 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.core;
/**
vex-toolkit/src/net/sf/vex/core
diff -u -r1.1 -r1.2
--- Insets.java 27 Jul 2004 02:38:12 -0000 1.1
+++ Insets.java 3 Sep 2008 14:20:35 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.core;
/**
vex-toolkit/src/net/sf/vex/core
diff -u -r1.1 -r1.2
--- Point.java 22 Jul 2005 02:13:49 -0000 1.1
+++ Point.java 3 Sep 2008 14:20:35 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.core;
/**
vex-toolkit/src/net/sf/vex/core
diff -u -r1.1 -r1.2
--- FontMetrics.java 28 Apr 2004 02:20:32 -0000 1.1
+++ FontMetrics.java 3 Sep 2008 14:20:35 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.core;
/**
vex-toolkit/src/net/sf/vex/core
diff -u -r1.1 -r1.2
--- DisplayDevice.java 19 Apr 2005 01:52:53 -0000 1.1
+++ DisplayDevice.java 3 Sep 2008 14:20:35 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.core;
/**
vex-toolkit/src/net/sf/vex/core
diff -u -r1.1 -r1.2
--- Drawable.java 28 Apr 2004 02:20:32 -0000 1.1
+++ Drawable.java 3 Sep 2008 14:20:35 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.core;
/**
vex-toolkit/src/net/sf/vex/core
diff -u -r1.1 -r1.2
--- FontResource.java 28 Apr 2004 02:20:32 -0000 1.1
+++ FontResource.java 3 Sep 2008 14:20:35 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.core;
/**
vex-toolkit/src/net/sf/vex/core
diff -u -r1.4 -r1.5
--- Rectangle.java 19 Nov 2004 04:14:18 -0000 1.4
+++ Rectangle.java 3 Sep 2008 14:20:35 -0000 1.5
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.core;
/**
vex-toolkit/src/net/sf/vex/core
diff -u -r1.1 -r1.2
--- ColorResource.java 28 Apr 2004 02:20:32 -0000 1.1
+++ ColorResource.java 3 Sep 2008 14:20:35 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.core;
/**
vex-toolkit/src/net/sf/vex/core
diff -u -r1.1 -r1.2
--- Color.java 28 Apr 2004 02:20:32 -0000 1.1
+++ Color.java 3 Sep 2008 14:20:35 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.core;
/**
vex-toolkit/src/net/sf/vex/swing
diff -u -r1.1 -r1.2
--- VexComponentSelection.java 28 Apr 2004 01:44:39 -0000 1.1
+++ VexComponentSelection.java 3 Sep 2008 14:20:35 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.swing;
import net.sf.vex.widget.VexWidgetImpl;
vex-toolkit/src/net/sf/vex/swing
diff -u -r1.1 -r1.2
--- SelectionListener.java 28 Apr 2004 01:44:38 -0000 1.1
+++ SelectionListener.java 3 Sep 2008 14:20:35 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.swing;
/**
vex-toolkit/src/net/sf/vex/swing
diff -u -r1.1 -r1.2
--- AwtFontMetrics.java 28 Apr 2004 01:44:38 -0000 1.1
+++ AwtFontMetrics.java 3 Sep 2008 14:20:35 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.swing;
import net.sf.vex.core.FontMetrics;
vex-toolkit/src/net/sf/vex/swing
diff -u -r1.1 -r1.2
--- SelectionProvider.java 28 Apr 2004 01:44:38 -0000 1.1
+++ SelectionProvider.java 3 Sep 2008 14:20:35 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.swing;
/**
vex-toolkit/src/net/sf/vex/swing
diff -u -r1.1 -r1.2
--- AwtFont.java 28 Apr 2004 01:44:37 -0000 1.1
+++ AwtFont.java 3 Sep 2008 14:20:35 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.swing;
import net.sf.vex.core.FontResource;
vex-toolkit/src/net/sf/vex/swing
diff -u -r1.1 -r1.2
--- VexSelection.java 28 Apr 2004 01:44:39 -0000 1.1
+++ VexSelection.java 3 Sep 2008 14:20:35 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.swing;
import java.awt.datatransfer.DataFlavor;
vex-toolkit/src/net/sf/vex/swing
diff -u -r1.1 -r1.2
--- SelectionProviderImpl.java 28 Apr 2004 01:44:38 -0000 1.1
+++ SelectionProviderImpl.java 3 Sep 2008 14:20:35 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.swing;
import java.util.ArrayList;
vex-toolkit/src/net/sf/vex/swing
diff -u -r1.4 -r1.5
--- AwtGraphics.java 23 Jul 2006 22:07:14 -0000 1.4
+++ AwtGraphics.java 3 Sep 2008 14:20:35 -0000 1.5
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.swing;
import java.awt.BasicStroke;
vex-toolkit/src/net/sf/vex/swing
diff -u -r1.5 -r1.6
--- VexComponent.java 18 Jul 2007 01:47:23 -0000 1.5
+++ VexComponent.java 3 Sep 2008 14:20:35 -0000 1.6
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.swing;
import java.awt.Cursor;
vex-toolkit/src/net/sf/vex/swing
diff -u -r1.1 -r1.2
--- Selection.java 28 Apr 2004 01:44:38 -0000 1.1
+++ Selection.java 3 Sep 2008 14:20:35 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.swing;
/**
vex-toolkit/src/net/sf/vex/swing
diff -u -r1.1 -r1.2
--- AwtDisplayDevice.java 23 Jul 2006 22:07:14 -0000 1.1
+++ AwtDisplayDevice.java 3 Sep 2008 14:20:35 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2006 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.swing;
vex-toolkit/src/net/sf/vex/swing
diff -u -r1.1 -r1.2
--- AwtColor.java 28 Apr 2004 01:44:38 -0000 1.1
+++ AwtColor.java 3 Sep 2008 14:20:35 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.swing;
import net.sf.vex.core.ColorResource;
vex-toolkit/src/net/sf/vex/swing
diff -u -r1.1 -r1.2
--- NullSelection.java 28 Apr 2004 01:44:39 -0000 1.1
+++ NullSelection.java 3 Sep 2008 14:20:35 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.swing;
vex-toolkit/src/test/net/sf/vex/dom
diff -u -r1.2 -r1.3
--- BlockElementBoxTest.java 14 Aug 2005 13:36:15 -0000 1.2
+++ BlockElementBoxTest.java 3 Sep 2008 14:20:35 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package test.net.sf.vex.dom;
import java.lang.reflect.InvocationTargetException;
vex-toolkit/src/test/net/sf/vex/dom
diff -u -r1.2 -r1.3
--- SpaceNormalizerTest.java 3 Aug 2004 02:07:44 -0000 1.2
+++ SpaceNormalizerTest.java 3 Sep 2008 14:20:35 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package test.net.sf.vex.dom;
import java.io.ByteArrayInputStream;
vex-toolkit/src/test/net/sf/vex/dom
diff -u -r1.1.1.1 -r1.2
--- DomTest.java 28 Apr 2004 01:44:40 -0000 1.1.1.1
+++ DomTest.java 3 Sep 2008 14:20:35 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package test.net.sf.vex.dom;
import junit.framework.TestCase;
vex-toolkit/src/test/net/sf/vex/dom
diff -u -r1.3 -r1.4
--- DocumentWriterTest.java 3 Feb 2005 03:01:14 -0000 1.3
+++ DocumentWriterTest.java 3 Sep 2008 14:20:35 -0000 1.4
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package test.net.sf.vex.dom;
import java.io.ByteArrayInputStream;
vex-toolkit/src/test/net/sf/vex/dom
diff -u -r1.2 -r1.3
--- DFABuilderTest.java 3 Feb 2005 03:01:15 -0000 1.2
+++ DFABuilderTest.java 3 Sep 2008 14:20:35 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package test.net.sf.vex.dom;
import net.sf.vex.dom.*;
vex-toolkit/src/test/net/sf/vex/dom
diff -u -r1.1.1.1 -r1.2
--- TextWrapperTest.java 28 Apr 2004 01:44:40 -0000 1.1.1.1
+++ TextWrapperTest.java 3 Sep 2008 14:20:35 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package test.net.sf.vex.dom;
import junit.framework.TestCase;
vex-toolkit/src/test/net/sf/vex/dom
diff -u -r1.3 -r1.4
--- DTDValidatorTest.java 3 Feb 2005 03:01:14 -0000 1.3
+++ DTDValidatorTest.java 3 Sep 2008 14:20:35 -0000 1.4
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package test.net.sf.vex.dom;
import java.io.ByteArrayInputStream;
vex-toolkit/src/test/net/sf/vex/dom
diff -u -r1.1.1.1 -r1.2
--- GapContentTest.java 28 Apr 2004 01:44:41 -0000 1.1.1.1
+++ GapContentTest.java 3 Sep 2008 14:20:35 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package test.net.sf.vex.dom;
import junit.framework.TestCase;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.2 -r1.3
--- LineBox.java 24 Jun 2005 02:19:51 -0000 1.2
+++ LineBox.java 3 Sep 2008 14:20:36 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import net.sf.vex.dom.Element;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.18 -r1.19
--- BlockElementBox.java 18 Jul 2007 01:47:23 -0000 1.18
+++ BlockElementBox.java 3 Sep 2008 14:20:36 -0000 1.19
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import java.util.ArrayList;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.6 -r1.7
--- TableRowBox.java 25 Aug 2005 02:18:04 -0000 1.6
+++ TableRowBox.java 3 Sep 2008 14:20:36 -0000 1.7
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import java.util.ArrayList;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.6 -r1.7
--- TextBox.java 22 Jul 2005 02:11:57 -0000 1.6
+++ TextBox.java 3 Sep 2008 14:20:36 -0000 1.7
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import net.sf.vex.core.Caret;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.4 -r1.5
--- HCaret.java 22 Jul 2005 02:11:57 -0000 1.4
+++ HCaret.java 3 Sep 2008 14:20:36 -0000 1.5
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import net.sf.vex.core.Caret;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.12 -r1.13
--- RootBox.java 18 Jul 2007 01:47:23 -0000 1.12
+++ RootBox.java 3 Sep 2008 14:20:36 -0000 1.13
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import net.sf.vex.ToolkitPlugin;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.9 -r1.10
--- ParagraphBox.java 14 Aug 2005 13:36:14 -0000 1.9
+++ ParagraphBox.java 3 Sep 2008 14:20:36 -0000 1.10
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import java.util.ArrayList;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.4 -r1.5
--- Box.java 1 May 2005 01:05:47 -0000 1.4
+++ Box.java 3 Sep 2008 14:20:36 -0000 1.5
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import net.sf.vex.core.Caret;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.3 -r1.4
--- SpaceBox.java 8 Jul 2005 01:45:54 -0000 1.3
+++ SpaceBox.java 3 Sep 2008 14:20:36 -0000 1.4
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.6 -r1.7
--- PlaceholderBox.java 22 Jul 2005 02:11:56 -0000 1.6
+++ PlaceholderBox.java 3 Sep 2008 14:20:36 -0000 1.7
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import net.sf.vex.core.Caret;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.5 -r1.6
--- AbstractBlockBox.java 25 Aug 2005 02:18:04 -0000 1.5
+++ AbstractBlockBox.java 3 Sep 2008 14:20:36 -0000 1.6
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import java.util.ArrayList;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.6 -r1.7
--- AbstractBox.java 14 Aug 2005 13:36:14 -0000 1.6
+++ AbstractBox.java 3 Sep 2008 14:20:36 -0000 1.7
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import net.sf.vex.core.Caret;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.5 -r1.6
--- DocumentTextBox.java 18 Jul 2007 01:47:23 -0000 1.5
+++ DocumentTextBox.java 3 Sep 2008 14:20:36 -0000 1.6
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import net.sf.vex.core.ColorResource;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.2 -r1.3
--- TableBodyBox.java 25 Aug 2005 02:18:04 -0000 1.2
+++ TableBodyBox.java 3 Sep 2008 14:20:36 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import java.util.ArrayList;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.6 -r1.7
--- BlockBox.java 14 Aug 2005 13:36:14 -0000 1.6
+++ BlockBox.java 3 Sep 2008 14:20:36 -0000 1.7
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import net.sf.vex.core.IntRange;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.6 -r1.7
--- CompositeInlineBox.java 22 Jul 2005 02:13:38 -0000 1.6
+++ CompositeInlineBox.java 3 Sep 2008 14:20:36 -0000 1.7
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import java.util.ArrayList;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.2 -r1.3
--- TableCellBox.java 25 Aug 2005 02:18:04 -0000 1.2
+++ TableCellBox.java 3 Sep 2008 14:20:36 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import java.util.List;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.2 -r1.3
--- AnonymousBlockBox.java 14 Aug 2005 13:36:14 -0000 1.2
+++ AnonymousBlockBox.java 3 Sep 2008 14:20:36 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import java.util.List;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.2 -r1.3
--- ElementOrRangeCallback.java 25 Aug 2005 02:18:04 -0000 1.2
+++ ElementOrRangeCallback.java 3 Sep 2008 14:20:36 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import net.sf.vex.dom.Element;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.4 -r1.5
--- TextCaret.java 22 Jul 2005 02:11:57 -0000 1.4
+++ TextCaret.java 3 Sep 2008 14:20:36 -0000 1.5
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import net.sf.vex.core.Caret;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.2 -r1.3
--- TableRowGroupBox.java 25 Aug 2005 02:18:04 -0000 1.2
+++ TableRowGroupBox.java 3 Sep 2008 14:20:36 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import java.util.ArrayList;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.3 -r1.4
--- LayoutContext.java 22 Jul 2005 02:13:35 -0000 1.3
+++ LayoutContext.java 3 Sep 2008 14:20:36 -0000 1.4
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import net.sf.vex.core.Graphics;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.6 -r1.7
--- CssBoxFactory.java 14 Aug 2005 13:36:14 -0000 1.6
+++ CssBoxFactory.java 3 Sep 2008 14:20:36 -0000 1.7
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import net.sf.vex.css.CSS;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.7 -r1.8
--- BlockPseudoElementBox.java 14 Aug 2005 13:36:14 -0000 1.7
+++ BlockPseudoElementBox.java 3 Sep 2008 14:20:36 -0000 1.8
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import java.util.List;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.4 -r1.5
--- BoxFactory.java 22 Jul 2005 02:13:38 -0000 1.4
+++ BoxFactory.java 3 Sep 2008 14:20:36 -0000 1.5
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import java.io.Serializable;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.5 -r1.6
--- LayoutUtils.java 25 Aug 2005 02:18:04 -0000 1.5
+++ LayoutUtils.java 3 Sep 2008 14:20:36 -0000 1.6
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import java.util.ArrayList;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.6 -r1.7
--- InlineElementBox.java 24 Jun 2005 02:19:51 -0000 1.6
+++ InlineElementBox.java 3 Sep 2008 14:20:36 -0000 1.7
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import java.util.ArrayList;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.4 -r1.5
--- StaticTextBox.java 18 Jul 2007 01:47:23 -0000 1.4
+++ StaticTextBox.java 3 Sep 2008 14:20:36 -0000 1.5
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import net.sf.vex.core.ColorResource;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.3 -r1.4
--- InlineBox.java 8 Jul 2005 01:45:54 -0000 1.3
+++ InlineBox.java 3 Sep 2008 14:20:36 -0000 1.4
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
/**
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.4 -r1.5
--- DrawableBox.java 8 Jul 2005 01:45:54 -0000 1.4
+++ DrawableBox.java 3 Sep 2008 14:20:36 -0000 1.5
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import net.sf.vex.core.ColorResource;
vex-toolkit/src/net/sf/vex/layout
diff -u -r1.6 -r1.7
--- TableBox.java 25 Aug 2005 02:18:04 -0000 1.6
+++ TableBox.java 3 Sep 2008 14:20:36 -0000 1.7
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.layout;
import java.util.ArrayList;
vex-toolkit/src/test/net/sf/vex/css
diff -u -r1.1 -r1.2
--- TestLU.java 19 Apr 2005 01:52:53 -0000 1.1
+++ TestLU.java 3 Sep 2008 14:20:36 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package test.net.sf.vex.css;
import org.w3c.css.sac.LexicalUnit;
vex-toolkit/src/test/net/sf/vex/css
diff -u -r1.6 -r1.7
--- RuleTest.java 12 Mar 2005 13:59:42 -0000 1.6
+++ RuleTest.java 3 Sep 2008 14:20:36 -0000 1.7
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package test.net.sf.vex.css;
import java.net.URL;
vex-toolkit/src/test/net/sf/vex/css
diff -u -r1.1 -r1.2
--- TestDisplayDevice.java 19 Apr 2005 01:52:53 -0000 1.1
+++ TestDisplayDevice.java 3 Sep 2008 14:20:36 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package test.net.sf.vex.css;
import net.sf.vex.core.DisplayDevice;
vex-toolkit/src/test/net/sf/vex/css
diff -u -r1.1 -r1.2
--- SerializationTest.java 19 Nov 2004 04:18:44 -0000 1.1
+++ SerializationTest.java 3 Sep 2008 14:20:36 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package test.net.sf.vex.css;
import java.io.ByteArrayInputStream;
vex-toolkit/src/test/net/sf/vex/css
diff -u -r1.5 -r1.6
--- CssTest.java 19 Apr 2005 01:52:53 -0000 1.5
+++ CssTest.java 3 Sep 2008 14:20:36 -0000 1.6
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package test.net.sf.vex.css;
import java.net.URL;
vex-toolkit/src/test/net/sf/vex/css
diff -u -r1.1 -r1.2
--- PropertyTest.java 19 Apr 2005 01:52:53 -0000 1.1
+++ PropertyTest.java 3 Sep 2008 14:20:36 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package test.net.sf.vex.css;
import org.w3c.css.sac.LexicalUnit;
vex-toolkit/src/net/sf/vex/widget
diff -u -r1.1 -r1.2
--- CssWhitespacePolicy.java 3 Aug 2004 01:58:10 -0000 1.1
+++ CssWhitespacePolicy.java 3 Sep 2008 14:20:37 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.widget;
import net.sf.vex.css.CSS;
vex-toolkit/src/net/sf/vex/widget
diff -u -r1.1 -r1.2
--- IBoxFilter.java 8 May 2005 11:33:46 -0000 1.1
+++ IBoxFilter.java 3 Sep 2008 14:20:37 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2005 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.widget;
import net.sf.vex.layout.Box;
vex-toolkit/src/net/sf/vex/widget
diff -u -r1.7 -r1.8
--- IVexWidget.java 25 Aug 2005 01:58:58 -0000 1.7
+++ IVexWidget.java 3 Sep 2008 14:20:37 -0000 1.8
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.widget;
import java.io.IOException;
vex-toolkit/src/net/sf/vex/widget
diff -u -r1.29 -r1.30
--- VexWidgetImpl.java 23 Jul 2006 22:07:14 -0000 1.29
+++ VexWidgetImpl.java 3 Sep 2008 14:20:37 -0000 1.30
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.widget;
import java.io.IOException;
vex-toolkit/src/net/sf/vex/widget
diff -u -r1.2 -r1.3
--- HostComponent.java 17 Aug 2004 01:18:16 -0000 1.2
+++ HostComponent.java 3 Sep 2008 14:20:37 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.widget;
import net.sf.vex.core.Graphics;
vex-toolkit/src/net/sf/vex/undo
diff -u -r1.1 -r1.2
--- CannotRedoException.java 23 Sep 2004 01:38:22 -0000 1.1
+++ CannotRedoException.java 3 Sep 2008 14:20:37 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.undo;
/**
vex-toolkit/src/net/sf/vex/undo
diff -u -r1.1 -r1.2
--- CannotUndoException.java 23 Sep 2004 01:38:22 -0000 1.1
+++ CannotUndoException.java 3 Sep 2008 14:20:37 -0000 1.2
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.undo;
/**
vex-toolkit/src/net/sf/vex/undo
diff -u -r1.2 -r1.3
--- CompoundEdit.java 2 Oct 2004 11:14:30 -0000 1.2
+++ CompoundEdit.java 3 Sep 2008 14:20:37 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.undo;
import java.util.ArrayList;
vex-toolkit/src/net/sf/vex/undo
diff -u -r1.2 -r1.3
--- IUndoableEdit.java 2 Oct 2004 11:14:30 -0000 1.2
+++ IUndoableEdit.java 3 Sep 2008 14:20:37 -0000 1.3
<at> <at> -1,23 +1,13 <at> <at>
-/*
- * VEX, a visual editor for XML
- *
- * Copyright (c) 2004 John Krasnay
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex.undo;
/**
vex-toolkit/src/net/sf/vex
diff -u -r1.1 -r1.2
--- ToolkitPlugin.java 18 Jul 2007 01:47:23 -0000 1.1
+++ ToolkitPlugin.java 3 Sep 2008 14:20:37 -0000 1.2
<at> <at> -1,3 +1,13 <at> <at>
+/*******************************************************************************
+ * Copyright (c) 2004, 2008 John Krasnay and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * John Krasnay - initial API and implementation
+ *******************************************************************************/
package net.sf.vex;
import org.eclipse.ui.plugin.AbstractUIPlugin;
CVSspam 0.2.11