[cairo-commit] CairoJava/src/org/cairographics/cairo Cairo.java, 1.9, 1.10 CairoException.java, 1.4, 1.5 CairoFont.java, 1.3, 1.4 CairoFreetypeFont.java, 1.1, 1.2 CairoGlitzSurface.java, 1.4, 1.5 CairoImageBuffer.java, 1.2, 1.3 CairoImageBufferSurface.java, 1.1, 1.2 CairoLinearPattern.java, 1.1, 1.2 CairoMatrix.java, 1.6, 1.7 CairoPattern.java, 1.2, 1.3 CairoPostscriptSurface.java, 1.1, 1.2 CairoRadialPattern.java, 1.1, 1.2 CairoSWTSurface.java, 1.1, 1.2 CairoSurface.java, 1.8, 1.9 CairoSurfacePattern.java, 1.1, 1.2 FlatPathTracer.java, 1.1, 1.2 PathTracer.java, 1.1, 1.2 SurfaceNotSupportedException.java, 1.1, 1.2

Charles Tuckey commit at pdx.freedesktop.org
Tue Oct 26 08:49:37 PDT 2004


Committed by: ctuckey

Update of /cvs/cairo/CairoJava/src/org/cairographics/cairo
In directory gabe:/tmp/cvs-serv25473/src/org/cairographics/cairo

Modified Files:
	Cairo.java CairoException.java CairoFont.java 
	CairoFreetypeFont.java CairoGlitzSurface.java 
	CairoImageBuffer.java CairoImageBufferSurface.java 
	CairoLinearPattern.java CairoMatrix.java CairoPattern.java 
	CairoPostscriptSurface.java CairoRadialPattern.java 
	CairoSWTSurface.java CairoSurface.java 
	CairoSurfacePattern.java FlatPathTracer.java PathTracer.java 
	SurfaceNotSupportedException.java 
Log Message:
Changed licensing test.



