[cairo-commit]
CairoJava/jni Cairo.cpp, 1.1, 1.2 CairoException.cpp,
1.2, 1.3 CairoFont.cpp, 1.1, 1.2 CairoFreetypeFont.cpp, 1.1,
1.2 CairoGlitzSurface.cpp, 1.6, 1.7 CairoImageBuffer.cpp, 1.2,
1.3 CairoImageBufferSurface.cpp, 1.1,
1.2 CairoLinearPattern.cpp, 1.1, 1.2 CairoMatrix.cpp, 1.1,
1.2 CairoPattern.cpp, 1.1, 1.2 CairoRadialPattern.cpp, 1.1,
1.2 CairoSWTSurface.cpp, 1.2, 1.3 CairoSurface.cpp, 1.1,
1.2 CairoSurfacePattern.cpp, 1.1, 1.2 utils.cpp, 1.2,
1.3 utils.h, 1.2, 1.3
Charles Tuckey
commit at pdx.freedesktop.org
Tue Oct 26 08:49:36 PDT 2004
Committed by: ctuckey
Update of /cvs/cairo/CairoJava/jni
In directory gabe:/tmp/cvs-serv25473/jni
Modified Files:
Cairo.cpp CairoException.cpp CairoFont.cpp
CairoFreetypeFont.cpp CairoGlitzSurface.cpp
CairoImageBuffer.cpp CairoImageBufferSurface.cpp
CairoLinearPattern.cpp CairoMatrix.cpp CairoPattern.cpp
CairoRadialPattern.cpp CairoSWTSurface.cpp CairoSurface.cpp
CairoSurfacePattern.cpp utils.cpp utils.h
Log Message:
Changed licensing test.
Index: Cairo.cpp
===================================================================
RCS file: /cvs/cairo/CairoJava/jni/Cairo.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Cairo.cpp 30 Apr 2004 17:47:39 -0000 1.1
+++ Cairo.cpp 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: CairoException.cpp
===================================================================
RCS file: /cvs/cairo/CairoJava/jni/CairoException.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CairoException.cpp 11 May 2004 19:50:35 -0000 1.2
+++ CairoException.cpp 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
Index: CairoFont.cpp
===================================================================
RCS file: /cvs/cairo/CairoJava/jni/CairoFont.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CairoFont.cpp 30 Apr 2004 17:47:39 -0000 1.1
+++ CairoFont.cpp 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: CairoFreetypeFont.cpp
===================================================================
RCS file: /cvs/cairo/CairoJava/jni/CairoFreetypeFont.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CairoFreetypeFont.cpp 30 Apr 2004 17:46:05 -0000 1.1
+++ CairoFreetypeFont.cpp 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.cpp
===================================================================
RCS file: /cvs/cairo/CairoJava/jni/CairoGlitzSurface.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- CairoGlitzSurface.cpp 3 Jun 2004 22:01:20 -0000 1.6
+++ CairoGlitzSurface.cpp 26 Oct 2004 15:49:34 -0000 1.7
@@ -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.cpp
===================================================================
RCS file: /cvs/cairo/CairoJava/jni/CairoImageBuffer.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CairoImageBuffer.cpp 13 May 2004 16:44:44 -0000 1.2
+++ CairoImageBuffer.cpp 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
Index: CairoImageBufferSurface.cpp
===================================================================
RCS file: /cvs/cairo/CairoJava/jni/CairoImageBufferSurface.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CairoImageBufferSurface.cpp 30 Apr 2004 17:46:37 -0000 1.1
+++ CairoImageBufferSurface.cpp 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.cpp
===================================================================
RCS file: /cvs/cairo/CairoJava/jni/CairoLinearPattern.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CairoLinearPattern.cpp 30 Apr 2004 17:46:37 -0000 1.1
+++ CairoLinearPattern.cpp 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: CairoMatrix.cpp
===================================================================
RCS file: /cvs/cairo/CairoJava/jni/CairoMatrix.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CairoMatrix.cpp 30 Apr 2004 17:47:39 -0000 1.1
+++ CairoMatrix.cpp 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: CairoPattern.cpp
===================================================================
RCS file: /cvs/cairo/CairoJava/jni/CairoPattern.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CairoPattern.cpp 30 Apr 2004 17:47:05 -0000 1.1
+++ CairoPattern.cpp 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.cpp
===================================================================
RCS file: /cvs/cairo/CairoJava/jni/CairoRadialPattern.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CairoRadialPattern.cpp 30 Apr 2004 17:47:05 -0000 1.1
+++ CairoRadialPattern.cpp 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: CairoSWTSurface.cpp
===================================================================
RCS file: /cvs/cairo/CairoJava/jni/CairoSWTSurface.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CairoSWTSurface.cpp 11 May 2004 19:49:59 -0000 1.2
+++ CairoSWTSurface.cpp 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
Index: CairoSurface.cpp
===================================================================
RCS file: /cvs/cairo/CairoJava/jni/CairoSurface.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CairoSurface.cpp 30 Apr 2004 17:47:39 -0000 1.1
+++ CairoSurface.cpp 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: CairoSurfacePattern.cpp
===================================================================
RCS file: /cvs/cairo/CairoJava/jni/CairoSurfacePattern.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CairoSurfacePattern.cpp 30 Apr 2004 17:47:39 -0000 1.1
+++ CairoSurfacePattern.cpp 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: utils.cpp
===================================================================
RCS file: /cvs/cairo/CairoJava/jni/utils.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- utils.cpp 13 May 2004 16:45:04 -0000 1.2
+++ utils.cpp 26 Oct 2004 15:49:34 -0000 1.3
@@ -1,3 +1,53 @@
+/*
+ * $Id$
+ *
+ * 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
+ * A PARTICULAR PURPOSE, TITLE, NON-INFRINGEMENT, OR ARISING FROM CUSTOM, COURSE
+ * OF DEALING, USAGE OF TRADE OR COURSE OF PERFORMANCE, ALL OF WHICH ARE
+ * EXPRESSLY DISCLAIMED TO THE FULLEST EXTENT ALLOWABLE BY APPLICABLE LAW. IN NO
+ * EVENT SHALL VERANO BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
+ * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
+ * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
+ * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+ * SOFTWARE.
+ */
+
#include "utils.h"
#define SURFACENOTSUPPORTEDEXCEPTION_CLASS_STRING "org/cairographics/cairo/SurfaceNotSupportedException"
Index: utils.h
===================================================================
RCS file: /cvs/cairo/CairoJava/jni/utils.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- utils.h 11 May 2004 19:51:27 -0000 1.2
+++ utils.h 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
More information about the cairo-commit
mailing list