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) | ||
commit | b8df1e7b19fbc2b2aec34149fc7239991288c1f7 | |
tree | 30678ed0487117f09ab48cad0e727d4e0878fc2c | tree | snapshot |
parent | b24cdbb36259b3cec47877b6532a91a082f03fb1 | commit | diff |
W3C licensing:
/*
* 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 | diff | blob | history | |
src/display/nr-filter-turbulence.h | diff | blob | history |