Index: Cairo.java
===================================================================
RCS file: /cvs/cairo/CairoJava/src/org/cairographics/cairo/Cairo.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Cairo.java	3 Jun 2004 22:24:42 -0000	1.9
+++ Cairo.java	26 Oct 2004 15:49:34 -0000	1.10
@@ -1,17 +1,40 @@
 /*
  * $Id$
  * 
- * Copyright (C) 2003 Verano
- * 
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that copyright
- * notice and this permission notice appear in supporting documentation, and
- * that the name of Verano not be used in advertising or publicity pertaining to
- * distribution of the software without specific, written prior permission.
- * Verano makes no representations about the suitability of this software for
- * any purpose. It is provided "as is" without express or implied warranty.
- * 
+ * Copyright (C) 2003, 2004 Verano
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it either under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation
+ * (the "LGPL") or, at your option, under the terms of the Mozilla
+ * Public License Version 1.1 (the "MPL"). If you do not alter this
+ * notice, a recipient may use your version of this file under either
+ * the MPL or the LGPL.
+ *
+ * You should have received a copy of the LGPL along with this library
+ * in the file COPYING-LGPL-2.1; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * You should have received a copy of the MPL along with this library
+ * in the file COPYING-MPL-1.1
+ *
+ * The contents of this file are subject to the Mozilla Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY
+ * OF ANY KIND, either express or implied. See the LGPL or the MPL for
+ * the specific language governing rights and limitations.
+ *
+ * The Original Code is the cairo java library.
+ *
+ * The Initial Developer of the Original Code is Verano, Inc.
+ *
+ * Contributor(s):
+ *      Soorya Kuloor (skuloor at verano.com)
+ *      Charles Tuckey (ctuckey at verano.com)
+ *
+ *
  * VERANO MAKES NO REPRESENTATIONS OR WARRANTIES OR COVENANTS, EITHER EXPRESS OR
  * IMPLIED, WITH RESPECT TO THIS SOFTWARE, INCLUDING WITHOUT LIMITATION,
  * STATUTORY OR IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, FITNESS FOR

Index: CairoException.java
===================================================================
RCS file: /cvs/cairo/CairoJava/src/org/cairographics/cairo/CairoException.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- CairoException.java	13 May 2004 16:46:23 -0000	1.4
+++ CairoException.java	26 Oct 2004 15:49:34 -0000	1.5
@@ -1,18 +1,39 @@
 /*
  * $Id$
  * 
- * Copyright (C) 2003 Verano
- * 
- * Permission to use, copy, modify, distribute, and sell this software
- * and its documentation for any purpose is hereby granted without
- * fee, provided that the above copyright notice appear in all copies
- * and that both that copyright notice and this permission notice
- * appear in supporting documentation, and that the name of
- * Verano not be used in advertising or publicity pertaining to
- * distribution of the software without specific, written prior permission.
- * Verano makes no representations about the suitability of this
- * software for any purpose.  It is provided "as is" without express or
- * implied warranty.
+ * Copyright (C) 2003, 2004 Verano
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it either under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation
+ * (the "LGPL") or, at your option, under the terms of the Mozilla
+ * Public License Version 1.1 (the "MPL"). If you do not alter this
+ * notice, a recipient may use your version of this file under either
+ * the MPL or the LGPL.
+ *
+ * You should have received a copy of the LGPL along with this library
+ * in the file COPYING-LGPL-2.1; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * You should have received a copy of the MPL along with this library
+ * in the file COPYING-MPL-1.1
+ *
+ * The contents of this file are subject to the Mozilla Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY
+ * OF ANY KIND, either express or implied. See the LGPL or the MPL for
+ * the specific language governing rights and limitations.
+ *
+ * The Original Code is the cairo java library.
+ *
+ * The Initial Developer of the Original Code is Verano, Inc.
+ *
+ * Contributor(s):
+ *      Soorya Kuloor (skuloor at verano.com)
+ *      Charles Tuckey (ctuckey at verano.com)
+ *
  *
  * VERANO MAKES NO REPRESENTATIONS OR WARRANTIES OR COVENANTS, EITHER
  * EXPRESS OR IMPLIED, WITH RESPECT TO THIS SOFTWARE, INCLUDING

Index: CairoFont.java
===================================================================
RCS file: /cvs/cairo/CairoJava/src/org/cairographics/cairo/CairoFont.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- CairoFont.java	13 May 2004 16:46:23 -0000	1.3
+++ CairoFont.java	26 Oct 2004 15:49:34 -0000	1.4
@@ -1,18 +1,39 @@
 /*
  * $Id$
- * 
- * Copyright (C) 2003 Verano
- * 
- * Permission to use, copy, modify, distribute, and sell this software
- * and its documentation for any purpose is hereby granted without
- * fee, provided that the above copyright notice appear in all copies
- * and that both that copyright notice and this permission notice
- * appear in supporting documentation, and that the name of
- * Verano not be used in advertising or publicity pertaining to
- * distribution of the software without specific, written prior permission.
- * Verano makes no representations about the suitability of this
- * software for any purpose.  It is provided "as is" without express or
- * implied warranty.
+ *
+ * Copyright (C) 2003, 2004 Verano
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it either under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation
+ * (the "LGPL") or, at your option, under the terms of the Mozilla
+ * Public License Version 1.1 (the "MPL"). If you do not alter this
+ * notice, a recipient may use your version of this file under either
+ * the MPL or the LGPL.
+ *
+ * You should have received a copy of the LGPL along with this library
+ * in the file COPYING-LGPL-2.1; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * You should have received a copy of the MPL along with this library
+ * in the file COPYING-MPL-1.1
+ *
+ * The contents of this file are subject to the Mozilla Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY
+ * OF ANY KIND, either express or implied. See the LGPL or the MPL for
+ * the specific language governing rights and limitations.
+ *
+ * The Original Code is the cairo java library.
+ *
+ * The Initial Developer of the Original Code is Verano, Inc.
+ *
+ * Contributor(s):
+ *      Soorya Kuloor (skuloor at verano.com)
+ *      Charles Tuckey (ctuckey at verano.com)
+ *
  *
  * VERANO MAKES NO REPRESENTATIONS OR WARRANTIES OR COVENANTS, EITHER
  * EXPRESS OR IMPLIED, WITH RESPECT TO THIS SOFTWARE, INCLUDING

Index: CairoFreetypeFont.java
===================================================================
RCS file: /cvs/cairo/CairoJava/src/org/cairographics/cairo/CairoFreetypeFont.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CairoFreetypeFont.java	30 Apr 2004 17:49:24 -0000	1.1
+++ CairoFreetypeFont.java	26 Oct 2004 15:49:34 -0000	1.2
@@ -1,17 +1,40 @@
 /*
  * $Id$
  * 
- * Copyright (C) 2003 Verano
- * 
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that copyright
- * notice and this permission notice appear in supporting documentation, and
- * that the name of Verano not be used in advertising or publicity pertaining to
- * distribution of the software without specific, written prior permission.
- * Verano makes no representations about the suitability of this software for
- * any purpose. It is provided "as is" without express or implied warranty.
- * 
+ * Copyright (C) 2003, 2004 Verano
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it either under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation
+ * (the "LGPL") or, at your option, under the terms of the Mozilla
+ * Public License Version 1.1 (the "MPL"). If you do not alter this
+ * notice, a recipient may use your version of this file under either
+ * the MPL or the LGPL.
+ *
+ * You should have received a copy of the LGPL along with this library
+ * in the file COPYING-LGPL-2.1; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * You should have received a copy of the MPL along with this library
+ * in the file COPYING-MPL-1.1
+ *
+ * The contents of this file are subject to the Mozilla Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY
+ * OF ANY KIND, either express or implied. See the LGPL or the MPL for
+ * the specific language governing rights and limitations.
+ *
+ * The Original Code is the cairo java library.
+ *
+ * The Initial Developer of the Original Code is Verano, Inc.
+ *
+ * Contributor(s):
+ *      Soorya Kuloor (skuloor at verano.com)
+ *      Charles Tuckey (ctuckey at verano.com)
+ *
+ *
  * VERANO MAKES NO REPRESENTATIONS OR WARRANTIES OR COVENANTS, EITHER EXPRESS OR
  * IMPLIED, WITH RESPECT TO THIS SOFTWARE, INCLUDING WITHOUT LIMITATION,
  * STATUTORY OR IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, FITNESS FOR

Index: CairoGlitzSurface.java
===================================================================
RCS file: /cvs/cairo/CairoJava/src/org/cairographics/cairo/CairoGlitzSurface.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- CairoGlitzSurface.java	3 Jun 2004 22:25:32 -0000	1.4
+++ CairoGlitzSurface.java	26 Oct 2004 15:49:34 -0000	1.5
@@ -1,17 +1,40 @@
 /*
  * $Id$
  * 
- * Copyright (C) 2003 Verano
- * 
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that copyright
- * notice and this permission notice appear in supporting documentation, and
- * that the name of Verano not be used in advertising or publicity pertaining to
- * distribution of the software without specific, written prior permission.
- * Verano makes no representations about the suitability of this software for
- * any purpose. It is provided "as is" without express or implied warranty.
- * 
+ * Copyright (C) 2003, 2004 Verano
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it either under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation
+ * (the "LGPL") or, at your option, under the terms of the Mozilla
+ * Public License Version 1.1 (the "MPL"). If you do not alter this
+ * notice, a recipient may use your version of this file under either
+ * the MPL or the LGPL.
+ *
+ * You should have received a copy of the LGPL along with this library
+ * in the file COPYING-LGPL-2.1; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * You should have received a copy of the MPL along with this library
+ * in the file COPYING-MPL-1.1
+ *
+ * The contents of this file are subject to the Mozilla Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY
+ * OF ANY KIND, either express or implied. See the LGPL or the MPL for
+ * the specific language governing rights and limitations.
+ *
+ * The Original Code is the cairo java library.
+ *
+ * The Initial Developer of the Original Code is Verano, Inc.
+ *
+ * Contributor(s):
+ *      Soorya Kuloor (skuloor at verano.com)
+ *      Charles Tuckey (ctuckey at verano.com)
+ *
+ *
  * VERANO MAKES NO REPRESENTATIONS OR WARRANTIES OR COVENANTS, EITHER EXPRESS OR
  * IMPLIED, WITH RESPECT TO THIS SOFTWARE, INCLUDING WITHOUT LIMITATION,
  * STATUTORY OR IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, FITNESS FOR

Index: CairoImageBuffer.java
===================================================================
RCS file: /cvs/cairo/CairoJava/src/org/cairographics/cairo/CairoImageBuffer.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CairoImageBuffer.java	13 May 2004 16:46:24 -0000	1.2
+++ CairoImageBuffer.java	26 Oct 2004 15:49:34 -0000	1.3
@@ -1,17 +1,40 @@
 /*
  * $Id$
  * 
- * Copyright (C) 2003 Verano
- * 
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that copyright
- * notice and this permission notice appear in supporting documentation, and
- * that the name of Verano not be used in advertising or publicity pertaining to
- * distribution of the software without specific, written prior permission.
- * Verano makes no representations about the suitability of this software for
- * any purpose. It is provided "as is" without express or implied warranty.
- * 
+ * Copyright (C) 2003, 2004 Verano
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it either under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation
+ * (the "LGPL") or, at your option, under the terms of the Mozilla
+ * Public License Version 1.1 (the "MPL"). If you do not alter this
+ * notice, a recipient may use your version of this file under either
+ * the MPL or the LGPL.
+ *
+ * You should have received a copy of the LGPL along with this library
+ * in the file COPYING-LGPL-2.1; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * You should have received a copy of the MPL along with this library
+ * in the file COPYING-MPL-1.1
+ *
+ * The contents of this file are subject to the Mozilla Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY
+ * OF ANY KIND, either express or implied. See the LGPL or the MPL for
+ * the specific language governing rights and limitations.
+ *
+ * The Original Code is the cairo java library.
+ *
+ * The Initial Developer of the Original Code is Verano, Inc.
+ *
+ * Contributor(s):
+ *      Soorya Kuloor (skuloor at verano.com)
+ *      Charles Tuckey (ctuckey at verano.com)
+ *
+ *
  * VERANO MAKES NO REPRESENTATIONS OR WARRANTIES OR COVENANTS, EITHER EXPRESS OR
  * IMPLIED, WITH RESPECT TO THIS SOFTWARE, INCLUDING WITHOUT LIMITATION,
  * STATUTORY OR IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, FITNESS FOR
@@ -184,4 +207,4 @@
 
     native static void image_buffer_draw_on_pixmap(long handle, long pixmap, long gcp,  int dst_x, int dst_y, int width, int height);
 
-}
\ No newline at end of file
+}

Index: CairoImageBufferSurface.java
===================================================================
RCS file: /cvs/cairo/CairoJava/src/org/cairographics/cairo/CairoImageBufferSurface.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CairoImageBufferSurface.java	30 Apr 2004 17:49:24 -0000	1.1
+++ CairoImageBufferSurface.java	26 Oct 2004 15:49:34 -0000	1.2
@@ -1,17 +1,40 @@
 /*
  * $Id$
  * 
- * Copyright (C) 2003 Verano
- * 
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that copyright
- * notice and this permission notice appear in supporting documentation, and
- * that the name of Verano not be used in advertising or publicity pertaining to
- * distribution of the software without specific, written prior permission.
- * Verano makes no representations about the suitability of this software for
- * any purpose. It is provided "as is" without express or implied warranty.
- * 
+ * Copyright (C) 2003, 2004 Verano
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it either under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation
+ * (the "LGPL") or, at your option, under the terms of the Mozilla
+ * Public License Version 1.1 (the "MPL"). If you do not alter this
+ * notice, a recipient may use your version of this file under either
+ * the MPL or the LGPL.
+ *
+ * You should have received a copy of the LGPL along with this library
+ * in the file COPYING-LGPL-2.1; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * You should have received a copy of the MPL along with this library
+ * in the file COPYING-MPL-1.1
+ *
+ * The contents of this file are subject to the Mozilla Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY
+ * OF ANY KIND, either express or implied. See the LGPL or the MPL for
+ * the specific language governing rights and limitations.
+ *
+ * The Original Code is the cairo java library.
+ *
+ * The Initial Developer of the Original Code is Verano, Inc.
+ *
+ * Contributor(s):
+ *      Soorya Kuloor (skuloor at verano.com)
+ *      Charles Tuckey (ctuckey at verano.com)
+ *
+ *
  * VERANO MAKES NO REPRESENTATIONS OR WARRANTIES OR COVENANTS, EITHER EXPRESS OR
  * IMPLIED, WITH RESPECT TO THIS SOFTWARE, INCLUDING WITHOUT LIMITATION,
  * STATUTORY OR IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, FITNESS FOR

Index: CairoLinearPattern.java
===================================================================
RCS file: /cvs/cairo/CairoJava/src/org/cairographics/cairo/CairoLinearPattern.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CairoLinearPattern.java	30 Apr 2004 17:49:24 -0000	1.1
+++ CairoLinearPattern.java	26 Oct 2004 15:49:34 -0000	1.2
@@ -1,17 +1,40 @@
 /*
  * $Id$
  * 
- * Copyright (C) 2003 Verano
- * 
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that copyright
- * notice and this permission notice appear in supporting documentation, and
- * that the name of Verano not be used in advertising or publicity pertaining to
- * distribution of the software without specific, written prior permission.
- * Verano makes no representations about the suitability of this software for
- * any purpose. It is provided "as is" without express or implied warranty.
- * 
+ * Copyright (C) 2003, 2004 Verano
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it either under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation
+ * (the "LGPL") or, at your option, under the terms of the Mozilla
+ * Public License Version 1.1 (the "MPL"). If you do not alter this
+ * notice, a recipient may use your version of this file under either
+ * the MPL or the LGPL.
+ *
+ * You should have received a copy of the LGPL along with this library
+ * in the file COPYING-LGPL-2.1; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * You should have received a copy of the MPL along with this library
+ * in the file COPYING-MPL-1.1
+ *
+ * The contents of this file are subject to the Mozilla Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY
+ * OF ANY KIND, either express or implied. See the LGPL or the MPL for
+ * the specific language governing rights and limitations.
+ *
+ * The Original Code is the cairo java library.
+ *
+ * The Initial Developer of the Original Code is Verano, Inc.
+ *
+ * Contributor(s):
+ *      Soorya Kuloor (skuloor at verano.com)
+ *      Charles Tuckey (ctuckey at verano.com)
+ *
+ *
  * VERANO MAKES NO REPRESENTATIONS OR WARRANTIES OR COVENANTS, EITHER EXPRESS OR
  * IMPLIED, WITH RESPECT TO THIS SOFTWARE, INCLUDING WITHOUT LIMITATION,
  * STATUTORY OR IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, FITNESS FOR
@@ -49,4 +72,4 @@
      */
     native static long cairo_pattern_create_linear(double x0, double y0,
             double x1, double y1);
