summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b24cdbb)
raw | patch | inline | side by side (parent: b24cdbb)
author | jucablues <jucablues@users.sourceforge.net> | |
Mon, 14 Jan 2008 21:23:29 +0000 (21:23 +0000) | ||
committer | jucablues <jucablues@users.sourceforge.net> | |
Mon, 14 Jan 2008 21:23:29 +0000 (21:23 +0000) |
/*
* feTurbulence filter primitive renderer
*
* Authors:
* World Wide Web Consortium <http://www.w3.org/>
* Felipe Corrêa da Silva Sanches <felipe.sanches@gmail.com>
* Niko Kiirala <niko@kiirala.com>
*
* This file has a considerable amount of code adapted from
* the W3C SVG filter specs, available at:
* http://www.w3.org/TR/SVG11/filters.html#feTurbulence
*
* W3C original code is licensed under the terms of
* the (GPL compatible) W3C® SOFTWARE NOTICE AND LICENSE:
* http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
*
* Copyright (C) 2007 authors
* Released under GNU GPL, read the file 'COPYING' for more information
*/
* feTurbulence filter primitive renderer
*
* Authors:
* World Wide Web Consortium <http://www.w3.org/>
* Felipe Corrêa da Silva Sanches <felipe.sanches@gmail.com>
* Niko Kiirala <niko@kiirala.com>
*
* This file has a considerable amount of code adapted from
* the W3C SVG filter specs, available at:
* http://www.w3.org/TR/SVG11/filters.html#feTurbulence
*
* W3C original code is licensed under the terms of
* the (GPL compatible) W3C® SOFTWARE NOTICE AND LICENSE:
* http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
*
* Copyright (C) 2007 authors
* Released under GNU GPL, read the file 'COPYING' for more information
*/
src/display/nr-filter-turbulence.cpp | patch | blob | history | |
src/display/nr-filter-turbulence.h | patch | blob | history |
index a0cb208648012fc40d88a86bf99b35c6c9e80989..3fd577309241ac458ac14e9cb0f8d7dacbbb5fc8 100644 (file)
* feTurbulence filter primitive renderer
*
* Authors:
+ * World Wide Web Consortium <http://www.w3.org/>
* Felipe Corrêa da Silva Sanches <felipe.sanches@gmail.com>
*
- * Copyright (C) 2007 authors
+ * This file has a considerable amount of code adapted from
+ * the W3C SVG filter specs, available at:
+ * http://www.w3.org/TR/SVG11/filters.html#feTurbulence
+ *
+ * W3C original code is licensed under the terms of
+ * the (GPL compatible) W3C® SOFTWARE NOTICE AND LICENSE:
+ * http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
*
+ * Copyright (C) 2007 authors
* Released under GNU GPL, read the file 'COPYING' for more information
*/
index f2bbb9628d1966c91b092309d50b1b970107edbb..d0f345360a41363b12a147898b2d03fa4a971b2b 100644 (file)
* feTurbulence filter primitive renderer
*
* Authors:
- * Felipe Sanches <felipe.sanches@gmail.com>
+ * World Wide Web Consortium <http://www.w3.org/>
+ * Felipe Corrêa da Silva Sanches <felipe.sanches@gmail.com>
* Niko Kiirala <niko@kiirala.com>
*
- * Copyright (C) 2007 authors
+ * This file has a considerable amount of code adapted from
+ * the W3C SVG filter specs, available at:
+ * http://www.w3.org/TR/SVG11/filters.html#feTurbulence
+ *
+ * W3C original code is licensed under the terms of
+ * the (GPL compatible) W3C® SOFTWARE NOTICE AND LICENSE:
+ * http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
*
+ * Copyright (C) 2007 authors
* Released under GNU GPL, read the file 'COPYING' for more information
*/