mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-20 11:40:17 +01:00
Add a CairoScript interpreter library and use it to replay the test output for the CairoScript backend. The library is also used by the currently standalone Sphinx debugger [git://anongit.freedesktop.org/~ickle/sphinx]. The syntax/operator semantics are not yet finalized, but are expected to mature before the next stable release.
17 lines
656 B
Text
17 lines
656 B
Text
Cairo is free software.
|
|
|
|
Every source file in the implementation of cairo is available to be
|
|
redistributed and/or modified under the terms of either the GNU Lesser
|
|
General Public License (LGPL) version 2.1 or the Mozilla Public
|
|
License (MPL) version 1.1. Some files are available under more
|
|
liberal terms, but we believe that in all cases, each file may be used
|
|
under either the LGPL or the MPL.
|
|
|
|
See the following files in this directory for the precise terms and
|
|
conditions of either license:
|
|
|
|
COPYING-LGPL-2.1
|
|
COPYING-MPL-1.1
|
|
|
|
Please see each file in the implementation for copyright and licensing
|
|
information, (in the opening comment of each file).
|