-}
\ No newline at end of file
+}

Index: CairoMatrix.java
===================================================================
RCS file: /cvs/cairo/CairoJava/src/org/cairographics/cairo/CairoMatrix.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- CairoMatrix.java	13 May 2004 16:46:23 -0000	1.6
+++ CairoMatrix.java	26 Oct 2004 15:49:34 -0000	1.7
@@ -1,18 +1,39 @@
 /*
  * $Id$
  * 
- * Copyright (C) 2003 Verano
- * 
- * Permission to use, copy, modify, distribute, and sell this software
- * and its documentation for any purpose is hereby granted without
- * fee, provided that the above copyright notice appear in all copies
- * and that both that copyright notice and this permission notice
- * appear in supporting documentation, and that the name of
- * Verano not be used in advertising or publicity pertaining to
- * distribution of the software without specific, written prior permission.
- * Verano makes no representations about the suitability of this
- * software for any purpose.  It is provided "as is" without express or
- * implied warranty.
+ * Copyright (C) 2003, 2004 Verano
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it either under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation
+ * (the "LGPL") or, at your option, under the terms of the Mozilla
+ * Public License Version 1.1 (the "MPL"). If you do not alter this
+ * notice, a recipient may use your version of this file under either
+ * the MPL or the LGPL.
+ *
+ * You should have received a copy of the LGPL along with this library
+ * in the file COPYING-LGPL-2.1; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * You should have received a copy of the MPL along with this library
+ * in the file COPYING-MPL-1.1
+ *
+ * The contents of this file are subject to the Mozilla Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY
+ * OF ANY KIND, either express or implied. See the LGPL or the MPL for
+ * the specific language governing rights and limitations.
+ *
+ * The Original Code is the cairo java library.
+ *
+ * The Initial Developer of the Original Code is Verano, Inc.
+ *
+ * Contributor(s):
+ *      Soorya Kuloor (skuloor at verano.com)
+ *      Charles Tuckey (ctuckey at verano.com)
+ *
  *
  * VERANO MAKES NO REPRESENTATIONS OR WARRANTIES OR COVENANTS, EITHER
  * EXPRESS OR IMPLIED, WITH RESPECT TO THIS SOFTWARE, INCLUDING

Index: CairoPattern.java
===================================================================
RCS file: /cvs/cairo/CairoJava/src/org/cairographics/cairo/CairoPattern.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CairoPattern.java	13 May 2004 16:46:24 -0000	1.2
+++ CairoPattern.java	26 Oct 2004 15:49:34 -0000	1.3
@@ -1,17 +1,40 @@
 /*
  * $Id$
  * 
- * Copyright (C) 2003 Verano
- * 
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that copyright
- * notice and this permission notice appear in supporting documentation, and
- * that the name of Verano not be used in advertising or publicity pertaining to
- * distribution of the software without specific, written prior permission.
- * Verano makes no representations about the suitability of this software for
- * any purpose. It is provided "as is" without express or implied warranty.
- * 
+ * Copyright (C) 2003, 2004 Verano
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it either under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation
+ * (the "LGPL") or, at your option, under the terms of the Mozilla
+ * Public License Version 1.1 (the "MPL"). If you do not alter this
+ * notice, a recipient may use your version of this file under either
+ * the MPL or the LGPL.
+ *
+ * You should have received a copy of the LGPL along with this library
+ * in the file COPYING-LGPL-2.1; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * You should have received a copy of the MPL along with this library
+ * in the file COPYING-MPL-1.1
+ *
+ * The contents of this file are subject to the Mozilla Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY
+ * OF ANY KIND, either express or implied. See the LGPL or the MPL for
+ * the specific language governing rights and limitations.
+ *
+ * The Original Code is the cairo java library.
+ *
+ * The Initial Developer of the Original Code is Verano, Inc.
+ *
+ * Contributor(s):
+ *      Soorya Kuloor (skuloor at verano.com)
+ *      Charles Tuckey (ctuckey at verano.com)
+ *
+ *
  * VERANO MAKES NO REPRESENTATIONS OR WARRANTIES OR COVENANTS, EITHER EXPRESS OR
  * IMPLIED, WITH RESPECT TO THIS SOFTWARE, INCLUDING WITHOUT LIMITATION,
  * STATUTORY OR IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, FITNESS FOR
@@ -164,4 +187,4 @@
     native static short cairo_pattern_get_extend(long pattern);
     native static void cairo_pattern_set_filter(long pattern, short filter);
     native static short cairo_pattern_get_filter(long pattern);
-}
\ No newline at end of file
+}

Index: CairoPostscriptSurface.java
===================================================================
RCS file: /cvs/cairo/CairoJava/src/org/cairographics/cairo/CairoPostscriptSurface.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CairoPostscriptSurface.java	30 Apr 2004 17:49:24 -0000	1.1
+++ CairoPostscriptSurface.java	26 Oct 2004 15:49:34 -0000	1.2
@@ -1,17 +1,40 @@
 /*
  * $Id$
  * 
- * Copyright (C) 2003 Verano
- * 
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that copyright
- * notice and this permission notice appear in supporting documentation, and
- * that the name of Verano not be used in advertising or publicity pertaining to
- * distribution of the software without specific, written prior permission.
- * Verano makes no representations about the suitability of this software for
- * any purpose. It is provided "as is" without express or implied warranty.
- * 
+ * Copyright (C) 2003, 2004 Verano
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it either under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation
+ * (the "LGPL") or, at your option, under the terms of the Mozilla
+ * Public License Version 1.1 (the "MPL"). If you do not alter this
+ * notice, a recipient may use your version of this file under either
+ * the MPL or the LGPL.
+ *
+ * You should have received a copy of the LGPL along with this library
+ * in the file COPYING-LGPL-2.1; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * You should have received a copy of the MPL along with this library
+ * in the file COPYING-MPL-1.1
+ *
+ * The contents of this file are subject to the Mozilla Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY
+ * OF ANY KIND, either express or implied. See the LGPL or the MPL for
+ * the specific language governing rights and limitations.
+ *
+ * The Original Code is the cairo java library.
+ *
+ * The Initial Developer of the Original Code is Verano, Inc.
+ *
+ * Contributor(s):
+ *      Soorya Kuloor (skuloor at verano.com)
+ *      Charles Tuckey (ctuckey at verano.com)
+ *
+ *
  * VERANO MAKES NO REPRESENTATIONS OR WARRANTIES OR COVENANTS, EITHER EXPRESS OR
  * IMPLIED, WITH RESPECT TO THIS SOFTWARE, INCLUDING WITHOUT LIMITATION,
  * STATUTORY OR IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, FITNESS FOR

Index: CairoRadialPattern.java
===================================================================
RCS file: /cvs/cairo/CairoJava/src/org/cairographics/cairo/CairoRadialPattern.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CairoRadialPattern.java	30 Apr 2004 17:49:24 -0000	1.1
+++ CairoRadialPattern.java	26 Oct 2004 15:49:34 -0000	1.2
@@ -1,17 +1,40 @@
 /*
  * $Id$
  * 
- * Copyright (C) 2003 Verano
- * 
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that copyright
- * notice and this permission notice appear in supporting documentation, and
- * that the name of Verano not be used in advertising or publicity pertaining to
- * distribution of the software without specific, written prior permission.
- * Verano makes no representations about the suitability of this software for
- * any purpose. It is provided "as is" without express or implied warranty.
- * 
+ * Copyright (C) 2003, 2004 Verano
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it either under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation
+ * (the "LGPL") or, at your option, under the terms of the Mozilla
+ * Public License Version 1.1 (the "MPL"). If you do not alter this
+ * notice, a recipient may use your version of this file under either
+ * the MPL or the LGPL.
+ *
+ * You should have received a copy of the LGPL along with this library
+ * in the file COPYING-LGPL-2.1; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * You should have received a copy of the MPL along with this library
+ * in the file COPYING-MPL-1.1
+ *
+ * The contents of this file are subject to the Mozilla Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY
+ * OF ANY KIND, either express or implied. See the LGPL or the MPL for
+ * the specific language governing rights and limitations.
+ *
+ * The Original Code is the cairo java library.
+ *
+ * The Initial Developer of the Original Code is Verano, Inc.
+ *
+ * Contributor(s):
+ *      Soorya Kuloor (skuloor at verano.com)
+ *      Charles Tuckey (ctuckey at verano.com)
+ *
+ *
  * VERANO MAKES NO REPRESENTATIONS OR WARRANTIES OR COVENANTS, EITHER EXPRESS OR
  * IMPLIED, WITH RESPECT TO THIS SOFTWARE, INCLUDING WITHOUT LIMITATION,
  * STATUTORY OR IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, FITNESS FOR
@@ -48,4 +71,4 @@
      */
     native static long cairo_pattern_create_radial(double cx0, double cy0,
             double radius0, double cx1, double cy1, double radius1);
-}
\ No newline at end of file
+}

Index: CairoSWTSurface.java
===================================================================
RCS file: /cvs/cairo/CairoJava/src/org/cairographics/cairo/CairoSWTSurface.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CairoSWTSurface.java	30 Apr 2004 17:49:24 -0000	1.1
+++ CairoSWTSurface.java	26 Oct 2004 15:49:34 -0000	1.2
@@ -1,17 +1,40 @@
 /*
  * $Id$
  * 
- * Copyright (C) 2003 Verano
- * 
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that copyright
- * notice and this permission notice appear in supporting documentation, and
- * that the name of Verano not be used in advertising or publicity pertaining to
- * distribution of the software without specific, written prior permission.
- * Verano makes no representations about the suitability of this software for
- * any purpose. It is provided "as is" without express or implied warranty.
- * 
+ * Copyright (C) 2003, 2004 Verano
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it either under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation
+ * (the "LGPL") or, at your option, under the terms of the Mozilla
+ * Public License Version 1.1 (the "MPL"). If you do not alter this
+ * notice, a recipient may use your version of this file under either
+ * the MPL or the LGPL.
+ *
+ * You should have received a copy of the LGPL along with this library
+ * in the file COPYING-LGPL-2.1; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * You should have received a copy of the MPL along with this library
+ * in the file COPYING-MPL-1.1
+ *
+ * The contents of this file are subject to the Mozilla Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY
+ * OF ANY KIND, either express or implied. See the LGPL or the MPL for
+ * the specific language governing rights and limitations.
+ *
+ * The Original Code is the cairo java library.
+ *
+ * The Initial Developer of the Original Code is Verano, Inc.
+ *
+ * Contributor(s):
+ *      Soorya Kuloor (skuloor at verano.com)
+ *      Charles Tuckey (ctuckey at verano.com)
+ *
+ *
  * VERANO MAKES NO REPRESENTATIONS OR WARRANTIES OR COVENANTS, EITHER EXPRESS OR
  * IMPLIED, WITH RESPECT TO THIS SOFTWARE, INCLUDING WITHOUT LIMITATION,
  * STATUTORY OR IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, FITNESS FOR

Index: CairoSurface.java
===================================================================
RCS file: /cvs/cairo/CairoJava/src/org/cairographics/cairo/CairoSurface.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- CairoSurface.java	13 May 2004 16:46:23 -0000	1.8
+++ CairoSurface.java	26 Oct 2004 15:49:34 -0000	1.9
@@ -1,17 +1,40 @@
 /*
  * $Id$
  * 
- * Copyright (C) 2003 Verano
- * 
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that copyright
- * notice and this permission notice appear in supporting documentation, and
- * that the name of Verano not be used in advertising or publicity pertaining to
- * distribution of the software without specific, written prior permission.
- * Verano makes no representations about the suitability of this software for
- * any purpose. It is provided "as is" without express or implied warranty.
- * 
+ * Copyright (C) 2003, 2004 Verano
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it either under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation
+ * (the "LGPL") or, at your option, under the terms of the Mozilla
+ * Public License Version 1.1 (the "MPL"). If you do not alter this
+ * notice, a recipient may use your version of this file under either
+ * the MPL or the LGPL.
+ *
+ * You should have received a copy of the LGPL along with this library
+ * in the file COPYING-LGPL-2.1; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * You should have received a copy of the MPL along with this library
+ * in the file COPYING-MPL-1.1
+ *
+ * The contents of this file are subject to the Mozilla Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY
+ * OF ANY KIND, either express or implied. See the LGPL or the MPL for
+ * the specific language governing rights and limitations.
+ *
+ * The Original Code is the cairo java library.
+ *
+ * The Initial Developer of the Original Code is Verano, Inc.
+ *
+ * Contributor(s):
+ *      Soorya Kuloor (skuloor at verano.com)
+ *      Charles Tuckey (ctuckey at verano.com)
+ *
+ *
  * VERANO MAKES NO REPRESENTATIONS OR WARRANTIES OR COVENANTS, EITHER EXPRESS OR
  * IMPLIED, WITH RESPECT TO THIS SOFTWARE, INCLUDING WITHOUT LIMITATION,
  * STATUTORY OR IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, FITNESS FOR
@@ -153,4 +176,4 @@
     native static void cairo_surface_set_filter(long surface, short filter);
 
     native static short cairo_surface_get_filter(long surface);
-}
\ No newline at end of file
+}

Index: CairoSurfacePattern.java
===================================================================
RCS file: /cvs/cairo/CairoJava/src/org/cairographics/cairo/CairoSurfacePattern.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CairoSurfacePattern.java	30 Apr 2004 17:49:24 -0000	1.1
+++ CairoSurfacePattern.java	26 Oct 2004 15:49:34 -0000	1.2
@@ -1,17 +1,40 @@
 /*
  * $Id$
  * 
- * Copyright (C) 2003 Verano
- * 
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that copyright
- * notice and this permission notice appear in supporting documentation, and
- * that the name of Verano not be used in advertising or publicity pertaining to
- * distribution of the software without specific, written prior permission.
- * Verano makes no representations about the suitability of this software for
- * any purpose. It is provided "as is" without express or implied warranty.
- * 
+ * Copyright (C) 2003, 2004 Verano
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it either under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation
+ * (the "LGPL") or, at your option, under the terms of the Mozilla
+ * Public License Version 1.1 (the "MPL"). If you do not alter this
+ * notice, a recipient may use your version of this file under either
+ * the MPL or the LGPL.
+ *
+ * You should have received a copy of the LGPL along with this library
+ * in the file COPYING-LGPL-2.1; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * You should have received a copy of the MPL along with this library
+ * in the file COPYING-MPL-1.1
+ *
+ * The contents of this file are subject to the Mozilla Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY
+ * OF ANY KIND, either express or implied. See the LGPL or the MPL for
+ * the specific language governing rights and limitations.
+ *
+ * The Original Code is the cairo java library.
+ *
+ * The Initial Developer of the Original Code is Verano, Inc.
+ *
+ * Contributor(s):
+ *      Soorya Kuloor (skuloor at verano.com)
+ *      Charles Tuckey (ctuckey at verano.com)
+ *
+ *
  * VERANO MAKES NO REPRESENTATIONS OR WARRANTIES OR COVENANTS, EITHER EXPRESS OR
  * IMPLIED, WITH RESPECT TO THIS SOFTWARE, INCLUDING WITHOUT LIMITATION,
  * STATUTORY OR IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, FITNESS FOR

Index: FlatPathTracer.java
===================================================================
RCS file: /cvs/cairo/CairoJava/src/org/cairographics/cairo/FlatPathTracer.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- FlatPathTracer.java	30 Apr 2004 17:49:24 -0000	1.1
+++ FlatPathTracer.java	26 Oct 2004 15:49:34 -0000	1.2
@@ -1,17 +1,40 @@
 /*
  * $Id$
  * 
- * Copyright (C) 2003 Verano
- * 
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that copyright
- * notice and this permission notice appear in supporting documentation, and
- * that the name of Verano not be used in advertising or publicity pertaining to
- * distribution of the software without specific, written prior permission.
- * Verano makes no representations about the suitability of this software for
- * any purpose. It is provided "as is" without express or implied warranty.
- * 
+ * Copyright (C) 2003, 2004 Verano
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it either under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation
+ * (the "LGPL") or, at your option, under the terms of the Mozilla
+ * Public License Version 1.1 (the "MPL"). If you do not alter this
+ * notice, a recipient may use your version of this file under either
+ * the MPL or the LGPL.
+ *
+ * You should have received a copy of the LGPL along with this library
+ * in the file COPYING-LGPL-2.1; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * You should have received a copy of the MPL along with this library
+ * in the file COPYING-MPL-1.1
+ *
+ * The contents of this file are subject to the Mozilla Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY
+ * OF ANY KIND, either express or implied. See the LGPL or the MPL for
+ * the specific language governing rights and limitations.
+ *
+ * The Original Code is the cairo java library.
+ *
+ * The Initial Developer of the Original Code is Verano, Inc.
+ *
+ * Contributor(s):
+ *      Soorya Kuloor (skuloor at verano.com)
+ *      Charles Tuckey (ctuckey at verano.com)
+ *
+ *
  * VERANO MAKES NO REPRESENTATIONS OR WARRANTIES OR COVENANTS, EITHER EXPRESS OR
  * IMPLIED, WITH RESPECT TO THIS SOFTWARE, INCLUDING WITHOUT LIMITATION,
  * STATUTORY OR IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, FITNESS FOR

Index: PathTracer.java
===================================================================
RCS file: /cvs/cairo/CairoJava/src/org/cairographics/cairo/PathTracer.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- PathTracer.java	30 Apr 2004 17:49:24 -0000	1.1
+++ PathTracer.java	26 Oct 2004 15:49:34 -0000	1.2
@@ -1,17 +1,40 @@
 /*
  * $Id$
  * 
- * Copyright (C) 2003 Verano
- * 
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that copyright
- * notice and this permission notice appear in supporting documentation, and
- * that the name of Verano not be used in advertising or publicity pertaining to
- * distribution of the software without specific, written prior permission.
- * Verano makes no representations about the suitability of this software for
- * any purpose. It is provided "as is" without express or implied warranty.
- * 
+ * Copyright (C) 2003, 2004 Verano
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it either under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation
+ * (the "LGPL") or, at your option, under the terms of the Mozilla
+ * Public License Version 1.1 (the "MPL"). If you do not alter this
+ * notice, a recipient may use your version of this file under either
+ * the MPL or the LGPL.
+ *
+ * You should have received a copy of the LGPL along with this library
+ * in the file COPYING-LGPL-2.1; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * You should have received a copy of the MPL along with this library
+ * in the file COPYING-MPL-1.1
+ *
+ * The contents of this file are subject to the Mozilla Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY
+ * OF ANY KIND, either express or implied. See the LGPL or the MPL for
+ * the specific language governing rights and limitations.
+ *
+ * The Original Code is the cairo java library.
+ *
+ * The Initial Developer of the Original Code is Verano, Inc.
+ *
+ * Contributor(s):
+ *      Soorya Kuloor (skuloor at verano.com)
+ *      Charles Tuckey (ctuckey at verano.com)
+ *
+ *
  * VERANO MAKES NO REPRESENTATIONS OR WARRANTIES OR COVENANTS, EITHER EXPRESS OR
  * IMPLIED, WITH RESPECT TO THIS SOFTWARE, INCLUDING WITHOUT LIMITATION,
  * STATUTORY OR IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, FITNESS FOR

Index: SurfaceNotSupportedException.java
===================================================================
RCS file: /cvs/cairo/CairoJava/src/org/cairographics/cairo/SurfaceNotSupportedException.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- SurfaceNotSupportedException.java	11 May 2004 19:53:00 -0000	1.1
+++ SurfaceNotSupportedException.java	26 Oct 2004 15:49:34 -0000	1.2
@@ -1,18 +1,39 @@
 /*
- * $Header$
- * 
- * Copyright (C) 2004 Verano
+ * $Id$
  * 
- * Permission to use, copy, modify, distribute, and sell this software
- * and its documentation for any purpose is hereby granted without
- * fee, provided that the above copyright notice appear in all copies
- * and that both that copyright notice and this permission notice
- * appear in supporting documentation, and that the name of
- * Verano not be used in advertising or publicity pertaining to
- * distribution of the software without specific, written prior permission.
- * Verano makes no representations about the suitability of this
- * software for any purpose.  It is provided "as is" without express or
- * implied warranty.
+ * Copyright (C) 2003, 2004 Verano
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it either under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation
+ * (the "LGPL") or, at your option, under the terms of the Mozilla
+ * Public License Version 1.1 (the "MPL"). If you do not alter this
+ * notice, a recipient may use your version of this file under either
+ * the MPL or the LGPL.
+ *
+ * You should have received a copy of the LGPL along with this library
+ * in the file COPYING-LGPL-2.1; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * You should have received a copy of the MPL along with this library
+ * in the file COPYING-MPL-1.1
+ *
+ * The contents of this file are subject to the Mozilla Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY
+ * OF ANY KIND, either express or implied. See the LGPL or the MPL for
+ * the specific language governing rights and limitations.
+ *
+ * The Original Code is the cairo java library.
+ *
+ * The Initial Developer of the Original Code is Verano, Inc.
+ *
+ * Contributor(s):
+ *      Soorya Kuloor (skuloor at verano.com)
+ *      Charles Tuckey (ctuckey at verano.com)
+ *
  *
  * VERANO MAKES NO REPRESENTATIONS OR WARRANTIES OR COVENANTS, EITHER
  * EXPRESS OR IMPLIED, WITH RESPECT TO THIS SOFTWARE, INCLUDING
@@ -64,4 +85,4 @@
         super(message, cause);
     }
 
-}   // class SurfaceNotSupportedException
\ No newline at end of file
+}   // class SurfaceNotSupportedException




More information about the cairo-commit mailing list